]> git.baikalelectronics.ru Git - arm-tf.git/commit
Remove FIRST_RESET_HANDLER_CALL build option
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 27 May 2015 16:14:22 +0000 (17:14 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 4 Jun 2015 09:44:26 +0000 (10:44 +0100)
commit452b7fa25ef0381e75a1c066cc2898dd424cabfa
treea078d4a41f5be94333da43b8fb2d977fb5ee8756
parenta66952750526c34c9ab420ea4cf7c2c8f4e6ef5b
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
docs/firmware-design.md
docs/porting-guide.md
include/common/bl_common.h
plat/arm/board/juno/aarch64/juno_helpers.S