Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31504 )
Change subject: inteltool: Move GPIOs to c files per platform
......................................................................
Patch Set 37:
(2 comments)
https://review.coreboot.org/#/c/31504/34/util/inteltool/gpio.h
File util/inteltool/gpio.h:
PS34:
No specific reason. Both seperated seems a bit small to me, but not really a problem.
Maybe move the `gpio_group` definitions into platform.h?
https://review.coreboot.org/#/c/31504/34/util/inteltool/platform_apollolake....
File util/inteltool/platform_apollolake.h:
PS34:
What is a compilation unit? I want to implement more registers in the future, so they will also be i […]
Compilation unit is what the compiler sees after preprocessing, i.e.
a .c file with all its includes.
I think it makes sense to gather all the definitions in a single
`platform.h`.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31504
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic61871f5cf95ac3da93892fa2f7721e682176c8d
Gerrit-Change-Number: 31504
Gerrit-PatchSet: 37
Gerrit-Owner: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Daniel Maslowski
info@orangecms.org
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Marius Genheimer
mail@f0wl.cc
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-CC: Thomas Heijligen
src@posteo.de
Gerrit-Comment-Date: Mon, 03 Jun 2019 17:15:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Singer
felixsinger@posteo.net
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Gerrit-MessageType: comment