aboutsummaryrefslogtreecommitdiff
path: root/docs/plat/qemu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plat/qemu.rst')
-rw-r--r--docs/plat/qemu.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/plat/qemu.rst b/docs/plat/qemu.rst
index 57ed6293..4ebe64b8 100644
--- a/docs/plat/qemu.rst
+++ b/docs/plat/qemu.rst
@@ -1,5 +1,5 @@
-Trusted Firmware-A for QEMU virt Armv8-A
-========================================
+QEMU virt Armv8-A
+=================
Trusted Firmware-A (TF-A) implements the EL3 firmware layer for QEMU virt
Armv8-A. BL1 is used as the BootROM, supplied with the -bios argument.
@@ -33,13 +33,13 @@ is conveniently achieved with symlinks the local names as:
To build:
-::
+.. code:: shell
- make CROSS_COMPILE=aarch64-none-elf- PLAT=qemu
+ make CROSS_COMPILE=aarch64-none-elf- PLAT=qemu
To start (QEMU v2.6.0):
-::
+.. code:: shell
qemu-system-aarch64 -nographic -machine virt,secure=on -cpu cortex-a57 \
-kernel Image \