diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-16 20:56:41 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-16 20:56:41 -0400 |
commit | afd3391d7d912e18ec3e084e5b5b58b546903ae6 (patch) | |
tree | df7183ca31dff2381adbcc8a3b890c33829a5254 /projects/coreboot/configs/x200/textmode/4mb/targets | |
parent | 32ce6b7c7575cef73492e41fb314c9806662c705 (diff) | |
download | librebootfr-afd3391d7d912e18ec3e084e5b5b58b546903ae6.tar.gz librebootfr-afd3391d7d912e18ec3e084e5b5b58b546903ae6.zip |
Create SeaBIOS/GRUB targets for X200 Coreboot
X200 can now be built with either SeaBIOS or GRUB as a default
payload, e.g.:
'./libreboot build coreboot x200 textmode 16mb seabios'
Diffstat (limited to 'projects/coreboot/configs/x200/textmode/4mb/targets')
-rw-r--r-- | projects/coreboot/configs/x200/textmode/4mb/targets | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/coreboot/configs/x200/textmode/4mb/targets b/projects/coreboot/configs/x200/textmode/4mb/targets new file mode 100644 index 00000000..f2cba0e5 --- /dev/null +++ b/projects/coreboot/configs/x200/textmode/4mb/targets @@ -0,0 +1,2 @@ +grub +seabios |