Skip to content

Commit ccd255e

Browse files
committed
config: add coreboot framebuffer related settings
This allows Linux to fetch framebuffer address from coreboot and make Linux show messages early - before i915drm takes over later. Whether that's enough to work also under Xen is not clear, but those options may be useful in other cases anyway. linuxboot/heads#1461
1 parent 3bf1fce commit ccd255e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config-qubes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,10 @@ CONFIG_INTEL_PMC_CORE=m
171171
## sensors from 0f976d972a1671a303fad30a5e690304b0b82ee0
172172
##
173173
## Intel ME driver e0f8e9ca81b80d897b190f48a4af80eff3198cb1
174+
175+
176+
## for early framebuffer under coreboot / Heads
177+
CONFIG_GOOGLE_FIRMWARE=y
178+
CONFIG_GOOGLE_COREBOOT_TABLE=y
179+
CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=y
180+
CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=y

0 commit comments

Comments
 (0)