Raihow Shi has uploaded this change for review.

View Change

mb/google/brask/variants/moli: disable ASPM on pcie_rp 6

Currently coreboot will hang on ASPM on pcie_rp 6,
so disable ASPM to let it go into kernel.

Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com>
Change-Id: I79a80d97d168f40e58774e5652967d659daa323c
---
M src/mainboard/google/brya/variants/moli/overridetree.cb
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/64042/1
diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb
index 2048b61..0783999 100644
--- a/src/mainboard/google/brya/variants/moli/overridetree.cb
+++ b/src/mainboard/google/brya/variants/moli/overridetree.cb
@@ -76,6 +76,7 @@
.clk_src = 5,
.clk_req = 5,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
+ .pcie_rp_aspm = ASPM_DISABLE,
}"
device pci 00.0 on end
end # IntelI225V Ethernet NIC

To view, visit change 64042. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I79a80d97d168f40e58774e5652967d659daa323c
Gerrit-Change-Number: 64042
Gerrit-PatchSet: 1
Gerrit-Owner: Raihow Shi <raihow_shi@wistron.corp-partner.google.com>
Gerrit-MessageType: newchange