aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/kfsn4-dre/textmode/1mb
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-20 16:01:44 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-20 16:01:44 -0400
commit92710d54907d607e6532dd99651e6c9b529c3e12 (patch)
tree88227964d20856e6fd050e703aad07e8f86f9bb0 /projects/coreboot/configs/kfsn4-dre/textmode/1mb
parentb4b4fca86012ccb37719a59568dc6462e8fee4fc (diff)
downloadlibrebootfr-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')
-rw-r--r--projects/coreboot/configs/kfsn4-dre/textmode/1mb/grub/config1
-rw-r--r--projects/coreboot/configs/kfsn4-dre/textmode/1mb/seabios/config1
-rw-r--r--projects/coreboot/configs/kfsn4-dre/textmode/1mb/targets2
3 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/configs/kfsn4-dre/textmode/1mb/grub/config b/projects/coreboot/configs/kfsn4-dre/textmode/1mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/kfsn4-dre/textmode/1mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
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"
diff --git a/projects/coreboot/configs/kfsn4-dre/textmode/1mb/targets b/projects/coreboot/configs/kfsn4-dre/textmode/1mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/kfsn4-dre/textmode/1mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios