diff options
author | Leah Rowe <leah@libreboot.org> | 2021-11-01 06:45:15 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-11-01 06:45:15 +0000 |
commit | 93c957ddb66b002c5b081665ce8c15a2af84e823 (patch) | |
tree | 761b4f6781d4210c47b07610db918bbbed7a1567 /resources/coreboot/d510mo_16mb/board.cfg | |
parent | 40202d12867e89ee6ff8d4e3e6f181ab606bbde4 (diff) |
build/roms: add 16mb d510mo config
you must de-solder the default chip and install the new one.
winbond w25q128fvsig is a nice choice of 16MB (128Mbit) IC
Diffstat (limited to 'resources/coreboot/d510mo_16mb/board.cfg')
-rw-r--r-- | resources/coreboot/d510mo_16mb/board.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/coreboot/d510mo_16mb/board.cfg b/resources/coreboot/d510mo_16mb/board.cfg new file mode 100644 index 00000000..ff15c45f --- /dev/null +++ b/resources/coreboot/d510mo_16mb/board.cfg @@ -0,0 +1,9 @@ +cbtree="default" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_grub_withtianocore="n" +payload_seabios="y" +payload_tianocore="n" +payload_memtest="y" |