commit | 538968a77328274631bf00eac77e9663248c7632 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Wed Aug 11 11:25:01 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Sep 06 14:11:32 2021 -0400 |
tree | e67a837a7e44cd5368186b0568e71baf2194181c | |
parent | dc96f016a41d201ddd84e2cd643fa2b9bcca4b29 [diff] |
boards: fvp_base_revc_2xaemv8a: permit running Zephyr at EL1NS It may be needed to run Zephyr at EL1NS level with `CONFIG_ARMV8_A_NS` In order to run at EL1NS, you'll need a proper Firmware loaded in the FVP model to run Zephyr at non-secure EL3. The ARM TF-A for FVP can used to run Zephyr as preloaded BL33. This adds the necessary cmake scripts to load the TF-A binaries and load Zephyr as preloaded BL33 payload. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>