switch-l4t-atf/include
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
..
bl31 Optimize EL3 register state stored in cpu_context structure 2014-07-31 10:09:58 +01:00
bl32/payloads Move BL porting functions into platform.h 2014-05-23 17:18:54 +01:00
common Add concept of console output log levels 2014-08-12 16:51:05 +01:00
drivers Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 2014-07-28 14:33:44 +01:00
lib Simplify management of SCTLR_EL3 and SCTLR_EL1 2014-07-28 10:10:22 +01:00
plat/common Merge pull request #172 from soby-mathew/sm/asm_assert 2014-07-28 14:28:40 +01:00
stdlib Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00