Matt DeVillier has uploaded a new patch set (#4) to the change originally created by Mimoja. ( https://review.coreboot.org/c/coreboot/+/38628 )
Change subject: [4/6] util/inteltool: Move Sunrise Point (LP) definitions into their own header ......................................................................
[4/6] util/inteltool: Move Sunrise Point (LP) 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 Sunrise Point and Sunrise Point LP definitions into its own header.
Change-Id: I06efbee700f1525770365428fb85ef700ac53b80 Signed-off-by: Johanna Schander coreboot@mimoja.de --- M util/inteltool/gpio_groups.c A util/inteltool/gpio_names/sunrise.h 2 files changed, 587 insertions(+), 580 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/38628/4