Versions Compared

Key

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

...

Repo: extra patches are at https://git.codelinaro.org/linaro/dcap/rmm branch rmm-v1.0-eac5cca/v2
official repo is https://git.trustedfirmware.org/TF-RMM/tf-rmm.git/

...

Repo: currently at https://git.codelinaro.org/linaro/dcap/tf-a/trusted-firmware-a branch v1.0-eac5cca/v2
official is https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/

...

Repo: https://git.codelinaro.org/linaro/dcap/edk2 branch rmm-v1.0-eac5cca/v2

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

...