intetool: Add support for 700 series PCH
The change does the following: - adds PCH IDs for 700 series chipsets per the DOC# 619362 rev 2.2 - updates GPIO table for PCH-S per the DOC# 618659 rev 2.1 - enables dumping GPIOs for 700 series PCH Change-Id: I4509ad714772ce90cdee5135227c02640acb6085 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75873 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Felix Held
parent
8c1154dc61
commit
472d83bb0a
@@ -168,11 +168,16 @@ void pcr_init(struct pci_dev *const sb)
|
||||
case PCI_DEVICE_ID_INTEL_Q670:
|
||||
case PCI_DEVICE_ID_INTEL_Z690:
|
||||
case PCI_DEVICE_ID_INTEL_W680:
|
||||
case PCI_DEVICE_ID_INTEL_W685:
|
||||
case PCI_DEVICE_ID_INTEL_WM690:
|
||||
case PCI_DEVICE_ID_INTEL_HM670:
|
||||
case PCI_DEVICE_ID_INTEL_WM790:
|
||||
case PCI_DEVICE_ID_INTEL_W790:
|
||||
case PCI_DEVICE_ID_INTEL_Z790:
|
||||
case PCI_DEVICE_ID_INTEL_H770:
|
||||
case PCI_DEVICE_ID_INTEL_B760:
|
||||
case PCI_DEVICE_ID_INTEL_HM770:
|
||||
case PCI_DEVICE_ID_INTEL_WM790:
|
||||
case PCI_DEVICE_ID_INTEL_C262:
|
||||
case PCI_DEVICE_ID_INTEL_C266:
|
||||
sbbar_phys = 0xe0000000;
|
||||
use_p2sb = false;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user