[coreboot-gerrit] New patch to review for coreboot: nb/intel/i945: add northbridge pci_id for 945G/GZ/GC/P/PL

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sat Oct 22 20:11:36 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17096

-gerrit

commit bd3d4119f6c3b404426dbc0fb3da4f0a6c4ddb69
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sat Oct 22 20:04:15 2016 +0200

    nb/intel/i945: add northbridge pci_id for 945G/GZ/GC/P/PL
    
    Change-Id: I7bd363c7694c30f1adef89786579d8755b6af539
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/northbridge/intel/i945/northbridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/northbridge.c b/src/northbridge/intel/i945/northbridge.c
index ba8b251..9689db9 100644
--- a/src/northbridge/intel/i945/northbridge.c
+++ b/src/northbridge/intel/i945/northbridge.c
@@ -254,7 +254,7 @@ static struct device_operations mc_ops = {
 	.ops_pci          = &intel_pci_ops,
 };
 
-static const unsigned short pci_device_ids[] = { 0x27a0, 0x27ac,
+static const unsigned short pci_device_ids[] = { 0x27a0, 0x27ac, 0x2770
 						 0 };
 
 static const struct pci_driver mc_driver __pci_driver = {



More information about the coreboot-gerrit mailing list