arm-trusted-firmware/docs/getting_started
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
..
build-internals.rst feat(arm): add trusty_sp_fw_config build option 2024-02-23 16:11:47 +00:00
build-options.rst feat(console): introduce EARLY_CONSOLE 2024-04-24 15:44:28 +02:00
docs-build.rst docs: add instructions for PDF generation of docs 2023-08-10 10:42:14 +01:00
image-terminology.rst docs(build): clarify getting started section 2022-11-16 14:06:48 +00:00
index.rst docs(porting): move porting guide upper in table of contents 2023-04-11 10:11:04 +02:00
initial-build.rst docs(build): clarify getting started section 2022-11-16 14:06:48 +00:00
prerequisites.rst docs: decrease the minimum supported OpenSSL 2024-04-16 13:46:57 +00:00
psci-lib-integration-guide.rst docs: update PSCI reference 2023-06-15 09:46:43 +01:00
rt-svc-writers-guide.rst docs: update PSCI reference 2023-06-15 09:46:43 +01:00
tools-build.rst docs(build): clarify getting started section 2022-11-16 14:06:48 +00:00