summaryrefslogtreecommitdiff
path: root/include/configs/imx8qxp_mek_android.h
AgeCommit message (Collapse)Author
2018-09-12MA-12674 imx8qm/8qxp_mek: Change fastboot buf addr to avoid conflictsLuo Ji
DDR address 0x88000000 - 0x90000000 is reserved for M4, conflicts may happen if we set the CONFIG_FASTBOOT_BUF_ADDR as 0x80280000 and the CONFIG_FASTBOOT_BUF_SIZE as 0x19000000. Change the CONFIG_FASTBOOT_BUF_ADDR to 0x98000000 to avoid such issue. Change-Id: I141b6b3efc40d36ec6eb523e6ffb804c314dba52 Signed-off-by: Luo Ji <ji.luo@nxp.com>
2018-08-20[iot] Update libavb in u-bootLuo Ji
This commit did: 1. Sync AVB lib with external/avb, head of commit is: commit 6d5326a945c2d17d5d0e7718d5cb97663c3b33a2 Author: Neal Ostrem <nealo@google.com> Date: Tue Apr 24 13:09:45 2018 -0700 Merge fix/changes required after merge from AOSP ToT. Change library name to one used by AT. Test: Built successfully and unit tests pass. Change-Id: I5e5fc9a6010d96cfecfc6faf0858ba930cba65a0 2. Change product id in ATX to be full zeros to sync with external/avb. 3. Fix build errors and implement ops fsl_set_key_version. 4. Move most nxp modified code to lib/avb/fsl/. Test: build and boot successfully for imx7d_pico and imx8m_phanbell. Change-Id: I199a035fe8267b10955299a4b745458d40a2e754 Signed-off-by: Luo Ji <ji.luo@nxp.com>
2018-07-19MLK-18934 usb: fastboot: Remove CONFIG_BOOTLOADER_OFFSET_xxx configurationsYe Li
We can get the bootimage SD/MMC offset at runtime according to the SOC type and version. No need to use CONFIG_BOOTLOADER_OFFSET_33K and CONFIG_BOOTLOADER_OFFSET_32K any longer, so remove them. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 63af66f27c2c1b836c6dd48eb9901d622007e4a4)
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>