Introduce PROGRAMMABLE_RESET_ADDRESS build option
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 2 Jun 2015 16:19:43 +0000 (17:19 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 4 Jun 2015 10:38:58 +0000 (11:38 +0100)
commitbf031bba2b9dfc994a7d0c18dfc5e64469cee480
tree883cd29a4f171803bd1ea65e34b41f73501757db
parent52010cc779a59f2bc8a23fa5754630a6e63119a4
Introduce PROGRAMMABLE_RESET_ADDRESS build option

This patch introduces a new platform build option, called
PROGRAMMABLE_RESET_ADDRESS, which tells whether the platform has
a programmable or fixed reset vector address.

If the reset vector address is fixed then the code relies on the
platform_get_entrypoint() mailbox mechanism to figure out where
it is supposed to jump. On the other hand, if it is programmable
then it is assumed that the platform code will program directly
the right address into the RVBAR register (instead of using the
mailbox redirection) so the mailbox is ignored in this case.

Change-Id: If59c3b11fb1f692976e1d8b96c7e2da0ebfba308
Makefile
bl1/aarch64/bl1_entrypoint.S
bl31/aarch64/bl31_entrypoint.S
docs/user-guide.md
services/std_svc/psci/psci_entry.S