arm-trusted-firmware/plat/hisilicon/hikey960
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(hikey960): upgrade to xlat_tables_v2 2022-10-24 13:53:44 +02:00
drivers Update hisilicon drivers to not rely on undefined overflow behaviour 2019-07-12 09:12:19 +01:00
include build: always prefix section names with . 2023-02-20 18:29:33 +00:00
hikey960_bl1_setup.c pl011: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
hikey960_bl2_mem_params_desc.c feat(hikey960): add SP manifest for SPMC_AT_EL3 2022-11-02 15:35:00 +01:00
hikey960_bl2_setup.c feat(hikey960): read serial number from UFS 2022-11-02 15:35:03 +01:00
hikey960_bl31_setup.c build: always prefix section names with . 2023-02-20 18:29:33 +00:00
hikey960_bl_common.c hikey960: Enable system power off callback 2020-03-02 22:34:21 +08:00
hikey960_boardid.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
hikey960_def.h feat(hikey960): add plat-defines for SPMC_AT_EL3 2022-11-02 15:35:03 +01:00
hikey960_el3_spmc_logical_sp.c feat(hikey960): add a FF-A logical partition 2022-11-02 15:35:03 +01:00
hikey960_image_load.c feat(hikey960): add SP manifest for SPMC_AT_EL3 2022-11-02 15:35:00 +01:00
hikey960_io_storage.c feat(hikey960): read serial number from UFS 2022-11-02 15:35:03 +01:00
hikey960_mcu_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
hikey960_pm.c hikey960: Enable system power off callback 2020-03-02 22:34:21 +08:00
hikey960_private.h feat(hikey960): read serial number from UFS 2022-11-02 15:35:03 +01:00
hikey960_rotpk.S hikey960: Add development TBB support 2018-09-09 08:02:50 -04:00
hikey960_tbbr.c Mbed TLS: Remove weak heap implementation 2019-04-12 09:52:52 +01:00
hikey960_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +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