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
1 parent 52010cc commit bf031bba2b9dfc994a7d0c18dfc5e64469cee480
@Sandrine Bailleux Sandrine Bailleux authored on 2 Jun 2015
Showing 5 changed files
View
Makefile
View
bl1/aarch64/bl1_entrypoint.S
View
bl31/aarch64/bl31_entrypoint.S
View
docs/user-guide.md
View
services/std_svc/psci/psci_entry.S