3 * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
5 * Module name: ibm4xx.h
8 * A generic include file which pulls in appropriate include files
9 * for specific board types based on configuration settings.
14 #ifndef __ASM_IBM4XX_H__
15 #define __ASM_IBM4XX_H__
17 #include <linux/config.h>
18 #include <asm/types.h>
22 #if defined(CONFIG_BUBINGA)
23 #include <platforms/4xx/bubinga.h>
26 #if defined(CONFIG_CPCI405)
27 #include <platforms/4xx/cpci405.h>
30 #if defined(CONFIG_EP405)
31 #include <platforms/4xx/ep405.h>
34 #if defined(CONFIG_REDWOOD_5)
35 #include <platforms/4xx/redwood5.h>
38 #if defined(CONFIG_REDWOOD_6)
39 #include <platforms/4xx/redwood6.h>
42 #if defined(CONFIG_SYCAMORE)
43 #include <platforms/4xx/sycamore.h>
46 #if defined(CONFIG_WALNUT)
47 #include <platforms/4xx/walnut.h>
50 #if defined(CONFIG_XILINX_ML300)
51 #include <platforms/4xx/xilinx_ml300.h>
54 #if defined(CONFIG_XILINX_ML403)
55 #include <platforms/4xx/xilinx_ml403.h>
62 * The "residual" board information structure the boot loader passes
68 void ppc4xx_setup_arch(void);
69 void ppc4xx_map_io(void);
70 void ppc4xx_init_IRQ(void);
71 void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5,
72 unsigned long r6, unsigned long r7);
75 #ifndef PPC4xx_MACHINE_NAME
76 #define PPC4xx_MACHINE_NAME "Unidentified 4xx class"
80 /* IO_BASE is for PCI I/O.
81 * ISA not supported, just here to resolve copilation.
85 #define _IO_BASE 0xe8000000 /* The PCI address window */
86 #define _ISA_MEM_BASE 0
87 #define PCI_DRAM_OFFSET 0
92 #if defined(CONFIG_BAMBOO)
93 #include <platforms/4xx/bamboo.h>
96 #if defined(CONFIG_EBONY)
97 #include <platforms/4xx/ebony.h>
100 #if defined(CONFIG_LUAN)
101 #include <platforms/4xx/luan.h>
104 #if defined(CONFIG_YUCCA)
105 #include <platforms/4xx/yucca.h>
108 #if defined(CONFIG_OCOTEA)
109 #include <platforms/4xx/ocotea.h>
115 * The "residual" board information structure the boot loader passes
121 #endif /* CONFIG_40x */
123 #endif /* __ASM_IBM4XX_H__ */
124 #endif /* __KERNEL__ */