From 1244a510f11831152cd5a39f42ee47649b1b4945 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 13 Apr 2017 13:22:33 -0400 Subject: util/inteltool: Add support for Wildcat Point-LP Premium The Wildcat Point-LP Premium is handled the same as the Wildcat Point-LP, but it wasn't supported by inteltool. Change-Id: I694514e1963f074582a3f5f81d63c20e7fa49189 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/19445 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- util/inteltool/spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/inteltool/spi.c') diff --git a/util/inteltool/spi.c b/util/inteltool/spi.c index 154b3c9581..cda86679d2 100644 --- a/util/inteltool/spi.c +++ b/util/inteltool/spi.c @@ -241,6 +241,7 @@ int print_spibar(struct pci_dev *sb) { case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_FULL: case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_PREM: case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_BASE: + case PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_PREM: case PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP: spibaroffset = ICH9_SPIBAR; rcba_phys = pci_read_long(sb, 0xf0) & 0xfffffffe; -- cgit v1.2.3