Explorar el Código

Platform/Qemu: Update SbsaQemu Readme.md with current TF-A build PLAT

To build TF-A for QEMU Sbsa PLAT=qemu_sbsa should now be specified.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Rebecca Cran hace 2 años
padre
commit
41628dcf33
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Platform/Qemu/SbsaQemu/Readme.md

+ 3 - 3
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