user: Update ZynqMP QEMU BSP name

The ZynqMP QEMU BSPs have had _qemu added to their names to better
identify them as QEMU BSPs similar to other BSPs which are meant to run
exclusively on QEMU and not hardware.
This commit is contained in:
Kinsey Moore 2021-03-04 10:53:54 -06:00 committed by Joel Sherrill
parent fcac22e5b7
commit 084a564ba8

View File

@ -2,15 +2,16 @@
.. Copyright (C) 2020 On-Line Applications Research Corporation (OAR)
.. _BSP_aarch64_qemu_xilinx_zynqmp_ilp32:
.. _BSP_aarch64_qemu_xilinx_zynqmp_lp64:
.. _BSP_aarch64_qemu_xilinx_zynqmp_ilp32_qemu:
.. _BSP_aarch64_qemu_xilinx_zynqmp_lp64_qemu:
Qemu Xilinx ZynqMP
==================
This BSP supports two variants, `xilinx-zynqmp-ilp32` and `xilinx-zynqmp-lp64`.
The basic hardware initialization is performed by the BSP. These BSPs support
the GICv2 interrupt controller present in all ZynqMP systems.
This BSP supports two variants, `xilinx-zynqmp-ilp32-qemu` and
`xilinx-zynqmp-lp64-qemu`. The basic hardware initialization is performed by the
BSP. These BSPs support the GICv2 interrupt controller present in all ZynqMP
systems.
Boot via ELF
------------