arm-trusted-firmware/plat/socionext/synquacer
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
..
drivers refactor(plat/synquacer): update PSCI system_off handling 2021-12-07 17:33:29 +09:00
include build: always prefix section names with . 2023-02-20 18:29:33 +00:00
platform.mk refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
sq_bl2_setup.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_bl31_setup.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_ccn.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_helpers.S feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_image_desc.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_io_storage.c feat(synquacer): add FWU Multi Bank Update support 2022-06-27 13:12:24 -05:00
sq_psci.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_rotpk.S feat(synquacer): add TBBR support 2022-06-27 13:12:24 -05:00
sq_spm.c spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
sq_tbbr.c feat(synquacer): add TBBR support 2022-06-27 13:12:24 -05:00
sq_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_xlat_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00