diff options
author | Leah Rowe <leah@libreboot.org> | 2021-11-01 01:52:35 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-11-01 01:52:35 +0000 |
commit | b4fa5cdd01cb180a52923ed768e8c2e828e11a11 (patch) | |
tree | 6c3e31696c00d6423389bf0ef50cfdc45077f77f /resources/coreboot/x60_16mb/board.cfg | |
parent | c2720c58e711f7c77dc19ae8dc682cacb8851f5e (diff) |
build/boot/roms: add x60_16mb configs
Diffstat (limited to 'resources/coreboot/x60_16mb/board.cfg')
-rw-r--r-- | resources/coreboot/x60_16mb/board.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/coreboot/x60_16mb/board.cfg b/resources/coreboot/x60_16mb/board.cfg new file mode 100644 index 00000000..4a307656 --- /dev/null +++ b/resources/coreboot/x60_16mb/board.cfg @@ -0,0 +1,8 @@ +cbtree="default" +romtype="i945 laptop" +arch="x86_32" +payload_grub="y" +payload_grub_withseabios="y" +payload_grub_withtianocore="n" +payload_seabios="y" +payload_tianocore="n" |