Hello Stefan Reinauer, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38629
to look at the new patch set (#2).
Change subject: [5/6] util/inteltool: Move Lewisburg definitions into their own header ......................................................................
[5/6] util/inteltool: Move Lewisburg definitions into their own header
So far all group and community definitions live in one big c file. This 2500 line file slowly grows to a size, where readability is lost. Also the definitions are not reusable in a potential libinteltool. This commit moves the Lewisburg defitions into its own header.
Change-Id: I7900f1d8b3ca022112874ac2fa7326d538166008 Signed-off-by: Johanna Schander coreboot@mimoja.de --- M util/inteltool/gpio_groups.c A util/inteltool/gpio_names/lewisburg.h 2 files changed, 463 insertions(+), 455 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/38629/2