Qizhong Cheng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46610 )
Change subject: HACK: Enable PCIe refclk 100M ......................................................................
HACK: Enable PCIe refclk 100M
A temporary patch for PCIe compliance test. Set GPIO65 pinmux for PCIe function which is clkreq#.
Signed-off-by: mtk20626 qizhong.cheng@mediatek.com Change-Id: I7167d9c47d35b711e268d839ce988c43c077c45e --- M src/soc/mediatek/mt8192/usb.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/46610/1
diff --git a/src/soc/mediatek/mt8192/usb.c b/src/soc/mediatek/mt8192/usb.c index 44f2f15..ddba82e 100644 --- a/src/soc/mediatek/mt8192/usb.c +++ b/src/soc/mediatek/mt8192/usb.c @@ -12,4 +12,5 @@ /* power on SSUSB SRAM FIFO */ setbits32(REG_SPM_POWERON_CONFIG_EN, 0xB160001); clrbits32(REG_SPM_SSPM_PWR_CON, 0x000001FF); + setbits32(IO_PHYS + GPIO_BASE + 0x380, 0x33); }
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46610
to look at the new patch set (#2).
Change subject: HACK: Enable PCIe refclk 100M ......................................................................
HACK: Enable PCIe refclk 100M
A temporary patch for PCIe compliance test. Set GPIO65 pinmux for PCIe function which is clkreq#.
Signed-off-by: mtk20626 qizhong.cheng@mediatek.com Change-Id: I7167d9c47d35b711e268d839ce988c43c077c45e --- M src/soc/mediatek/mt8192/usb.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/46610/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46610
to look at the new patch set (#3).
Change subject: HACK: Enable PCIe refclk 100M ......................................................................
HACK: Enable PCIe refclk 100M
Don't pull into TOT. Thanks.
A temporary patch for PCIe compliance test. Set GPIO65 pinmux for PCIe function which is clkreq#.
Signed-off-by: mtk20626 qizhong.cheng@mediatek.com Change-Id: I7167d9c47d35b711e268d839ce988c43c077c45e --- M src/soc/mediatek/mt8192/usb.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/46610/3
Qizhong Cheng has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46610 )
Change subject: HACK: Enable PCIe refclk 100M ......................................................................
Abandoned
abandon, this patch is just to open the refclk of pcie during the coreboot stage for hardware testing, so as not to cause misunderstanding. If Alvis wants to continue testing pcie hardware, please cherry-pick the patch.