diff options
author | Leah Rowe <leah@libreboot.org> | 2021-05-22 18:38:18 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-05-22 18:39:51 +0100 |
commit | cfd47cc0a5feedcaac7e2e9ba1b9a9ca927c2e6c (patch) | |
tree | eda0b346968eed5f5c030fb92cf3e51e54c48155 /resources/coreboot/kcma-d8-udimm_8mb/board.cfg | |
parent | 5573dcd1030f976b05c491355e60f8e26e0b2321 (diff) |
build/roms: re-do KCMA-D8 and KGPE-D16 configs
2MiB and 16MiB were the only flash sizes supported. 4 and 8MiB have been
added.
Now there are only libgfxinit_txtmode configs.
Use seabios_withgrub or seabios_grubfirst ROMs if you wish to use an add-on
GPU.
Diffstat (limited to 'resources/coreboot/kcma-d8-udimm_8mb/board.cfg')
-rw-r--r-- | resources/coreboot/kcma-d8-udimm_8mb/board.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/coreboot/kcma-d8-udimm_8mb/board.cfg b/resources/coreboot/kcma-d8-udimm_8mb/board.cfg new file mode 100644 index 00000000..13617002 --- /dev/null +++ b/resources/coreboot/kcma-d8-udimm_8mb/board.cfg @@ -0,0 +1,8 @@ +cbtree="fam15h_udimm" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_grub_withtianocore="n" +payload_seabios="y" +payload_tianocore="n" |