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/corebootfb | |
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/corebootfb')
6 files changed, 8 insertions, 0 deletions
diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/grub/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/seabios/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/seabios/config new file mode 100644 index 00000000..b1e08f99 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/targets b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/targets new file mode 100644 index 00000000..f2cba0e5 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/targets @@ -0,0 +1,2 @@ +grub +seabios diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/grub/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/seabios/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/seabios/config new file mode 100644 index 00000000..b1e08f99 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/targets b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/targets new file mode 100644 index 00000000..f2cba0e5 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/targets @@ -0,0 +1,2 @@ +grub +seabios |