arm-trusted-firmware/include
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
..
bl1 FWU: Add Generic Firmware Update framework support in BL1 2015-12-09 17:41:18 +00:00
bl31 Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
bl32 Resolve build errors flagged by GCC 6.2 2017-01-26 13:47:37 +00:00
common Merge pull request from dp-arm/dp/stack-protector 2017-04-06 10:20:47 +01:00
drivers Merge pull request from antonio-nino-diaz-arm/an/console-flush 2017-04-12 22:23:44 +01:00
lib Add ENABLE_ASSERTIONS build option 2017-04-19 16:00:53 +01:00
plat Merge pull request from antonio-nino-diaz-arm/an/console-flush 2017-04-12 22:23:44 +01:00
services PSCI: Do psci_setup() as part of std_svc_setup() 2016-09-22 17:07:20 +01:00