From b1752870755fa270dfafd73bf9f1dc9fe274519d Mon Sep 17 00:00:00 2001 From: Shruti Gupta Date: Thu, 27 Jul 2023 16:09:26 +0100 Subject: [PATCH] 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 Change-Id: Iee9ac9b2b367aac50677fac95631e7e4818cdf3a --- docs/components/realm-management-extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/realm-management-extension.rst b/docs/components/realm-management-extension.rst index 919eea592..f228e6b57 100644 --- a/docs/components/realm-management-extension.rst +++ b/docs/components/realm-management-extension.rst @@ -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.