[coreboot] [PATCH] Output GeodeLink and RAM speed in case of overclock error to make things more clear.

Mart Raudsepp mart.raudsepp at artecdesign.ee
Wed Mar 18 18:35:57 CET 2009


Output GeodeLink and RAM speed in case of overclock error to make things more clear.

Signed-off-by: Mart Raudsepp <mart.raudsepp at artecdesign.ee>
---
 northbridge/amd/geodelx/raminit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/northbridge/amd/geodelx/raminit.c b/northbridge/amd/geodelx/raminit.c
index 5b6893b..611cbd8 100644
--- a/northbridge/amd/geodelx/raminit.c
+++ b/northbridge/amd/geodelx/raminit.c
@@ -267,6 +267,7 @@ static void check_ddr_max(u8 dimm0, u8 dimm1)
 	if (geode_link_speed() > speed) {
 		printk(BIOS_EMERG, "DIMM overclocked. Check GeodeLink speed.\n");
 		post_code(POST_PLL_MEM_FAIL);
+		printk(BIOS_EMERG, "GeodeLink speed: %u\nIntended RAM speed: %u\n", geode_link_speed(), speed);
 		hlt();
 	}
 }
-- 
1.6.1.2





More information about the coreboot mailing list