From 282d647a0cd3304197fda967609b6f270b1f17f5 Mon Sep 17 00:00:00 2001 From: Wentao Qin Date: Wed, 3 Jul 2024 10:52:05 +0800 Subject: mb/google/brox/var/lotso: Select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS SKU1 is UFS, SKU2 is NON-UFS, it needs to select this config to disable the MPHY clock in the SKU2 configuration to ensure that S0ix functions normally. BUG=b:350609955 BRANCH=None TEST=Boot image on SKU1/SKU2 and check S0ix working. Change-Id: I2fbcc7ffaabf3c085a3345ec94a8d45b225b3450 Signed-off-by: Wentao Qin Reviewed-on: https://review.coreboot.org/c/coreboot/+/83323 Tested-by: build bot (Jenkins) Reviewed-by: Jian Tong Reviewed-by: Subrata Banik Reviewed-by: Eric Lai --- src/mainboard/google/brox/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/brox/Kconfig') diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 380c84a9d5..be59dc33ad 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -71,6 +71,7 @@ config BOARD_GOOGLE_BROX_EC_ISH config BOARD_GOOGLE_LOTSO select BOARD_GOOGLE_BASEBOARD_BROX + select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS config BOARD_GOOGLE_GREENBAYUPOC select BOARD_GOOGLE_BASEBOARD_BROX -- cgit v1.2.3