arm-trusted-firmware/include/common
Dan Handley 289c28a8f5 Add concept of console output log levels
Create new LOG_LEVEL build option, which controls the amount of
console output compiled into the build. This should be one of the
following:

    0  (LOG_LEVEL_NONE)
    10 (LOG_LEVEL_NOTICE)
    20 (LOG_LEVEL_ERROR)
    30 (LOG_LEVEL_WARNING)
    40 (LOG_LEVEL_INFO)
    50 (LOG_LEVEL_VERBOSE)

All log output up to and including the log level is compiled into the
build. The default value is 40 in debug builds and 20 in release
builds.

Complement the existing INFO, WARN and ERROR console output macros
with NOTICE and VERBOSE macros, which are conditionally compiled in
depending on the value of LOG_LEVEL.

Fixes ARM-software/tf-issues#232

Change-Id: I951e2f333e7b90fc4b1060741d9a6db699d5aa72
2014-08-12 16:51:05 +01:00
..
asm_macros.S Introduce crash console APIs for crash reporting 2014-07-28 10:44:04 +01:00
assert_macros.S Implement an assert() callable from assembly code 2014-07-28 11:01:49 +01:00
bl_common.h Rework incorrect use of assert() and panic() in codebase 2014-07-28 12:20:16 +01:00
debug.h Add concept of console output log levels 2014-08-12 16:51:05 +01:00
firmware_image_package.h Always use named structs in header files 2014-05-06 13:57:48 +01:00