[coreboot-gerrit] New patch to review for coreboot: nb/i945/raminit.h: Fix fsb_frequency's comment

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Thu Dec 1 20:02: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/17686

-gerrit

commit 9bfcb9673b92760774dacb36374c2a15b953cae5
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Thu Dec 1 19:59:12 2016 +0100

    nb/i945/raminit.h: Fix fsb_frequency's comment
    
    Change-Id: Ie1c28b73bd2d34070173838d341cc6b8f65f50ef
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/northbridge/intel/i945/raminit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/raminit.h b/src/northbridge/intel/i945/raminit.h
index 6c7ae96..51d5275 100644
--- a/src/northbridge/intel/i945/raminit.h
+++ b/src/northbridge/intel/i945/raminit.h
@@ -25,7 +25,7 @@
 
 struct sys_info {
 	u16 memory_frequency;	/* 400, 533 or 667 */
-	u16 fsb_frequency;	/* 400, 533 or 667 */
+	u16 fsb_frequency;	/* 945: GM400, 533 or 667 / 945GC: 533, 800, or 1066 */
 
 	u8 trp;			/* calculated by sdram_detect_smallest_tRP() */
 	u8 trcd;		/* calculated by sdram_detect_smallest_tRCD() */



More information about the coreboot-gerrit mailing list