util/inteltool: add Meteor Lake support

Based on:
Intel Core Ultra Processor External Design Specification
Meteor Lake SOC IO Registers
Meteor Lake-U/H/U Type4 and Arrow Lake-U/H GPIO Implementation Summary

Change-Id: I7473119fa97c57cd2a1303f08f964abd0ca96270
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81843
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
Filip Lewiński
2024-04-12 16:39:47 +02:00
committed by Martin L Roth
parent 6d5cc39a78
commit eacc1c7ea9
6 changed files with 587 additions and 2 deletions

View File

@ -1126,6 +1126,20 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
case PCI_DEVICE_ID_INTEL_JSL:
case PCI_DEVICE_ID_INTEL_EHL:
case PCI_DEVICE_ID_INTEL_EBG:
case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_M:
case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_1:
case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_2:
case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_3:
case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_4:
case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_5:
case PCI_DEVICE_ID_INTEL_MTL_0:
case PCI_DEVICE_ID_INTEL_MTL_1:
case PCI_DEVICE_ID_INTEL_MTL_2:
case PCI_DEVICE_ID_INTEL_MTL_3:
case PCI_DEVICE_ID_INTEL_MTL_4:
case PCI_DEVICE_ID_INTEL_MTL_5:
case PCI_DEVICE_ID_INTEL_MTL_6:
case PCI_DEVICE_ID_INTEL_MTL_7:
print_gpio_groups(sb);
return 0;
case PCI_DEVICE_ID_INTEL_82371XX: