arm-trusted-firmware/plat/imx/imx8m
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
..
ddr feat(imx8mq): enable dram dvfs support on imx8mq 2023-03-01 10:18:03 +08:00
imx8mm refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
imx8mn Merge "feat(imx8mn): add BL31 PIE support" into integration 2022-11-01 15:15:04 +01:00
imx8mp refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
imx8mq feat(imx8mq): correct the slot ack setting for STOP mode 2023-03-01 10:18:03 +08:00
include feat(imx8mq): enable dram dvfs support on imx8mq 2023-03-01 10:18:03 +08:00
gpc_common.c feat(imx8m): use non-fast wakeup stop mode for system suspend 2023-03-01 10:18:03 +08:00
imx8m_caam.c fix(imx8m): correct serial output for HAB JR0 2022-09-20 08:03:57 +02:00
imx8m_csu.c feat(imx8m): add a simple csu driver for imx8m family 2022-05-07 17:33:58 +08:00
imx8m_dyn_cfg_helpers.c refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
imx8m_image_load.c refactor(plat/imx/imx8m): make image load logic for TBBR FIP booting common 2021-09-14 21:42:01 +08:00
imx8m_measured_boot.c refactor(imx8m): pass platform metadata as a function's argument 2022-11-22 10:06:56 +00:00
imx8m_psci_common.c feat(imx8mq): add workaround code for ERR11171 on imx8mq 2023-03-01 10:18:03 +08:00
imx_aipstz.c Fix the License header template in imx_aipstz.c 2019-07-01 14:16:27 +01:00
imx_hab.c feat(imx8m): add support for high assurance boot 2022-10-19 15:55:15 +02:00
imx_rdc.c plat: imx8m: Add basic rdc module init driver 2019-07-24 09:03:03 +08:00