*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1317 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
886b1788c9
commit
8549836ef4
|
@ -9,18 +9,19 @@ uses UART0_IO_BASE
|
|||
##
|
||||
## Set PCI registers
|
||||
##
|
||||
option PCIC0_CFGADDR=0xeec00000
|
||||
option PCIC0_CFGDATA=0xeec00004
|
||||
default PCIC0_CFGADDR=0xeec00000
|
||||
default PCIC0_CFGDATA=0xeec00004
|
||||
|
||||
##
|
||||
## Set UART base address
|
||||
##
|
||||
option UART0_IO_BASE=0xef600300
|
||||
default UART0_IO_BASE=0xef600300
|
||||
|
||||
##
|
||||
## Early board initialization, called from ppc_main()
|
||||
##
|
||||
initobject init.c
|
||||
driver pci_bridge.c
|
||||
|
||||
arch ppc end
|
||||
cpu ppc/ppc4xx end
|
||||
|
|
Loading…
Reference in New Issue