Hello Patrick Rudolph, Felix Held, Marius Genheimer, Daniel Maslowski, Paul Menzel, Stefan Reinauer, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31504
to look at the new patch set (#45).
Change subject: inteltool: Move GPIOs to c files per platform ......................................................................
inteltool: Move GPIOs to c files per platform
This patch moves the GPIO declarations to c files per platform, which gives a better overview over the GPIOs and future implementations of registers.
Tested on Clevo N130WU (Kabylake)
Change-Id: Ic61871f5cf95ac3da93892fa2f7721e682176c8d Signed-off-by: Felix Singer felixsinger@posteo.net --- M util/inteltool/Makefile M util/inteltool/gpio.c A util/inteltool/gpio.h M util/inteltool/gpio_groups.c A util/inteltool/platform.h A util/inteltool/platform_apollolake.c A util/inteltool/platform_baytrail.c A util/inteltool/platform_cannonlake.c A util/inteltool/platform_denverton.c A util/inteltool/platform_ich.c A util/inteltool/platform_lynxpoint_lp.c A util/inteltool/platform_pch.c A util/inteltool/platform_sunrise.c 13 files changed, 2,722 insertions(+), 2,407 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/31504/45