1 Sep 01:45
Re: k8 and memory training
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 <at> gmx.net>
2008-08-31 23:45:43 GMT
2008-08-31 23:45:43 GMT
On 31.08.2008 08:46, ron minnich wrote: > see http://coreboot.pastebin.com/m354e6401 > > I can't really tell if it's working. > I looked at the log and we're clearly doing something wrong odd. The execution order simply does not make that much sense. arch/x86/stage1.c:stage1_main() { //stuff global_vars_init(); hardware_stage1(); uart_init(); // initialize serial port /* Exactly from now on we can use printk to the serial port. * Celebrate this by printing a LB banner. */ console_init(); //more stuff } mainboard/amd/serengeti/stage1.c:hardware_stage1() { printk(BIOS_ERR, "Stage1: enable rom ...\n"); max = ARRAY_SIZE(register_values); setup_resource_map(register_values, max); enumerate_ht_chain(); amd8111_enable_rom(); printk(BIOS_ERR, "Done.\n");(Continue reading)
RSS Feed