Hello build bot (Jenkins), Furquan Shaikh, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47260
to look at the new patch set (#2).
Change subject: device: Move pci_dev_is_wake_source function ......................................................................
device: Move pci_dev_is_wake_source function
Move this function to pci_ops.c, which is already included in the smm build. This is required to use this function in elog functionality, which is called from SMM.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: Ie5583c04366c9a16bc1b00a6892d39eeafe5da49 --- M src/device/pci_device.c M src/device/pci_ops.c M src/include/device/pci.h M src/include/device/pci_ops.h 4 files changed, 26 insertions(+), 27 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/47260/2