summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabreautoandroid_defconfig
AgeCommit message (Collapse)Author
2017-11-03MA-9409-3 Add base board support for android and android things.zhang sanshan
* add board support for android and android things. mx6ul_nxpu_iopb, pico-6ul, pico-imx7d, aquila-6ul reorganize the Kconfig, and fix the redefine issue. * add android configure into configure-while * add a common file mx_android_common.h it will be included by android and android things. defconfig only include ANDROID_THINGS_SUPPORT or ANDROID_SUPPORT * move partition_table_valid into f_fastboot.c. it's a common code. * add invalidate_dcache_range in fixed order. It will have salt invalid issue if we do not add it in order * add display for pico-7d. Change-Id: I6f8a4876c2f8bbd098034d1e3f53033109300bca Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
2017-11-03MA-9786[Android] change bootdelay time to zero to optimize boot timeZhang Bo
Change the CONFIG_BOOTDELAY macro to 0 in defconfig to autoboot without delay. Change-Id: Ie4f49325b0bac73eed6aafe59bf6a5ec584a4d43 Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
2017-04-05MLK-14622 mx6sx: update defconfig to enable setexpr commandYe Li
Since we need the setexpr command for m4 image loading, so enable the CONFIG_CMD_SETEXPR for i.MX6SX defconfigs with m4 boot enabled. Signed-off-by: Ye Li <ye.li@nxp.com>
2017-04-05MA-9263-3 [Android] Partition: enable GPT partition on imx devicesSanshan Zhang
1. pass androidboot.storage_type to android, 'init' use it to parse different init.freescale.storage.rc. 2. store new ptable with gpt partition. 3. we use the last LBA as backup gpt table, there is many warning log when boot, change print to debug Change-Id: I84070735e9d4c2741b0e240bc1c61b357dabc5b8 Signed-off-by: Sanshan Zhang <sanshan.zhang@nxp.com> (cherry picked from commit da0ce2787256a323371641b0764266d386d767a5) Signed-off-by: Ye Li <ye.li@nxp.com>
2017-04-05MLK-12527-3 android: Add board support to enable android fastbootYe Li
Add board level support for android fastboot feature. Each board has a android specified header file for defining android related configuraitons. And add build targets for their android uboot images building. For mx6qsabreauto, mx6sabresd and mx7dsabresd, we enable the android fastboot exclusive with DFU. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 43fe988af28c5e51fb23aa846e04bc9698256926)