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 <adrianocarvalho.pt@gmail.com>
This commit is contained in:
Adriano Carvalho
2025-08-30 20:45:33 +02:00
committed by Heinrich Schuchardt
parent 76733999b0
commit b14d24af40
+14 -1
View File
@@ -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