Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/libc/
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
/external/arm-trusted-firmware/lib/libc/
Dassert.c20 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
29 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/external/arm-trusted-firmware/plat/nvidia/tegra/
Dplatform.mk16 PLAT_LOG_LEVEL_ASSERT := 50
17 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
/external/arm-trusted-firmware/plat/brcm/board/common/
Dcmn_plat_def.h61 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL_INFO macro
/external/arm-trusted-firmware/plat/arm/board/juno/include/
Dplatform_def.h203 #define PLAT_LOG_LEVEL_ASSERT 40 macro
/external/arm-trusted-firmware/docs/getting_started/
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
/external/arm-trusted-firmware/docs/
Dchange-log.md3644 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.