diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-21 20:15:19 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-21 20:23:09 -0400 |
commit | a87359ff5259eef25cc0707f35f36ed622a7a1cb (patch) | |
tree | 39f13ae24085e2e23c79e4b76a4dd606f9578fa6 /projects/coreboot/configs/d945gclf/textmode/16mb/seabios | |
parent | f2f5994884bf5f9f458a2ae382d7b3dbb2b262a1 (diff) | |
download | librebootfr-a87359ff5259eef25cc0707f35f36ed622a7a1cb.tar.gz librebootfr-a87359ff5259eef25cc0707f35f36ed622a7a1cb.zip |
Create SeaBIOS/GRUB targets for D945GCLF Coreboot
Due to the limited flash space on the board, SeaBIOS is currently
the sole payload option when building 512KiB-sized ROMs.
D945GCLF ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot d945gclf textmode 512kb seabios', or
'./libreboot build coreboot d945gclf textmode 16mb grub'
Diffstat (limited to 'projects/coreboot/configs/d945gclf/textmode/16mb/seabios')
-rw-r--r-- | projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config b/projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config new file mode 100644 index 00000000..b1e08f99 --- /dev/null +++ b/projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" |