arm-trusted-firmware/lib/cpus/aarch64
Soby Mathew 1319e7b193 Make cpu operations warning a VERBOSE print
The assembler helper function `print_revision_warning` is used when a
CPU specific operation is enabled in the debug build (e.g. an errata
workaround) but doesn't apply to the executing CPU's revision/part number.
However, in some cases the system integrator may want a single binary to
support multiple platforms with different IP versions, only some of which
contain a specific erratum.  In this case, the warning can be emitted very
frequently when CPUs are being powered on/off.

This patch modifies this warning print behaviour so that it is emitted only
when LOG_LEVEL >= LOG_LEVEL_VERBOSE. The `debug.h` header file now contains
guard macros so that it can be included in assembly code.

Change-Id: Ic6e7a07f128dcdb8498a5bfdae920a8feeea1345
2016-03-22 10:00:42 +00:00
..
aem_generic.S Fix recursive crash prints on FVP AEM model 2015-04-13 17:21:26 +01:00
cortex_a35.S Cortex-Axx: Unconditionally apply CPU reset operations 2016-02-08 09:31:18 +00:00
cortex_a53.S Make cpu operations warning a VERBOSE print 2016-03-22 10:00:42 +00:00
cortex_a57.S Make cpu operations warning a VERBOSE print 2016-03-22 10:00:42 +00:00
cortex_a72.S Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
cpu_helpers.S Make cpu operations warning a VERBOSE print 2016-03-22 10:00:42 +00:00
denver.S Add "Project Denver" CPU support 2015-07-24 09:08:27 +05:30