Home
last modified time | relevance | path

Searched refs:PLAT_LOG_LEVEL_ASSERT (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a/include/lib/libc/
A Dassert.h16 #ifndef PLAT_LOG_LEVEL_ASSERT
17 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL macro
21 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
23 # elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
32 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
35 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/trusted-firmware-a/lib/libc/
A Dassert.c20 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
29 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/trusted-firmware-a/plat/nvidia/tegra/
A Dplatform.mk16 PLAT_LOG_LEVEL_ASSERT := 50
17 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
/trusted-firmware-a/plat/brcm/board/common/
A Dcmn_plat_def.h61 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL_INFO macro
/trusted-firmware-a/plat/arm/board/juno/include/
A Dplatform_def.h203 #define PLAT_LOG_LEVEL_ASSERT 40 macro
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst557 - **PLAT_LOG_LEVEL_ASSERT**
558 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,
562 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt557 - **PLAT_LOG_LEVEL_ASSERT**
558 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,
562 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt3644 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.
/trusted-firmware-a/docs/
A Dchange-log.md3644 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.

Completed in 26 milliseconds