blob: adf00fb32e51cae417c0fba1ffc3aee0bfd7749b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Architecture-specific documentation
This section contains documentation about coreboot on specific CPU
architectures.
## RISC-V
```{toctree}
:maxdepth: 1
RISC-V documentation <riscv/index.md>
```
## x86
```{toctree}
:maxdepth: 1
x86 documentation <x86/index.md>
```
|