Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41852 )
Change subject: sb/intel/bd82x6x/smihandler: Fix xHCI sleep handler ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41852/6/src/southbridge/intel/bd82x... File src/southbridge/intel/bd82x6x/smihandler.c:
https://review.coreboot.org/c/coreboot/+/41852/6/src/southbridge/intel/bd82x... PS6, Line 113: xhci_bar = pci_read_config32(PCH_XHCI_DEV, : PCI_BASE_ADDRESS_0) & ~0xFUL; Use `probe_resource`?