Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47226 )
Change subject: soc/intel/jasperlake: Log PM event from an internal device
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/47226/1/src/soc/intel/jasperlake/el...
File src/soc/intel/jasperlake/elog.c:
https://review.coreboot.org/c/coreboot/+/47226/1/src/soc/intel/jasperlake/el...
PS1, Line 16: #ifdef __SIMPLE_DEVICE__
: pci_devfn_t dev;
: #else
: struct device *dev;
: #endif
I think we can use `pci_devfn_t` irrespective of __SIMPLE_DEVICE__. Keeps code free of #ifdefs.
Done
https://review.coreboot.org/c/coreboot/+/47226/1/src/soc/intel/jasperlake/el...
PS1, Line 21: reg_offset
I added a `pci_s_dev_is_wake_source` function for the simple device model (used in SMM) for elog, wo […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/47226
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9f43675b698bf310f6b98b5e775d1259607abbcd
Gerrit-Change-Number: 47226
Gerrit-PatchSet: 2
Gerrit-Owner: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Justin TerAvest
teravest@chromium.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Thu, 05 Nov 2020 23:19:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Comment-In-Reply-To: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-MessageType: comment