[PATCH 1/2] bsps/riscv: Remove inaccurate statement about reliance on a boot loader
heshamelmatary at gmail.com
heshamelmatary at gmail.com
Tue Oct 25 17:48:27 UTC 2022
From: Hesham Almatary <hesham.almatary at cl.cam.ac.uk>
The BSP is capable of initialising the hardware being the first software
that takes control on hardware reset (after the bootrom). For instance,
using on QEMU's virt platforms, RTEMS runs as a bios without BBL.
Similarily, RTEMS can also be run on harware/FPGA and loaded using
GDB; the bootrom (or a GDB script) should just set the a0/a1 registers
with the boot HART ID and DTB address respectively.
---
user/bsps/bsps-riscv.rst | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/user/bsps/bsps-riscv.rst b/user/bsps/bsps-riscv.rst
index 48e7ee7..224506d 100644
--- a/user/bsps/bsps-riscv.rst
+++ b/user/bsps/bsps-riscv.rst
@@ -43,9 +43,7 @@ This BSP offers 15 variants:
Each variant corresponds to a GCC multilib. A particular variant reflects an
ISA with ABI and code model choice.
-The basic hardware initialization is not performed by the BSP. A boot loader
-with device tree support must be used to start the BSP, e.g. BBL. The BSP must
-be started im machine mode.
+The BSP must be started im machine mode.
The reference platform for this BSP is the Qemu `virt` machine.
--
2.25.1
More information about the devel
mailing list