diff options
| author | Adriano Carvalho <[email protected]> | 2025-08-25 23:32:31 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-08-30 20:45:33 +0200 |
| commit | b14d24af409470c380ce67abfd6e2b40bc055c2f (patch) | |
| tree | e0e587c6104bf15a281f5ea7ddf3f9d06ac0ce65 /tools | |
| parent | 76733999b04849ae85c5233f59cce9023c0d45b4 (diff) | |
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 <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/buildman/buildman.rst | 15 |
1 files changed, 14 insertions, 1 deletions
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 |
