wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
Wolfgang Denk | de5d660 | 2008-12-09 00:39:08 +0100 | [diff] [blame] | 3 | # Determine number of CPU cores if no default was set |
4 | : ${BUILD_NCPUS:="`getconf _NPROCESSORS_ONLN`"} | ||||
5 | |||||
6 | if [ "$BUILD_NCPUS" -gt 1 ] | ||||
7 | then | ||||
8 | JOBS=-j`expr "$BUILD_NCPUS" + 1` | ||||
9 | else | ||||
10 | JOBS="" | ||||
11 | fi | ||||
12 | |||||
wdenk | c0aa5c5 | 2003-12-06 19:49:23 +0000 | [diff] [blame] | 13 | |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 14 | if [ "${CROSS_COMPILE}" ] ; then |
15 | MAKE="make CROSS_COMPILE=${CROSS_COMPILE}" | ||||
16 | else | ||||
17 | MAKE=make | ||||
18 | fi | ||||
19 | |||||
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 20 | if [ "${MAKEALL_LOGDIR}" ] ; then |
21 | LOG_DIR=${MAKEALL_LOGDIR} | ||||
22 | else | ||||
23 | LOG_DIR="LOG" | ||||
24 | fi | ||||
Stefan Roese | 42fbddd | 2006-09-07 11:51:23 +0200 | [diff] [blame] | 25 | |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 26 | if [ ! "${BUILD_DIR}" ] ; then |
27 | BUILD_DIR="." | ||||
28 | fi | ||||
29 | |||||
Marian Balakowicz | 7f783cb | 2006-09-07 12:05:53 +0200 | [diff] [blame] | 30 | [ -d ${LOG_DIR} ] || mkdir ${LOG_DIR} || exit 1 |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 31 | |
32 | LIST="" | ||||
33 | |||||
34 | ######################################################################### | ||||
wdenk | 359733b | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 35 | ## MPC5xx Systems |
36 | ######################################################################### | ||||
37 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 38 | LIST_5xx=" \ |
39 | cmi_mpc5xx \ | ||||
wdenk | 359733b | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 40 | " |
41 | |||||
42 | ######################################################################### | ||||
wdenk | 21136db | 2003-07-16 21:53:01 +0000 | [diff] [blame] | 43 | ## MPC5xxx Systems |
44 | ######################################################################### | ||||
45 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 46 | LIST_5xxx=" \ |
47 | BC3450 \ | ||||
48 | cm5200 \ | ||||
49 | cpci5200 \ | ||||
50 | EVAL5200 \ | ||||
51 | fo300 \ | ||||
52 | icecube_5100 \ | ||||
53 | icecube_5200 \ | ||||
Wolfgang Denk | e103e9f | 2008-05-05 12:52:36 +0200 | [diff] [blame] | 54 | inka4x0 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 55 | lite5200b \ |
56 | mcc200 \ | ||||
57 | mecp5200 \ | ||||
58 | motionpro \ | ||||
Heiko Schocher | 23cd0b1 | 2008-01-11 15:15:14 +0100 | [diff] [blame] | 59 | munices \ |
Andre Schwarz | 2a29329 | 2008-07-09 18:30:44 +0200 | [diff] [blame] | 60 | MVBC_P \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 61 | o2dnt \ |
62 | pf5200 \ | ||||
63 | PM520 \ | ||||
64 | TB5200 \ | ||||
65 | Total5100 \ | ||||
66 | Total5200 \ | ||||
67 | Total5200_Rev2 \ | ||||
68 | TQM5200 \ | ||||
69 | TQM5200_B \ | ||||
70 | TQM5200S \ | ||||
71 | v38b \ | ||||
wdenk | 21136db | 2003-07-16 21:53:01 +0000 | [diff] [blame] | 72 | " |
73 | |||||
74 | ######################################################################### | ||||
Rafal Jaworowski | d3a02c3 | 2007-07-27 14:43:59 +0200 | [diff] [blame] | 75 | ## MPC512x Systems |
76 | ######################################################################### | ||||
77 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 78 | LIST_512x=" \ |
79 | ads5121 \ | ||||
Rafal Jaworowski | d3a02c3 | 2007-07-27 14:43:59 +0200 | [diff] [blame] | 80 | " |
81 | |||||
82 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 83 | ## MPC8xx Systems |
84 | ######################################################################### | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 85 | LIST_8xx=" \ |
86 | Adder87x \ | ||||
87 | AdderII \ | ||||
88 | ADS860 \ | ||||
89 | AMX860 \ | ||||
90 | c2mon \ | ||||
91 | CCM \ | ||||
92 | cogent_mpc8xx \ | ||||
93 | ELPT860 \ | ||||
94 | EP88x \ | ||||
95 | ESTEEM192E \ | ||||
96 | ETX094 \ | ||||
97 | FADS823 \ | ||||
98 | FADS850SAR \ | ||||
99 | FADS860T \ | ||||
100 | FLAGADM \ | ||||
101 | FPS850L \ | ||||
102 | GEN860T \ | ||||
103 | GEN860T_SC \ | ||||
104 | GENIETV \ | ||||
105 | GTH \ | ||||
106 | hermes \ | ||||
107 | IAD210 \ | ||||
108 | ICU862_100MHz \ | ||||
109 | IP860 \ | ||||
110 | IVML24 \ | ||||
111 | IVML24_128 \ | ||||
112 | IVML24_256 \ | ||||
113 | IVMS8 \ | ||||
114 | IVMS8_128 \ | ||||
115 | IVMS8_256 \ | ||||
116 | KUP4K \ | ||||
117 | KUP4X \ | ||||
118 | LANTEC \ | ||||
119 | lwmon \ | ||||
120 | MBX \ | ||||
121 | MBX860T \ | ||||
Heiko Schocher | 30c0feb | 2008-01-11 01:12:06 +0100 | [diff] [blame] | 122 | mgsuvd \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 123 | MHPC \ |
124 | MPC86xADS \ | ||||
125 | MPC885ADS \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 126 | NETPHONE \ |
127 | NETTA \ | ||||
128 | NETTA2 \ | ||||
129 | NETTA_ISDN \ | ||||
130 | NETVIA \ | ||||
131 | NETVIA_V2 \ | ||||
132 | NX823 \ | ||||
133 | pcu_e \ | ||||
134 | QS823 \ | ||||
135 | QS850 \ | ||||
136 | QS860T \ | ||||
137 | quantum \ | ||||
138 | R360MPI \ | ||||
139 | RBC823 \ | ||||
140 | rmu \ | ||||
141 | RPXClassic \ | ||||
142 | RPXlite \ | ||||
143 | RPXlite_DW \ | ||||
144 | RRvision \ | ||||
145 | SM850 \ | ||||
146 | spc1920 \ | ||||
147 | SPD823TS \ | ||||
148 | svm_sc8xx \ | ||||
149 | SXNI855T \ | ||||
Guennadi Liakhovetski | 7a90bb9 | 2008-01-10 17:59:07 +0100 | [diff] [blame] | 150 | TK885D \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 151 | TOP860 \ |
152 | TQM823L \ | ||||
153 | TQM823L_LCD \ | ||||
154 | TQM850L \ | ||||
155 | TQM855L \ | ||||
156 | TQM860L \ | ||||
157 | TQM885D \ | ||||
158 | uc100 \ | ||||
159 | v37 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 160 | " |
161 | |||||
162 | ######################################################################### | ||||
163 | ## PPC4xx Systems | ||||
164 | ######################################################################### | ||||
165 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 166 | LIST_4xx=" \ |
167 | acadia \ | ||||
168 | acadia_nand \ | ||||
169 | ADCIOP \ | ||||
170 | alpr \ | ||||
171 | AP1000 \ | ||||
172 | AR405 \ | ||||
Adam Graham | 4900ed2 | 2008-10-08 10:12:53 -0700 | [diff] [blame] | 173 | arches \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 174 | ASH405 \ |
175 | bamboo \ | ||||
176 | bamboo_nand \ | ||||
177 | bubinga \ | ||||
178 | CANBT \ | ||||
Stefan Roese | 075f7a2 | 2008-03-11 16:53:00 +0100 | [diff] [blame] | 179 | canyonlands \ |
Stefan Roese | 0b86db7 | 2008-03-03 17:27:02 +0100 | [diff] [blame] | 180 | canyonlands_nand \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 181 | CMS700 \ |
182 | CPCI2DP \ | ||||
183 | CPCI405 \ | ||||
184 | CPCI4052 \ | ||||
185 | CPCI405AB \ | ||||
186 | CPCI405DT \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 187 | CPCIISER4 \ |
188 | CRAYL1 \ | ||||
189 | csb272 \ | ||||
190 | csb472 \ | ||||
191 | DASA_SIM \ | ||||
192 | DP405 \ | ||||
193 | DU405 \ | ||||
Matthias Fuchs | 69df55b | 2008-01-17 10:53:08 +0100 | [diff] [blame] | 194 | DU440 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 195 | ebony \ |
196 | ERIC \ | ||||
197 | EXBITGEN \ | ||||
Georg Schardt | 3ce59a1 | 2008-10-24 13:51:52 +0200 | [diff] [blame] | 198 | fx12mm \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 199 | G2000 \ |
Stefan Roese | 52df419 | 2008-03-19 16:20:49 +0100 | [diff] [blame] | 200 | glacier \ |
Stefan Roese | 1566805 | 2007-10-23 10:10:08 +0200 | [diff] [blame] | 201 | haleakala \ |
Stefan Roese | 720c585 | 2007-11-03 12:08:28 +0100 | [diff] [blame] | 202 | haleakala_nand \ |
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 203 | hcu4 \ |
204 | hcu5 \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 205 | HH405 \ |
206 | HUB405 \ | ||||
207 | JSE \ | ||||
208 | KAREF \ | ||||
209 | katmai \ | ||||
Stefan Roese | 7de9fc7 | 2007-10-05 17:11:30 +0200 | [diff] [blame] | 210 | kilauea \ |
Stefan Roese | 720c585 | 2007-11-03 12:08:28 +0100 | [diff] [blame] | 211 | kilauea_nand \ |
Larry Johnson | 667a3d4 | 2007-12-27 11:28:51 -0500 | [diff] [blame] | 212 | korat \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 213 | luan \ |
214 | lwmon5 \ | ||||
Stefan Roese | e3c7358 | 2007-10-22 07:34:34 +0200 | [diff] [blame] | 215 | makalu \ |
Niklaus Giger | 3fdbc1c | 2008-02-25 18:46:41 +0100 | [diff] [blame] | 216 | mcu25 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 217 | METROBOX \ |
218 | MIP405 \ | ||||
219 | MIP405T \ | ||||
220 | ML2 \ | ||||
221 | ml300 \ | ||||
Ricardo Ribalda Delgado | a8822a7 | 2008-07-17 12:47:09 +0200 | [diff] [blame] | 222 | ml507 \ |
Ricardo Ribalda Delgado | 2a019eb | 2008-07-21 20:30:07 +0200 | [diff] [blame] | 223 | ml507_flash \ |
Dirk Eibach | 3397ec6 | 2008-10-08 15:37:50 +0200 | [diff] [blame] | 224 | neo \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 225 | ocotea \ |
226 | OCRTC \ | ||||
227 | ORSG \ | ||||
228 | p3p440 \ | ||||
229 | PCI405 \ | ||||
230 | pcs440ep \ | ||||
231 | PIP405 \ | ||||
232 | PLU405 \ | ||||
233 | PMC405 \ | ||||
Matthias Fuchs | e139c0a | 2007-12-28 17:07:24 +0100 | [diff] [blame] | 234 | PMC440 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 235 | PPChameleonEVB \ |
Gary Jennejohn | 0ec4f30 | 2008-04-28 14:04:32 +0200 | [diff] [blame] | 236 | quad100hd \ |
Stefan Roese | 8ad6cda | 2007-08-16 09:54:51 +0200 | [diff] [blame] | 237 | rainier \ |
Feng Kan | bc42971 | 2008-07-08 22:48:42 -0700 | [diff] [blame] | 238 | redwood \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 239 | sbc405 \ |
240 | sc3 \ | ||||
241 | sequoia \ | ||||
242 | sequoia_nand \ | ||||
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 243 | taihu \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 244 | taishan \ |
Ricardo Ribalda Delgado | f84496a | 2008-09-01 13:09:39 -0400 | [diff] [blame] | 245 | v5fx30teval \ |
246 | v5fx30teval_flash \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 247 | VOH405 \ |
248 | VOM405 \ | ||||
249 | W7OLMC \ | ||||
250 | W7OLMG \ | ||||
251 | walnut \ | ||||
252 | WUH405 \ | ||||
Ricardo Ribalda Delgado | f84496a | 2008-09-01 13:09:39 -0400 | [diff] [blame] | 253 | xilinx-ppc440-generic \ |
254 | xilinx-ppc440-generic_flash \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 255 | XPEDITE1K \ |
256 | yellowstone \ | ||||
257 | yosemite \ | ||||
258 | yucca \ | ||||
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 259 | zeus \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 260 | " |
261 | |||||
262 | ######################################################################### | ||||
wdenk | 337f565 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 263 | ## MPC8220 Systems |
264 | ######################################################################### | ||||
265 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 266 | LIST_8220=" \ |
267 | Alaska8220 \ | ||||
268 | Yukon8220 \ | ||||
wdenk | 337f565 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 269 | " |
270 | |||||
271 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 272 | ## MPC824x Systems |
273 | ######################################################################### | ||||
274 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 275 | LIST_824x=" \ |
276 | A3000 \ | ||||
277 | barco \ | ||||
278 | BMW \ | ||||
279 | CPC45 \ | ||||
280 | CU824 \ | ||||
281 | debris \ | ||||
282 | eXalion \ | ||||
283 | HIDDEN_DRAGON \ | ||||
Guennadi Liakhovetski | 40c26b2 | 2008-03-31 01:32:15 +0200 | [diff] [blame] | 284 | linkstation_HGLAN \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 285 | MOUSSE \ |
286 | MUSENKI \ | ||||
287 | MVBLUE \ | ||||
288 | OXC \ | ||||
289 | PN62 \ | ||||
290 | Sandpoint8240 \ | ||||
291 | Sandpoint8245 \ | ||||
292 | sbc8240 \ | ||||
293 | SL8245 \ | ||||
294 | utx8245 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 295 | " |
wdenk | dbae504 | 2003-06-21 00:17:24 +0000 | [diff] [blame] | 296 | |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 297 | ######################################################################### |
wdenk | 541a76d | 2003-05-03 15:50:43 +0000 | [diff] [blame] | 298 | ## MPC8260 Systems (includes 8250, 8255 etc.) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 299 | ######################################################################### |
300 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 301 | LIST_8260=" \ |
302 | atc \ | ||||
303 | cogent_mpc8260 \ | ||||
304 | CPU86 \ | ||||
305 | CPU87 \ | ||||
306 | ep8248 \ | ||||
307 | ep8260 \ | ||||
308 | ep82xxm \ | ||||
309 | gw8260 \ | ||||
310 | hymod \ | ||||
311 | IPHASE4539 \ | ||||
312 | ISPAN \ | ||||
Heiko Schocher | 30de2ed | 2008-01-11 01:12:08 +0100 | [diff] [blame] | 313 | mgcoge \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 314 | MPC8260ADS \ |
315 | MPC8266ADS \ | ||||
316 | MPC8272ADS \ | ||||
317 | PM826 \ | ||||
318 | PM828 \ | ||||
319 | ppmc8260 \ | ||||
320 | Rattler8248 \ | ||||
321 | RPXsuper \ | ||||
322 | rsdproto \ | ||||
323 | sacsng \ | ||||
324 | sbc8260 \ | ||||
325 | SCM \ | ||||
326 | TQM8260_AC \ | ||||
327 | TQM8260_AD \ | ||||
328 | TQM8260_AE \ | ||||
Wolfgang Denk | c6868e7 | 2008-05-15 00:42:45 +0200 | [diff] [blame] | 329 | TQM8272 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 330 | ZPC1900 \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 331 | " |
332 | |||||
333 | ######################################################################### | ||||
Eran Liberty | 9095d4a | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 334 | ## MPC83xx Systems (includes 8349, etc.) |
335 | ######################################################################### | ||||
336 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 337 | LIST_83xx=" \ |
Heiko Schocher | 3f8dcb5 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 338 | kmeter1 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 339 | MPC8313ERDB_33 \ |
Nick Spence | 120097e | 2008-09-02 15:21:16 -0500 | [diff] [blame] | 340 | MPC8313ERDB_NAND_66 \ |
Dave Liu | 19b247e | 2008-01-11 18:48:24 +0800 | [diff] [blame] | 341 | MPC8315ERDB \ |
Kim Phillips | b19af45 | 2007-08-15 22:30:05 -0500 | [diff] [blame] | 342 | MPC8323ERDB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 343 | MPC832XEMDS \ |
Tony Li | c5c40d8 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 344 | MPC832XEMDS_ATM \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 345 | MPC8349EMDS \ |
346 | MPC8349ITX \ | ||||
347 | MPC8349ITXGP \ | ||||
348 | MPC8360EMDS \ | ||||
Tony Li | c5c40d8 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 349 | MPC8360EMDS_ATM \ |
Anton Vorontsov | b6678de | 2008-01-09 20:57:47 +0300 | [diff] [blame] | 350 | MPC8360ERDK_33 \ |
351 | MPC8360ERDK_66 \ | ||||
Dave Liu | dc9e4bb | 2007-09-18 12:40:21 +0800 | [diff] [blame] | 352 | MPC837XEMDS \ |
Kim Phillips | 1cb07e6 | 2008-01-16 00:38:05 -0600 | [diff] [blame] | 353 | MPC837XERDB \ |
Andre Schwarz | b2de424 | 2008-06-10 09:14:05 +0200 | [diff] [blame] | 354 | MVBLM7 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 355 | sbc8349 \ |
Ron Madrid | 9ff89b7 | 2009-01-22 15:05:24 -0800 | [diff] [blame] | 356 | SIMPC8313_LP \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 357 | TQM834x \ |
Eran Liberty | 9095d4a | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 358 | " |
359 | |||||
360 | |||||
361 | ######################################################################### | ||||
wdenk | 9c53f40 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 362 | ## MPC85xx Systems (includes 8540, 8560 etc.) |
363 | ######################################################################### | ||||
364 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 365 | LIST_85xx=" \ |
robert lazarski | a36f555 | 2007-12-21 10:36:37 -0500 | [diff] [blame] | 366 | ATUM8548 \ |
Kumar Gala | fd83aa8 | 2008-07-25 13:31:05 -0500 | [diff] [blame] | 367 | MPC8536DS \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 368 | MPC8540ADS \ |
369 | MPC8540EVAL \ | ||||
370 | MPC8541CDS \ | ||||
371 | MPC8544DS \ | ||||
372 | MPC8548CDS \ | ||||
373 | MPC8555CDS \ | ||||
374 | MPC8560ADS \ | ||||
375 | MPC8568MDS \ | ||||
Kumar Gala | 3ab0b2d | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 376 | MPC8572DS \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 377 | PM854 \ |
378 | PM856 \ | ||||
379 | sbc8540 \ | ||||
Joe Hamman | ccefae4 | 2007-12-13 06:45:08 -0600 | [diff] [blame] | 380 | sbc8548 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 381 | sbc8560 \ |
Sergei Poselenov | f2bf96c | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 382 | socrates \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 383 | stxgp3 \ |
384 | stxssa \ | ||||
385 | TQM8540 \ | ||||
386 | TQM8541 \ | ||||
Wolfgang Grandegger | 328c6ec | 2008-06-05 13:12:07 +0200 | [diff] [blame] | 387 | TQM8548 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 388 | TQM8555 \ |
389 | TQM8560 \ | ||||
Peter Tyser | 59b5fdf | 2008-12-01 13:47:13 -0600 | [diff] [blame] | 390 | XPEDITE5200 \ |
Peter Tyser | 1c2b329 | 2008-12-17 16:36:23 -0600 | [diff] [blame] | 391 | XPEDITE5370 \ |
wdenk | 9c53f40 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 392 | " |
393 | |||||
394 | ######################################################################### | ||||
Jon Loeliger | 5fe3449 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 395 | ## MPC86xx Systems |
396 | ######################################################################### | ||||
397 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 398 | LIST_86xx=" \ |
Jon Loeliger | edf4bc6 | 2007-10-16 15:27:43 -0500 | [diff] [blame] | 399 | MPC8610HPCD \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 400 | MPC8641HPCN \ |
Wolfgang Denk | 8dc9a1e | 2007-09-07 17:43:36 +0200 | [diff] [blame] | 401 | sbc8641d \ |
Jon Loeliger | 5fe3449 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 402 | " |
403 | |||||
404 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 405 | ## 74xx/7xx Systems |
406 | ######################################################################### | ||||
407 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 408 | LIST_74xx=" \ |
409 | DB64360 \ | ||||
410 | DB64460 \ | ||||
411 | EVB64260 \ | ||||
412 | mpc7448hpc2 \ | ||||
413 | P3G4 \ | ||||
414 | p3m7448 \ | ||||
415 | PCIPPC2 \ | ||||
416 | PCIPPC6 \ | ||||
417 | ZUMA \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 418 | " |
419 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 420 | LIST_7xx=" \ |
421 | BAB7xx \ | ||||
422 | CPCI750 \ | ||||
423 | ELPPC \ | ||||
424 | p3m750 \ | ||||
425 | ppmc7xx \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 426 | " |
427 | |||||
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 428 | ######################################################################### |
429 | ## PowerPC groups | ||||
430 | ######################################################################### | ||||
431 | |||||
432 | LIST_TSEC=" \ | ||||
433 | ${LIST_83xx} \ | ||||
434 | ${LIST_85xx} \ | ||||
435 | ${LIST_86xx} \ | ||||
436 | " | ||||
437 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 438 | LIST_ppc=" \ |
439 | ${LIST_5xx} \ | ||||
Jean-Christophe PLAGNIOL-VILLARD | 0912d31 | 2007-11-25 22:39:25 +0100 | [diff] [blame] | 440 | ${LIST_512x} \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 441 | ${LIST_5xxx} \ |
442 | ${LIST_8xx} \ | ||||
443 | ${LIST_8220} \ | ||||
444 | ${LIST_824x} \ | ||||
445 | ${LIST_8260} \ | ||||
446 | ${LIST_83xx} \ | ||||
447 | ${LIST_85xx} \ | ||||
448 | ${LIST_86xx} \ | ||||
449 | ${LIST_4xx} \ | ||||
450 | ${LIST_74xx} \ | ||||
451 | ${LIST_7xx} \ | ||||
452 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 453 | |
454 | ######################################################################### | ||||
455 | ## StrongARM Systems | ||||
456 | ######################################################################### | ||||
457 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 458 | LIST_SA=" \ |
459 | assabet \ | ||||
460 | dnp1110 \ | ||||
461 | gcplus \ | ||||
462 | lart \ | ||||
463 | shannon \ | ||||
464 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 465 | |
466 | ######################################################################### | ||||
467 | ## ARM7 Systems | ||||
468 | ######################################################################### | ||||
469 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 470 | LIST_ARM7=" \ |
471 | ap7 \ | ||||
472 | ap720t \ | ||||
473 | armadillo \ | ||||
474 | B2 \ | ||||
475 | ep7312 \ | ||||
476 | evb4510 \ | ||||
477 | impa7 \ | ||||
478 | integratorap \ | ||||
479 | lpc2292sodimm \ | ||||
480 | modnet50 \ | ||||
481 | SMN42 \ | ||||
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 482 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 483 | |
484 | ######################################################################### | ||||
485 | ## ARM9 Systems | ||||
486 | ######################################################################### | ||||
487 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 488 | LIST_ARM9=" \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 489 | ap920t \ |
490 | ap922_XA10 \ | ||||
491 | ap926ejs \ | ||||
492 | ap946es \ | ||||
493 | ap966 \ | ||||
494 | cp920t \ | ||||
495 | cp922_XA10 \ | ||||
496 | cp926ejs \ | ||||
497 | cp946es \ | ||||
498 | cp966 \ | ||||
499 | lpd7a400 \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 500 | mx1ads \ |
501 | mx1fs2 \ | ||||
502 | netstar \ | ||||
503 | omap1510inn \ | ||||
504 | omap1610h2 \ | ||||
505 | omap1610inn \ | ||||
David Brownell | 161f411 | 2008-01-18 12:45:45 -0800 | [diff] [blame] | 506 | omap5912osk \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 507 | omap730p2 \ |
508 | sbc2410x \ | ||||
509 | scb9328 \ | ||||
510 | smdk2400 \ | ||||
511 | smdk2410 \ | ||||
512 | trab \ | ||||
513 | VCMA9 \ | ||||
514 | versatile \ | ||||
515 | versatileab \ | ||||
516 | versatilepb \ | ||||
517 | voiceblue \ | ||||
518 | davinci_dvevm \ | ||||
519 | davinci_schmoogie \ | ||||
Hugo Villeneuve | 4f3f671 | 2008-05-21 13:58:41 -0400 | [diff] [blame] | 520 | davinci_sffsdr \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 521 | davinci_sonata \ |
wdenk | 7eaacc5 | 2003-08-29 22:00:43 +0000 | [diff] [blame] | 522 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 523 | |
524 | ######################################################################### | ||||
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 525 | ## ARM10 Systems |
526 | ######################################################################### | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 527 | LIST_ARM10=" \ |
528 | integratorcp \ | ||||
529 | cp1026 \ | ||||
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 530 | " |
531 | |||||
532 | ######################################################################### | ||||
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 533 | ## ARM11 Systems |
534 | ######################################################################### | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 535 | LIST_ARM11=" \ |
536 | cp1136 \ | ||||
537 | omap2420h4 \ | ||||
Peter Pearse | ba348b5 | 2007-11-09 15:24:26 +0000 | [diff] [blame] | 538 | apollon \ |
Sascha Hauer | ce6fc52 | 2008-03-26 20:41:09 +0100 | [diff] [blame] | 539 | imx31_litekit \ |
Sascha Hauer | a5864c0 | 2008-03-26 20:41:17 +0100 | [diff] [blame] | 540 | imx31_phycore \ |
Guennadi Liakhovetski | 3b26c6b | 2008-04-14 10:53:12 +0200 | [diff] [blame] | 541 | mx31ads \ |
Guennadi Liakhovetski | b2d4274 | 2008-08-31 00:39:47 +0200 | [diff] [blame] | 542 | smdk6400 \ |
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 543 | " |
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 544 | |
545 | ######################################################################### | ||||
Jean-Christophe PLAGNIOL-VILLARD | 9a88fd1 | 2008-05-24 12:47:46 +0200 | [diff] [blame] | 546 | ## AT91 Systems |
547 | ######################################################################### | ||||
548 | |||||
549 | LIST_at91=" \ | ||||
Sergey Lapin | 77e524c | 2008-10-31 12:28:43 +0100 | [diff] [blame] | 550 | afeb9260 \ |
Jean-Christophe PLAGNIOL-VILLARD | 9a88fd1 | 2008-05-24 12:47:46 +0200 | [diff] [blame] | 551 | at91cap9adk \ |
552 | at91rm9200dk \ | ||||
553 | at91sam9260ek \ | ||||
554 | at91sam9261ek \ | ||||
555 | at91sam9263ek \ | ||||
556 | at91sam9rlek \ | ||||
557 | cmc_pu2 \ | ||||
558 | csb637 \ | ||||
559 | kb9202 \ | ||||
560 | mp2usb \ | ||||
561 | m501sk \ | ||||
562 | " | ||||
563 | |||||
564 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 565 | ## Xscale Systems |
566 | ######################################################################### | ||||
567 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 568 | LIST_pxa=" \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 569 | cerf250 \ |
570 | cradle \ | ||||
571 | csb226 \ | ||||
572 | delta \ | ||||
573 | innokom \ | ||||
574 | lubbock \ | ||||
575 | pleb2 \ | ||||
576 | pxa255_idp \ | ||||
577 | wepep250 \ | ||||
578 | xaeniax \ | ||||
579 | xm250 \ | ||||
580 | xsengine \ | ||||
581 | zylonite \ | ||||
wdenk | fa89d7c | 2004-09-28 16:44:41 +0000 | [diff] [blame] | 582 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 583 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 584 | LIST_ixp=" \ |
Michael Schwingen | a31f259 | 2008-01-18 00:04:28 +0100 | [diff] [blame] | 585 | actux1 \ |
586 | actux2 \ | ||||
587 | actux3 \ | ||||
588 | actux4 \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 589 | ixdp425 \ |
590 | ixdpg425 \ | ||||
591 | pdnb3 \ | ||||
592 | scpu \ | ||||
593 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 594 | |
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 595 | ######################################################################### |
596 | ## ARM groups | ||||
597 | ######################################################################### | ||||
wdenk | bd1575f | 2003-10-14 19:43:55 +0000 | [diff] [blame] | 598 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 599 | LIST_arm=" \ |
600 | ${LIST_SA} \ | ||||
601 | ${LIST_ARM7} \ | ||||
602 | ${LIST_ARM9} \ | ||||
603 | ${LIST_ARM10} \ | ||||
604 | ${LIST_ARM11} \ | ||||
Jean-Christophe PLAGNIOL-VILLARD | a68582c | 2008-07-10 20:57:54 +0200 | [diff] [blame] | 605 | ${LIST_at91} \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 606 | ${LIST_pxa} \ |
607 | ${LIST_ixp} \ | ||||
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 608 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 609 | |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 610 | ######################################################################### |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 611 | ## MIPS Systems (default = big endian) |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 612 | ######################################################################### |
613 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 614 | LIST_mips4kc=" \ |
615 | incaip \ | ||||
Vlad Lungu | 635e76c | 2008-01-16 19:27:51 +0200 | [diff] [blame] | 616 | qemu_mips \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 617 | " |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 618 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 619 | LIST_mips5kc=" \ |
620 | purple \ | ||||
621 | " | ||||
wdenk | b02744a | 2003-04-05 00:53:31 +0000 | [diff] [blame] | 622 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 623 | LIST_au1xx0=" \ |
624 | dbau1000 \ | ||||
625 | dbau1100 \ | ||||
626 | dbau1500 \ | ||||
627 | dbau1550 \ | ||||
628 | dbau1550_el \ | ||||
629 | gth2 \ | ||||
630 | " | ||||
wdenk | 9b7f384 | 2003-10-09 20:09:04 +0000 | [diff] [blame] | 631 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 632 | LIST_mips=" \ |
633 | ${LIST_mips4kc} \ | ||||
634 | ${LIST_mips5kc} \ | ||||
635 | ${LIST_au1xx0} \ | ||||
636 | " | ||||
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 637 | |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 638 | ######################################################################### |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 639 | ## MIPS Systems (little endian) |
640 | ######################################################################### | ||||
641 | |||||
642 | LIST_mips4kc_el="" | ||||
643 | |||||
644 | LIST_mips5kc_el="" | ||||
645 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 646 | LIST_au1xx0_el=" \ |
647 | dbau1550_el \ | ||||
Shinya Kuribayashi | 2437cfb | 2007-10-27 15:00:25 +0900 | [diff] [blame] | 648 | pb1000 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 649 | " |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 650 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 651 | LIST_mips_el=" \ |
652 | ${LIST_mips4kc_el} \ | ||||
653 | ${LIST_mips5kc_el} \ | ||||
654 | ${LIST_au1xx0_el} \ | ||||
655 | " | ||||
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 656 | |
657 | ######################################################################### | ||||
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 658 | ## i386 Systems |
659 | ######################################################################### | ||||
660 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 661 | LIST_I486=" \ |
662 | sc520_cdp \ | ||||
Graeme Russ | e56d397 | 2008-12-07 10:28:57 +1100 | [diff] [blame] | 663 | sc520_eNET \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 664 | sc520_spunk \ |
665 | sc520_spunk_rel \ | ||||
666 | " | ||||
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 667 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 668 | LIST_x86=" \ |
669 | ${LIST_I486} \ | ||||
670 | " | ||||
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 671 | |
wdenk | 3be717f | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 672 | ######################################################################### |
673 | ## NIOS Systems | ||||
674 | ######################################################################### | ||||
675 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 676 | LIST_nios=" \ |
677 | ADNPESC1 \ | ||||
678 | ADNPESC1_base_32 \ | ||||
679 | ADNPESC1_DNPEVA2_base_32\ | ||||
680 | DK1C20 \ | ||||
681 | DK1C20_standard_32 \ | ||||
682 | DK1S10 \ | ||||
683 | DK1S10_standard_32 \ | ||||
684 | DK1S10_mtx_ldk_20 \ | ||||
wdenk | 3be717f | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 685 | " |
686 | |||||
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 687 | ######################################################################### |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 688 | ## Nios-II Systems |
689 | ######################################################################### | ||||
690 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 691 | LIST_nios2=" \ |
692 | EP1C20 \ | ||||
693 | EP1S10 \ | ||||
694 | EP1S40 \ | ||||
695 | PCI5441 \ | ||||
696 | PK1C20 \ | ||||
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 697 | " |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 698 | |
699 | ######################################################################### | ||||
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 700 | ## MicroBlaze Systems |
701 | ######################################################################### | ||||
702 | |||||
Michal Simek | 87ed95b | 2008-12-19 13:14:05 +0100 | [diff] [blame] | 703 | LIST_microblaze=" \ |
704 | microblaze-generic \ | ||||
705 | suzaku \ | ||||
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 706 | " |
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 707 | |
Zachary P. Landau | 1c3c096 | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 708 | ######################################################################### |
709 | ## ColdFire Systems | ||||
710 | ######################################################################### | ||||
711 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 712 | LIST_coldfire=" \ |
713 | cobra5272 \ | ||||
714 | EB+MCF-EV123 \ | ||||
715 | EB+MCF-EV123_internal \ | ||||
716 | idmr \ | ||||
TsiChungLiew | 99b037a | 2008-01-14 17:43:33 -0600 | [diff] [blame] | 717 | M52277EVB \ |
TsiChungLiew | b859ef1 | 2007-08-16 19:23:50 -0500 | [diff] [blame] | 718 | M5235EVB \ |
TsiChungLiew | 3467469 | 2007-08-16 13:20:50 -0500 | [diff] [blame] | 719 | M5249EVB \ |
TsiChung Liew | dd8513c | 2008-07-23 17:11:47 -0500 | [diff] [blame] | 720 | M5253DEMO \ |
TsiChung Liew | ad9a86d | 2008-07-09 15:25:01 -0500 | [diff] [blame] | 721 | M5253EVBE \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 722 | M5271EVB \ |
723 | M5272C3 \ | ||||
Matthew Fettke | 9f3b3bb | 2008-01-24 14:02:32 -0600 | [diff] [blame] | 724 | M5275EVB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 725 | M5282EVB \ |
TsiChung Liew | e7e4fc8 | 2008-10-22 11:38:21 +0000 | [diff] [blame] | 726 | M53017EVB \ |
TsiChungLiew | 6f8a0a3 | 2008-01-14 17:23:08 -0600 | [diff] [blame] | 727 | M5329AFEE \ |
728 | M5373EVB \ | ||||
TsiChung Liew | 3cdc00a | 2008-08-11 13:41:49 +0000 | [diff] [blame] | 729 | M54451EVB \ |
TsiChungLiew | fc3ca3b | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 730 | M54455EVB \ |
TsiChungLiew | 8cb946d | 2008-01-15 14:15:46 -0600 | [diff] [blame] | 731 | M5475AFE \ |
732 | M5485AFE \ | ||||
Stefan Roese | a06fd37 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 733 | TASREG \ |
Heiko Schocher | ac1956e | 2006-04-20 08:42:42 +0200 | [diff] [blame] | 734 | " |
Zachary P. Landau | 1c3c096 | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 735 | |
Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 736 | ######################################################################### |
737 | ## AVR32 Systems | ||||
738 | ######################################################################### | ||||
739 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 740 | LIST_avr32=" \ |
741 | atstk1002 \ | ||||
Haavard Skinnemoen | d347f44 | 2007-10-29 13:02:54 +0100 | [diff] [blame] | 742 | atstk1003 \ |
Haavard Skinnemoen | 787ef7b | 2007-10-29 13:02:54 +0100 | [diff] [blame] | 743 | atstk1004 \ |
Haavard Skinnemoen | 1ba3b74 | 2007-11-22 12:14:11 +0100 | [diff] [blame] | 744 | atstk1006 \ |
Haavard Skinnemoen | b62a431 | 2007-04-14 17:11:49 +0200 | [diff] [blame] | 745 | atngw100 \ |
Hans-Christian Egtvedt | d4b48b8 | 2008-08-06 14:42:13 +0200 | [diff] [blame] | 746 | favr-32-ezkit \ |
Julien May | 72646d2 | 2008-06-23 13:57:52 +0200 | [diff] [blame] | 747 | hammerhead \ |
Mark Jackson | 1744f5b | 2008-07-30 13:07:27 +0100 | [diff] [blame] | 748 | mimc200 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 749 | " |
Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 750 | |
Aubrey.Li | 450c23e | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 751 | ######################################################################### |
752 | ## Blackfin Systems | ||||
753 | ######################################################################### | ||||
754 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 755 | LIST_blackfin=" \ |
756 | bf533-ezkit \ | ||||
757 | bf533-stamp \ | ||||
758 | bf537-stamp \ | ||||
759 | bf561-ezkit \ | ||||
Aubrey.Li | 450c23e | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 760 | " |
761 | |||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 762 | ######################################################################### |
763 | ## SH Systems | ||||
764 | ######################################################################### | ||||
765 | |||||
Nobuhiro Iwamatsu | 6f7d436 | 2008-08-31 23:02:04 +0900 | [diff] [blame] | 766 | LIST_sh2=" \ |
767 | rsk7203 \ | ||||
768 | " | ||||
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 769 | LIST_sh3=" \ |
770 | mpr2 \ | ||||
771 | ms7720se \ | ||||
772 | " | ||||
773 | |||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 774 | LIST_sh4=" \ |
Nobuhiro Iwamatsu | a2943f0 | 2007-11-29 00:13:04 +0900 | [diff] [blame] | 775 | ms7750se \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 776 | ms7722se \ |
Nobuhiro Iwamatsu | 0121325 | 2008-07-08 12:03:24 +0900 | [diff] [blame] | 777 | MigoR \ |
Yusuke Goda | cf23602 | 2008-03-11 12:55:12 +0900 | [diff] [blame] | 778 | r7780mp \ |
Nobuhiro Iwamatsu | 868b52b | 2008-03-25 17:11:24 +0900 | [diff] [blame] | 779 | r2dplus \ |
Nobuhiro Iwamatsu | 113a37e | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 780 | sh7763rdp \ |
Nobuhiro Iwamatsu | 52f73c0 | 2008-08-31 22:45:08 +0900 | [diff] [blame] | 781 | sh7785lcr \ |
Nobuhiro Iwamatsu | 3e59043 | 2008-08-22 17:39:09 +0900 | [diff] [blame] | 782 | ap325rxa \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 783 | " |
784 | |||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 785 | LIST_sh=" \ |
Nobuhiro Iwamatsu | 3e59043 | 2008-08-22 17:39:09 +0900 | [diff] [blame] | 786 | ${LIST_sh2} \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 787 | ${LIST_sh3} \ |
788 | ${LIST_sh4} \ | ||||
789 | " | ||||
790 | |||||
Daniel Hellstrom | 9d7c6b2 | 2008-03-28 09:47:00 +0100 | [diff] [blame] | 791 | ######################################################################### |
792 | ## SPARC Systems | ||||
793 | ######################################################################### | ||||
794 | |||||
Daniel Hellstrom | 73caf57 | 2008-03-28 10:20:43 +0100 | [diff] [blame] | 795 | LIST_sparc="gr_xc3s_1500 gr_cpci_ax2000 gr_ep2s60 grsim grsim_leon2" |
Daniel Hellstrom | 9d7c6b2 | 2008-03-28 09:47:00 +0100 | [diff] [blame] | 796 | |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 797 | #----------------------------------------------------------------------- |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 798 | |
799 | #----- for now, just run PPC by default ----- | ||||
800 | [ $# = 0 ] && set $LIST_ppc | ||||
801 | |||||
802 | #----------------------------------------------------------------------- | ||||
803 | |||||
804 | build_target() { | ||||
805 | target=$1 | ||||
806 | |||||
807 | ${MAKE} distclean >/dev/null | ||||
808 | ${MAKE} ${target}_config | ||||
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 809 | |
810 | ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \ | ||||
811 | | tee ${LOG_DIR}/$target.ERR | ||||
812 | |||||
Mike Frysinger | 119432a | 2008-01-28 05:56:19 -0500 | [diff] [blame] | 813 | ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \ |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 814 | | tee -a ${LOG_DIR}/$target.MAKELOG |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 815 | } |
816 | |||||
817 | #----------------------------------------------------------------------- | ||||
818 | |||||
819 | |||||
820 | for arg in $@ | ||||
821 | do | ||||
822 | case "$arg" in | ||||
Jean-Christophe PLAGNIOL-VILLARD | 9a88fd1 | 2008-05-24 12:47:46 +0200 | [diff] [blame] | 823 | arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \ |
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 824 | |avr32 \ |
825 | |blackfin \ | ||||
826 | |coldfire \ | ||||
827 | |microblaze \ | ||||
828 | |mips|mips_el \ | ||||
829 | |nios|nios2 \ | ||||
830 | |ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx|TSEC \ | ||||
Nobuhiro Iwamatsu | df05822 | 2008-08-28 14:50:52 +0900 | [diff] [blame] | 831 | |sh|sh2|sh3|sh4 \ |
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 832 | |sparc \ |
833 | |x86|I486 \ | ||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 834 | ) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 835 | for target in `eval echo '$LIST_'${arg}` |
836 | do | ||||
837 | build_target ${target} | ||||
838 | done | ||||
839 | ;; | ||||
840 | *) build_target ${arg} | ||||
841 | ;; | ||||
842 | esac | ||||
843 | done |