]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(imx8mq): add BL31 PIE support
authorLucas Stach <l.stach@pengutronix.de>
Thu, 8 Dec 2022 15:44:00 +0000 (16:44 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 13 Dec 2022 10:08:42 +0000 (11:08 +0100)
commit8cfa94b7a7fc398cc0ea803891f6277065bb7575
tree20bae2e7ddb7ddd1fa0509d60d6c08e73d8d7d51
parent0445a4ab1f136d1bb91cf259df68200cbe0a4a99
feat(imx8mq): 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: Lucas Stach <l.stach@pengutronix.de>
Change-Id: Ie6a13e4ae0fdc6627a94798d7a86df7d5b310896
plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c
plat/imx/imx8m/imx8mq/imx8mq_psci.c
plat/imx/imx8m/imx8mq/platform.mk