Kane Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76880?usp=email )
Change subject: soc/intel/mtl: Set SOC_INTEL_METEORLAKE_DEBUG_CONSENT to 6 ......................................................................
soc/intel/mtl: Set SOC_INTEL_METEORLAKE_DEBUG_CONSENT to 6
SOC_INTEL_METEORLAKE_DEBUG_CONSENT=6 is more common use case for soc debug with usb dbc.
TEST=boot to os on screebo and dbc connection is OK.
Change-Id: Ic12528bdd8b1feda7f1b65045c863341f932d3a2 Signed-off-by: Kane Chen kane.chen@intel.corp-partner.google.com --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 3 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/76880/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 2eb1405..b34daec 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -346,7 +346,7 @@ int "Debug Consent for MTL" # USB DBC is more common for developers so make this default to 3 if # SOC_INTEL_DEBUG_CONSENT=y - default 3 if SOC_INTEL_DEBUG_CONSENT + default 6 if SOC_INTEL_DEBUG_CONSENT default 0 help This is to control debug interface on SOC. @@ -354,9 +354,8 @@ PlatformDebugConsent in FspmUpd.h has the details.
Desired platform debug type are - 0:Disabled, 1:Enabled (DCI OOB+[DbC]), 2:Enabled (DCI OOB), - 3:Enabled (USB3 DbC), 4:Enabled (XDP/MIPI60), 5:Enabled (USB2 DbC), - 6:Enable (2-wire DCI OOB), 7:Manual + 0:Disabled, 2:Enabled Trace Active, 4:Enabled Trace Ready, + 6:Enable Trace Power-Off, 7:Manual
config DATA_BUS_WIDTH int