Hello build bot (Jenkins), Duncan Laurie, Rob Barnes, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46030
to look at the new patch set (#2).
Change subject: pci_device: Add a helper function for determining if PCI device is wake source ......................................................................
pci_device: Add a helper function for determining if PCI device is wake source
This change adds a helper function `pci_dev_is_wake_source()` that checks PME_STATUS and PME_ENABLE bits in PM control and status register to determine if the given device is the source of wake.
BUG=b:169802515 BRANCH=zork
Change-Id: I06e9530b568543ab2f05a4f38dc5c3a527ff391e Signed-off-by: Furquan Shaikh furquan@google.com --- M src/device/pci_device.c M src/include/device/pci.h 2 files changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/46030/2