arm-trusted-firmware/lib
Antonio Nino Diaz cc8b56322b Add ENABLE_ASSERTIONS build option
Add the new build option `ENABLE_ASSERTIONS` that controls whether or
not assert functions are compiled out. It defaults to 1 for debug builds
and to 0 for release builds.

Additionally, a following patch will be done to allow this build option
to hide auxiliary code used for the checks done in an `assert()`. This
code is is currently under the DEBUG build flag.

Assert messages are now only printed if LOG_LEVEL >= LOG_LEVEL_INFO,
which is the default for debug builds.

This patch also updates the User Guide.

Change-Id: I1401530b56bab25561bb0f274529f1d12c5263bc
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-04-19 16:00:53 +01:00
..
aarch32 Replace ASM signed tests with unsigned 2017-03-20 10:38:43 +00:00
aarch64 Replace ASM signed tests with unsigned 2017-03-20 10:38:43 +00:00
cpus Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_test 2017-03-29 09:58:20 +01:00
el3_runtime Replace some memset call by zeromem 2017-02-06 17:01:39 +00:00
libfdt libfdt: Replace v1.4.1 by v1.4.2 2017-01-16 17:26:04 +00:00
locks AArch32: Fix normal memory bakery compilation 2017-03-02 15:43:17 +00:00
pmf Add Performance Measurement Framework(PMF) 2016-06-16 08:31:42 +01:00
psci Flush console where necessary 2017-03-31 09:54:22 +01:00
semihosting AArch32: Common changes needed for BL1/BL2 2016-09-21 16:27:15 +01:00
stack_protector Add support for GCC stack protection 2017-03-31 13:58:48 +01:00
stdlib Add ENABLE_ASSERTIONS build option 2017-04-19 16:00:53 +01:00
xlat_tables Add support to change xlat_tables to non-cacheable 2017-03-28 10:32:17 +01:00
xlat_tables_v2 Add support to change xlat_tables to non-cacheable 2017-03-28 10:32:17 +01:00