From a1191902cab72b9f7127365fac39a1e1d5c9abda Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 9 Jan 2005 17:12:27 +0000 Subject: * Patch by Jon Loeliger, 02 Sep 2004: Reset monitor size back to 256 so environment can be written to flash on MPC85xx ADS and CDS releases. * Patch by Paolo Broggini, 02 Sep 2004: Make BSS clearing on ARM systems more robust * Patch by Yue Hu and Joe, 01 Sep 2004: - add PCI support for ixp425; - add EEPRO100 suppor tfor ixdp425 board. * Fix problem with protected sector detection in driver/cfi_flash.c --- board/ixdp425/ixdp425.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'board/ixdp425') diff --git a/board/ixdp425/ixdp425.c b/board/ixdp425/ixdp425.c index 09e5fdfc0..e56f4779f 100644 --- a/board/ixdp425/ixdp425.c +++ b/board/ixdp425/ixdp425.c @@ -40,7 +40,7 @@ int /**********************************************************/ -board_late_init (void) +board_post_init (void) /**********************************************************/ { return (0); @@ -74,3 +74,9 @@ dram_init (void) return (0); } +extern struct pci_controller hose; +void pci_init_board(void) +{ + pci_ixp_init(&hose); + return ; +} -- cgit v1.2.3