Matt DeVillier has uploaded a new patch set (#4) to the change originally created by Mimoja. ( https://review.coreboot.org/c/coreboot/+/38625 )
Change subject: [1/6] util/inteltool: Move Ice Lake definitions into their own header ......................................................................
[1/6] util/inteltool: Move Ice 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 Ice Lake definitions into its own header.
Change-Id: I5735f12480091a9b6c5e5c103a1ca7b7b1f3f997 Signed-off-by: Johanna Schander coreboot@mimoja.de --- M util/inteltool/gpio_groups.c A util/inteltool/gpio_names/gpio_groups.h A util/inteltool/gpio_names/icelake.h 3 files changed, 498 insertions(+), 486 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/38625/4