diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2013-03-31 13:51:37 +0200 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2013-05-27 02:53:49 +0200 |
commit | e4e8e090fa36cb3a098e1ddf0ea44c796c140572 (patch) | |
tree | 30fe9fc63c1897f64c9e7c50f634dadd48c0989d /util/inteltool/rootcmplx.c | |
parent | 3c7e939c3e18b3d286c084ff95266611a0150ca1 (diff) | |
download | coreboot-e4e8e090fa36cb3a098e1ddf0ea44c796c140572.tar.xz |
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>
Diffstat (limited to 'util/inteltool/rootcmplx.c')
-rw-r--r-- | util/inteltool/rootcmplx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index 7cc55ded88..8cf2ffb22b 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -47,6 +47,7 @@ int print_rcba(struct pci_dev *sb) case PCI_DEVICE_ID_INTEL_ICH10R: case PCI_DEVICE_ID_INTEL_NM10: case PCI_DEVICE_ID_INTEL_I63XX: + case PCI_DEVICE_ID_INTEL_MOBILE_5: case PCI_DEVICE_ID_INTEL_Z68: case PCI_DEVICE_ID_INTEL_P67: case PCI_DEVICE_ID_INTEL_UM67: |