Home
last modified time | relevance | path

Searched hist:"32 e83537489267a8941f64caa58c0fa56d6b2c7e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/bl31/
H A Dbl31.ld.S32e83537489267a8941f64caa58c0fa56d6b2c7e Sun Jan 06 09:07:24 UTC 2019 Ard Biesheuvel <ard.biesheuvel@linaro.org> spm: permit platform to override the VMA placement of the vector table

On some systems, it may be preferred to place the secure EL1/0 vector
table outside of the static placement of the BL31 image itself, for
instance when the latter is located in non-shareable SRAM which does
not tolerate inner shareable WBWA mappings (as is the case on SynQuacer)

So permit the platform to #define SPM_SHIM_EXCEPTIONS_VMA in its
supplementary linker script, in which case it will be used as the
VMA region for the vector table. Note that the LMA does not change,
and it is up to the platform to copy the contents to the right place
at init time.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>