Browse Source
Add a placeholder doc for the xlnx-zcu102 board. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20241018141332.942844-6-peter.maydell@linaro.orgpull/275/head
3 changed files with 21 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||
Xilinx ZynqMP ZCU102 (``xlnx-zcu102``) |
|||
====================================== |
|||
|
|||
The ``xlnx-zcu102`` board models the Xilinx ZynqMP ZCU102 board. |
|||
This board has 4 Cortex-A53 CPUs and 2 Cortex-R5F CPUs. |
|||
|
|||
Machine-specific options |
|||
"""""""""""""""""""""""" |
|||
|
|||
The following machine-specific options are supported: |
|||
|
|||
secure |
|||
Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the |
|||
Arm Security Extensions (TrustZone). The default is ``off``. |
|||
|
|||
virtualization |
|||
Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the |
|||
Arm Virtualization Extensions. The default is ``off``. |
|||
|
|||
Loading…
Reference in new issue