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