Attention is currently required from: Nico Huber, Martin Roth, Angel Pons, Arthur Heymans, Kyösti Mälkki, Patrick Rudolph.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/52520 )
Change subject: soc/intel/broadwell/pch: Replace ACPI device NVS
......................................................................
Patch Set 3:
(3 comments)
File src/soc/intel/broadwell/pch/acpi.c:
https://review.coreboot.org/c/coreboot/+/52520/comment/a4b2a79d_0c01c2aa
PS2, Line 18: {
: .type = NAME_STRING,
: .name = SERIALIO_ACPI_PCS,
: .bits = 32,
: };
what about the macro?
`FIELDLIST_NAMESTR(SERIALIO_ACPI_PCS, 32)`
https://review.coreboot.org/c/coreboot/+/52520/comment/3a4b8df7_805c4e0f
PS2, Line 23: const struct opregion opreg = {
: .name = "SPRT",
: .regionspace = SYSTEMMEMORY,
: .regionoffset = bar1 + 0x84,
: .regionlen = spcs.bits / 8,
: };
You don't like the macros? 😋
`OPREGION("SPRT", SYSTEMMEMORY, bar1 + 0x84, spcs.bits / 8)`
?
File src/soc/intel/broadwell/pch/serialio.c:
https://review.coreboot.org/c/coreboot/+/52520/comment/859df256_f2ae681f
PS1, Line 19: #include <version.h>
unrelated?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/52520
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I89fb658fbb10a8769ebea2e6535c45cd7c212d06
Gerrit-Change-Number: 52520
Gerrit-PatchSet: 3
Gerrit-Owner: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
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-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Martin Roth
martinroth@google.com
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Attention: Patrick Rudolph
siro@das-labor.org
Gerrit-Comment-Date: Wed, 21 Apr 2021 22:08:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment