Attention is currently required from: Kapil Porwal, Tarun Tuli.
Hello Subrata Banik, Tarun Tuli, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75911?usp=email
to look at the new patch set (#3).
Change subject: mb/google/rex: Fix PLD for USB type-A port ......................................................................
mb/google/rex: Fix PLD for USB type-A port
USB type-A port with same PLD.token information as USB type-C port, causes conflict while generating ACPI code for the EC CONN device.
Use a different PLD.token number for type-A port to fix the issue.
BUG=b:286328285 TEST=check ACPI can have right USB port in EC CON. before patch: Package (0x02) { "usb2-port", _SB.PCI0.XHCI.RHUB.HS01 },
Package (0x02) { "usb3-port", _SB.PCI0.TXHC.RHUB.SS01 }, after patch: Package (0x02) { "usb2-port", _SB.PCI0.XHCI.RHUB.HS01 },
Package (0x02) { "usb3-port", _SB.PCI0.TXHC.RHUB.SS03 },
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: If3e76c11dd6808eee4c9c2f3f71604a60379b5a5 --- M src/mainboard/google/rex/variants/rex0/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/75911/3