diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-05-22 11:22:44 +0100 |
---|---|---|
committer | Paul Beesley <paul.beesley@arm.com> | 2019-05-22 11:22:44 +0100 |
commit | 24dba2b39f880e156965237dc49a253aa196585a (patch) | |
tree | 2c1671f37f7e8cb432c909495092bc481305f707 /docs/plat/qemu.rst | |
parent | 83993177d9d34a3e6032b71147bde86d75704f4a (diff) |
doc: Reformat platform port documents
The platform port documents are not very standardised right now and
they don't integrate properly into the document tree so:
1) Make sure each port has a proper name and title (incl. owner)
2) Correct use of headings, subheadings, etc in each port
3) Resolve any naming conflicts between documents
Change-Id: I4c2da6f57172b7f2af3512e766ae9ce3b840b50f
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'docs/plat/qemu.rst')
-rw-r--r-- | docs/plat/qemu.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plat/qemu.rst b/docs/plat/qemu.rst index 57ed6293..30ae97dd 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. @@ -35,7 +35,7 @@ To build: :: - make CROSS_COMPILE=aarch64-none-elf- PLAT=qemu + make CROSS_COMPILE=aarch64-none-elf- PLAT=qemu To start (QEMU v2.6.0): |