summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/scs/Kconfig
diff options
context:
space:
mode:
authorMeera Ravindranath <meera.ravindranath@intel.com>2022-09-22 14:33:36 +0530
committerNick Vaccaro <nvaccaro@google.com>2022-10-04 18:31:09 +0000
commit598c0dda158bd2062442cbf0b42214d5ed95006f (patch)
treec56c67e95e8d4238750efd75907ecd03b7dc437a /src/soc/intel/common/block/scs/Kconfig
parentd49c3f278eb77faff098dceb5e7767b53950cd5d (diff)
soc/intel/alderlake: Fix UFS OCP fabric timeout
The delayed return of certain fetch instruction from memory to the UFS causes the OCP fabric to timeout on the transaction and become non-responsive. As recommended by the SoC and IP teams,program the OCP fabric register to avoid the timeout in the OCP fabric. This patch adds the following changes 1. Program the OCP fabric registers in the PS0 routine. 2. Move the ssdt contents of UFS to dsdt asl code to avoid duplication of UFS device creation BUG=b:240222922 TEST=Build and boot Nirwen UFS board, observe no system hang during Chrome PLT test. Signed-off-by: Meera Ravindranath <meera.ravindranath@intel.com> Change-Id: I949a4538ea5c5c378a4e8ff7bb88546db1412df2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67770 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/soc/intel/common/block/scs/Kconfig')
-rw-r--r--src/soc/intel/common/block/scs/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/common/block/scs/Kconfig b/src/soc/intel/common/block/scs/Kconfig
index 6b5f49ea67..192425c4a0 100644
--- a/src/soc/intel/common/block/scs/Kconfig
+++ b/src/soc/intel/common/block/scs/Kconfig
@@ -19,10 +19,3 @@ config SOC_INTEL_COMMON_MMC_OVERRIDE
help
Override the MMC settings after FSP-S.
It should be used only when there is no FSP UPDs for certain setting.
-
-config SOC_INTEL_COMMON_UFS_SUPPORT
- bool
- default n
- help
- Enable UFS support. Should be enabled when a particular SoC supports
- boot from UFS.