arm-trusted-firmware/plat/arm/board/morello
Arvind Ram Prakash 42d4d3baac refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3
BL2_AT_EL3 is an overloaded macro which has two uses:
	1. When BL2 is entry point into TF-A(no BL1)
	2. When BL2 is running at EL3 exception level
These two scenarios are not exactly same even though first implicitly
means second to be true. To distinguish between these two use cases we
introduce new macros.
BL2_AT_EL3 is renamed to RESET_TO_BL2 to better convey both 1. and 2.
Additional macro BL2_RUNS_AT_EL3 is added to cover all scenarious where
BL2 runs at EL3 (including four world systems).

BREAKING CHANGE: BL2_AT_EL3 renamed to RESET_TO_BL2 across the
repository.

Change-Id: I477e1d0f843b44b799c216670e028fcb3509fb72
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com>
2023-03-15 11:43:14 +00:00
..
aarch64 plat/arm: Add platform support for Morello 2020-09-28 19:33:24 +05:30
fdts feat(morello): add support for HW_CONFIG 2023-01-27 15:54:56 +00:00
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(scmi): change function prototype to fix gcc error 2022-12-08 13:42:25 +00: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 refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00: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 feat(morello): add support for HW_CONFIG 2023-01-27 15:54:56 +00:00