summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_androidauto_trusty_defconfig
AgeCommit message (Collapse)Author
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-18MA-13940 [Auto] imx8q: Enable dual bootloaderJi Luo
Open configs to enable dual bootloader feature for imx8q Android Auto. Test: Build and boot on imx8q. Change-Id: I99da2ee6b87efd201e16df1046188ae86cab1466 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-12-04MA-13637 [Auto] Enable memory operation commandsJi Luo
Enable the memory operation commands because we need them sometimes, this won't increase much boot time. Test: build and boot on imx8qm_mek. Change-Id: Idad8de845203c3d958dd58c58b17b7d8a5d65b4f Signed-off-by: Ji Luo <ji.luo@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-11-02MA-13276 [Auto] Generate key blob when set the rpmb keyJi Luo
Generate the key blob and store it to the last block of boot1 partition after setting the rpmb key. The key blob should be checked in spl and be passed to Trusty OS if it's valid. If the key blob are damaged, RPMB storage proxy service will return fail and should make the device hang. Test: Build and boot ok on imx8qm/qxp. Change-Id: Ia274cd72109ab6ae15920e91b2a2008e1f1e667c Signed-off-by: Ji Luo <ji.luo@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-27MA-12913 [AUTO] Remove unnecessary uboot commandsJi Luo
This commit remove some unnecessary u-boot commands to reduce the u-boot image size. this will decrease about 17K bytes size and about 10ms boot time for imx8qm. Test: build and boot ok on imx8qm and imx8qxp. Change-Id: I54e4836e0504f69bf295fe8412bd2361a0324b73 Signed-off-by: Ji Luo <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-09-12MA-11015-1 Support Trusty OS on imx8qm/qxp platformHaoran.Wang
Duplicated Trusty OS supported defconfig for imx8qm/qxp platform which support both Android and Android Automotive. Enable ARM64 smc instructions for TIPC calls. Change-Id: I55d965fa5d65ac324ccfbca9f149bbd56342f1ed Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
2018-09-12MA-11015 Duplicate imx8qm/qxp Android Auto config for TEEHaoran.Wang
Duplicate the Android Auto defconfig for Trusty OS. Change-Id: Ib0563edb40cd4ae3cfd35cbc2b9659e4d4707ff6 Signed-off-by: Haoran.Wang <elven.wang@nxp.com>