diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-20 15:41:47 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-20 15:41:47 -0400 |
commit | e18a57d9a95a47883e0e68eb513aaec863361927 (patch) | |
tree | 787847eb884539508f0624fc1fcb1178e5b6cb10 /projects/coreboot/configs/kfsn4-dre | |
parent | 8485272d07832196d12429dd9195a6fe85d1ff60 (diff) | |
download | librebootfr-e18a57d9a95a47883e0e68eb513aaec863361927.tar.gz librebootfr-e18a57d9a95a47883e0e68eb513aaec863361927.zip |
Create KFSN4-DRE 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
KFSN4-DRE Coreboot ROMs can now be built with
'./libreboot build coreboot kfsn4-dre corebootfb' or
'./libreboot build coreboot kfsn4-dre textmode', respectively.
Diffstat (limited to 'projects/coreboot/configs/kfsn4-dre')
-rw-r--r-- | projects/coreboot/configs/kfsn4-dre/corebootfb/config | 3 | ||||
-rw-r--r-- | projects/coreboot/configs/kfsn4-dre/targets | 2 | ||||
-rw-r--r-- | projects/coreboot/configs/kfsn4-dre/textmode/config | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/config new file mode 100644 index 00000000..c86e2073 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/config @@ -0,0 +1,3 @@ +CONFIG_VGA_TEXT_FRAMEBUFFER=n +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y +CONFIG_LINEAR_FRAMEBUFFER=y diff --git a/projects/coreboot/configs/kfsn4-dre/targets b/projects/coreboot/configs/kfsn4-dre/targets new file mode 100644 index 00000000..f84c583a --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/targets @@ -0,0 +1,2 @@ +corebootfb +textmode diff --git a/projects/coreboot/configs/kfsn4-dre/textmode/config b/projects/coreboot/configs/kfsn4-dre/textmode/config new file mode 100644 index 00000000..5d8cce57 --- /dev/null +++ b/projects/coreboot/configs/kfsn4-dre/textmode/config @@ -0,0 +1 @@ +CONFIG_VGA_TEXT_FRAMEBUFFER=y |