Changeset c234a7b in rtems-docs


Ignore:
Timestamp:
10/25/22 14:31:53 (7 months ago)
Author:
Hesham Almatary <heshamelmatary@…>
Branches:
master
Children:
9d0f454
Parents:
6ed77a9
git-author:
Hesham Almatary <heshamelmatary@…> (10/25/22 14:31:53)
git-committer:
Hesham Almatary <heshamelmatary@…> (10/31/22 11:39:23)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/bsps/bsps-riscv.rst

    r6ed77a9 rc234a7b  
    4444ISA with ABI and code model choice.
    4545
    46 The basic hardware initialization is not performed by the BSP.  A boot loader
    47 with device tree support must be used to start the BSP, e.g. BBL.  The BSP must
    48 be started im machine mode.
     46The BSP must be started im machine mode.
    4947
    5048The reference platform for this BSP is the Qemu `virt` machine.
Note: See TracChangeset for help on using the changeset viewer.