diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-09 12:25:34 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-09 22:55:29 +0100 |
commit | f8f77cb2886331d1b8b26d88d2407e2f85dc59a2 (patch) | |
tree | 57d3a5924f97c03524343e2425a7c7f4fc325fce /resources/coreboot/hp2170p_16mb/board.cfg | |
parent | c5c89467795300de6fe456a1e4e85cf87c1fa80d (diff) |
NEW BOARD: HP EliteBook 2170p
Another ivybridge platform, added in coreboot recently.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/coreboot/hp2170p_16mb/board.cfg')
-rw-r--r-- | resources/coreboot/hp2170p_16mb/board.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/coreboot/hp2170p_16mb/board.cfg b/resources/coreboot/hp2170p_16mb/board.cfg new file mode 100644 index 00000000..8c2cf6d5 --- /dev/null +++ b/resources/coreboot/hp2170p_16mb/board.cfg @@ -0,0 +1,9 @@ +cbtree="default" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" +microcode_required="n" |