Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/19925 )
Change subject: soc/intel/skylake: Add detailed information about PME wake sources
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/19925/2/src/soc/intel/skylake/elog.c
File src/soc/intel/skylake/elog.c:
Line 54: struct pme_status_info pme_status_info[] = {
> static const
Yeah, PCH_DEV_* does dev_find_slot. That's a good idea - I changed it to PCH_DEVFN_* and added check for NULL.
Line 55: {PCH_DEV_HDA, 0x54, ELOG_WAKE_SOURCE_PME_HDA},
> spaces after { and before }
Done
--
To view, visit https://review.coreboot.org/19925
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I6fc6284cd04db311f1f86b8a86d0bb708392e5d5
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Rajat Jain <rajatja(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-HasComments: Yes
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19925
to look at the new patch set (#3).
Change subject: soc/intel/skylake: Add detailed information about PME wake sources
......................................................................
soc/intel/skylake: Add detailed information about PME wake sources
Add more fine-grained details about what device caused the PME wake
event. This requires checking the PME status bit (bit 15) in PCI PM
control and status register for the PCI device.
BUG=b:37088992
TEST=Verifed that XHCI wake source was identified correctly:
135 | 2017-05-25 15:28:17 | ACPI Enter | S3
136 | 2017-05-25 15:28:26 | ACPI Wake | S3
137 | 2017-05-25 15:28:26 | Wake Source | PME - XHCI | 0
Change-Id: I6fc6284cd04db311f1f86b8a86d0bb708392e5d5
Signed-off-by: Furquan Shaikh <furquan(a)chromium.org>
---
M src/soc/intel/skylake/elog.c
1 file changed, 62 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/19925/3
--
To view, visit https://review.coreboot.org/19925
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6fc6284cd04db311f1f86b8a86d0bb708392e5d5
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Rajat Jain <rajatja(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/19793 )
Change subject: soc/intel/apollolake: Use MCH_BASE_ADDRESS macro for APL
......................................................................
Patch Set 2:
> It doesn't appear that you pushed an update.
yes, i'm in process to address all your review comments and then it stuck. I will fix other issue and push all together.
--
To view, visit https://review.coreboot.org/19793
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iace1cf786b08221c3955101186509ac5161c3841
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan(a)intel.com>
Gerrit-Reviewer: Barnali Sarkar <barnali.sarkar(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: dhaval v sharma <dhaval.v.sharma(a)intel.com>
Gerrit-HasComments: No