diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-16 19:02:11 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-16 19:02:11 -0400 |
commit | 41659c46f530c6f425b47dec7fa23fc072a66399 (patch) | |
tree | ab26a433cda49c8ec167ed235f321db13961f527 /projects/coreboot/configs/t400/textmode/8mb/grub | |
parent | 3d8269d573ebbfeb901f8f72f0fd8925ac2e831b (diff) | |
download | librebootfr-41659c46f530c6f425b47dec7fa23fc072a66399.tar.gz librebootfr-41659c46f530c6f425b47dec7fa23fc072a66399.zip |
Create SeaBIOS/GRUB targets for T400 Coreboot
T400 (and variants) can now be built with either SeaBIOS or GRUB
as default payloads, e.g.:
'./libreboot build coreboot t400 textmode 16mb seabios'
Diffstat (limited to 'projects/coreboot/configs/t400/textmode/8mb/grub')
-rw-r--r-- | projects/coreboot/configs/t400/textmode/8mb/grub/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/coreboot/configs/t400/textmode/8mb/grub/config b/projects/coreboot/configs/t400/textmode/8mb/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/t400/textmode/8mb/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" |