[coreboot-gerrit] New patch to review for coreboot: nb/x4x: Add other Eaglelake IGD PCI DID to list

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Fri Dec 16 15:34:33 CET 2016


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

-gerrit

commit 0f1034533c50ee256f5f1457865e0c4c11e9f2e4
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Fri Dec 16 15:32:32 2016 +0100

    nb/x4x: Add other Eaglelake IGD PCI DID to list
    
    Change-Id: Ida32c563a99576b66685dfdadf9a534fd6e197dc
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/northbridge/intel/x4x/gma.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/northbridge/intel/x4x/gma.c b/src/northbridge/intel/x4x/gma.c
index 76ab893..74250fe 100644
--- a/src/northbridge/intel/x4x/gma.c
+++ b/src/northbridge/intel/x4x/gma.c
@@ -424,7 +424,13 @@ static struct device_operations gma_func0_ops = {
 
 static const unsigned short pci_device_ids[] =
 {
-	0x2e32, 0
+	0x2e02, /* Eaglelake */
+	0x2e12, /* Q43/Q45 */
+	0x2e22, /* G43/G45 */
+	0x2e32, /* G41 */
+	0x2e42, /* B43 */
+	0x2e92, /* B43_I */
+	0
 };
 
 static const struct pci_driver gma __pci_driver = {



More information about the coreboot-gerrit mailing list