summaryrefslogtreecommitdiff
path: root/util/inteltool/gpio_groups.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-10-03 16:03:07 +0200
committerNico Huber <nico.h@gmx.de>2018-03-27 15:42:14 +0000
commit54fe32f6772bce3348b513435b88627b361afd05 (patch)
treeef62d17cde1f785c42887c22fe114c9026f57ec2 /util/inteltool/gpio_groups.c
parentbe045833316c7fe71621366ed2934e6cf6385a44 (diff)
downloadcoreboot-54fe32f6772bce3348b513435b88627b361afd05.tar.xz
inteltool: Add some Skylake desktop ids
Change-Id: I1738a2544eb2435cb4b8718bcce5170d1ef04f72 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/25144 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
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 11f680842b..2bb4edc219 100644
--- a/util/inteltool/gpio_groups.c
+++ b/util/inteltool/gpio_groups.c
@@ -454,6 +454,7 @@ void print_gpio_groups(struct pci_dev *const sb)
const struct gpio_community *const *communities;
switch (sb->device_id) {
+ case PCI_DEVICE_ID_INTEL_B150:
case PCI_DEVICE_ID_INTEL_CM236:
community_count = ARRAY_SIZE(sunrise_communities);
communities = sunrise_communities;