diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-04-21 22:04:18 +0300 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-21 20:32:46 +0100 |
commit | 5657c7d05b0b15dd01866999c9c868f8725b19a0 (patch) | |
tree | ba4607c00ac03914212bdf915272bd9fbfe02ca2 /resources/coreboot/hp2560p_8mb/board.cfg | |
parent | 560642c585b991a24d626227ff9a6956f74477df (diff) |
Add HP EliteBook 2560p
Diffstat (limited to 'resources/coreboot/hp2560p_8mb/board.cfg')
-rw-r--r-- | resources/coreboot/hp2560p_8mb/board.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/coreboot/hp2560p_8mb/board.cfg b/resources/coreboot/hp2560p_8mb/board.cfg new file mode 100644 index 00000000..e7626cf1 --- /dev/null +++ b/resources/coreboot/hp2560p_8mb/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" |