util/inteltool: Add support for other 5 chipsets
e4e8e090fa
does add support for QM57,
but there are many more that should work with that code(?).
Does not explode on...
CPU: Processor Type: 0, Family 6, Model 25, Stepping 2
Northbridge: 8086:0044 (1st generation (Westmere family) Core Processor)
Southbridge: 8086:3b0f (QS57)
Change-Id: I85e15ba45678a5bd635415a7a8d69c05bff8f7ef
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
Reviewed-on: http://review.coreboot.org/3321
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
committed by
Anton Kochkov
parent
6c4f3ce490
commit
088f569400
@@ -761,7 +761,23 @@ int print_pmbase(struct pci_dev *sb, struct pci_access *pacc)
|
||||
size = ARRAY_SIZE(i63xx_pm_registers);
|
||||
break;
|
||||
|
||||
case PCI_DEVICE_ID_INTEL_MOBILE_5:
|
||||
case PCI_DEVICE_ID_INTEL_3400_DESKTOP:
|
||||
case PCI_DEVICE_ID_INTEL_3400_MOBILE:
|
||||
case PCI_DEVICE_ID_INTEL_P55:
|
||||
case PCI_DEVICE_ID_INTEL_PM55:
|
||||
case PCI_DEVICE_ID_INTEL_H55:
|
||||
case PCI_DEVICE_ID_INTEL_QM57:
|
||||
case PCI_DEVICE_ID_INTEL_H57:
|
||||
case PCI_DEVICE_ID_INTEL_HM55:
|
||||
case PCI_DEVICE_ID_INTEL_Q57:
|
||||
case PCI_DEVICE_ID_INTEL_HM57:
|
||||
case PCI_DEVICE_ID_INTEL_3400_MOBILE_SFF:
|
||||
case PCI_DEVICE_ID_INTEL_B55_A:
|
||||
case PCI_DEVICE_ID_INTEL_QS57:
|
||||
case PCI_DEVICE_ID_INTEL_3400:
|
||||
case PCI_DEVICE_ID_INTEL_3420:
|
||||
case PCI_DEVICE_ID_INTEL_3450:
|
||||
case PCI_DEVICE_ID_INTEL_B55_B:
|
||||
pmbase = pci_read_word(sb, 0x40) & 0xfffc;
|
||||
pm_registers = i63xx_pm_registers;
|
||||
size = ARRAY_SIZE(i63xx_pm_registers);
|
||||
|
Reference in New Issue
Block a user