From c4ff0e4e0b3a9e881b28851575e62e7fac823389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 24 Aug 2023 19:03:48 +0200 Subject: [PATCH] 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. osresearch/heads#1461 --- config-qubes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-qubes b/config-qubes index 886ba782..f8ccd867 100644 --- a/config-qubes +++ b/config-qubes @@ -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