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:
@@ -76,7 +76,8 @@ static inline uint32_t inl(unsigned port)
|
||||
#define PCI_DEVICE_ID_INTEL_ICH9ME 0x2917
|
||||
#define PCI_DEVICE_ID_INTEL_ICH10DO 0x3a14
|
||||
#define PCI_DEVICE_ID_INTEL_ICH10R 0x3a16
|
||||
#define PCI_DEVICE_ID_INTEL_ICH10 0x3a18
|
||||
#define PCI_DEVICE_ID_INTEL_ICH10 0x3a18
|
||||
#define PCI_DEVICE_ID_INTEL_ICH10D 0x3a1a
|
||||
#define PCI_DEVICE_ID_INTEL_3400_DESKTOP 0x3b00
|
||||
#define PCI_DEVICE_ID_INTEL_3400_MOBILE 0x3b01
|
||||
#define PCI_DEVICE_ID_INTEL_P55 0x3b02
|
||||
|
Reference in New Issue
Block a user