HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9802
-gerrit
commit 3683ff73c68c95dfa174643f5e90bbbf578af7c3 Author: Elyes HAOUAS ehaouas@noos.fr Date: Tue May 12 22:22:44 2015 +0200
intel i945: Add 82945G/GZ/P/PL Memory Controller PCI ID
Change-Id: Iade9ad0c3e341af1e28745e70733dccdfbe2903f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/northbridge/intel/i945/northbridge.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/northbridge/intel/i945/northbridge.c b/src/northbridge/intel/i945/northbridge.c index 1aaeb3b..ddc6ec9 100644 --- a/src/northbridge/intel/i945/northbridge.c +++ b/src/northbridge/intel/i945/northbridge.c @@ -268,8 +268,12 @@ static struct device_operations mc_ops = { .ops_pci = &intel_pci_ops, };
-static const unsigned short pci_device_ids[] = { 0x27a0, 0x27ac, - 0 }; +static const unsigned short pci_device_ids[] = { + 0x2770, + 0x27a0, + 0x27ac, + 0 +};
static const struct pci_driver mc_driver __pci_driver = { .ops = &mc_ops,