mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Output GeodeLink and RAM speed in case of overclock error to make things more clear.
Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1156 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
13eced4a0e
commit
4ab7c11c4a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue