source: rtems-docs/user/bsps/aarch64/xilinx-zynqmp.rst @ 084a564

Last change on this file since 084a564 was 084a564, checked in by Kinsey Moore <kinsey.moore@…>, on 03/04/21 at 16:53:54

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.

  • Property mode set to 100644
File size: 976 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2020 On-Line Applications Research Corporation (OAR)
4
5.. _BSP_aarch64_qemu_xilinx_zynqmp_ilp32_qemu:
6.. _BSP_aarch64_qemu_xilinx_zynqmp_lp64_qemu:
7
8Qemu Xilinx ZynqMP
9==================
10
11This BSP supports two variants, `xilinx-zynqmp-ilp32-qemu` and
12`xilinx-zynqmp-lp64-qemu`. The basic hardware initialization is performed by the
13BSP. These BSPs support the GICv2 interrupt controller present in all ZynqMP
14systems.
15
16Boot via ELF
17------------
18The executable image is booted by Qemu in ELF format.
19
20Clock Driver
21------------
22
23The clock driver uses the `ARM Generic Timer`.
24
25Console Driver
26--------------
27
28The console driver supports the default Qemu emulated ARM PL011 PrimeCell UART.
29
30Running Executables
31-------------------
32
33Executables generated by these BSPs can be run using the following command::
34
35qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
36 -machine xlnx-zcu102 -m 4096 -kernel example.exe
Note: See TracBrowser for help on using the repository browser.