diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-20 22:06:00 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-20 22:06:00 -0400 |
commit | d24833c0d8b150915cb8cc257ef9ff2b95a94a00 (patch) | |
tree | efd63f20cfbf21baad1ef9212ee8eafb3ff253d0 /projects/coreboot/configs/kcma-d8/textmode/16mb/grub | |
parent | f45846c0e1e0c282cc55143eea06520b43bb9fa9 (diff) | |
download | librebootfr-d24833c0d8b150915cb8cc257ef9ff2b95a94a00.tar.gz librebootfr-d24833c0d8b150915cb8cc257ef9ff2b95a94a00.zip |
Create SeaBIOS/GRUB targets for KCMA-D8 Coreboot
KCMA-D8 ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot kcma-d8 textmode 2mb seabios'
Diffstat (limited to 'projects/coreboot/configs/kcma-d8/textmode/16mb/grub')
-rw-r--r-- | projects/coreboot/configs/kcma-d8/textmode/16mb/grub/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/coreboot/configs/kcma-d8/textmode/16mb/grub/config b/projects/coreboot/configs/kcma-d8/textmode/16mb/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/kcma-d8/textmode/16mb/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" |