From: Adriano Carvalho Date: Mon, 25 Aug 2025 22:32:31 +0000 (+0100) Subject: doc: Add riscv and unfold the list with the architecture/code name X-Git-Tag: v2025.10-rc4~9^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14d24af409470c380ce67abfd6e2b40bc055c2f;p=pandora-u-boot.git doc: Add riscv and unfold the list with the architecture/code name riscv was missing from the list. To some, the architecture's name may not be obvious from the code name. Signed-off-by: Adriano Carvalho --- diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index 49ac5caeb14..368ef5c6f19 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -478,7 +478,20 @@ Setting up At the time of writing, U-Boot supports these architectures: - arc, arm, m68k, microblaze, mips, nios2, powerpc, sandbox, sh, x86, xtensa + - ARC (arc) + - ARM (arm) + - Motorola 68k (m68k) + - MicroBlaze (microblaze) + - MIPS (mips) + - Nios II (nios2) + - PowerPC (powerpc) + - RISC-V (riscv) + - Sandbox (sandbox) + - SuperH (sh) + - x86 (x86) + - Xtensa (xtensa) + + Each entry list the architecture's name, followed by its code name in U-Boot. How to run it