On Wed, Mar 18, 2009 at 11:35 AM, Mart Raudsepp <[email protected]> wrote: > Output GeodeLink and RAM speed in case of overclock error to make things more > clear. > > Signed-off-by: Mart Raudsepp <[email protected]>
Acked-by: Myles Watson <[email protected]> Thanks, Myles > 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 > > > -- > coreboot mailing list: [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot > -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

