Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status: in development. Only the ArmVirtQemu firwmare supports booting in a Realm at the moment, not ArmVirtQemuKernel.

Repo: https://jpbrucker.net/gitgit.codelinaro.org/linaro/dcap/edk2/ branch cca/ rmm-v1.0-eac5

Build:

Code Block
git submodule update --init --recursive
source edksetup.sh
make -j -C BaseTools
export GCC5_AARCH64_PREFIX=aarch64-linux-gnu-
build -b DEBUG -a AARCH64 -t GCC5 -p ArmVirtPkg/ArmVirtQemu.dsc

...