24 Sep, 2019

2 commits

  • "CONFIG_IMX_TRUSTY_OS=y" is added to the corresponding defconfig files
    to include trusty related code.

    MACROs are added in corresponding header files. standard android uboot
    has more content than android auto uboot, the uboot malloc pool size is
    changed from 76MB to 90MB to make the boot process can be handed over to
    kernel without malloc problem.

    Change-Id: I5072c20aa28fb1da93e889bb920955d2f1cfbefd
    Signed-off-by: faqiang.zhu

    faqiang.zhu
     
  • add below two defconfig files:
    configs/imx8qm_mek_android_trusty_defconfig
    configs/imx8qxp_mek_android_trusty_defconfig

    they are directly copied from below two files for the ease of tracking
    the modifications:
    configs/imx8qm_mek_android_defconfig
    configs/imx8qxp_mek_android_defconfig

    Change-Id: I84ca6ce62698b48bceb651df95ad61cf3e565e99
    Signed-off-by: faqiang.zhu

    faqiang.zhu