diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-05-28 00:52:41 +0300 |
---|---|---|
committer | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-05-28 00:52:41 +0300 |
commit | 0f7a5386b9219111418a8de8637039c8533d99ea (patch) | |
tree | 7d71468fa87c26af62d5446f06e6997c03f6dc0c /resources/coreboot/hp8200sff_4mb/board.cfg | |
parent | 06c92d4a4aa58e554b52283a7154b6e69c5b82e5 (diff) |
Add 4MB version of HP 8200 SFF
This is useful for internally flashing Libreboot from OEM BIOS
since the top ~3MB is write-protected by vendor firmware.
Diffstat (limited to 'resources/coreboot/hp8200sff_4mb/board.cfg')
-rw-r--r-- | resources/coreboot/hp8200sff_4mb/board.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/coreboot/hp8200sff_4mb/board.cfg b/resources/coreboot/hp8200sff_4mb/board.cfg new file mode 100644 index 00000000..e7626cf1 --- /dev/null +++ b/resources/coreboot/hp8200sff_4mb/board.cfg @@ -0,0 +1,8 @@ +cbtree="default" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" |