diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-18 21:15:50 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-18 21:40:58 -0400 |
commit | 6d394f73e7b6137e7166cd99180b65086fb13149 (patch) | |
tree | 0b162c5d7ca8d15250aab4e1c399330cde679831 /projects/coreboot/configs/t60/corebootfb/16mb | |
parent | 366ddde0053a2e7cfb1e4a5a938a4d0eeb0f2153 (diff) | |
download | librebootfr-6d394f73e7b6137e7166cd99180b65086fb13149.tar.gz librebootfr-6d394f73e7b6137e7166cd99180b65086fb13149.zip |
Create SeaBIOS/GRUB targets for T60 Coreboot
T60 ROM can now be built with either SeaBIOS or GRUB as a
default payload, e.g.:
'./libreboot build coreboot t60 textmode 2mb seabios'
Diffstat (limited to 'projects/coreboot/configs/t60/corebootfb/16mb')
3 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/configs/t60/corebootfb/16mb/grub/config b/projects/coreboot/configs/t60/corebootfb/16mb/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/t60/corebootfb/16mb/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/t60/corebootfb/16mb/seabios/config b/projects/coreboot/configs/t60/corebootfb/16mb/seabios/config new file mode 100644 index 00000000..b1e08f99 --- /dev/null +++ b/projects/coreboot/configs/t60/corebootfb/16mb/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" diff --git a/projects/coreboot/configs/t60/corebootfb/16mb/targets b/projects/coreboot/configs/t60/corebootfb/16mb/targets new file mode 100644 index 00000000..f2cba0e5 --- /dev/null +++ b/projects/coreboot/configs/t60/corebootfb/16mb/targets @@ -0,0 +1,2 @@ +grub +seabios |