From 4b1f25d82f2c5837172446073f4431ca5e0242e1 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Fri, 18 Mar 2022 20:56:52 +0800 Subject: [PATCH] mb/google/brya/var/taeko: Enable Genesys L1 max entry delay The workaround causes the eMMC controller to not enter its L1 during the boot process BUG=b:220079865 TEST=Build FW and run stress exceed 2500 cycles. Signed-off-by: Kevin Chang Change-Id: I142a816611e204e6c8577d15b3f0a0e08251f848 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62918 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Subrata Banik Reviewed-by: Tim Wawrzynczak Reviewed-by: Peichao Wang --- src/mainboard/google/brya/Kconfig.name | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index dd7935cb7c..f1cab9d2d6 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -136,6 +136,7 @@ config BOARD_GOOGLE_TAEKO select DRIVERS_GENERIC_BAYHUB_LV2 select DRIVERS_GENESYSLOGIC_GL9750 select DRIVERS_GENESYSLOGIC_GL9763E + select DRIVERS_GENESYSLOGIC_GL9763E_L1_MAX if DRIVERS_GENESYSLOGIC_GL9763E select CHROMEOS_WIFI_SAR if CHROMEOS config BOARD_GOOGLE_TAEKO4ES