arm64: Add support for loading secure os

Hardware / Coreboot - Furquan Shaikh [google.com] - 30 June 2015 01:10 UTC

Add support for loading secure os and pass its entrypoint as bl32 params to bl31 stage.

BUG=chrome-os-partner:40713 BRANCH=None TEST=Compiles successfully and loads secure os

Change-Id: I1409ccb7344c1d1b1ddc2b321fdae1beea2f823d

a384c28 arm64: Add support for loading secure os
src/arch/arm64/Kconfig | 10 ++++++++++
src/arch/arm64/Makefile.inc | 10 ++++++++++
src/arch/arm64/arm_tf.c | 20 +++++++++++++++++++-
src/include/assets.h | 1 +
4 files changed, 40 insertions(+), 1 deletion(-)

Upstream: review.coreboot.org


  • Share