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