summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-28Support data partition formattableHEADmastermainHaoran Wang
Since Picoimx bootloader supported fastboot lock/unlock command added formattable flag for data partition. If init detect data partition is wiped then it will format it. Change-Id: I009a9a9f07c2c38384d278a8ef0f3ee32ad064fb Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
2016-07-20picoimx: refine provisionfang hui
. Use userdata, not data . Use VENDOR and OS variable . Set active for each slot, make sure boot from the first slot . Flash u-boot.imx Change-Id: I3909242cfc19c0ad103f118139cbf2e5e0008cdc Signed-off-by: fang hui <hui.fang@freescale.com> Reviewed-on: http://androidsource.ap.freescale.net/project/572 Reviewed-by: fang hui <hui.fang@nxp.com> Reviewed-by: Wang Haoran <elven.wang@nxp.com>
2016-05-25picoimx: resolve PRODUCT_OUT lateKees Cook
Change-Id: Ifcedb15221dd053c1523be3414c51cf20929c822
2016-05-24picoimx: use correct output variableKees Cook
Change-Id: I85a02f6b531078f63e27e362662ead157e437753
2016-05-24Use Brillo kernel.mk by defaultHaoran Wang
Use Brillo kernel.mk to generate boot.img. Change-Id: I3eb074c79c08f122bbb1aee6b5a2fc8dd9ddd51b Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
2016-05-12Enable BCM4339 Bluetooth for PicoimxWang Haoran
Added back Bluetooth configuration for picoimx since the firmware download issue cleared. This reverts commit 649c4c91a8f41e8987bb4a7deb22eae321d2ae1d. Change-Id: I77d66e8ab745f3a26703c4acb34736d771dd71cf Signed-off-by: Wang Haoran <Haoran.Wang@freescale.com>
2016-04-27enlarge data partitionfang hui
brillo_StorageWriteSpeedTest need 80M free space, enlarge data partition to 1G. Change-Id: I11e172fed8abf96ac40026efb188473074b9af4c Signed-off-by: fang hui <hui.fang@freescale.com>
2016-04-21picoimx: Update weaved.conf to use the new local_access_enabled settingAlex Vakulenko
libweave/weaved combined local_discovery_enabled and local_pairing_enabled into local_access_enabled setting, so updating existing .conf file to include the new spelling of this setting Change-Id: If7b1bf1264536e2e51a0108dd01a284e15fa911f
2016-02-25Revert "Enable BCM4339 Bluetooth for Picoimx"Leo Wang
This reverts commit 815ae5815f64a5852b3d66b94ef151ae936aaf94. Change-Id: Iac12895558a4a38b6c3dce0cb47432d288e5bd9e
2016-02-25Enable BCM4339 Bluetooth for PicoimxHaoran Wang
Change the permission for Bluetooth UART and rfkill. Change-Id: Ib4b527793812216a889836aea361cc0a3362291a Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
2016-02-18PicoIMX: Fix file permissions, SELinux policy.brillo-m10-releasebrillo-m10-devJorge Lucangeli Obes
-Several text files had executable permissions. Remove the +x. -Some domains are attempting to load kernel modules (which is not allowed in Brillo), resulting in several denials like: """ denied { module_request } for kmod="personality-8" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system """ Stop auditing these denials to make it easier to diagnose real SELinux issues. -'allow mediaserver debug_prop:property_service set;' is not needed. Bug: 27249509 Change-Id: Iced4d96b63bb100f5b7ec27b08cbf14d884e65df
2016-02-02Remove recovery.img.leozwang
Bug: 26939214 Change-Id: Ib9831df362812756ecc8dc731bd0c24ff40be406
2016-02-02Rename the kernel folder name to kernel_imx for Freescale.leozwang
Bug: 26810802 Freescale always uses "kernel_imx" as the folder name for kernel, then userspace will always reference it. Change-Id: I6bb188a7c3d01ee97d74915e0f8fc18cfcd56109
2016-01-18Install peripheral wifi firmware for picoimxHaoran Wang
Call the wifi peripheral.mk to install the firmware for bcm4339. Change-Id: Ie38589388a08c4b2c3a68e2efc64c406f32ea207 Signed-off-by: Guoyin Chen <guoyin.chen@freescale.com> Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
2016-01-18Boot Brillo on picoimx boardHaoran Wang
Modify the boot partition to mmcblk0. Modify the boot configuration for kernel. Change-Id: Ia9ffcf75d221c8fdd61e20b527fc2f0ebbb8098d Signed-off-by: Guoyin Chen <guoyin.chen@freescale.com> Signed-off-by: Hui Fang <hui.fang@freescale.com> Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
2016-01-18LED blink during boot stageHaoran Wang
In "late init" stage LED will blink in about 2Hz. After "boot" stage LED will blink in 0.5Hz. Change-Id: I04cdb73a21fc2d74ab96a7b9868318049120cec2 Signed-off-by: Guoyin Chen <guoyin.chen@freescale.com> Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
2016-01-07Set up path to compiler properly.leozwang
Verified with: make -j43 ANDROID_USE_BUILDCACHE=false PRODUCT-picoimx-userdebug dist Change-Id: I41bf759c4d4ee58ac818c218b84742cddaa6527a
2016-01-07Init support for i.mx6ul picoimx boardGuoyin Chen
1.Enable multi-boot *use slotselect flag for system partition *add bootctrl.imx6ul module 2.Added oauth related info in weaved.conf for picoimx. 3.add provision-device script 4.Add audio HAL to product *Add audio related config *add media_codecs.xml *add audio_effects.conf *add audio effect libs to product Change-Id: Ic41f7d9b33d37ca97c6c2d2997a591d22c134bcd Signed-off-by: Guoyin Chen <guoyin.chen@freescale.com>
2016-01-01Init makefilesleozwang
Change-Id: I404b13c7d3e5035f28cc8297ee64179c15eadedd
2015-10-26Initial empty repositoryStephen Li