arm-trusted-firmware/plat/arm/board/morello
Manoj Kumar 05330a49cd fix(morello): move BL31 to run from DRAM space
The EL3 runtime firmware has been running from internal trusted
SRAM space on the Morello platform. Due to unavailability of tag
support for the internal trusted SRAM this becomes a problem if
we enable capability pointers in BL31.

To support capability pointers in BL31 it has to be run from the
main DDR memory space. This patch updates the Morello platform
configuration such that BL31 is loaded and run from DDR space.

Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
Change-Id: I16d4d757fb6f58c364f5133236d50fc06845e0b4
2022-07-07 10:53:37 +01:00
..
aarch64 plat/arm: Add platform support for Morello 2020-09-28 19:33:24 +05:30
fdts feat(morello): add support for nt_fw_config 2021-12-16 19:56:26 +05:30
include fix(morello): change the AP runtime UART address 2021-12-16 19:56:31 +05:30
morello_bl1_setup.c feat(morello): add changes to enable TBBR boot 2021-12-16 19:55:08 +05:30
morello_bl2_setup.c fix(morello): move BL31 to run from DRAM space 2022-07-07 10:53:37 +01:00
morello_bl31_setup.c fix(morello): move BL31 to run from DRAM space 2022-07-07 10:53:37 +01:00
morello_def.h feat(morello): split platform_info sds struct 2021-12-16 19:55:14 +05:30
morello_err.c feat(morello): add changes to enable TBBR boot 2021-12-16 19:55:08 +05:30
morello_image_load.c feat(morello): add support for nt_fw_config 2021-12-16 19:56:26 +05:30
morello_interconnect.c plat/arm: Add platform support for Morello 2020-09-28 19:33:24 +05:30
morello_plat.c fix(morello): move BL31 to run from DRAM space 2022-07-07 10:53:37 +01:00
morello_security.c plat/arm: Add platform support for Morello 2020-09-28 19:33:24 +05:30
morello_topology.c plat/arm: Add platform support for Morello 2020-09-28 19:33:24 +05:30
morello_trusted_boot.c feat(morello): add changes to enable TBBR boot 2021-12-16 19:55:08 +05:30
platform.mk fix(morello): move BL31 to run from DRAM space 2022-07-07 10:53:37 +01:00