aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Denk2010-10-06 02:05:45 -0500
committerWolfgang Denk2010-10-18 15:12:04 -0500
commit2ae1824196884ba2bafffb7c0d3e8297350591e9 (patch)
tree5af805bde716ea0438e9f39898e6cb4f7677f97a /MAKEALL
parent2bad5df7274dd2802ba9526ea7218e9c09d3f89c (diff)
downloadu-boot-2ae1824196884ba2bafffb7c0d3e8297350591e9.tar.gz
u-boot-2ae1824196884ba2bafffb7c0d3e8297350591e9.tar.xz
u-boot-2ae1824196884ba2bafffb7c0d3e8297350591e9.zip
Makefile: move all Power Architecture boards into boards.cfg
Clean up Makefile, and drop a lot of the config.mk files on the way. We now also automatically pick all boards that are listed in boards.cfg (and with all configurations), so we can drop the redundant entries from MAKEALL to avoid building these twice. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL229
1 files changed, 11 insertions, 218 deletions
diff --git a/MAKEALL b/MAKEALL
index 133810c841..e408ec61e4 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -63,122 +63,25 @@ LIST_5xx="$(boards_by_cpu mpc5xx)"
63## MPC5xxx Systems 63## MPC5xxx Systems
64######################################################################### 64#########################################################################
65 65
66LIST_5xxx="$(boards_by_cpu mpc5xxx) 66LIST_5xxx="$(boards_by_cpu mpc5xxx)"
67 digsy_mtc \
68 EVAL5200 \
69 fo300 \
70 galaxy5200 \
71 icecube_5200 \
72 lite5200b \
73 mcc200 \
74 MVBC_P \
75 MVSMR \
76 pcm030 \
77 PM520 \
78 TB5200 \
79 Total5200 \
80 Total5200_Rev2 \
81 TQM5200 \
82 TQM5200_B \
83 TQM5200S \
84"
85 67
86######################################################################### 68#########################################################################
87## MPC512x Systems 69## MPC512x Systems
88######################################################################### 70#########################################################################
89 71
90LIST_512x="$(boards_by_cpu mpc512x) 72LIST_512x="$(boards_by_cpu mpc512x)"
91 mpc5121ads \
92"
93 73
94######################################################################### 74#########################################################################
95## MPC8xx Systems 75## MPC8xx Systems
96######################################################################### 76#########################################################################
97 77
98LIST_8xx="$(boards_by_cpu mpc8xx) 78LIST_8xx="$(boards_by_cpu mpc8xx)"
99 Adder87x \
100 AdderII \
101 ADS860 \
102 FADS823 \
103 FADS850SAR \
104 FADS860T \
105 FPS850L \
106 GEN860T \
107 GEN860T_SC \
108 ICU862_100MHz \
109 IVML24 \
110 IVML24_128 \
111 IVML24_256 \
112 IVMS8 \
113 IVMS8_128 \
114 IVMS8_256 \
115 MBX \
116 MBX860T \
117 MPC86xADS \
118 MPC885ADS \
119 NETPHONE \
120 NETTA \
121 NETTA2 \
122 NETTA_ISDN \
123 NETVIA \
124 NETVIA_V2 \
125 RPXlite_DW \
126 SPD823TS \
127 SXNI855T \
128 TK885D \
129 TQM823L \
130 TQM823L_LCD \
131 TQM850L \
132 TQM855L \
133 TQM860L \
134 TQM885D \
135 v37 \
136"
137 79
138######################################################################### 80#########################################################################
139## PPC4xx Systems 81## PPC4xx Systems
140######################################################################### 82#########################################################################
141 83
142LIST_4xx="$(boards_by_cpu ppc4xx) 84LIST_4xx="$(boards_by_cpu ppc4xx)"
143 acadia_nand \
144 arches \
145 bamboo_nand \
146 canyonlands \
147 canyonlands_nand \
148 CPCI405 \
149 CPCI4052 \
150 CPCI405AB \
151 CPCI405DT \
152 devconcenter \
153 fx12mm \
154 glacier \
155 haleakala \
156 haleakala_nand \
157 hcu4 \
158 hcu5 \
159 intip \
160 kilauea \
161 kilauea_nand \
162 mcu25 \
163 MIP405T \
164 ml507 \
165 ml507_flash \
166 OCRTC \
167 ORSG \
168 PPChameleonEVB \
169 rainier \
170 sequoia \
171 sequoia_nand \
172 v5fx30teval \
173 v5fx30teval_flash \
174 W7OLMC \
175 W7OLMG \
176 walnut \
177 xilinx-ppc440-generic \
178 xilinx-ppc440-generic_flash \
179 yellowstone \
180 yosemite \
181"
182 85
183######################################################################### 86#########################################################################
184## MPC8220 Systems 87## MPC8220 Systems
@@ -190,146 +93,37 @@ LIST_8220="$(boards_by_cpu mpc8220)"
190## MPC824x Systems 93## MPC824x Systems
191######################################################################### 94#########################################################################
192 95
193LIST_824x="$(boards_by_cpu mpc824x) 96LIST_824x="$(boards_by_cpu mpc824x)"
194 CPC45 \
195 eXalion \
196 IDS8247 \
197 linkstation_HGLAN \
198 Sandpoint8240 \
199 Sandpoint8245 \
200"
201 97
202######################################################################### 98#########################################################################
203## MPC8260 Systems (includes 8250, 8255 etc.) 99## MPC8260 Systems (includes 8250, 8255 etc.)
204######################################################################### 100#########################################################################
205 101
206LIST_8260="$(boards_by_cpu mpc8260) 102LIST_8260="$(boards_by_cpu mpc8260)"
207 cogent_mpc8260 \
208 CPU86 \
209 CPU87 \
210 ep8248 \
211 ISPAN \
212 MPC8260ADS \
213 MPC8272ADS \
214 PM826 \
215 PM828 \
216 Rattler8248 \
217 TQM8260_AC \
218 TQM8260_AD \
219 TQM8260_AE \
220"
221 103
222######################################################################### 104#########################################################################
223## MPC83xx Systems (includes 8349, etc.) 105## MPC83xx Systems (includes 8349, etc.)
224######################################################################### 106#########################################################################
225 107
226LIST_83xx="$(boards_by_cpu mpc83xx) 108LIST_83xx="$(boards_by_cpu mpc83xx)"
227 caddy2 \
228 MPC8313ERDB_33 \
229 MPC8313ERDB_NAND_66 \
230 MPC8315ERDB \
231 MPC8315ERDB_NAND \
232 MPC832XEMDS \
233 MPC832XEMDS_ATM \
234 MPC8349ITX \
235 MPC8349ITXGP \
236 MPC8360EMDS \
237 MPC8360EMDS_ATM \
238 MPC8360ERDK_33 \
239 MPC8360ERDK_66 \
240 MPC837XEMDS \
241 sbc8349 \
242 SIMPC8313_LP \
243 vme8349 \
244"
245
246 109
247######################################################################### 110#########################################################################
248## MPC85xx Systems (includes 8540, 8560 etc.) 111## MPC85xx Systems (includes 8540, 8560 etc.)
249######################################################################### 112#########################################################################
250 113
251LIST_85xx="$(boards_by_cpu mpc85xx) 114LIST_85xx="$(boards_by_cpu mpc85xx)"
252 MPC8536DS \
253 MPC8536DS_NAND \
254 MPC8536DS_SDCARD \
255 MPC8536DS_SPIFLASH \
256 MPC8536DS_36BIT \
257 MPC8540EVAL \
258 MPC8541CDS \
259 MPC8548CDS \
260 MPC8555CDS \
261 MPC8569MDS \
262 MPC8569MDS_ATM \
263 MPC8569MDS_NAND \
264 MPC8572DS \
265 MPC8572DS_36BIT \
266 P2020DS \
267 P2020DS_36BIT \
268 P1011RDB \
269 P1011RDB_NAND \
270 P1011RDB_SDCARD \
271 P1011RDB_SPIFLASH \
272 P1020RDB \
273 P1020RDB_NAND \
274 P1020RDB_SDCARD \
275 P1020RDB_SPIFLASH \
276 P2010RDB \
277 P2010RDB_NAND \
278 P2010RDB_SDCARD \
279 P2010RDB_SPIFLASH \
280 P2020RDB \
281 P2020RDB_NAND \
282 P2020RDB_SDCARD \
283 P2020RDB_SPIFLASH \
284 sbc8540 \
285 sbc8548 \
286 sbc8548_PCI_33 \
287 sbc8548_PCI_66 \
288 sbc8548_PCI_33_PCIE \
289 sbc8548_PCI_66_PCIE \
290 sbc8560 \
291 stxssa \
292 TQM8540 \
293 TQM8541 \
294 TQM8548 \
295 TQM8548_AG \
296 TQM8548_BE \
297 TQM8555 \
298 TQM8560 \
299"
300 115
301######################################################################### 116#########################################################################
302## MPC86xx Systems 117## MPC86xx Systems
303######################################################################### 118#########################################################################
304 119
305LIST_86xx="$(boards_by_cpu mpc86xx) 120LIST_86xx="$(boards_by_cpu mpc86xx)"
306 MPC8641HPCN_36BIT \
307 MPC8641HPCN \
308"
309 121
310######################################################################### 122#########################################################################
311## 74xx/7xx Systems 123## 74xx/7xx Systems
312######################################################################### 124#########################################################################
313 125
314LIST_74xx=" \ 126LIST_74xx_7xx="$(boards_by_cpu 74xx_7xx)"
315 DB64360 \
316 DB64460 \
317 EVB64260 \
318 mpc7448hpc2 \
319 P3G4 \
320 p3m7448 \
321 PCIPPC2 \
322 PCIPPC6 \
323 ZUMA \
324"
325
326LIST_7xx=" \
327 BAB7xx \
328 CPCI750 \
329 ELPPC \
330 p3m750 \
331 ppmc7xx \
332"
333 127
334######################################################################### 128#########################################################################
335## PowerPC groups 129## PowerPC groups
@@ -353,8 +147,7 @@ LIST_powerpc=" \
353 ${LIST_85xx} \ 147 ${LIST_85xx} \
354 ${LIST_86xx} \ 148 ${LIST_86xx} \
355 ${LIST_4xx} \ 149 ${LIST_4xx} \
356 ${LIST_74xx} \ 150 ${LIST_74xx_7xx}\
357 ${LIST_7xx} \
358" 151"
359 152
360# Alias "ppc" -> "powerpc" to not break compatibility with older scripts 153# Alias "ppc" -> "powerpc" to not break compatibility with older scripts