diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-18 22:37:53 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-18 22:46:36 -0400 |
commit | 766d9cc35cacf6d9ca1dc5a7ad3265c12e1ae248 (patch) | |
tree | 8c91a4337c75b0b573c64279a68568654f9d3bd9 /projects/coreboot/configs/macbook21/targets | |
parent | 7ded71fb56f45ade96cc5c178e8171c0f24791fe (diff) | |
download | librebootfr-766d9cc35cacf6d9ca1dc5a7ad3265c12e1ae248.tar.gz librebootfr-766d9cc35cacf6d9ca1dc5a7ad3265c12e1ae248.zip |
Create Macbook2,1 corebootfb/textmode Coreboot targets
The corebootfb ROM will use Coreboot's framebuffer for display while
the textmode ROM will use the legacy VGA text mode which is necessary
for payloads such as Memtest86+.
Options (and their values) changed in the new corebootfb config:
#CONFIG_VGA_TEXT_FRAMEBUFFER is not set
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_LINEAR_FRAMEBUFFER=y
Macbook2,1 Coreboot ROMs can now be built with
'./libreboot build coreboot macbook21 corebootfb' or
'./libreboot build coreboot macbook21 textmode', respectively.
Diffstat (limited to 'projects/coreboot/configs/macbook21/targets')
-rw-r--r-- | projects/coreboot/configs/macbook21/targets | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/coreboot/configs/macbook21/targets b/projects/coreboot/configs/macbook21/targets new file mode 100644 index 00000000..f84c583a --- /dev/null +++ b/projects/coreboot/configs/macbook21/targets @@ -0,0 +1,2 @@ +corebootfb +textmode |