diff options
author | Kacper Stojek <kacper.stojek@3mdeb.com> | 2022-08-17 10:28:20 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-07 21:18:22 +0000 |
commit | fb9110b9e4f787ab8327b005fccf44d5961c991b (patch) | |
tree | 6b8c318062eab5e028f68b228a35a80ae400ed1e /util/inteltool/gpio.c | |
parent | f7e52a7aa4a6a7ea46c586487700fca8e01a1778 (diff) |
util/inteltool: Add support for Alderlake P in inteltool
TEST=Dump registers on Clevo NS70PU with Intel® Core™ i7-1260P
Document number: 626817, 630094, 655258
Change-Id: I2ba4ef7eee33d4dd762a05dd755de5e4d2e566dd
Signed-off-by: Kacper Stojek <kacper.stojek@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66825
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r-- | util/inteltool/gpio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index dc2ed77a02..aa525929fe 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1106,6 +1106,9 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) case PCI_DEVICE_ID_INTEL_HM670: case PCI_DEVICE_ID_INTEL_WM790: case PCI_DEVICE_ID_INTEL_HM770: + case PCI_DEVICE_ID_INTEL_ADL_P: + case PCI_DEVICE_ID_INTEL_ADL_M: + case PCI_DEVICE_ID_INTEL_RPL_P: print_gpio_groups(sb); return 0; case PCI_DEVICE_ID_INTEL_82371XX: |