commit | 8344f72182aa7dc72dc2bb0d5aafa5ae2af3f45d | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue May 15 23:50:21 2018 -0700 |
committer | Jacky Bai <ping.bai@nxp.com> | Fri Jan 25 18:51:16 2019 +0800 |
tree | 5486c5517ae8479223ea79049a727c5993549704 | |
parent | 7171c1a4c6b5bd3c804d57aa884528e7ccfc5320 [diff] |
imx8mm: add HAB support Similar to imx8mq, the U-boot calls SIP call for HAB interfaces, and trap to ATF to run the HAB. Since HAB codes locates in ROM, and need to access OCRAM, CAAM RAM and DDR to authenticate image. Add these relevant memory region to MMU. Also extend the stack size of each core to avoid stack overflow, and extend the BL31 limit to OCRAM end 0x940000. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit d5158f18b0b6e13760eb92afeff0a4129f63de4b)