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