Wim Vervoorn uploaded patch set #3 to this change.

View Change

soc/intel/skylake: Remove misleading BUG: messages

The skylake pch_log_rp_wake_source function causes a "BUG:
pch_log_rp_wake_source requests hidden...." message for each root port
not listed in the device tree. This is caused by the fact that the
function tries to read all root ports possible on the Skylake PCH. This
is required because of a flaw in the PCH.

The issue is solved by using the 'pcidev_path_on_root' function instead
of the one that is standard for the Skylake SoC. This routine doesn't
display the "BUG" messages.

BUG=N/A
TEST=build

Change-Id: I6bc04e48e97b0a29aef8aa050d3aad116cff1a14
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
---
M src/soc/intel/skylake/elog.c
1 file changed, 59 insertions(+), 24 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/38750/3

To view, visit change 38750. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6bc04e48e97b0a29aef8aa050d3aad116cff1a14
Gerrit-Change-Number: 38750
Gerrit-PatchSet: 3
Gerrit-Owner: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks@eltan.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset