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 <youness.alaoui@puri.sm> Reviewed-on: https://review.coreboot.org/19445 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
committed by
Martin Roth
parent
085d87bcca
commit
1244a510f1
@@ -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;
|
||||
|
Reference in New Issue
Block a user