Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dassert.h49 #ifndef PLAT_LOG_LEVEL_ASSERT
50 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL macro
55 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
57 # elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
68 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
70 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dassert.c17 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
24 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/include/
Dplatform_def.h135 #define PLAT_LOG_LEVEL_ASSERT 40 macro
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst545 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,
549 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
Dchange-log.rst104 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.