summaryrefslogtreecommitdiffstats
path: root/user/bsps
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-09-25 08:57:07 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:14:47 -0500
commit281be0c1eb13c2d0630fc2e343d708c347011328 (patch)
tree49c4de4bdce2b6cdc23ed0416c74b4f9b29ccc36 /user/bsps
parentcpu-supplement: Fix formatting and missing words (diff)
downloadrtems-docs-281be0c1eb13c2d0630fc2e343d708c347011328.tar.bz2
Add AArch64 documentation
Diffstat (limited to 'user/bsps')
-rw-r--r--user/bsps/aarch64/a53.rst26
-rw-r--r--user/bsps/bsps-aarch64.rst2
2 files changed, 27 insertions, 1 deletions
diff --git a/user/bsps/aarch64/a53.rst b/user/bsps/aarch64/a53.rst
new file mode 100644
index 0000000..9f085b8
--- /dev/null
+++ b/user/bsps/aarch64/a53.rst
@@ -0,0 +1,26 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Copyright (C) 2020 On-Line Applications Research Corporation (OAR)
+
+.. _BSP_aarch64_qemu_a53_ilp32:
+.. _BSP_aarch64_qemu_a53_lp64:
+
+Qemu A53
+========
+
+This BSP supports two variants, `qemu_a53_ilp32` and `qemu-a53_lp64`. The basic
+hardware initialization is performed by the BSP.
+
+Boot via ELF
+------------
+The executable image is booted by Qemu in ELF format.
+
+Clock Driver
+------------
+
+The clock driver uses the `ARM Generic Timer`.
+
+Console Driver
+--------------
+
+The console driver supports the default Qemu emulated ARM PL011 PrimeCell UART.
diff --git a/user/bsps/bsps-aarch64.rst b/user/bsps/bsps-aarch64.rst
index 4b2e749..319310e 100644
--- a/user/bsps/bsps-aarch64.rst
+++ b/user/bsps/bsps-aarch64.rst
@@ -5,4 +5,4 @@
aarch64 (AArch64)
*****************
-There are no AArch64 BSPs yet.
+.. include:: aarch64/a53.rst