diff options
author | Paul Mackerras <paulus@samba.org> | 2008-06-09 00:01:46 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-10 07:40:22 -0400 |
commit | 917f0af9e5a9ceecf9e72537fabb501254ba321d (patch) | |
tree | 1ef207755c6d83ce4af93ef2b5e4645eebd65886 /include/asm-ppc/ibm4xx.h | |
parent | 0f3d6bcd391b058c619fc30e8022e8a29fbf4bef (diff) |
powerpc: Remove arch/ppc and include/asm-ppc
All the maintained platforms are now in arch/powerpc, so the old
arch/ppc stuff can now go away.
Acked-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Becky Bruce <becky.bruce@freescale.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Scott Wood <scottwood@freescale.com>
Acked-by: Sean MacLennan <smaclennan@pikatech.com>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc/ibm4xx.h')
-rw-r--r-- | include/asm-ppc/ibm4xx.h | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/include/asm-ppc/ibm4xx.h b/include/asm-ppc/ibm4xx.h deleted file mode 100644 index ed6891af05d3..000000000000 --- a/include/asm-ppc/ibm4xx.h +++ /dev/null | |||
@@ -1,124 +0,0 @@ | |||
1 | /* | ||
2 | * | ||
3 | * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> | ||
4 | * | ||
5 | * Module name: ibm4xx.h | ||
6 | * | ||
7 | * Description: | ||
8 | * A generic include file which pulls in appropriate include files | ||
9 | * for specific board types based on configuration settings. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #ifdef __KERNEL__ | ||
14 | #ifndef __ASM_IBM4XX_H__ | ||
15 | #define __ASM_IBM4XX_H__ | ||
16 | |||
17 | #include <asm/types.h> | ||
18 | #include <asm/dcr.h> | ||
19 | |||
20 | #ifdef CONFIG_40x | ||
21 | |||
22 | #if defined(CONFIG_BUBINGA) | ||
23 | #include <platforms/4xx/bubinga.h> | ||
24 | #endif | ||
25 | |||
26 | #if defined(CONFIG_CPCI405) | ||
27 | #include <platforms/4xx/cpci405.h> | ||
28 | #endif | ||
29 | |||
30 | #if defined(CONFIG_EP405) | ||
31 | #include <platforms/4xx/ep405.h> | ||
32 | #endif | ||
33 | |||
34 | #if defined(CONFIG_REDWOOD_5) | ||
35 | #include <platforms/4xx/redwood5.h> | ||
36 | #endif | ||
37 | |||
38 | #if defined(CONFIG_REDWOOD_6) | ||
39 | #include <platforms/4xx/redwood6.h> | ||
40 | #endif | ||
41 | |||
42 | #if defined(CONFIG_SYCAMORE) | ||
43 | #include <platforms/4xx/sycamore.h> | ||
44 | #endif | ||
45 | |||
46 | #if defined(CONFIG_WALNUT) | ||
47 | #include <platforms/4xx/walnut.h> | ||
48 | #endif | ||
49 | |||
50 | #if defined(CONFIG_XILINX_VIRTEX) | ||
51 | #include <platforms/4xx/virtex.h> | ||
52 | #endif | ||
53 | |||
54 | #ifndef __ASSEMBLY__ | ||
55 | |||
56 | #ifdef CONFIG_40x | ||
57 | /* | ||
58 | * The "residual" board information structure the boot loader passes | ||
59 | * into the kernel. | ||
60 | */ | ||
61 | extern bd_t __res; | ||
62 | #endif | ||
63 | |||
64 | void ppc4xx_setup_arch(void); | ||
65 | void ppc4xx_map_io(void); | ||
66 | void ppc4xx_init_IRQ(void); | ||
67 | void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5, | ||
68 | unsigned long r6, unsigned long r7); | ||
69 | #endif | ||
70 | |||
71 | #ifndef PPC4xx_MACHINE_NAME | ||
72 | #define PPC4xx_MACHINE_NAME "Unidentified 4xx class" | ||
73 | #endif | ||
74 | |||
75 | |||
76 | /* IO_BASE is for PCI I/O. | ||
77 | * ISA not supported, just here to resolve copilation. | ||
78 | */ | ||
79 | |||
80 | #ifndef _IO_BASE | ||
81 | #define _IO_BASE 0xe8000000 /* The PCI address window */ | ||
82 | #define _ISA_MEM_BASE 0 | ||
83 | #define PCI_DRAM_OFFSET 0 | ||
84 | #endif | ||
85 | |||
86 | #elif defined(CONFIG_44x) | ||
87 | |||
88 | #if defined(CONFIG_BAMBOO) | ||
89 | #include <platforms/4xx/bamboo.h> | ||
90 | #endif | ||
91 | |||
92 | #if defined(CONFIG_EBONY) | ||
93 | #include <platforms/4xx/ebony.h> | ||
94 | #endif | ||
95 | |||
96 | #if defined(CONFIG_LUAN) | ||
97 | #include <platforms/4xx/luan.h> | ||
98 | #endif | ||
99 | |||
100 | #if defined(CONFIG_YUCCA) | ||
101 | #include <platforms/4xx/yucca.h> | ||
102 | #endif | ||
103 | |||
104 | #if defined(CONFIG_OCOTEA) | ||
105 | #include <platforms/4xx/ocotea.h> | ||
106 | #endif | ||
107 | |||
108 | #if defined(CONFIG_TAISHAN) | ||
109 | #include <platforms/4xx/taishan.h> | ||
110 | #endif | ||
111 | |||
112 | #ifndef __ASSEMBLY__ | ||
113 | #ifdef CONFIG_40x | ||
114 | /* | ||
115 | * The "residual" board information structure the boot loader passes | ||
116 | * into the kernel. | ||
117 | */ | ||
118 | extern bd_t __res; | ||
119 | #endif | ||
120 | #endif | ||
121 | #endif /* CONFIG_40x */ | ||
122 | |||
123 | #endif /* __ASM_IBM4XX_H__ */ | ||
124 | #endif /* __KERNEL__ */ | ||