[coreboot] New patch to review for coreboot: 896a455 Support for Celeron 1007U

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Jan 14 19:26:22 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2145

-gerrit

commit 896a45547672ec5a468112ce4892c93a1dfeda18
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Jan 14 10:25:43 2013 -0800

    Support for Celeron 1007U
    
    Change-Id: I6b96b0e387dc3e6985eb1476fea612772a2288bc
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/northbridge/intel/sandybridge/early_init.c | 3 ++-
 src/northbridge/intel/sandybridge/gma.c        | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/northbridge/intel/sandybridge/early_init.c b/src/northbridge/intel/sandybridge/early_init.c
index b060831..c184fa2 100644
--- a/src/northbridge/intel/sandybridge/early_init.c
+++ b/src/northbridge/intel/sandybridge/early_init.c
@@ -97,7 +97,8 @@ static void sandybridge_setup_graphics(void)
 	case 0x0116: /* GT2 Mobile */
 	case 0x0122: /* GT2 Desktop >=1.3GHz */
 	case 0x0126: /* GT2 Mobile >=1.3GHz */
-	case 0x0166: /* IvyBridge ??? */
+	case 0x0156: /* IvyBridge */
+	case 0x0166: /* IvyBridge */
 		break;
 	default:
 		printk(BIOS_DEBUG, "Graphics not supported by this CPU/chipset.\n");
diff --git a/src/northbridge/intel/sandybridge/gma.c b/src/northbridge/intel/sandybridge/gma.c
index 8c09571..52707bd 100644
--- a/src/northbridge/intel/sandybridge/gma.c
+++ b/src/northbridge/intel/sandybridge/gma.c
@@ -318,6 +318,7 @@ u32 map_oprom_vendev(u32 vendev)
 	case 0x80860116:		/* GT2 Mobile */
 	case 0x80860122:		/* GT2 Desktop >=1.3GHz */
 	case 0x80860126:		/* GT2 Mobile >=1.3GHz */
+	case 0x80860156:                /* IVB */
 	case 0x80860166:                /* IVB */
 		new_vendev=0x80860106;	/* GT1 Mobile */
 		break;
@@ -660,7 +661,7 @@ static struct device_operations gma_func0_ops = {
 };
 
 static const unsigned short gma_ids[] = {
-	0x0102, 0x0106, 0x010a, 0x0112, 0x0116, 0x0122, 0x0126, 0x166,
+	0x0102, 0x0106, 0x010a, 0x0112, 0x0116, 0x0122, 0x0126, 0x0156, 0x166,
 	0,
 };
 static const struct pci_driver gma_gt1_desktop __pci_driver = {



More information about the coreboot mailing list