arm-trusted-firmware/bl32/tsp
Yann Gautier ae770fedf4 feat(console): introduce EARLY_CONSOLE
This is a generic porting of what was done on ST platforms with flag
STM32MP_EARLY_CONSOLE. It creates the flag and the prototype for
plat_setup_early_console(). This function depends on platform
implementation. This function call is added at the beginning of each BL
image early setup function.
The patch also introduce an extra log macro: EARLY_ERROR. This can
replace ERROR macro in code that will only be executed before the
default console is enabled, and will do nothing when the EARLY_CONSOLE
is not enabled. This can then save some space in memory.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I77bf0a0c4289b4c7df94e4bfb783a938e05bf023
2024-04-24 15:44:28 +02:00
..
aarch64 feat(tsp): add FF-A support to the TSP 2022-08-24 14:46:30 +01:00
ffa_helpers.c fix(el3-spmc): fix coverity scan warnings 2022-12-08 12:30:10 +00:00
ffa_helpers.h feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp.ld.S feat(build): check that .text section starts at page boundary 2023-11-06 23:22:25 +03:00
tsp.mk build: use toolchain identifiers in conditions 2024-02-06 11:14:52 +00:00
tsp_common.c feat(console): introduce EARLY_CONSOLE 2024-04-24 15:44:28 +02:00
tsp_ffa_main.c fix(tsp): fix destination ID in direct request 2023-06-21 22:12:03 +01:00
tsp_interrupt.c feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_main.c refactor(mte): remove mte, mte_perm 2024-03-26 14:30:58 -05:00
tsp_private.h feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_timer.c Correct typographical errors 2019-01-15 15:16:02 +00:00