diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-03-01 10:14:15 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-03-26 03:33:46 +0100 |
commit | 2a13bad8df483e60a5345309becf7a183275a0e8 (patch) | |
tree | d7a70fce734b99119bbb58b3b25293c1c64fa0e8 /util/inteltool/gpio.c | |
parent | cfc086bf8e470f66c67fa86fe78d80c6d2fde9d8 (diff) |
inteltool: add ICH8M-E support
Tested on a Lenovo X61.
Change-Id: I047f5a029d9be9fe6a000e2b45be44c7f14b33d7
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-on: http://review.coreboot.org/8568
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
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 97dc5e550f..aaacd57d5e 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -959,6 +959,7 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) break; case PCI_DEVICE_ID_INTEL_ICH8: case PCI_DEVICE_ID_INTEL_ICH8M: + case PCI_DEVICE_ID_INTEL_ICH8ME: gpiobase = pci_read_word(sb, 0x48) & 0xfffc; gpio_registers = ich8_gpio_registers; size = ARRAY_SIZE(ich8_gpio_registers); |