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