util/inteltool: Add support for mobile 5 chipset
Dump registers on mobile 5. Successfully tested on X201. Change-Id: I606371801d3ae6c96d3d404c9775c254bd0ffbc9 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/2993 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
committed by
Aaron Durbin
parent
3c7e939c3e
commit
e4e8e090fa
@@ -761,6 +761,12 @@ 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:
|
||||
pmbase = pci_read_word(sb, 0x40) & 0xfffc;
|
||||
pm_registers = i63xx_pm_registers;
|
||||
size = ARRAY_SIZE(i63xx_pm_registers);
|
||||
break;
|
||||
|
||||
case 0x1234: // Dummy for non-existent functionality
|
||||
printf("This southbridge does not have PMBASE.\n");
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user