blob: 5eac084206584cce0d3ced30c1e5c06aad89b9b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Intel SOC-specific documentation
This section contains documentation about coreboot on specific Intel SOCs.
## Platforms
```{toctree}
:maxdepth: 1
Common code development strategy <code_development_model/code_development_model.md>
FSP <fsp/index.md>
Broadwell <broadwell/index.md>
MP Initialization <mp_init/mp_init.md>
Microcode Updates <microcode.md>
Firmware Interface Table <fit.md>
Apollolake <apollolake/index.md>
CSE FW Update <cse_fw_update/cse_fw_update.md>
Xeon Scalable processor <xeon_sp/index.md>
```
|