> From: Peter Yu-Chien Lin(林宇謙) <[email protected]> > Sent: Tuesday, February 14, 2023 6:19 PM > To: [email protected] > Cc: Leo Yu-Chi Liang(梁育齊) <[email protected]>; Rick Jian-Zhi Chen(陳建志) > <[email protected]>; [email protected]; [email protected]; Peter Yu-Chien > Lin(林宇謙) <[email protected]>; Samuel Holland <[email protected]> > Subject: [RFC PATCH v3] doc: arch: Add document for RISC-V architecture > > This patch adds a brief introduction to the RISC-V architecture and the > typical boot process used on a variety of RISC-V platforms. > > Signed-off-by: Yu Chien Peter Lin <[email protected]> > Reviewed-by: Samuel Holland <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > Changes v1 -> v2 > - Use 'boot phases' rather than 'boot stages' > - Pick up Samuel and Simon's RB tags > Changes v2 -> v3 > - Follow the suggestion by Heinrich [1] > - Add the document as an entry of Andes maintainer in MAINTAINERS > - Add some pointers to OpenSBI document > > [1] > https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ > --- > MAINTAINERS | 1 + > doc/arch/index.rst | 1 + > doc/arch/riscv.rst | 74 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 76 insertions(+) > create mode 100644 doc/arch/riscv.rst
Reviewed-by: Rick Chen <[email protected]>

