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
@@ -701,6 +701,7 @@ int print_pmbase(struct pci_dev *sb, struct pci_access *pacc)
|
||||
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:
|
||||
case PCI_DEVICE_ID_INTEL_BAYTRAIL_LPC:
|
||||
pmbase = pci_read_word(sb, 0x40) & 0xff80;
|
||||
|
Reference in New Issue
Block a user