From 281be0c1eb13c2d0630fc2e343d708c347011328 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 25 Sep 2020 08:57:07 -0500 Subject: Add AArch64 documentation --- user/bsps/aarch64/a53.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/bsps/aarch64/a53.rst (limited to 'user/bsps/aarch64') 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. -- cgit v1.2.3