util/inteltool: Add ICH10D PCI ID
Add the PCI device ID for the ICH10D southbridge. While we're at it, also fix up whitespace in inteltool.h of an adjacent definition. Change-Id: I98d88a9ce27d3ddaafd7123ee51b2111a8bef019 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59287 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@ -107,6 +107,7 @@ static int print_bioscntl(struct pci_dev *sb)
|
||||
case PCI_DEVICE_ID_INTEL_ICH9M:
|
||||
case PCI_DEVICE_ID_INTEL_ICH9ME:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10D:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10DO:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10R:
|
||||
case PCI_DEVICE_ID_INTEL_NM10:
|
||||
@ -259,6 +260,7 @@ static int print_spibar(struct pci_dev *sb) {
|
||||
case PCI_DEVICE_ID_INTEL_ICH9M:
|
||||
case PCI_DEVICE_ID_INTEL_ICH9ME:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10D:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10DO:
|
||||
case PCI_DEVICE_ID_INTEL_ICH10R:
|
||||
case PCI_DEVICE_ID_INTEL_NM10:
|
||||
|
Reference in New Issue
Block a user