util/inteltool: Add support for Tiger Lake chips detection and GPIOs
Add PCI IDs for Tiger Lake LP and Tiger Lake H devices and their GPIO tables. TEST: dump GPIOs on i5-1135G7, Tiger Lake H untested Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I6071a999be9e8a372997db0369218f297e579d08 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56171 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
committed by
Michael Niewöhner
parent
0de0254a1f
commit
8ac40f3ea7
@ -1040,6 +1040,11 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
|
||||
case PCI_DEVICE_ID_INTEL_CANNONPOINT_LP_U_PREM:
|
||||
case PCI_DEVICE_ID_INTEL_COMETPOINT_LP_U_PREM:
|
||||
case PCI_DEVICE_ID_INTEL_COMETPOINT_LP_U_BASE:
|
||||
case PCI_DEVICE_ID_INTEL_TIGERPOINT_U_SUPER:
|
||||
case PCI_DEVICE_ID_INTEL_TIGERPOINT_U_PREM:
|
||||
case PCI_DEVICE_ID_INTEL_TIGERPOINT_U_BASE:
|
||||
case PCI_DEVICE_ID_INTEL_TIGERPOINT_Y_SUPER:
|
||||
case PCI_DEVICE_ID_INTEL_TIGERPOINT_Y_PREM:
|
||||
case PCI_DEVICE_ID_INTEL_C621:
|
||||
case PCI_DEVICE_ID_INTEL_C622:
|
||||
case PCI_DEVICE_ID_INTEL_C624:
|
||||
@ -1077,6 +1082,17 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
|
||||
case PCI_DEVICE_ID_INTEL_QM370:
|
||||
case PCI_DEVICE_ID_INTEL_HM370:
|
||||
case PCI_DEVICE_ID_INTEL_CM246:
|
||||
case PCI_DEVICE_ID_INTEL_Q570:
|
||||
case PCI_DEVICE_ID_INTEL_Z590:
|
||||
case PCI_DEVICE_ID_INTEL_H570:
|
||||
case PCI_DEVICE_ID_INTEL_B560:
|
||||
case PCI_DEVICE_ID_INTEL_H510:
|
||||
case PCI_DEVICE_ID_INTEL_WM590:
|
||||
case PCI_DEVICE_ID_INTEL_QM580:
|
||||
case PCI_DEVICE_ID_INTEL_HM570:
|
||||
case PCI_DEVICE_ID_INTEL_C252:
|
||||
case PCI_DEVICE_ID_INTEL_C256:
|
||||
case PCI_DEVICE_ID_INTEL_W580:
|
||||
case PCI_DEVICE_ID_INTEL_ICELAKE_LP_U:
|
||||
print_gpio_groups(sb);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user