Skip to content

Commit

Permalink
config: add coreboot framebuffer related settings
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marmarek committed Aug 25, 2023
1 parent 3bf1fce commit c4ff0e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,9 @@ CONFIG_INTEL_PMC_CORE=m
## sensors from 0f976d972a1671a303fad30a5e690304b0b82ee0
##
## Intel ME driver e0f8e9ca81b80d897b190f48a4af80eff3198cb1


## for early framebuffer under coreboot / Heads
CONFIG_GOOGLE_FIRMWARE=y
CONFIG_GOOGLE_COREBOOT_TABLE=y
CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=y

0 comments on commit c4ff0e4

Please sign in to comment.