HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34233 )
Change subject: src: Use 'include <gpio.h>' when appropriate
......................................................................
Patch Set 4:
Patch Set 4:
<soc/gpio.h> should never be directly included by any file (other than gpio.h itself). All code using GPIO features should always and only include <gpio.h>, and having access to SoC-specific definitions from there should be implicit.
sounds nice.
by the way, I got this error :
/cb-build/coreboot-gerrit.0/GOOGLE_NYAN_BIG/mainboard/google/nyan_big/static.c:14:29: error: 'P2' undeclared here (not in a function)
.backlight_vdd_gpio = GPIO(H2),"
and didn't found where 'H2' is defined ....
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34233
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I570c6fcc889b37297fed7f1e252de1ff1ff632fb
Gerrit-Change-Number: 34233
Gerrit-PatchSet: 4
Gerrit-Owner: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 11 Jul 2019 17:22:02 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment