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 \ |
Dirk Eibach | 43fed3c | 2008-12-09 13:12:40 +0100 | [diff] [blame] | 200 | gdppc440etx \ |
Stefan Roese | 52df419 | 2008-03-19 16:20:49 +0100 | [diff] [blame] | 201 | glacier \ |
Stefan Roese | 1566805 | 2007-10-23 10:10:08 +0200 | [diff] [blame] | 202 | haleakala \ |
Stefan Roese | 720c585 | 2007-11-03 12:08:28 +0100 | [diff] [blame] | 203 | haleakala_nand \ |
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 204 | hcu4 \ |
205 | hcu5 \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 206 | HH405 \ |
207 | HUB405 \ | ||||
208 | JSE \ | ||||
209 | KAREF \ | ||||
210 | katmai \ | ||||
Stefan Roese | 7de9fc7 | 2007-10-05 17:11:30 +0200 | [diff] [blame] | 211 | kilauea \ |
Stefan Roese | 720c585 | 2007-11-03 12:08:28 +0100 | [diff] [blame] | 212 | kilauea_nand \ |
Larry Johnson | 667a3d4 | 2007-12-27 11:28:51 -0500 | [diff] [blame] | 213 | korat \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 214 | luan \ |
215 | lwmon5 \ | ||||
Stefan Roese | e3c7358 | 2007-10-22 07:34:34 +0200 | [diff] [blame] | 216 | makalu \ |
Niklaus Giger | 3fdbc1c | 2008-02-25 18:46:41 +0100 | [diff] [blame] | 217 | mcu25 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 218 | METROBOX \ |
219 | MIP405 \ | ||||
220 | MIP405T \ | ||||
221 | ML2 \ | ||||
222 | ml300 \ | ||||
Ricardo Ribalda Delgado | a8822a7 | 2008-07-17 12:47:09 +0200 | [diff] [blame] | 223 | ml507 \ |
Ricardo Ribalda Delgado | 2a019eb | 2008-07-21 20:30:07 +0200 | [diff] [blame] | 224 | ml507_flash \ |
Dirk Eibach | 3397ec6 | 2008-10-08 15:37:50 +0200 | [diff] [blame] | 225 | neo \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 226 | ocotea \ |
227 | OCRTC \ | ||||
228 | ORSG \ | ||||
229 | p3p440 \ | ||||
230 | PCI405 \ | ||||
231 | pcs440ep \ | ||||
232 | PIP405 \ | ||||
233 | PLU405 \ | ||||
234 | PMC405 \ | ||||
Matthias Fuchs | e139c0a | 2007-12-28 17:07:24 +0100 | [diff] [blame] | 235 | PMC440 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 236 | PPChameleonEVB \ |
Gary Jennejohn | 0ec4f30 | 2008-04-28 14:04:32 +0200 | [diff] [blame] | 237 | quad100hd \ |
Stefan Roese | 8ad6cda | 2007-08-16 09:54:51 +0200 | [diff] [blame] | 238 | rainier \ |
Feng Kan | bc42971 | 2008-07-08 22:48:42 -0700 | [diff] [blame] | 239 | redwood \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 240 | sbc405 \ |
241 | sc3 \ | ||||
242 | sequoia \ | ||||
243 | sequoia_nand \ | ||||
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 244 | taihu \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 245 | taishan \ |
Ricardo Ribalda Delgado | f84496a | 2008-09-01 13:09:39 -0400 | [diff] [blame] | 246 | v5fx30teval \ |
247 | v5fx30teval_flash \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 248 | VOH405 \ |
249 | VOM405 \ | ||||
250 | W7OLMC \ | ||||
251 | W7OLMG \ | ||||
252 | walnut \ | ||||
253 | WUH405 \ | ||||
Ricardo Ribalda Delgado | f84496a | 2008-09-01 13:09:39 -0400 | [diff] [blame] | 254 | xilinx-ppc440-generic \ |
255 | xilinx-ppc440-generic_flash \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 256 | XPEDITE1K \ |
257 | yellowstone \ | ||||
258 | yosemite \ | ||||
259 | yucca \ | ||||
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 260 | zeus \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 261 | " |
262 | |||||
263 | ######################################################################### | ||||
wdenk | 337f565 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 264 | ## MPC8220 Systems |
265 | ######################################################################### | ||||
266 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 267 | LIST_8220=" \ |
268 | Alaska8220 \ | ||||
269 | Yukon8220 \ | ||||
wdenk | 337f565 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 270 | " |
271 | |||||
272 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 273 | ## MPC824x Systems |
274 | ######################################################################### | ||||
275 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 276 | LIST_824x=" \ |
277 | A3000 \ | ||||
278 | barco \ | ||||
279 | BMW \ | ||||
280 | CPC45 \ | ||||
281 | CU824 \ | ||||
282 | debris \ | ||||
283 | eXalion \ | ||||
284 | HIDDEN_DRAGON \ | ||||
Guennadi Liakhovetski | 40c26b2 | 2008-03-31 01:32:15 +0200 | [diff] [blame] | 285 | linkstation_HGLAN \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 286 | MOUSSE \ |
287 | MUSENKI \ | ||||
288 | MVBLUE \ | ||||
289 | OXC \ | ||||
290 | PN62 \ | ||||
291 | Sandpoint8240 \ | ||||
292 | Sandpoint8245 \ | ||||
293 | sbc8240 \ | ||||
294 | SL8245 \ | ||||
295 | utx8245 \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 296 | " |
wdenk | dbae504 | 2003-06-21 00:17:24 +0000 | [diff] [blame] | 297 | |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 298 | ######################################################################### |
wdenk | 541a76d | 2003-05-03 15:50:43 +0000 | [diff] [blame] | 299 | ## MPC8260 Systems (includes 8250, 8255 etc.) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 300 | ######################################################################### |
301 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 302 | LIST_8260=" \ |
303 | atc \ | ||||
304 | cogent_mpc8260 \ | ||||
305 | CPU86 \ | ||||
306 | CPU87 \ | ||||
307 | ep8248 \ | ||||
308 | ep8260 \ | ||||
309 | ep82xxm \ | ||||
310 | gw8260 \ | ||||
311 | hymod \ | ||||
312 | IPHASE4539 \ | ||||
313 | ISPAN \ | ||||
Heiko Schocher | 30de2ed | 2008-01-11 01:12:08 +0100 | [diff] [blame] | 314 | mgcoge \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 315 | MPC8260ADS \ |
316 | MPC8266ADS \ | ||||
317 | MPC8272ADS \ | ||||
318 | PM826 \ | ||||
319 | PM828 \ | ||||
320 | ppmc8260 \ | ||||
321 | Rattler8248 \ | ||||
322 | RPXsuper \ | ||||
323 | rsdproto \ | ||||
324 | sacsng \ | ||||
325 | sbc8260 \ | ||||
326 | SCM \ | ||||
327 | TQM8260_AC \ | ||||
328 | TQM8260_AD \ | ||||
329 | TQM8260_AE \ | ||||
Wolfgang Denk | c6868e7 | 2008-05-15 00:42:45 +0200 | [diff] [blame] | 330 | TQM8272 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 331 | ZPC1900 \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 332 | " |
333 | |||||
334 | ######################################################################### | ||||
Eran Liberty | 9095d4a | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 335 | ## MPC83xx Systems (includes 8349, etc.) |
336 | ######################################################################### | ||||
337 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 338 | LIST_83xx=" \ |
Heiko Schocher | 3f8dcb5 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 339 | kmeter1 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 340 | MPC8313ERDB_33 \ |
Nick Spence | 120097e | 2008-09-02 15:21:16 -0500 | [diff] [blame] | 341 | MPC8313ERDB_NAND_66 \ |
Dave Liu | 19b247e | 2008-01-11 18:48:24 +0800 | [diff] [blame] | 342 | MPC8315ERDB \ |
Kim Phillips | b19af45 | 2007-08-15 22:30:05 -0500 | [diff] [blame] | 343 | MPC8323ERDB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 344 | MPC832XEMDS \ |
Tony Li | c5c40d8 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 345 | MPC832XEMDS_ATM \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 346 | MPC8349EMDS \ |
347 | MPC8349ITX \ | ||||
348 | MPC8349ITXGP \ | ||||
349 | MPC8360EMDS \ | ||||
Tony Li | c5c40d8 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 350 | MPC8360EMDS_ATM \ |
Anton Vorontsov | b6678de | 2008-01-09 20:57:47 +0300 | [diff] [blame] | 351 | MPC8360ERDK_33 \ |
352 | MPC8360ERDK_66 \ | ||||
Dave Liu | dc9e4bb | 2007-09-18 12:40:21 +0800 | [diff] [blame] | 353 | MPC837XEMDS \ |
Kim Phillips | 1cb07e6 | 2008-01-16 00:38:05 -0600 | [diff] [blame] | 354 | MPC837XERDB \ |
Andre Schwarz | b2de424 | 2008-06-10 09:14:05 +0200 | [diff] [blame] | 355 | MVBLM7 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 356 | sbc8349 \ |
Ron Madrid | 9ff89b7 | 2009-01-22 15:05:24 -0800 | [diff] [blame] | 357 | SIMPC8313_LP \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 358 | TQM834x \ |
Eran Liberty | 9095d4a | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 359 | " |
360 | |||||
361 | |||||
362 | ######################################################################### | ||||
wdenk | 9c53f40 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 363 | ## MPC85xx Systems (includes 8540, 8560 etc.) |
364 | ######################################################################### | ||||
365 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 366 | LIST_85xx=" \ |
robert lazarski | a36f555 | 2007-12-21 10:36:37 -0500 | [diff] [blame] | 367 | ATUM8548 \ |
Kumar Gala | fd83aa8 | 2008-07-25 13:31:05 -0500 | [diff] [blame] | 368 | MPC8536DS \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 369 | MPC8540ADS \ |
370 | MPC8540EVAL \ | ||||
371 | MPC8541CDS \ | ||||
372 | MPC8544DS \ | ||||
373 | MPC8548CDS \ | ||||
374 | MPC8555CDS \ | ||||
375 | MPC8560ADS \ | ||||
376 | MPC8568MDS \ | ||||
Kumar Gala | 3ab0b2d | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 377 | MPC8572DS \ |
Kumar Gala | e0f9741 | 2009-01-23 14:22:14 -0600 | [diff] [blame] | 378 | MPC8572DS_36BIT \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 379 | PM854 \ |
380 | PM856 \ | ||||
381 | sbc8540 \ | ||||
Joe Hamman | ccefae4 | 2007-12-13 06:45:08 -0600 | [diff] [blame] | 382 | sbc8548 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 383 | sbc8560 \ |
Sergei Poselenov | f2bf96c | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 384 | socrates \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 385 | stxgp3 \ |
386 | stxssa \ | ||||
387 | TQM8540 \ | ||||
388 | TQM8541 \ | ||||
Wolfgang Grandegger | 328c6ec | 2008-06-05 13:12:07 +0200 | [diff] [blame] | 389 | TQM8548 \ |
Wolfgang Grandegger | e85bbc6 | 2009-02-11 18:38:21 +0100 | [diff] [blame^] | 390 | TQM8548_BE \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 391 | TQM8555 \ |
392 | TQM8560 \ | ||||
Peter Tyser | 59b5fdf | 2008-12-01 13:47:13 -0600 | [diff] [blame] | 393 | XPEDITE5200 \ |
Peter Tyser | 1c2b329 | 2008-12-17 16:36:23 -0600 | [diff] [blame] | 394 | XPEDITE5370 \ |
wdenk | 9c53f40 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 395 | " |
396 | |||||
397 | ######################################################################### | ||||
Jon Loeliger | 5fe3449 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 398 | ## MPC86xx Systems |
399 | ######################################################################### | ||||
400 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 401 | LIST_86xx=" \ |
Jon Loeliger | edf4bc6 | 2007-10-16 15:27:43 -0500 | [diff] [blame] | 402 | MPC8610HPCD \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 403 | MPC8641HPCN \ |
Wolfgang Denk | 8dc9a1e | 2007-09-07 17:43:36 +0200 | [diff] [blame] | 404 | sbc8641d \ |
Jon Loeliger | 5fe3449 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 405 | " |
406 | |||||
407 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 408 | ## 74xx/7xx Systems |
409 | ######################################################################### | ||||
410 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 411 | LIST_74xx=" \ |
412 | DB64360 \ | ||||
413 | DB64460 \ | ||||
414 | EVB64260 \ | ||||
415 | mpc7448hpc2 \ | ||||
416 | P3G4 \ | ||||
417 | p3m7448 \ | ||||
418 | PCIPPC2 \ | ||||
419 | PCIPPC6 \ | ||||
420 | ZUMA \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 421 | " |
422 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 423 | LIST_7xx=" \ |
424 | BAB7xx \ | ||||
425 | CPCI750 \ | ||||
426 | ELPPC \ | ||||
427 | p3m750 \ | ||||
428 | ppmc7xx \ | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 429 | " |
430 | |||||
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 431 | ######################################################################### |
432 | ## PowerPC groups | ||||
433 | ######################################################################### | ||||
434 | |||||
435 | LIST_TSEC=" \ | ||||
436 | ${LIST_83xx} \ | ||||
437 | ${LIST_85xx} \ | ||||
438 | ${LIST_86xx} \ | ||||
439 | " | ||||
440 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 441 | LIST_ppc=" \ |
442 | ${LIST_5xx} \ | ||||
Jean-Christophe PLAGNIOL-VILLARD | 0912d31 | 2007-11-25 22:39:25 +0100 | [diff] [blame] | 443 | ${LIST_512x} \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 444 | ${LIST_5xxx} \ |
445 | ${LIST_8xx} \ | ||||
446 | ${LIST_8220} \ | ||||
447 | ${LIST_824x} \ | ||||
448 | ${LIST_8260} \ | ||||
449 | ${LIST_83xx} \ | ||||
450 | ${LIST_85xx} \ | ||||
451 | ${LIST_86xx} \ | ||||
452 | ${LIST_4xx} \ | ||||
453 | ${LIST_74xx} \ | ||||
454 | ${LIST_7xx} \ | ||||
455 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 456 | |
457 | ######################################################################### | ||||
458 | ## StrongARM Systems | ||||
459 | ######################################################################### | ||||
460 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 461 | LIST_SA=" \ |
462 | assabet \ | ||||
463 | dnp1110 \ | ||||
464 | gcplus \ | ||||
465 | lart \ | ||||
466 | shannon \ | ||||
467 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 468 | |
469 | ######################################################################### | ||||
470 | ## ARM7 Systems | ||||
471 | ######################################################################### | ||||
472 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 473 | LIST_ARM7=" \ |
474 | ap7 \ | ||||
475 | ap720t \ | ||||
476 | armadillo \ | ||||
477 | B2 \ | ||||
478 | ep7312 \ | ||||
479 | evb4510 \ | ||||
480 | impa7 \ | ||||
481 | integratorap \ | ||||
482 | lpc2292sodimm \ | ||||
483 | modnet50 \ | ||||
484 | SMN42 \ | ||||
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 485 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 486 | |
487 | ######################################################################### | ||||
488 | ## ARM9 Systems | ||||
489 | ######################################################################### | ||||
490 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 491 | LIST_ARM9=" \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 492 | ap920t \ |
493 | ap922_XA10 \ | ||||
494 | ap926ejs \ | ||||
495 | ap946es \ | ||||
496 | ap966 \ | ||||
497 | cp920t \ | ||||
498 | cp922_XA10 \ | ||||
499 | cp926ejs \ | ||||
500 | cp946es \ | ||||
501 | cp966 \ | ||||
502 | lpd7a400 \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 503 | mx1ads \ |
504 | mx1fs2 \ | ||||
505 | netstar \ | ||||
Alessandro Rubini | bb930d1 | 2009-01-24 18:10:37 +0100 | [diff] [blame] | 506 | nmdk8815 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 507 | omap1510inn \ |
508 | omap1610h2 \ | ||||
509 | omap1610inn \ | ||||
David Brownell | 161f411 | 2008-01-18 12:45:45 -0800 | [diff] [blame] | 510 | omap5912osk \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 511 | omap730p2 \ |
512 | sbc2410x \ | ||||
513 | scb9328 \ | ||||
514 | smdk2400 \ | ||||
515 | smdk2410 \ | ||||
516 | trab \ | ||||
517 | VCMA9 \ | ||||
518 | versatile \ | ||||
519 | versatileab \ | ||||
520 | versatilepb \ | ||||
521 | voiceblue \ | ||||
522 | davinci_dvevm \ | ||||
523 | davinci_schmoogie \ | ||||
Hugo Villeneuve | 4f3f671 | 2008-05-21 13:58:41 -0400 | [diff] [blame] | 524 | davinci_sffsdr \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 525 | davinci_sonata \ |
wdenk | 7eaacc5 | 2003-08-29 22:00:43 +0000 | [diff] [blame] | 526 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 527 | |
528 | ######################################################################### | ||||
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 529 | ## ARM10 Systems |
530 | ######################################################################### | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 531 | LIST_ARM10=" \ |
532 | integratorcp \ | ||||
533 | cp1026 \ | ||||
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 534 | " |
535 | |||||
536 | ######################################################################### | ||||
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 537 | ## ARM11 Systems |
538 | ######################################################################### | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 539 | LIST_ARM11=" \ |
540 | cp1136 \ | ||||
541 | omap2420h4 \ | ||||
Peter Pearse | ba348b5 | 2007-11-09 15:24:26 +0000 | [diff] [blame] | 542 | apollon \ |
Sascha Hauer | ce6fc52 | 2008-03-26 20:41:09 +0100 | [diff] [blame] | 543 | imx31_litekit \ |
Sascha Hauer | a5864c0 | 2008-03-26 20:41:17 +0100 | [diff] [blame] | 544 | imx31_phycore \ |
Guennadi Liakhovetski | 3b26c6b | 2008-04-14 10:53:12 +0200 | [diff] [blame] | 545 | mx31ads \ |
Guennadi Liakhovetski | b2d4274 | 2008-08-31 00:39:47 +0200 | [diff] [blame] | 546 | smdk6400 \ |
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 547 | " |
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 548 | |
549 | ######################################################################### | ||||
Dirk Behme | 2781f80 | 2009-01-27 18:19:12 +0100 | [diff] [blame] | 550 | ## ARM Cortex-A8 Systems |
551 | ######################################################################### | ||||
552 | LIST_ARM_CORTEX_A8=" \ | ||||
553 | omap3_beagle \ | ||||
Dirk Behme | 220faba | 2009-01-28 21:39:57 +0100 | [diff] [blame] | 554 | omap3_overo \ |
Dirk Behme | bb732be | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 555 | omap3_evm \ |
Dirk Behme | 7b84a7b | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 556 | omap3_pandora \ |
Dirk Behme | bab104e | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 557 | omap3_zoom1 \ |
Dirk Behme | 2781f80 | 2009-01-27 18:19:12 +0100 | [diff] [blame] | 558 | " |
559 | |||||
560 | ######################################################################### | ||||
Jean-Christophe PLAGNIOL-VILLARD | 9a88fd1 | 2008-05-24 12:47:46 +0200 | [diff] [blame] | 561 | ## AT91 Systems |
562 | ######################################################################### | ||||
563 | |||||
564 | LIST_at91=" \ | ||||
Sergey Lapin | 77e524c | 2008-10-31 12:28:43 +0100 | [diff] [blame] | 565 | afeb9260 \ |
Jean-Christophe PLAGNIOL-VILLARD | 9a88fd1 | 2008-05-24 12:47:46 +0200 | [diff] [blame] | 566 | at91cap9adk \ |
567 | at91rm9200dk \ | ||||
568 | at91sam9260ek \ | ||||
569 | at91sam9261ek \ | ||||
570 | at91sam9263ek \ | ||||
571 | at91sam9rlek \ | ||||
572 | cmc_pu2 \ | ||||
573 | csb637 \ | ||||
574 | kb9202 \ | ||||
575 | mp2usb \ | ||||
576 | m501sk \ | ||||
577 | " | ||||
578 | |||||
579 | ######################################################################### | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 580 | ## Xscale Systems |
581 | ######################################################################### | ||||
582 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 583 | LIST_pxa=" \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 584 | cerf250 \ |
585 | cradle \ | ||||
586 | csb226 \ | ||||
587 | delta \ | ||||
588 | innokom \ | ||||
589 | lubbock \ | ||||
590 | pleb2 \ | ||||
591 | pxa255_idp \ | ||||
592 | wepep250 \ | ||||
593 | xaeniax \ | ||||
594 | xm250 \ | ||||
595 | xsengine \ | ||||
596 | zylonite \ | ||||
wdenk | fa89d7c | 2004-09-28 16:44:41 +0000 | [diff] [blame] | 597 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 598 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 599 | LIST_ixp=" \ |
Michael Schwingen | a31f259 | 2008-01-18 00:04:28 +0100 | [diff] [blame] | 600 | actux1 \ |
601 | actux2 \ | ||||
602 | actux3 \ | ||||
603 | actux4 \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 604 | ixdp425 \ |
605 | ixdpg425 \ | ||||
606 | pdnb3 \ | ||||
607 | scpu \ | ||||
608 | " | ||||
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 609 | |
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 610 | ######################################################################### |
611 | ## ARM groups | ||||
612 | ######################################################################### | ||||
wdenk | bd1575f | 2003-10-14 19:43:55 +0000 | [diff] [blame] | 613 | |
Dirk Behme | 2781f80 | 2009-01-27 18:19:12 +0100 | [diff] [blame] | 614 | LIST_arm=" \ |
615 | ${LIST_SA} \ | ||||
616 | ${LIST_ARM7} \ | ||||
617 | ${LIST_ARM9} \ | ||||
618 | ${LIST_ARM10} \ | ||||
619 | ${LIST_ARM11} \ | ||||
620 | ${LIST_ARM_CORTEX_A8} \ | ||||
621 | ${LIST_at91} \ | ||||
622 | ${LIST_pxa} \ | ||||
623 | ${LIST_ixp} \ | ||||
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 624 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 625 | |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 626 | ######################################################################### |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 627 | ## MIPS Systems (default = big endian) |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 628 | ######################################################################### |
629 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 630 | LIST_mips4kc=" \ |
631 | incaip \ | ||||
Vlad Lungu | 635e76c | 2008-01-16 19:27:51 +0200 | [diff] [blame] | 632 | qemu_mips \ |
Stefan Roese | ee7a6ba | 2009-01-21 17:25:01 +0100 | [diff] [blame] | 633 | vct_platinum \ |
634 | vct_platinum_small \ | ||||
635 | vct_platinum_onenand \ | ||||
636 | vct_platinum_onenand_small \ | ||||
637 | vct_platinumavc \ | ||||
638 | vct_platinumavc_small \ | ||||
639 | vct_platinumavc_onenand \ | ||||
640 | vct_platinumavc_onenand_small \ | ||||
641 | vct_premium \ | ||||
642 | vct_premium_small \ | ||||
643 | vct_premium_onenand \ | ||||
644 | vct_premium_onenand_small \ | ||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 645 | " |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 646 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 647 | LIST_mips5kc=" \ |
648 | purple \ | ||||
649 | " | ||||
wdenk | b02744a | 2003-04-05 00:53:31 +0000 | [diff] [blame] | 650 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 651 | LIST_au1xx0=" \ |
652 | dbau1000 \ | ||||
653 | dbau1100 \ | ||||
654 | dbau1500 \ | ||||
655 | dbau1550 \ | ||||
656 | dbau1550_el \ | ||||
657 | gth2 \ | ||||
658 | " | ||||
wdenk | 9b7f384 | 2003-10-09 20:09:04 +0000 | [diff] [blame] | 659 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 660 | LIST_mips=" \ |
661 | ${LIST_mips4kc} \ | ||||
662 | ${LIST_mips5kc} \ | ||||
663 | ${LIST_au1xx0} \ | ||||
664 | " | ||||
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 665 | |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 666 | ######################################################################### |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 667 | ## MIPS Systems (little endian) |
668 | ######################################################################### | ||||
669 | |||||
670 | LIST_mips4kc_el="" | ||||
671 | |||||
672 | LIST_mips5kc_el="" | ||||
673 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 674 | LIST_au1xx0_el=" \ |
675 | dbau1550_el \ | ||||
Shinya Kuribayashi | 2437cfb | 2007-10-27 15:00:25 +0900 | [diff] [blame] | 676 | pb1000 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 677 | " |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 678 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 679 | LIST_mips_el=" \ |
680 | ${LIST_mips4kc_el} \ | ||||
681 | ${LIST_mips5kc_el} \ | ||||
682 | ${LIST_au1xx0_el} \ | ||||
683 | " | ||||
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 684 | |
685 | ######################################################################### | ||||
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 686 | ## i386 Systems |
687 | ######################################################################### | ||||
688 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 689 | LIST_I486=" \ |
690 | sc520_cdp \ | ||||
Graeme Russ | e56d397 | 2008-12-07 10:28:57 +1100 | [diff] [blame] | 691 | sc520_eNET \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 692 | sc520_spunk \ |
693 | sc520_spunk_rel \ | ||||
694 | " | ||||
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 695 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 696 | LIST_x86=" \ |
697 | ${LIST_I486} \ | ||||
698 | " | ||||
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 699 | |
wdenk | 3be717f | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 700 | ######################################################################### |
701 | ## NIOS Systems | ||||
702 | ######################################################################### | ||||
703 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 704 | LIST_nios=" \ |
705 | ADNPESC1 \ | ||||
706 | ADNPESC1_base_32 \ | ||||
707 | ADNPESC1_DNPEVA2_base_32\ | ||||
708 | DK1C20 \ | ||||
709 | DK1C20_standard_32 \ | ||||
710 | DK1S10 \ | ||||
711 | DK1S10_standard_32 \ | ||||
712 | DK1S10_mtx_ldk_20 \ | ||||
wdenk | 3be717f | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 713 | " |
714 | |||||
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 715 | ######################################################################### |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 716 | ## Nios-II Systems |
717 | ######################################################################### | ||||
718 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 719 | LIST_nios2=" \ |
720 | EP1C20 \ | ||||
721 | EP1S10 \ | ||||
722 | EP1S40 \ | ||||
723 | PCI5441 \ | ||||
724 | PK1C20 \ | ||||
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 725 | " |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 726 | |
727 | ######################################################################### | ||||
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 728 | ## MicroBlaze Systems |
729 | ######################################################################### | ||||
730 | |||||
Michal Simek | 87ed95b | 2008-12-19 13:14:05 +0100 | [diff] [blame] | 731 | LIST_microblaze=" \ |
732 | microblaze-generic \ | ||||
733 | suzaku \ | ||||
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 734 | " |
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 735 | |
Zachary P. Landau | 1c3c096 | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 736 | ######################################################################### |
737 | ## ColdFire Systems | ||||
738 | ######################################################################### | ||||
739 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 740 | LIST_coldfire=" \ |
741 | cobra5272 \ | ||||
742 | EB+MCF-EV123 \ | ||||
743 | EB+MCF-EV123_internal \ | ||||
744 | idmr \ | ||||
TsiChungLiew | 99b037a | 2008-01-14 17:43:33 -0600 | [diff] [blame] | 745 | M52277EVB \ |
TsiChungLiew | b859ef1 | 2007-08-16 19:23:50 -0500 | [diff] [blame] | 746 | M5235EVB \ |
TsiChungLiew | 3467469 | 2007-08-16 13:20:50 -0500 | [diff] [blame] | 747 | M5249EVB \ |
TsiChung Liew | dd8513c | 2008-07-23 17:11:47 -0500 | [diff] [blame] | 748 | M5253DEMO \ |
TsiChung Liew | ad9a86d | 2008-07-09 15:25:01 -0500 | [diff] [blame] | 749 | M5253EVBE \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 750 | M5271EVB \ |
751 | M5272C3 \ | ||||
Matthew Fettke | 9f3b3bb | 2008-01-24 14:02:32 -0600 | [diff] [blame] | 752 | M5275EVB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 753 | M5282EVB \ |
TsiChung Liew | e7e4fc8 | 2008-10-22 11:38:21 +0000 | [diff] [blame] | 754 | M53017EVB \ |
TsiChungLiew | 6f8a0a3 | 2008-01-14 17:23:08 -0600 | [diff] [blame] | 755 | M5329AFEE \ |
756 | M5373EVB \ | ||||
TsiChung Liew | 3cdc00a | 2008-08-11 13:41:49 +0000 | [diff] [blame] | 757 | M54451EVB \ |
TsiChungLiew | fc3ca3b | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 758 | M54455EVB \ |
TsiChungLiew | 8cb946d | 2008-01-15 14:15:46 -0600 | [diff] [blame] | 759 | M5475AFE \ |
760 | M5485AFE \ | ||||
Stefan Roese | a06fd37 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 761 | TASREG \ |
Heiko Schocher | ac1956e | 2006-04-20 08:42:42 +0200 | [diff] [blame] | 762 | " |
Zachary P. Landau | 1c3c096 | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 763 | |
Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 764 | ######################################################################### |
765 | ## AVR32 Systems | ||||
766 | ######################################################################### | ||||
767 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 768 | LIST_avr32=" \ |
769 | atstk1002 \ | ||||
Haavard Skinnemoen | d347f44 | 2007-10-29 13:02:54 +0100 | [diff] [blame] | 770 | atstk1003 \ |
Haavard Skinnemoen | 787ef7b | 2007-10-29 13:02:54 +0100 | [diff] [blame] | 771 | atstk1004 \ |
Haavard Skinnemoen | 1ba3b74 | 2007-11-22 12:14:11 +0100 | [diff] [blame] | 772 | atstk1006 \ |
Haavard Skinnemoen | b62a431 | 2007-04-14 17:11:49 +0200 | [diff] [blame] | 773 | atngw100 \ |
Hans-Christian Egtvedt | d4b48b8 | 2008-08-06 14:42:13 +0200 | [diff] [blame] | 774 | favr-32-ezkit \ |
Julien May | 72646d2 | 2008-06-23 13:57:52 +0200 | [diff] [blame] | 775 | hammerhead \ |
Mark Jackson | 1744f5b | 2008-07-30 13:07:27 +0100 | [diff] [blame] | 776 | mimc200 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 777 | " |
Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 778 | |
Aubrey.Li | 450c23e | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 779 | ######################################################################### |
780 | ## Blackfin Systems | ||||
781 | ######################################################################### | ||||
782 | |||||
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 783 | LIST_blackfin=" \ |
784 | bf533-ezkit \ | ||||
785 | bf533-stamp \ | ||||
786 | bf537-stamp \ | ||||
787 | bf561-ezkit \ | ||||
Aubrey.Li | 450c23e | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 788 | " |
789 | |||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 790 | ######################################################################### |
791 | ## SH Systems | ||||
792 | ######################################################################### | ||||
793 | |||||
Nobuhiro Iwamatsu | 6f7d436 | 2008-08-31 23:02:04 +0900 | [diff] [blame] | 794 | LIST_sh2=" \ |
795 | rsk7203 \ | ||||
796 | " | ||||
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 797 | LIST_sh3=" \ |
798 | mpr2 \ | ||||
799 | ms7720se \ | ||||
800 | " | ||||
801 | |||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 802 | LIST_sh4=" \ |
Nobuhiro Iwamatsu | a2943f0 | 2007-11-29 00:13:04 +0900 | [diff] [blame] | 803 | ms7750se \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 804 | ms7722se \ |
Nobuhiro Iwamatsu | 0121325 | 2008-07-08 12:03:24 +0900 | [diff] [blame] | 805 | MigoR \ |
Yusuke Goda | cf23602 | 2008-03-11 12:55:12 +0900 | [diff] [blame] | 806 | r7780mp \ |
Nobuhiro Iwamatsu | 868b52b | 2008-03-25 17:11:24 +0900 | [diff] [blame] | 807 | r2dplus \ |
Nobuhiro Iwamatsu | 113a37e | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 808 | sh7763rdp \ |
Nobuhiro Iwamatsu | 52f73c0 | 2008-08-31 22:45:08 +0900 | [diff] [blame] | 809 | sh7785lcr \ |
Nobuhiro Iwamatsu | 3e59043 | 2008-08-22 17:39:09 +0900 | [diff] [blame] | 810 | ap325rxa \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 811 | " |
812 | |||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 813 | LIST_sh=" \ |
Nobuhiro Iwamatsu | 3e59043 | 2008-08-22 17:39:09 +0900 | [diff] [blame] | 814 | ${LIST_sh2} \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 815 | ${LIST_sh3} \ |
816 | ${LIST_sh4} \ | ||||
817 | " | ||||
818 | |||||
Daniel Hellstrom | 9d7c6b2 | 2008-03-28 09:47:00 +0100 | [diff] [blame] | 819 | ######################################################################### |
820 | ## SPARC Systems | ||||
821 | ######################################################################### | ||||
822 | |||||
Daniel Hellstrom | 73caf57 | 2008-03-28 10:20:43 +0100 | [diff] [blame] | 823 | 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] | 824 | |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 825 | #----------------------------------------------------------------------- |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 826 | |
827 | #----- for now, just run PPC by default ----- | ||||
828 | [ $# = 0 ] && set $LIST_ppc | ||||
829 | |||||
830 | #----------------------------------------------------------------------- | ||||
831 | |||||
832 | build_target() { | ||||
833 | target=$1 | ||||
834 | |||||
835 | ${MAKE} distclean >/dev/null | ||||
836 | ${MAKE} ${target}_config | ||||
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 837 | |
838 | ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \ | ||||
839 | | tee ${LOG_DIR}/$target.ERR | ||||
840 | |||||
Mike Frysinger | 119432a | 2008-01-28 05:56:19 -0500 | [diff] [blame] | 841 | ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \ |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 842 | | tee -a ${LOG_DIR}/$target.MAKELOG |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 843 | } |
844 | |||||
845 | #----------------------------------------------------------------------- | ||||
846 | |||||
847 | |||||
848 | for arg in $@ | ||||
849 | do | ||||
850 | case "$arg" in | ||||
Dirk Behme | 2781f80 | 2009-01-27 18:19:12 +0100 | [diff] [blame] | 851 | arm|SA|ARM7|ARM9|ARM10|ARM11|ARM_CORTEX_A8|at91|ixp|pxa \ |
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 852 | |avr32 \ |
853 | |blackfin \ | ||||
854 | |coldfire \ | ||||
855 | |microblaze \ | ||||
856 | |mips|mips_el \ | ||||
857 | |nios|nios2 \ | ||||
858 | |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] | 859 | |sh|sh2|sh3|sh4 \ |
Wolfgang Denk | 66549bd | 2008-04-20 15:35:52 -0700 | [diff] [blame] | 860 | |sparc \ |
861 | |x86|I486 \ | ||||
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 862 | ) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 863 | for target in `eval echo '$LIST_'${arg}` |
864 | do | ||||
865 | build_target ${target} | ||||
866 | done | ||||
867 | ;; | ||||
868 | *) build_target ${arg} | ||||
869 | ;; | ||||
870 | esac | ||||
871 | done |