bsps/riscv: Remove inaccurate statement about reliance on a boot loader

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.
This commit is contained in:
Hesham Almatary
2022-10-25 15:31:53 +01:00
parent 6ed77a9a0e
commit c234a7bb2e

View File

@@ -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.