Eric Lai has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69848 )
Change subject: mb/google/dedede/variants/sasukette: Disable PCIE RP8 and CLKSRC4 ......................................................................
mb/google/dedede/variants/sasukette: Disable PCIE RP8 and CLKSRC4
This change disables unused PCIE RP8 and CLKSRC4. Without this change sasukette cannot enter into s0ix properly.
BUG=b:259891452 TEST=Build and verified in sasukette
Change-Id: I61bcefa128d4f39613a760b647048f9e19e262c2 Signed-off-by: Rui Zhou zhourui@huaqin.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/69848 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: zanxi chen chenzanxi@huaqin.corp-partner.google.com Reviewed-by: Henry Sun henrysun@google.com Reviewed-by: Maulik Vaghela maulikvaghela@google.com Reviewed-by: Dtrain Hsu dtrain_hsu@compal.corp-partner.google.com Reviewed-by: Eric Lai eric_lai@quanta.corp-partner.google.com --- M src/mainboard/google/dedede/variants/sasukette/overridetree.cb 1 file changed, 27 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Maulik Vaghela: Looks good to me, approved Dtrain Hsu: Looks good to me, approved Henry Sun: Looks good to me, but someone else must approve zanxi chen: Looks good to me, but someone else must approve Eric Lai: Looks good to me, approved
diff --git a/src/mainboard/google/dedede/variants/sasukette/overridetree.cb b/src/mainboard/google/dedede/variants/sasukette/overridetree.cb index 1cda193..43a68db 100644 --- a/src/mainboard/google/dedede/variants/sasukette/overridetree.cb +++ b/src/mainboard/google/dedede/variants/sasukette/overridetree.cb @@ -8,6 +8,10 @@ end
chip soc/intel/jasperlake + # Disable PCIe Root Port 8 (index 7) + register "PcieRpEnable[7]" = "0" + # Disable PCIe Clock Source 4 (index 3) + register "PcieClkSrcUsage[3]" = "0xff"
# Intel Common SoC Config #+-------------------+---------------------------+