[coreboot-gerrit] New patch to review for coreboot: ecf235a i945G 'raminit.c' fix command_clock_crossing value for DDR667-FSB800

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Aug 6 12:40:23 CEST 2014


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

-gerrit

commit ecf235afd3ed2e1cabee22d1426c048c26684bab
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Wed Aug 6 12:35:41 2014 +0200

    i945G 'raminit.c' fix command_clock_crossing value for DDR667-FSB800
    
    Change-Id: Ia5e1d9131e3353943b55fc58991ed50128f8aa8c
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/northbridge/intel/i945/raminit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c
index e823bab..ca8bf75 100644
--- a/src/northbridge/intel/i945/raminit.c
+++ b/src/northbridge/intel/i945/raminit.c
@@ -2264,7 +2264,7 @@ static void sdram_program_clock_crossing(void)
 
 		0x02010804, 0x00000000, /* DDR400 FSB800 */
 		0x00010402, 0x00000000, /* DDR533 FSB800 */
-		0x04020180, 0x00000008, /* DDR667 FSB800 */
+		0x04020130, 0x00000008, /* DDR667 FSB800 */
 
 		0x00020904, 0x00000000, /* DDR400 FSB1066 */
 		0x02010804, 0x00000000, /* DDR533 FSB1066 */



More information about the coreboot-gerrit mailing list