diff options
author | Thomas Heijligen <src@posteo.de> | 2019-01-12 19:20:50 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-21 13:27:24 +0000 |
commit | da02719462bc1b89405d7aeb799d5d6487aca71a (patch) | |
tree | 2694cae27a21d3138ddfaed5e4a494fc41cb03c1 /util/inteltool/gpio.c | |
parent | 6d4c1f5f43cd1ca0324b9199af9e4a65966dc301 (diff) |
util/inteltool: Add support for Denverton
Used documents:
- C3000 Product Family Datasheet
Change-Id: I54d09c78e1cce84b63300dfc0aa1bb374bb7faae
Co-authored-by: Felix Singer <migy@darmstadt.ccc.de>
Signed-off-by: Felix Singer <migy@darmstadt.ccc.de>
Reviewed-on: https://review.coreboot.org/c/30887
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r-- | util/inteltool/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index 9dc64dfa96..dd09214b54 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1026,6 +1026,7 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) break; case PCI_DEVICE_ID_INTEL_B150: case PCI_DEVICE_ID_INTEL_CM236: + case PCI_DEVICE_ID_INTEL_DNV_LPC: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM: |