Re: [RFC PATCH v3] doc: arch: Add document for RISC-V architecture

From: Peter Yu-Chien Lin(林宇謙) peterlin@andestech.com Sent: Tuesday, February 14, 2023 6:19 PM To: u-boot@lists.denx.de Cc: Leo Yu-Chi Liang(梁育齊) ycliang@andestech.com; Rick Jian-Zhi Chen(陳建志) rick@andestech.com; sjg@chromium.org; xypron.glpk@gmx.de; Peter Yu-Chien Lin(林宇謙) peterlin@andestech.com; Samuel Holland samuel@sholland.org 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 peterlin@andestech.com Reviewed-by: Samuel Holland samuel@sholland.org Reviewed-by: Simon Glass sjg@chromium.org
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/20230212070053.14800-1-pete...
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 rick@andestech.com
participants (1)
-
Rick Chen