arm-trusted-firmware/bl1/aarch64
Sandrine Bailleux bf031bba2b 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
2015-06-04 11:38:58 +01:00
..
bl1_arch_setup.c Unmask SError interrupt and clear SCR_EL3.EA bit 2014-08-15 10:21:50 +01:00
bl1_entrypoint.S Introduce PROGRAMMABLE_RESET_ADDRESS build option 2015-06-04 11:38:58 +01:00
bl1_exceptions.S Miscellaneous documentation fixes 2014-08-27 19:13:56 +01:00