arm-trusted-firmware/plat/imx/imx8m/imx8mm
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
..
include Merge "refactor(imx8mm): introduce BL2_SIZE and BL31_SIZE" into integration 2022-11-01 15:16:03 +01:00
gpc.c feat(imx8m): keep pu domains in default state during boot stage 2022-06-27 09:27:11 +08:00
imx8mm_bl2_el3_setup.c refactor(plat/imx/imx): make imx io-storage logic for TBBR/FIP common 2021-09-14 21:42:01 +08:00
imx8mm_bl2_mem_params_desc.c plat: imx8mm: Add in BL2 with FIP 2021-03-23 21:29:32 +08:00
imx8mm_bl31_setup.c Merge "feat(imx8mm): add BL31 PIE support" into integration 2022-11-01 15:16:07 +01:00
imx8mm_psci.c feat(plat/imx8m): add system_reset2 implementation 2021-06-17 02:27:14 +01:00
imx8mm_rotpk.S plat: imx8mm: Enable Trusted Boot 2021-03-23 21:29:32 +08:00
imx8mm_trusted_boot.c plat: imx8mm: Enable Trusted Boot 2021-03-23 21:29:32 +08: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