summaryrefslogtreecommitdiff
path: root/util/inteltool/gpio_groups.c
diff options
context:
space:
mode:
authorChristian Walter <christian.walter@9elements.com>2019-05-06 17:50:57 +0200
committerPatrick Rudolph <siro@das-labor.org>2019-05-15 17:21:39 +0000
commit9a8c5e7ac0f559898c4d5fcb99a51e4dc472f51f (patch)
tree264df24c777ff3628afa9ac9659727193b5b919a /util/inteltool/gpio_groups.c
parentdf85bf79189a0a1a682f5731f2c332acfa28055c (diff)
downloadcoreboot-9a8c5e7ac0f559898c4d5fcb99a51e4dc472f51f.tar.xz
util/inteltool: Add Kabylake E3-1200 Support
Change-Id: I5c55102d7ce15dbb708e9433500ebd1ed53179ad Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32619 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'util/inteltool/gpio_groups.c')
-rw-r--r--util/inteltool/gpio_groups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c
index 21e2de93d5..3c0fedbfbf 100644
--- a/util/inteltool/gpio_groups.c
+++ b/util/inteltool/gpio_groups.c
@@ -1774,6 +1774,7 @@ void print_gpio_groups(struct pci_dev *const sb)
switch (sb->device_id) {
case PCI_DEVICE_ID_INTEL_B150:
case PCI_DEVICE_ID_INTEL_CM236:
+ case PCI_DEVICE_ID_INTEL_C236:
community_count = ARRAY_SIZE(sunrise_communities);
communities = sunrise_communities;
pcr_init(sb);