Attention is currently required from: Jason Glenesk, Martin Roth, Karthik Ramasubramanian, Felix Held.
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56360 )
Change subject: soc/amd/common/block/acpi: Extract event logging helpers
......................................................................
Patch Set 3:
(3 comments)
File src/soc/amd/common/block/acpi/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/56360/comment/56de6e08_7cf6636c
PS3, Line 16: romstage-y += elog.c
Is this required?
File src/soc/amd/common/block/acpi/elog.c:
https://review.coreboot.org/c/coreboot/+/56360/comment/06b75c87_fe61137e
PS3, Line 37: if (!CONFIG(ELOG))
: return;
nit: all the above functions already are guarded with !CONFIG(ELOG). Do we need the check here as well? Do these functions not get optimized out already without the check here?
File src/soc/amd/common/block/include/amdblocks/elog.h:
https://review.coreboot.org/c/coreboot/+/56360/comment/55792eef_6fa808cf
PS3, Line 8: void acpi_log_events(const struct chipset_power_state *ps);
Can this be added to amdblocks/acpi.h itself?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/56360
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I96df66edfc824eb3db108098a560d33d758f55ba
Gerrit-Change-Number: 56360
Gerrit-PatchSet: 3
Gerrit-Owner: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Attention: Martin Roth
martinroth@google.com
Gerrit-Attention: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Attention: Felix Held
felix-coreboot@felixheld.de
Gerrit-Comment-Date: Tue, 20 Jul 2021 05:21:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment