Skip to content

Commit 3965f4a

Browse files
Merge pull request #2 from hugelgupf/linuxboot
Add LinuxBoot README.
2 parents 45be65b + 42006c1 commit 3965f4a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
File renamed without changes.

LinuxBoot/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## LinuxBoot
2+
3+
The main LinuxBoot repository can be found at
4+
[github.com/linuxboot/linuxboot](https://github.com/linuxboot/linuxboot).
5+
6+
The website is at [www.linuxboot.org](https://www.linuxboot.org).
7+
8+
Two potential runtimes for LinuxBoot are HEADS and NERF:
9+
10+
* [HEADS](https://github.com/osresearch/heads)
11+
* [NERF (LinuxBoot + u-root)](https://github.com/u-root/u-root)
12+
13+
### Supported OCP Hardware
14+
15+
| | Winterfell | Leopard | Tioga Pass | Monolake | Wedge | Meaning |
16+
| ---------- | -------------- | -------------- | ---------- | ---------- | ---------- | ------- |
17+
| Sockets | x2 | x2 | x2 | 4x1 | x1 | How many CPU sockets? |
18+
| CPU | E5-2600v1 & v2 | E5-2600v3 & v4 | Xeon Gold | Broadwell | Broadwell | Chipset |
19+
| Flash size | 16 MB | 16 MB | 32 MB | 16 MB | 16 MB | Total SPI flash size |
20+
| DXE Size | 4.2 MB | 4.8 MB | 11 MB | ? | ? | Space available for DXE, LinuxBoot and initrd |
21+
| DxeCore | No | Yes | Yes | Not tested | Not tested | Can we replace the DxeCore with our own? |
22+
| coreboot | No | No | No | Yes | Yes | Can we replace the PEI with coreboot+FSP? |
23+
| BootGuard | N/A | N/A | Yes | Yes | Yes | Can we bypass the CPU's BootGuard security? |
24+
| OpenBMC | No | No | Yes | Yes | Yes | Does the system support OpenBMC? |
25+
| VGA | No | Yes | Yes | Yes | No? | Does the BMC expose a VGA framebuffer? |
26+
| TPM | N/A | Not yet | Not yet | Not tested | Not tested | Does the x86 have a TPM that works with LinuxBoot? |
27+
| LOM | e1000e | None | None | Maybe | Yes? | Is there a LAN-on-motherboard port? |
28+
| PCIe | Yes | Yes | Yes | Yes | Yes | Do we support the PCIe slots? |

0 commit comments

Comments
 (0)