[coreboot-gerrit] Patch set updated for coreboot: nb/intel/i945/early_init.c: Add DDR2-667 detection for 945GC

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun Oct 30 18:37:19 CET 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17191

-gerrit

commit 3c2cb320fefda4299bdd927c936bcbffe272655c
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun Oct 30 18:30:21 2016 +0100

    nb/intel/i945/early_init.c: Add DDR2-667 detection for 945GC
    
    Change-Id: I3d54c88af897a71db757d00288f3968ed2c19151
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/northbridge/intel/i945/early_init.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/northbridge/intel/i945/early_init.c b/src/northbridge/intel/i945/early_init.c
index 4373167..17fd5a4 100644
--- a/src/northbridge/intel/i945/early_init.c
+++ b/src/northbridge/intel/i945/early_init.c
@@ -132,6 +132,9 @@ static void i945_detect_chipset(void)
 	case 0:
 		printk(BIOS_DEBUG, "up to DDR2-667");
 		break;
+	case 2:
+		printk(BIOS_DEBUG, "up to DDR2-667");
+		break;
 	case 3:
 		printk(BIOS_DEBUG, "up to DDR2-533");
 		break;



More information about the coreboot-gerrit mailing list