remove more warnings

rename amd64_main to stage1_main.. 
copy src/mainboard/via/vt8454c/debug.c to src/lib/debug.c

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5352 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-04-03 12:41:41 +00:00
committed by Stefan Reinauer
parent bed872dedf
commit c65666f70d
14 changed files with 94 additions and 158 deletions

View File

@ -163,7 +163,7 @@ testok: movb $0x40,%al
/* We need to set ebp ? No need */
movl %esp, %ebp
pushl %eax /* bist */
call amd64_main
call stage1_main
/* We will not go back */
fixed_mtrr_msr:

View File

@ -289,7 +289,7 @@ lout:
/* We need to set ebp ? No need */
movl %esp, %ebp
pushl %eax /* bist */
call amd64_main
call stage1_main
/* We will not go back */
fixed_mtrr_msr: