commit | 82cb834f14a2ace7e0386ac977f5e4d4fef093cf | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Mon Jul 04 12:18:34 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:21:33 2022 +0200 |
tree | 74cd1222398110000751fa3b6525f73805e93ab9 | |
parent | e1dcc6de7c838b7fa3f7adba3492c2d1cf2aaff9 [diff] |
feat(imx8mn): add BL31 PIE support Enable PIE support so the BL31 firmware can be loaded from anywhere within the OCRAM (SRAM). For the PIE support we only need to replace the BL31_BASE define by the BL31_START symbol which is a relocatable and we need to enable it by setting ENABLE_PIE := 1. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: I33c8e35c35112d70d2725eebe484a853a8aad9e0