To build TF-A for QEMU Sbsa PLAT=qemu_sbsa should now be specified. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> --- Platform/Qemu/SbsaQemu/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md index 692f9702de56..b63bcfe4413b 100644 --- a/Platform/Qemu/SbsaQemu/Readme.md +++ b/Platform/Qemu/SbsaQemu/Readme.md @@ -66,13 +66,13 @@ Create a directory $WORKSPACE that would hold source code of the components. ``` cd $WORKSPACE/trusted-firmware-a - make PLAT=sbsa all fip + make PLAT=qemu_sbsa all fip ``` Then copy `bl1.bin` and `fip.bin` to the the edk2-non-osi directory: ``` - cp build/sbsa/release/bl1.bin $WORKSPACE/edk2-non-osi/Platform/Qemu/Sbsa/ - cp build/sbsa/release/fip.bin $WORKSPACE/edk2-non-osi/Platform/Qemu/Sbsa/ + cp build/qemu_sbsa/release/bl1.bin $WORKSPACE/edk2-non-osi/Platform/Qemu/Sbsa/ + cp build/qemu_sbsa/release/fip.bin $WORKSPACE/edk2-non-osi/Platform/Qemu/Sbsa/ ``` 3. Compile UEFI for QEMU Sbsa platform -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87771): https://edk2.groups.io/g/devel/message/87771 Mute This Topic: https://groups.io/mt/89895947/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-