Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84030?usp=email )
Change subject: soc/intel/alderlake: Remove SOC_INTEL_GFX_MBUS_JOIN config ......................................................................
soc/intel/alderlake: Remove SOC_INTEL_GFX_MBUS_JOIN config
This patch removes the SOC_INTEL_GFX_MBUS_JOIN configuration option. Support for fast modeset joining has been added to the mainline i915 kernel driver (https://patchwork.freedesktop.org/series/130480/), making this coreboot-specific workaround unnecessary.
BUG=b:291885733 TEST=Successful build and boot of google/marasov with single and dual displays, no redundant boot splash.
Change-Id: I53c08a0e7a40b24db7cc910c5b9adc2376a9bb17 Signed-off-by: Subrata Banik subratabanik@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/84030 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paz Zcharya pazz@google.com Reviewed-by: YH Lin yueherngl@google.com Reviewed-by: Dinesh Gehlot digehlot@google.com --- M src/soc/intel/alderlake/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Dinesh Gehlot: Looks good to me, approved build bot (Jenkins): Verified YH Lin: Looks good to me, but someone else must approve Paz Zcharya: Looks good to me, but someone else must approve
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 598c028..f7c585a 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -86,7 +86,6 @@ select SOC_INTEL_COMMON_RESET select SOC_INTEL_CSE_SEND_EOP_LATE if !BOARD_GOOGLE_BRYA_COMMON && !BOARD_GOOGLE_BROX_COMMON select SOC_INTEL_CSE_SET_EOP - select SOC_INTEL_GFX_MBUS_JOIN if MAINBOARD_HAS_CHROMEOS && BMP_LOGO select SOC_INTEL_MEM_MAPPED_PM_CONFIGURATION select HAVE_INTEL_COMPLIANCE_TEST_MODE select SSE2