summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_android_defconfig
AgeCommit message (Collapse)Author
2019-12-30MA-16095-1 remove CONFIG_USB_TCPC form defconfig filesfaqiang.zhu
Android does not use usb host function in uboot, and also TCPC function failure may cause the fastboot does not work, remove all CONFIG_USB_TCPC configuration items so TCPC is not used in uboot. Change-Id: I8c54e144517160bd7234a8ae28c6bc83734be538 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
2019-04-02MA-14501[Android] change BOOTAUX_RESERVED_MEM macro to defconfigZhang Bo
As the M4 use different DDR memory size in normal android/car2 and car image, use different defconfig for car2 to decrease DDR memory reservation. So memory reserved for each M4 core is 8MB in car2 and normal android image. it's 32MB for car image. Change-Id: Idf608f539cd614a154c78e3a1af28eff1da5c1f2 Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
2019-03-08MA-14289-1 Revert "imx8q: Move spl to dram to fix reboot issue"Ji Luo
Move spl to 0x8000_0000 will cause cpu1 ~ cpu3 jump to spl when boot/reboot, revert this patch. This reverts commit 7d111f4c8bac25c234b0fc24af885421ce8bb188. Change-Id: I9adcd980b42a7539d6309cafaabff9d079ca993d
2019-03-07MA-14273-1 imx8q: Move spl to dram to fix reboot issueJi Luo
The spl is located at ocram which will be lost when suspend/resume, partition reboot will make A core reboot from the start address of ATF, which blocks dual bootloader feature on Android Auto. Move the spl to dram and make the partition reboot from spl to fix this issue. The memory map will be changed to: SPL: 0x0000_0000 --------> 0x8000_0000 ATF: 0x8000_0000 --------> 0x8004_0000 U-boot: 0x8002_0000 --------> 0x8006_0000 Test: reboot ok on imx8qm/imx8qxp. Change-Id: I49e8be51bf427dd00eb7507de22a787c6f6e1582 Signed-off-by: Ji Luo <ji.luo@nxp.com>
2019-02-21MA-14120 Add config to guard append bootargs supportJi Luo
Grant user the permission to change the bootargs can be very dangerous, so add config 'CONFIG_APPEND_BOOTARGS' to guard the bootargs appending feature. Test: bootargs can't be appended if "CONFIG_APPEND_BOOTARGS" is not set. Change-Id: I6d6879415ca251c806b56490290e5032aef24277 Signed-off-by: Ji Luo <ji.luo@nxp.com>
2019-01-08MLK-20559-9 Android: imx8qm/qxp: Update android configurationsYe Li
Due to some USB configurations are moved to header file to bypass SPL build. Changes android and androidatuo defconfigs and header files to avoid build break. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-12-20MA-13785 remove the fastboot command of ucmd and acmdfaqiang.zhu
To avoid end user executing uboot command through fastboot, the fastboot command of "ucmd" and "acmd" in the uboot to be flashed into non-volatile storage device is removed in this partch. Change-Id: I999b8688a53c2201d02979be68266afc110dfb15 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
2018-11-23MA-13488-3 remove FIT related configurations for imx8qfaqiang.zhu
for 8qxp_mek and 8qm_mek platforms, container is used instead of FIT, SPL now will load container, not FIT. This modification can minish the size of u-boot image. Change-Id: Id7e3e62bf95db5941264c3370a3e092e9b77a42f Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
2018-10-26MA-13124-2 Support spl build for imx8qLuo Ji
Open configs to enable spl build for imx8q on both Android and Android Auto. Change-Id: Ide757086ad0208973ac8510ba4a2f1c84aecdfad Signed-off-by: Luo Ji <ji.luo@nxp.com>
2018-09-26MLK-19726-1 Revert "MLK-18568 imx8: disable the DM devices removing"Ye Li
This reverts commit af92ba299b2b87cde02bbd4f534f1a30b45552cd. Disable the CONFIG_DM_DEVICE_REMOVE will cause device_remove function do nothing. But it is needed by some drivers like usb, mmc, sf. When running "usb start" then "usb stop", it does not stop the usb, and cause problem to next "usb start".
2018-08-28MLK-18901-1 imx8qm/qxp: Enable mtest command for ARM2 and MEK boardsYe Li
Enable the mtest command and add relevant configurations for tested memory range. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4bfe6f1e7527921d9f02dbd37eea8924dd6d3336)
2018-07-03MLK-18732-2: Set SMC fuse as default for QM/QXTeo Hall
Set SMC fuse mechanism as default for QX/QM configs to enable writing to fuses by default. Signed-off-by: Teo Hall <teo.hall@nxp.com>
2018-06-13MLK-18591-8 android: Add imx8/imx8m reference boards supportYe Li
Add board level support for android and android auto. Each board has android/andriod_auto specified header file for defining relevant configuraitons. And add build targets for their android uboot images building. Signed-off-by: Ye Li <ye.li@nxp.com>