arm-trusted-firmware/include/common
Sandrine Bailleux 452b7fa25e Remove FIRST_RESET_HANDLER_CALL build option
This patch removes the FIRST_RESET_HANDLER_CALL build flag and its
use in ARM development platforms. If a different reset handling
behavior is required between the first and subsequent invocations
of the reset handling code, this should be detected at runtime.

On Juno, the platform reset handler is now always compiled in.
This means it is now executed twice on the cold boot path, first in
BL1 then in BL3-1, and it has the same behavior in both cases. It is
also executed twice on the warm boot path, first in BL1 then in the
PSCI entrypoint code.

Also update the documentation to reflect this change.

NOTE: THIS PATCH MAY FORCE PLATFORM PORTS THAT USE THE
FIRST_RESET_HANDLER_CALL BUILD OPTION TO FIX THEIR RESET HANDLER.

Change-Id: Ie5c17dbbd0932f5fa3b446efc6e590798a5beae2
2015-06-04 10:44:26 +01:00
..
asm_macros.S Add header guards to asm macro files 2015-04-27 18:06:24 +01:00
assert_macros.S Add header guards to asm macro files 2015-04-27 18:06:24 +01:00
auth.h TBB: add authentication module interface 2015-01-28 18:27:54 +00:00
bl_common.h Remove FIRST_RESET_HANDLER_CALL build option 2015-06-04 10:44:26 +01:00
debug.h Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00
firmware_image_package.h TBB: add support to include certificates in a FIP image 2015-01-28 18:26:59 +00:00