Matt DeVillier has uploaded a new patch set (#6) to the change originally created by Mimoja. ( https://review.coreboot.org/c/coreboot/+/38626 )
Change subject: util/inteltool: Move Cannon Lake definitions into their own header ......................................................................
util/inteltool: Move Cannon Lake 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 Cannon Lake definitions into its own header.
Change-Id: I5991c3cebba0e05504940ae66fa7bb63bf280ab1 Signed-off-by: Johanna Schander coreboot@mimoja.de --- M util/inteltool/gpio_groups.c A util/inteltool/gpio_names/cannonlake.h 2 files changed, 527 insertions(+), 520 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/38626/6