mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
docs(rme): update tftf build command
Deprecate pack_realm build command for TFTF. To build Realm payload tests use ENABLE_REALM_PAYLOAD_TESTS=1. This new command line for TFTF is effective from SHA 9945bef6b in tf-a-tests repo. Signed-off-by: Shruti Gupta <shruti.gupta@arm.com> Change-Id: Iee9ac9b2b367aac50677fac95631e7e4818cdf3a
This commit is contained in:
parent
43a6544f01
commit
b175287075
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ non-secure payload (BL33).
|
|||
|
||||
git clone https://git.trustedfirmware.org/TF-A/tf-a-tests.git
|
||||
cd tf-a-tests
|
||||
make CROSS_COMPILE=aarch64-none-elf- PLAT=fvp DEBUG=1 all pack_realm
|
||||
make CROSS_COMPILE=aarch64-none-elf- PLAT=fvp DEBUG=1 ENABLE_REALM_PAYLOAD_TESTS=1 all
|
||||
|
||||
This produces a TF-A Tests binary (**tftf.bin**) with Realm payload packaged
|
||||
and **sp_layout.json** in the **build/fvp/debug** directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue