diff options
author | Timofey Komarov <happycorsair@yandex.ru> | 2021-06-25 12:07:32 +0300 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-10-24 16:04:49 +0000 |
commit | 6c8008283cc54d324bde5be3d89e4234e858349b (patch) | |
tree | ec584756d73b9e4ff08dada227f0cbfc5c0de91f /util/inteltool/gpio_groups.c | |
parent | 308a5b9dd1a46299d87dc7215512c459d48d69b8 (diff) |
util/inteltool: Add PCH IDs for 200 series chipsets
Signed-off-by: Timofey Komarov <happycorsair@yandex.ru>
Change-Id: Iadad5e79aef9da3fac627adc135525a5001a72b6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55839
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/inteltool/gpio_groups.c')
-rw-r--r-- | util/inteltool/gpio_groups.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c index 0ff1c8629f..7be1d5abf8 100644 --- a/util/inteltool/gpio_groups.c +++ b/util/inteltool/gpio_groups.c @@ -102,6 +102,14 @@ const struct gpio_community *const *get_gpio_communities(struct pci_dev *const s case PCI_DEVICE_ID_INTEL_QM170: case PCI_DEVICE_ID_INTEL_HM170: case PCI_DEVICE_ID_INTEL_CM236: + case PCI_DEVICE_ID_INTEL_H270: + case PCI_DEVICE_ID_INTEL_Z270: + case PCI_DEVICE_ID_INTEL_Q270: + case PCI_DEVICE_ID_INTEL_Q250: + case PCI_DEVICE_ID_INTEL_B250: + case PCI_DEVICE_ID_INTEL_Z370: + case PCI_DEVICE_ID_INTEL_H310C: + case PCI_DEVICE_ID_INTEL_X299: *community_count = ARRAY_SIZE(sunrise_communities); return sunrise_communities; case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_PRE: |