wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
wdenk | a8c7c70 | 2003-12-06 19:49:23 +0000 | [diff] [blame] | 3 | : ${JOBS:=} |
4 | |||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 5 | if [ "${CROSS_COMPILE}" ] ; then |
6 | MAKE="make CROSS_COMPILE=${CROSS_COMPILE}" | ||||
7 | else | ||||
8 | MAKE=make | ||||
9 | fi | ||||
10 | |||||
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 11 | if [ "${MAKEALL_LOGDIR}" ] ; then |
12 | LOG_DIR=${MAKEALL_LOGDIR} | ||||
13 | else | ||||
14 | LOG_DIR="LOG" | ||||
15 | fi | ||||
Stefan Roese | 887e2ec | 2006-09-07 11:51:23 +0200 | [diff] [blame] | 16 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 17 | if [ ! "${BUILD_DIR}" ] ; then |
18 | BUILD_DIR="." | ||||
19 | fi | ||||
20 | |||||
Marian Balakowicz | 4f0645e | 2006-09-07 12:05:53 +0200 | [diff] [blame] | 21 | [ -d ${LOG_DIR} ] || mkdir ${LOG_DIR} || exit 1 |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 22 | |
23 | LIST="" | ||||
24 | |||||
25 | ######################################################################### | ||||
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 26 | ## MPC5xx Systems |
27 | ######################################################################### | ||||
28 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 29 | LIST_5xx=" \ |
30 | cmi_mpc5xx \ | ||||
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 31 | " |
32 | |||||
33 | ######################################################################### | ||||
wdenk | 945af8d | 2003-07-16 21:53:01 +0000 | [diff] [blame] | 34 | ## MPC5xxx Systems |
35 | ######################################################################### | ||||
36 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 37 | LIST_5xxx=" \ |
38 | BC3450 \ | ||||
39 | cm5200 \ | ||||
40 | cpci5200 \ | ||||
41 | EVAL5200 \ | ||||
42 | fo300 \ | ||||
43 | icecube_5100 \ | ||||
44 | icecube_5200 \ | ||||
45 | lite5200b \ | ||||
46 | mcc200 \ | ||||
47 | mecp5200 \ | ||||
48 | motionpro \ | ||||
49 | o2dnt \ | ||||
50 | pf5200 \ | ||||
51 | PM520 \ | ||||
52 | TB5200 \ | ||||
53 | Total5100 \ | ||||
54 | Total5200 \ | ||||
55 | Total5200_Rev2 \ | ||||
56 | TQM5200 \ | ||||
57 | TQM5200_B \ | ||||
58 | TQM5200S \ | ||||
59 | v38b \ | ||||
wdenk | 945af8d | 2003-07-16 21:53:01 +0000 | [diff] [blame] | 60 | " |
61 | |||||
62 | ######################################################################### | ||||
Rafal Jaworowski | 8993e54 | 2007-07-27 14:43:59 +0200 | [diff] [blame] | 63 | ## MPC512x Systems |
64 | ######################################################################### | ||||
65 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 66 | LIST_512x=" \ |
67 | ads5121 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 68 | " |
69 | |||||
70 | ######################################################################### | ||||
71 | ## MPC8xx Systems | ||||
72 | ######################################################################### | ||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 73 | LIST_8xx=" \ |
74 | Adder87x \ | ||||
75 | AdderII \ | ||||
76 | ADS860 \ | ||||
77 | AMX860 \ | ||||
78 | c2mon \ | ||||
79 | CCM \ | ||||
80 | cogent_mpc8xx \ | ||||
81 | ELPT860 \ | ||||
82 | EP88x \ | ||||
83 | ESTEEM192E \ | ||||
84 | ETX094 \ | ||||
85 | FADS823 \ | ||||
86 | FADS850SAR \ | ||||
87 | FADS860T \ | ||||
88 | FLAGADM \ | ||||
89 | FPS850L \ | ||||
90 | GEN860T \ | ||||
91 | GEN860T_SC \ | ||||
92 | GENIETV \ | ||||
93 | GTH \ | ||||
94 | hermes \ | ||||
95 | IAD210 \ | ||||
96 | ICU862_100MHz \ | ||||
97 | IP860 \ | ||||
98 | IVML24 \ | ||||
99 | IVML24_128 \ | ||||
100 | IVML24_256 \ | ||||
101 | IVMS8 \ | ||||
102 | IVMS8_128 \ | ||||
103 | IVMS8_256 \ | ||||
104 | KUP4K \ | ||||
105 | KUP4X \ | ||||
106 | LANTEC \ | ||||
107 | lwmon \ | ||||
108 | MBX \ | ||||
109 | MBX860T \ | ||||
110 | MHPC \ | ||||
111 | MPC86xADS \ | ||||
112 | MPC885ADS \ | ||||
113 | MVS1 \ | ||||
114 | NETPHONE \ | ||||
115 | NETTA \ | ||||
116 | NETTA2 \ | ||||
117 | NETTA_ISDN \ | ||||
118 | NETVIA \ | ||||
119 | NETVIA_V2 \ | ||||
120 | NX823 \ | ||||
121 | pcu_e \ | ||||
122 | QS823 \ | ||||
123 | QS850 \ | ||||
124 | QS860T \ | ||||
125 | quantum \ | ||||
126 | R360MPI \ | ||||
127 | RBC823 \ | ||||
128 | rmu \ | ||||
129 | RPXClassic \ | ||||
130 | RPXlite \ | ||||
131 | RPXlite_DW \ | ||||
132 | RRvision \ | ||||
133 | SM850 \ | ||||
134 | spc1920 \ | ||||
135 | SPD823TS \ | ||||
136 | svm_sc8xx \ | ||||
137 | SXNI855T \ | ||||
138 | TOP860 \ | ||||
139 | TQM823L \ | ||||
140 | TQM823L_LCD \ | ||||
141 | TQM850L \ | ||||
142 | TQM855L \ | ||||
143 | TQM860L \ | ||||
144 | TQM885D \ | ||||
145 | uc100 \ | ||||
146 | v37 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 147 | " |
148 | |||||
149 | ######################################################################### | ||||
150 | ## PPC4xx Systems | ||||
151 | ######################################################################### | ||||
152 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 153 | LIST_4xx=" \ |
154 | acadia \ | ||||
155 | acadia_nand \ | ||||
156 | ADCIOP \ | ||||
157 | alpr \ | ||||
158 | AP1000 \ | ||||
159 | AR405 \ | ||||
160 | ASH405 \ | ||||
161 | bamboo \ | ||||
162 | bamboo_nand \ | ||||
163 | bubinga \ | ||||
164 | CANBT \ | ||||
165 | CMS700 \ | ||||
166 | CPCI2DP \ | ||||
167 | CPCI405 \ | ||||
168 | CPCI4052 \ | ||||
169 | CPCI405AB \ | ||||
170 | CPCI405DT \ | ||||
171 | CPCI440 \ | ||||
172 | CPCIISER4 \ | ||||
173 | CRAYL1 \ | ||||
174 | csb272 \ | ||||
175 | csb472 \ | ||||
176 | DASA_SIM \ | ||||
177 | DP405 \ | ||||
178 | DU405 \ | ||||
179 | ebony \ | ||||
180 | ERIC \ | ||||
181 | EXBITGEN \ | ||||
182 | G2000 \ | ||||
Stefan Roese | 353f268 | 2007-10-23 10:10:08 +0200 | [diff] [blame^] | 183 | haleakala \ |
Stefan Roese | 3b3bff4 | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 184 | hcu4 \ |
185 | hcu5 \ | ||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 186 | HH405 \ |
187 | HUB405 \ | ||||
188 | JSE \ | ||||
189 | KAREF \ | ||||
190 | katmai \ | ||||
Stefan Roese | 566806c | 2007-10-05 17:11:30 +0200 | [diff] [blame] | 191 | kilauea \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 192 | luan \ |
193 | lwmon5 \ | ||||
Stefan Roese | 211ea91 | 2007-10-22 07:34:34 +0200 | [diff] [blame] | 194 | makalu \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 195 | METROBOX \ |
196 | MIP405 \ | ||||
197 | MIP405T \ | ||||
198 | ML2 \ | ||||
199 | ml300 \ | ||||
200 | ocotea \ | ||||
201 | OCRTC \ | ||||
202 | ORSG \ | ||||
203 | p3p440 \ | ||||
204 | PCI405 \ | ||||
205 | pcs440ep \ | ||||
206 | PIP405 \ | ||||
207 | PLU405 \ | ||||
208 | PMC405 \ | ||||
209 | PPChameleonEVB \ | ||||
Stefan Roese | 6da0c5b | 2007-08-16 09:54:51 +0200 | [diff] [blame] | 210 | rainier \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 211 | sbc405 \ |
212 | sc3 \ | ||||
213 | sequoia \ | ||||
214 | sequoia_nand \ | ||||
Stefan Roese | 3b3bff4 | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 215 | taihu \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 216 | taishan \ |
217 | VOH405 \ | ||||
218 | VOM405 \ | ||||
219 | W7OLMC \ | ||||
220 | W7OLMG \ | ||||
221 | walnut \ | ||||
222 | WUH405 \ | ||||
223 | XPEDITE1K \ | ||||
224 | yellowstone \ | ||||
225 | yosemite \ | ||||
226 | yucca \ | ||||
Stefan Roese | 3b3bff4 | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 227 | zeus \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 228 | " |
229 | |||||
230 | ######################################################################### | ||||
wdenk | 983fda8 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 231 | ## MPC8220 Systems |
232 | ######################################################################### | ||||
233 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 234 | LIST_8220=" \ |
235 | Alaska8220 \ | ||||
236 | Yukon8220 \ | ||||
wdenk | 983fda8 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 237 | " |
238 | |||||
239 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 240 | ## MPC824x Systems |
241 | ######################################################################### | ||||
242 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 243 | LIST_824x=" \ |
244 | A3000 \ | ||||
245 | barco \ | ||||
246 | BMW \ | ||||
247 | CPC45 \ | ||||
248 | CU824 \ | ||||
249 | debris \ | ||||
250 | eXalion \ | ||||
251 | HIDDEN_DRAGON \ | ||||
252 | MOUSSE \ | ||||
253 | MUSENKI \ | ||||
254 | MVBLUE \ | ||||
255 | OXC \ | ||||
256 | PN62 \ | ||||
257 | Sandpoint8240 \ | ||||
258 | Sandpoint8245 \ | ||||
259 | sbc8240 \ | ||||
260 | SL8245 \ | ||||
261 | utx8245 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 262 | " |
wdenk | 592c5ca | 2003-06-21 00:17:24 +0000 | [diff] [blame] | 263 | |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 264 | ######################################################################### |
wdenk | 7aa7861 | 2003-05-03 15:50:43 +0000 | [diff] [blame] | 265 | ## MPC8260 Systems (includes 8250, 8255 etc.) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 266 | ######################################################################### |
267 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 268 | LIST_8260=" \ |
269 | atc \ | ||||
270 | cogent_mpc8260 \ | ||||
271 | CPU86 \ | ||||
272 | CPU87 \ | ||||
273 | ep8248 \ | ||||
274 | ep8260 \ | ||||
275 | ep82xxm \ | ||||
276 | gw8260 \ | ||||
277 | hymod \ | ||||
278 | IPHASE4539 \ | ||||
279 | ISPAN \ | ||||
280 | MPC8260ADS \ | ||||
281 | MPC8266ADS \ | ||||
282 | MPC8272ADS \ | ||||
283 | PM826 \ | ||||
284 | PM828 \ | ||||
285 | ppmc8260 \ | ||||
286 | Rattler8248 \ | ||||
287 | RPXsuper \ | ||||
288 | rsdproto \ | ||||
289 | sacsng \ | ||||
290 | sbc8260 \ | ||||
291 | SCM \ | ||||
292 | TQM8260_AC \ | ||||
293 | TQM8260_AD \ | ||||
294 | TQM8260_AE \ | ||||
295 | ZPC1900 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 296 | " |
297 | |||||
298 | ######################################################################### | ||||
Eran Liberty | f046ccd | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 299 | ## MPC83xx Systems (includes 8349, etc.) |
300 | ######################################################################### | ||||
301 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 302 | LIST_83xx=" \ |
303 | MPC8313ERDB_33 \ | ||||
304 | MPC8313ERDB_66 \ | ||||
Kim Phillips | 19fa1c3 | 2007-08-15 22:30:05 -0500 | [diff] [blame] | 305 | MPC8323ERDB \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 306 | MPC832XEMDS \ |
Tony Li | 281df45 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 307 | MPC832XEMDS_ATM \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 308 | MPC8349EMDS \ |
309 | MPC8349ITX \ | ||||
310 | MPC8349ITXGP \ | ||||
311 | MPC8360EMDS \ | ||||
Tony Li | 281df45 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 312 | MPC8360EMDS_ATM \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 313 | sbc8349 \ |
314 | TQM834x \ | ||||
Eran Liberty | f046ccd | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 315 | " |
316 | |||||
317 | |||||
318 | ######################################################################### | ||||
wdenk | 42d1f03 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 319 | ## MPC85xx Systems (includes 8540, 8560 etc.) |
320 | ######################################################################### | ||||
321 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 322 | LIST_85xx=" \ |
323 | MPC8540ADS \ | ||||
324 | MPC8540EVAL \ | ||||
325 | MPC8541CDS \ | ||||
326 | MPC8544DS \ | ||||
327 | MPC8548CDS \ | ||||
328 | MPC8555CDS \ | ||||
329 | MPC8560ADS \ | ||||
330 | MPC8568MDS \ | ||||
331 | PM854 \ | ||||
332 | PM856 \ | ||||
333 | sbc8540 \ | ||||
334 | sbc8560 \ | ||||
335 | stxgp3 \ | ||||
336 | stxssa \ | ||||
337 | TQM8540 \ | ||||
338 | TQM8541 \ | ||||
339 | TQM8555 \ | ||||
340 | TQM8560 \ | ||||
wdenk | 42d1f03 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 341 | " |
342 | |||||
343 | ######################################################################### | ||||
Jon Loeliger | 822d553 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 344 | ## MPC86xx Systems |
345 | ######################################################################### | ||||
346 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 347 | LIST_86xx=" \ |
348 | MPC8641HPCN \ | ||||
Wolfgang Denk | ff7640c | 2007-09-07 17:43:36 +0200 | [diff] [blame] | 349 | sbc8641d \ |
Jon Loeliger | 822d553 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 350 | " |
351 | |||||
352 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 353 | ## 74xx/7xx Systems |
354 | ######################################################################### | ||||
355 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 356 | LIST_74xx=" \ |
357 | DB64360 \ | ||||
358 | DB64460 \ | ||||
359 | EVB64260 \ | ||||
360 | mpc7448hpc2 \ | ||||
361 | P3G4 \ | ||||
362 | p3m7448 \ | ||||
363 | PCIPPC2 \ | ||||
364 | PCIPPC6 \ | ||||
365 | ZUMA \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 366 | " |
367 | |||||
Andy Fleming | ec72382 | 2007-08-15 20:03:13 -0500 | [diff] [blame] | 368 | LIST_TSEC=" \ |
369 | ${LIST_85xx} \ | ||||
370 | ${LIST_86xx} \ | ||||
371 | ${LIST_83xx} \ | ||||
372 | " | ||||
373 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 374 | LIST_7xx=" \ |
375 | BAB7xx \ | ||||
376 | CPCI750 \ | ||||
377 | ELPPC \ | ||||
378 | p3m750 \ | ||||
379 | ppmc7xx \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 380 | " |
381 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 382 | LIST_ppc=" \ |
383 | ${LIST_5xx} \ | ||||
384 | ${LIST_5xxx} \ | ||||
385 | ${LIST_8xx} \ | ||||
386 | ${LIST_8220} \ | ||||
387 | ${LIST_824x} \ | ||||
388 | ${LIST_8260} \ | ||||
389 | ${LIST_83xx} \ | ||||
390 | ${LIST_85xx} \ | ||||
391 | ${LIST_86xx} \ | ||||
392 | ${LIST_4xx} \ | ||||
393 | ${LIST_74xx} \ | ||||
394 | ${LIST_7xx} \ | ||||
395 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 396 | |
397 | ######################################################################### | ||||
398 | ## StrongARM Systems | ||||
399 | ######################################################################### | ||||
400 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 401 | LIST_SA=" \ |
402 | assabet \ | ||||
403 | dnp1110 \ | ||||
404 | gcplus \ | ||||
405 | lart \ | ||||
406 | shannon \ | ||||
407 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 408 | |
409 | ######################################################################### | ||||
410 | ## ARM7 Systems | ||||
411 | ######################################################################### | ||||
412 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 413 | LIST_ARM7=" \ |
414 | ap7 \ | ||||
415 | ap720t \ | ||||
416 | armadillo \ | ||||
417 | B2 \ | ||||
418 | ep7312 \ | ||||
419 | evb4510 \ | ||||
420 | impa7 \ | ||||
421 | integratorap \ | ||||
422 | lpc2292sodimm \ | ||||
423 | modnet50 \ | ||||
424 | SMN42 \ | ||||
Wolfgang Denk | 74f4304 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 425 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 426 | |
427 | ######################################################################### | ||||
428 | ## ARM9 Systems | ||||
429 | ######################################################################### | ||||
430 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 431 | LIST_ARM9=" \ |
432 | at91rm9200dk \ | ||||
433 | cmc_pu2 \ | ||||
434 | ap920t \ | ||||
435 | ap922_XA10 \ | ||||
436 | ap926ejs \ | ||||
437 | ap946es \ | ||||
438 | ap966 \ | ||||
439 | cp920t \ | ||||
440 | cp922_XA10 \ | ||||
441 | cp926ejs \ | ||||
442 | cp946es \ | ||||
443 | cp966 \ | ||||
444 | lpd7a400 \ | ||||
445 | mp2usb \ | ||||
446 | mx1ads \ | ||||
447 | mx1fs2 \ | ||||
448 | netstar \ | ||||
449 | omap1510inn \ | ||||
450 | omap1610h2 \ | ||||
451 | omap1610inn \ | ||||
452 | omap730p2 \ | ||||
453 | sbc2410x \ | ||||
454 | scb9328 \ | ||||
455 | smdk2400 \ | ||||
456 | smdk2410 \ | ||||
457 | trab \ | ||||
458 | VCMA9 \ | ||||
459 | versatile \ | ||||
460 | versatileab \ | ||||
461 | versatilepb \ | ||||
462 | voiceblue \ | ||||
463 | davinci_dvevm \ | ||||
464 | davinci_schmoogie \ | ||||
465 | davinci_sonata \ | ||||
wdenk | 6f21347 | 2003-08-29 22:00:43 +0000 | [diff] [blame] | 466 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 467 | |
468 | ######################################################################### | ||||
Wolfgang Denk | 74f4304 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 469 | ## ARM10 Systems |
470 | ######################################################################### | ||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 471 | LIST_ARM10=" \ |
472 | integratorcp \ | ||||
473 | cp1026 \ | ||||
Wolfgang Denk | 74f4304 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 474 | " |
475 | |||||
476 | ######################################################################### | ||||
wdenk | 8ed9604 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 477 | ## ARM11 Systems |
478 | ######################################################################### | ||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 479 | LIST_ARM11=" \ |
480 | cp1136 \ | ||||
481 | omap2420h4 \ | ||||
Wolfgang Denk | 74f4304 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 482 | " |
wdenk | 8ed9604 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 483 | |
484 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 485 | ## Xscale Systems |
486 | ######################################################################### | ||||
487 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 488 | LIST_pxa=" \ |
489 | adsvix \ | ||||
490 | cerf250 \ | ||||
491 | cradle \ | ||||
492 | csb226 \ | ||||
493 | delta \ | ||||
494 | innokom \ | ||||
495 | lubbock \ | ||||
496 | pleb2 \ | ||||
497 | pxa255_idp \ | ||||
498 | wepep250 \ | ||||
499 | xaeniax \ | ||||
500 | xm250 \ | ||||
501 | xsengine \ | ||||
502 | zylonite \ | ||||
wdenk | 4ec3a7f | 2004-09-28 16:44:41 +0000 | [diff] [blame] | 503 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 504 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 505 | LIST_ixp=" \ |
506 | ixdp425 \ | ||||
507 | ixdpg425 \ | ||||
508 | pdnb3 \ | ||||
509 | scpu \ | ||||
510 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 511 | |
wdenk | 2d5b561 | 2003-10-14 19:43:55 +0000 | [diff] [blame] | 512 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 513 | LIST_arm=" \ |
514 | ${LIST_SA} \ | ||||
515 | ${LIST_ARM7} \ | ||||
516 | ${LIST_ARM9} \ | ||||
517 | ${LIST_ARM10} \ | ||||
518 | ${LIST_ARM11} \ | ||||
519 | ${LIST_pxa} \ | ||||
520 | ${LIST_ixp} \ | ||||
wdenk | 8ed9604 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 521 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 522 | |
wdenk | c021880 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 523 | ######################################################################### |
Wolfgang Denk | b62bdff | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 524 | ## MIPS Systems (default = big endian) |
wdenk | c021880 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 525 | ######################################################################### |
526 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 527 | LIST_mips4kc=" \ |
528 | incaip \ | ||||
529 | " | ||||
wdenk | c021880 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 530 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 531 | LIST_mips5kc=" \ |
532 | purple \ | ||||
533 | " | ||||
wdenk | 3e38691 | 2003-04-05 00:53:31 +0000 | [diff] [blame] | 534 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 535 | LIST_au1xx0=" \ |
536 | dbau1000 \ | ||||
537 | dbau1100 \ | ||||
538 | dbau1500 \ | ||||
539 | dbau1550 \ | ||||
540 | dbau1550_el \ | ||||
541 | gth2 \ | ||||
542 | " | ||||
wdenk | 5da627a | 2003-10-09 20:09:04 +0000 | [diff] [blame] | 543 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 544 | LIST_mips=" \ |
545 | ${LIST_mips4kc} \ | ||||
546 | ${LIST_mips5kc} \ | ||||
547 | ${LIST_au1xx0} \ | ||||
548 | " | ||||
wdenk | c021880 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 549 | |
wdenk | 7a8e9bed | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 550 | ######################################################################### |
Wolfgang Denk | b62bdff | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 551 | ## MIPS Systems (little endian) |
552 | ######################################################################### | ||||
553 | |||||
554 | LIST_mips4kc_el="" | ||||
555 | |||||
556 | LIST_mips5kc_el="" | ||||
557 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 558 | LIST_au1xx0_el=" \ |
559 | dbau1550_el \ | ||||
560 | " | ||||
Wolfgang Denk | b62bdff | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 561 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 562 | LIST_mips_el=" \ |
563 | ${LIST_mips4kc_el} \ | ||||
564 | ${LIST_mips5kc_el} \ | ||||
565 | ${LIST_au1xx0_el} \ | ||||
566 | " | ||||
Wolfgang Denk | b62bdff | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 567 | |
568 | ######################################################################### | ||||
wdenk | 7a8e9bed | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 569 | ## i386 Systems |
570 | ######################################################################### | ||||
571 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 572 | LIST_I486=" \ |
573 | sc520_cdp \ | ||||
574 | sc520_spunk \ | ||||
575 | sc520_spunk_rel \ | ||||
576 | " | ||||
wdenk | 7a8e9bed | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 577 | |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 578 | LIST_x86=" \ |
579 | ${LIST_I486} \ | ||||
580 | " | ||||
wdenk | 7a8e9bed | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 581 | |
wdenk | c935d3b | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 582 | ######################################################################### |
583 | ## NIOS Systems | ||||
584 | ######################################################################### | ||||
585 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 586 | LIST_nios=" \ |
587 | ADNPESC1 \ | ||||
588 | ADNPESC1_base_32 \ | ||||
589 | ADNPESC1_DNPEVA2_base_32\ | ||||
590 | DK1C20 \ | ||||
591 | DK1C20_standard_32 \ | ||||
592 | DK1S10 \ | ||||
593 | DK1S10_standard_32 \ | ||||
594 | DK1S10_mtx_ldk_20 \ | ||||
wdenk | c935d3b | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 595 | " |
596 | |||||
wdenk | 857cad3 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 597 | ######################################################################### |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 598 | ## Nios-II Systems |
599 | ######################################################################### | ||||
600 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 601 | LIST_nios2=" \ |
602 | EP1C20 \ | ||||
603 | EP1S10 \ | ||||
604 | EP1S40 \ | ||||
605 | PCI5441 \ | ||||
606 | PK1C20 \ | ||||
Wolfgang Denk | 4176c79 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 607 | " |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 608 | |
609 | ######################################################################### | ||||
wdenk | 857cad3 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 610 | ## MicroBlaze Systems |
611 | ######################################################################### | ||||
612 | |||||
Wolfgang Denk | 4176c79 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 613 | LIST_microblaze=" \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 614 | suzaku \ |
615 | ml401 \ | ||||
616 | xupv2p \ | ||||
Wolfgang Denk | 4176c79 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 617 | " |
wdenk | 857cad3 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 618 | |
Zachary P. Landau | f8c3b4f | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 619 | ######################################################################### |
620 | ## ColdFire Systems | ||||
621 | ######################################################################### | ||||
622 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 623 | LIST_coldfire=" \ |
624 | cobra5272 \ | ||||
625 | EB+MCF-EV123 \ | ||||
626 | EB+MCF-EV123_internal \ | ||||
627 | idmr \ | ||||
TsiChungLiew | 4a442d3 | 2007-08-16 19:23:50 -0500 | [diff] [blame] | 628 | M5235EVB \ |
TsiChungLiew | a1436a8 | 2007-08-16 13:20:50 -0500 | [diff] [blame] | 629 | M5249EVB \ |
630 | M5253EVB \ | ||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 631 | M5271EVB \ |
632 | M5272C3 \ | ||||
633 | M5282EVB \ | ||||
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 634 | M5329EVB \ |
TsiChungLiew | 8ae158c | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 635 | M54455EVB \ |
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 636 | r5200 \ |
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 637 | TASREG \ |
Heiko Schocher | 9acb626 | 2006-04-20 08:42:42 +0200 | [diff] [blame] | 638 | " |
Zachary P. Landau | f8c3b4f | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 639 | |
Wolfgang Denk | 6ccec44 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 640 | ######################################################################### |
641 | ## AVR32 Systems | ||||
642 | ######################################################################### | ||||
643 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 644 | LIST_avr32=" \ |
645 | atstk1002 \ | ||||
646 | " | ||||
Wolfgang Denk | 6ccec44 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 647 | |
Aubrey.Li | ef26a08 | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 648 | ######################################################################### |
649 | ## Blackfin Systems | ||||
650 | ######################################################################### | ||||
651 | |||||
Kim Phillips | fb56579 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 652 | LIST_blackfin=" \ |
653 | bf533-ezkit \ | ||||
654 | bf533-stamp \ | ||||
655 | bf537-stamp \ | ||||
656 | bf561-ezkit \ | ||||
Aubrey.Li | ef26a08 | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 657 | " |
658 | |||||
wdenk | 7a8e9bed | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 659 | #----------------------------------------------------------------------- |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 660 | |
661 | #----- for now, just run PPC by default ----- | ||||
662 | [ $# = 0 ] && set $LIST_ppc | ||||
663 | |||||
664 | #----------------------------------------------------------------------- | ||||
665 | |||||
666 | build_target() { | ||||
667 | target=$1 | ||||
668 | |||||
669 | ${MAKE} distclean >/dev/null | ||||
670 | ${MAKE} ${target}_config | ||||
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 671 | |
672 | ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \ | ||||
673 | | tee ${LOG_DIR}/$target.ERR | ||||
674 | |||||
675 | ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \ | ||||
676 | | tee -a ${LOG_DIR}/$target.MAKELOG | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 677 | } |
678 | |||||
679 | #----------------------------------------------------------------------- | ||||
680 | |||||
681 | |||||
682 | for arg in $@ | ||||
683 | do | ||||
684 | case "$arg" in | ||||
Wolfgang Denk | 44ba464 | 2007-03-22 00:13:12 +0100 | [diff] [blame] | 685 | arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa| \ |
686 | avr32| \ | ||||
687 | blackfin| \ | ||||
688 | coldfire| \ | ||||
wdenk | 857cad3 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 689 | microblaze| \ |
Wolfgang Denk | b62bdff | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 690 | mips|mips_el| \ |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 691 | nios|nios2| \ |
Rafal Jaworowski | 8993e54 | 2007-07-27 14:43:59 +0200 | [diff] [blame] | 692 | ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \ |
Andy Fleming | ec72382 | 2007-08-15 20:03:13 -0500 | [diff] [blame] | 693 | x86|I486|TSEC) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 694 | for target in `eval echo '$LIST_'${arg}` |
695 | do | ||||
696 | build_target ${target} | ||||
697 | done | ||||
698 | ;; | ||||
699 | *) build_target ${arg} | ||||
700 | ;; | ||||
701 | esac | ||||
702 | done |