arm-trusted-firmware/plat/arm/css/sgi
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 feat(plat/arm/sgi): add CPU specific handler for Neoverse N2 2021-09-29 22:47:07 +05:30
include feat(rdn2): add platform id value for rdn2 variant 3 2023-01-12 17:26:00 +00:00
sgi-common.mk fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
sgi_bl31_setup.c feat(rdn2): add platform id value for rdn2 variant 3 2023-01-12 17:26:00 +00:00
sgi_image_load.c feat(plat/arm/sgi): read isolated cpu mpid list from sds 2022-06-21 13:59:39 +01:00
sgi_interconnect.c Remove several warnings reported with W=1 2019-04-01 10:43:42 +01:00
sgi_plat.c refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
sgi_plat_v2.c refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
sgi_ras.c fix: avoid redefinition of 'efi_guid' structure 2021-08-06 12:54:11 +01:00
sgi_topology.c plat/arm/sgi: move topology information to board folder 2020-01-27 19:54:05 +05:30