[coreboot-gerrit] Change in coreboot[master]: autoport/bd82x6x.go: Improve gpio.c generation

Arthur Heymans (Code Review) gerrit at coreboot.org
Mon May 1 12:18:40 CEST 2017


Hello build bot (Jenkins),

I'd like you to reexamine a change.  Please visit

    https://review.coreboot.org/19508

to look at the new patch set (#3).

Change subject: autoport/bd82x6x.go: Improve gpio.c generation
......................................................................

autoport/bd82x6x.go: Improve gpio.c generation

This generates better gpio.c files where structs are initialised as
static to be able to drop some entries since those would be
initialised as 0.
This makes these files less cluttered since only relevant things are
shown:
* GPIO direction, level, invert, blink depend on GPIO mode
* GPIO level is read only on input
* GPIO invert is only valid on input
* only show when GPIO are inverted, blinking, reset by RSMRST#

Change-Id: I83382d38a4a3b7ed11b8e7077cc5fbe154e261a7
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M util/autoport/bd82x6x.go
1 file changed, 38 insertions(+), 8 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/19508/3
-- 
To view, visit https://review.coreboot.org/19508
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I83382d38a4a3b7ed11b8e7077cc5fbe154e261a7
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list