diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-20 16:01:44 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-20 16:01:44 -0400 |
commit | 92710d54907d607e6532dd99651e6c9b529c3e12 (patch) | |
tree | 88227964d20856e6fd050e703aad07e8f86f9bb0 /projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios | |
parent | b4b4fca86012ccb37719a59568dc6462e8fee4fc (diff) | |
download | librebootfr-92710d54907d607e6532dd99651e6c9b529c3e12.tar.gz librebootfr-92710d54907d607e6532dd99651e6c9b529c3e12.zip |
Create SeaBIOS/GRUB targets for KFSN4-DRE Coreboot
KFSN4-DRE ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot kfsn4-dre textmode 2mb seabios'
Diffstat (limited to 'projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios')
-rw-r--r-- | projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios/config b/projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios/config new file mode 100644 index 00000000..b1e08f99 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" |