The problem solved.
I switch the auto.c... before reset.inc in MB Config.lb
Also add two inc in it
mainboardinit arch/i386/lib/jmp_auto_out.inc after auto.c segment
mainboardinit arch/i386/lib/jmp_auto.inc in old auto.c position
please advise where to put these two inc.
jmp_auto_out.inc /* -*- asm -*- */
/* clear boot_complete flag */ xorl %ebp, %ebp jmp __main
jmp_auto.inc
/* -*- asm -*- */ jmp __fpu_start
YH
-----Original Message----- From: ebiederman@lnxi.com [mailto:ebiederman@lnxi.com] Sent: Tuesday, January 25, 2005 12:31 AM To: YhLu Cc: Ronald G. Minnich; linuxbios@clustermatic.org Subject: Re: fallback reset_vector offset
YhLu YhLu@tyan.com writes:
in reset16.lds
_ROMTOP = (_start >= 0xffff0000) ? 0xfffffff0 : 0xffffffff8;
0xffffffff8 ?????
And from the line above. /* Trigger an error if I have an unuseable start address */ That is exactly what happens correct? 0xfffffff8 does not work does it?
Show me a less confusing way and I will use it.
Eric