From 0f7a5386b9219111418a8de8637039c8533d99ea Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Sun, 28 May 2023 00:52:41 +0300 Subject: 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. --- resources/coreboot/hp8200sff_4mb/board.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/coreboot/hp8200sff_4mb/board.cfg (limited to 'resources/coreboot/hp8200sff_4mb/board.cfg') 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" -- cgit v1.2.1