summaryrefslogtreecommitdiffstats
path: root/user/bsps/aarch64/a53.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user/bsps/aarch64/a53.rst')
-rw-r--r--user/bsps/aarch64/a53.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/user/bsps/aarch64/a53.rst b/user/bsps/aarch64/a53.rst
index 9f085b8..9d8e1ce 100644
--- a/user/bsps/aarch64/a53.rst
+++ b/user/bsps/aarch64/a53.rst
@@ -8,8 +8,9 @@
Qemu A53
========
-This BSP supports two variants, `qemu_a53_ilp32` and `qemu-a53_lp64`. The basic
-hardware initialization is performed by the BSP.
+This BSP supports two variants, `qemu_a53_ilp32` and `qemu_a53_lp64`. The basic
+hardware initialization is performed by the BSP. These BSPs support the GICv3
+interrupt controller.
Boot via ELF
------------
@@ -24,3 +25,13 @@ Console Driver
--------------
The console driver supports the default Qemu emulated ARM PL011 PrimeCell UART.
+
+Running Executables
+-------------------
+
+Executables generated by these BSPs can be run using the following command:
+
+.. code-block:: shell
+
+ qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
+ -machine virt,gic-version=3 -cpu cortex-a53 -m 4096 -kernel example.exe