Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38352 )
Change subject: sb/intel/i82371eb: Add support for reconfiguring GPO22/23
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38352/4/src/southbridge/intel/i8237...
File src/southbridge/intel/i82371eb/chip.h:
https://review.coreboot.org/c/coreboot/+/38352/4/src/southbridge/intel/i8237...
PS4, Line 32: int gpo22:1;
: int gpo23:1;
: int pad:5;
I don't think padding is required. After all, the struct isn't used as a whole. […]
The compiler will automatically layout the struct, and we don't care about the layout a lot (because it's never sent into hardware verbatim) so no padding needed here.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/38352
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2dab6fafbd67a98ed1cac1ffcf9352be4a87c3e9
Gerrit-Change-Number: 38352
Gerrit-PatchSet: 5
Gerrit-Owner: Keith Hui
buurin@gmail.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Idwer Vollering
vidwer@gmail.com
Gerrit-Reviewer: Keith Hui
buurin@gmail.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Tue, 14 Jan 2020 18:21:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Keith Hui
buurin@gmail.com
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment