Merge "docs(rme): minor update to 4 world execution instructions" into integration

This commit is contained in:
Madhukar Pappireddy 2022-03-02 16:53:53 +01:00 committed by TrustedFirmware Code Review
commit 3f7c88617a
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,8 @@ You can find instructions on how to get and build TF-A Tests above.
git clone --recurse-submodules https://git.trustedfirmware.org/hafnium/hafnium.git
cd hafnium
# Use the default prebuilt LLVM/clang toolchain
PATH=$PWD/prebuilts/linux-x64/clang/bin:$PWD/prebuilts/linux-x64/dtc:$PATH
make PROJECT=reference
The Hafnium binary should be located at
@ -254,6 +256,8 @@ The bottom of the output from *uart0* should look something like the following.
Passed
> Test suite 'Realm payload tests'
Passed
> Test suite 'Invalid memory access'
Passed
...