new init code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1248 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-11-02 20:04:08 +00:00
parent ea6f9dabbd
commit 4e17b848f8
1 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ option PCIC0_CFGDATA=0xeec00004
## ##
option UART0_IO_BASE=0xef600300 option UART0_IO_BASE=0xef600300
##
## Early board initialization, called from ppc_main()
##
initobject init.c
arch ppc end arch ppc end
cpu ppc/ppc4xx end cpu ppc/ppc4xx end
@ -30,4 +35,4 @@ southbridge winbond/w83c553 end
## ##
addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a" addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
makedefine CFLAGS += -g makedefine CFLAGS += -msoft-float