Jayvik Desai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83705?usp=email )
Change subject: src/device/Kconfig: Enable eSOL config with libgfx and uGOP ......................................................................
src/device/Kconfig: Enable eSOL config with libgfx and uGOP
This patch enables the eSOL config option when libgfx is enabled for early graphics initialization.
BUG=NA TEST=Able to build google/rex and google/tivviks
Change-Id: Ic8fe4ca5234de7f8e579f950f6ccbf750f4c7950 Signed-off-by: Jayvik Desai jayvik@google.com --- M src/vendorcode/google/chromeos/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/83705/1
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index b0cbc67..d3dbfac 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -15,6 +15,7 @@ select CHROMEOS_NVS if ACPI_SOC_NVS select VPD select VBOOT_SLOTS_RW_AB + select CHROMEOS_ENABLES_ESOL if MAINBOARD_HAS_EARLY_LIBGFXINIT || SOC_INTEL_METEORLAKE_SIGN_OF_LIFE help Enable ChromeOS specific features like the GPIO sub table in the coreboot table. NOTE: Enabling this option on an unsupported @@ -81,6 +82,7 @@
config CHROMEOS_ENABLES_ESOL def_bool n + depends on MAINBOARD_HAS_EARLY_LIBGFXINIT || SOC_INTEL_METEORLAKE_SIGN_OF_LIFE help Enabled if the platform has an early sign of life feature.