commit | b3643951e4791c8ca272ff2e8f2719729d9f95bf | [log] [tgz] |
---|---|---|
author | Jacky Bai <ping.bai@nxp.com> | Thu Oct 22 16:18:51 2020 +0800 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Apr 30 12:28:41 2021 +0200 |
tree | c896d728e149e8e12902dbc6cc11d96a77f4642e | |
parent | e71da9f2c6f372b14081cc76ed57e51196202169 [diff] |
plat: imx8mp: change the bl31 physical load address on i.MX8MP A1 silicon, the OCRAM space is extended to 512K + 64K, currently, OCRAM @0x960000-0x980000 is reserved for BL31, it will leave the last 64KB in non-continuous space. To provide a continuous 384KB + 64KB space for generic use, so move the BL31 space to 0x970000-0x990000 range. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Change-Id: I96d572fc0f87f05a60f55e0552a68b6e70f8e7f4