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 | 1566805 | 2007-10-23 10:10:08 +0200 | [diff] [blame] | 188 | haleakala \ |
Stefan Roese | 720c585 | 2007-11-03 12:08:28 +0100 | [diff] [blame] | 189 | haleakala_nand \ |
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 190 | hcu4 \ |
| 191 | hcu5 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 192 | HH405 \ |
| 193 | HUB405 \ |
| 194 | JSE \ |
| 195 | KAREF \ |
| 196 | katmai \ |
Stefan Roese | 7de9fc7 | 2007-10-05 17:11:30 +0200 | [diff] [blame] | 197 | kilauea \ |
Stefan Roese | 720c585 | 2007-11-03 12:08:28 +0100 | [diff] [blame] | 198 | kilauea_nand \ |
Larry Johnson | 667a3d4 | 2007-12-27 11:28:51 -0500 | [diff] [blame] | 199 | korat \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 200 | luan \ |
| 201 | lwmon5 \ |
Stefan Roese | e3c7358 | 2007-10-22 07:34:34 +0200 | [diff] [blame] | 202 | makalu \ |
Niklaus Giger | 3fdbc1c | 2008-02-25 18:46:41 +0100 | [diff] [blame] | 203 | mcu25 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 204 | METROBOX \ |
| 205 | MIP405 \ |
| 206 | MIP405T \ |
| 207 | ML2 \ |
| 208 | ml300 \ |
| 209 | ocotea \ |
| 210 | OCRTC \ |
| 211 | ORSG \ |
| 212 | p3p440 \ |
| 213 | PCI405 \ |
| 214 | pcs440ep \ |
| 215 | PIP405 \ |
| 216 | PLU405 \ |
| 217 | PMC405 \ |
Matthias Fuchs | e139c0a | 2007-12-28 17:07:24 +0100 | [diff] [blame] | 218 | PMC440 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 219 | PPChameleonEVB \ |
Stefan Roese | 8ad6cda | 2007-08-16 09:54:51 +0200 | [diff] [blame] | 220 | rainier \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 221 | sbc405 \ |
| 222 | sc3 \ |
| 223 | sequoia \ |
| 224 | sequoia_nand \ |
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 225 | taihu \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 226 | taishan \ |
| 227 | VOH405 \ |
| 228 | VOM405 \ |
| 229 | W7OLMC \ |
| 230 | W7OLMG \ |
| 231 | walnut \ |
| 232 | WUH405 \ |
| 233 | XPEDITE1K \ |
| 234 | yellowstone \ |
| 235 | yosemite \ |
| 236 | yucca \ |
Stefan Roese | 75a3d5d | 2007-08-14 16:36:29 +0200 | [diff] [blame] | 237 | zeus \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 238 | " |
| 239 | |
| 240 | ######################################################################### |
wdenk | 337f565 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 241 | ## MPC8220 Systems |
| 242 | ######################################################################### |
| 243 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 244 | LIST_8220=" \ |
| 245 | Alaska8220 \ |
| 246 | Yukon8220 \ |
wdenk | 337f565 | 2004-10-28 00:09:35 +0000 | [diff] [blame] | 247 | " |
| 248 | |
| 249 | ######################################################################### |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 250 | ## MPC824x Systems |
| 251 | ######################################################################### |
| 252 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 253 | LIST_824x=" \ |
| 254 | A3000 \ |
| 255 | barco \ |
| 256 | BMW \ |
| 257 | CPC45 \ |
| 258 | CU824 \ |
| 259 | debris \ |
| 260 | eXalion \ |
| 261 | HIDDEN_DRAGON \ |
| 262 | MOUSSE \ |
| 263 | MUSENKI \ |
| 264 | MVBLUE \ |
| 265 | OXC \ |
| 266 | PN62 \ |
| 267 | Sandpoint8240 \ |
| 268 | Sandpoint8245 \ |
| 269 | sbc8240 \ |
| 270 | SL8245 \ |
| 271 | utx8245 \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 272 | " |
wdenk | dbae504 | 2003-06-21 00:17:24 +0000 | [diff] [blame] | 273 | |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 274 | ######################################################################### |
wdenk | 541a76d | 2003-05-03 15:50:43 +0000 | [diff] [blame] | 275 | ## MPC8260 Systems (includes 8250, 8255 etc.) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 276 | ######################################################################### |
| 277 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 278 | LIST_8260=" \ |
| 279 | atc \ |
| 280 | cogent_mpc8260 \ |
| 281 | CPU86 \ |
| 282 | CPU87 \ |
| 283 | ep8248 \ |
| 284 | ep8260 \ |
| 285 | ep82xxm \ |
| 286 | gw8260 \ |
| 287 | hymod \ |
| 288 | IPHASE4539 \ |
| 289 | ISPAN \ |
Heiko Schocher | 30de2ed | 2008-01-11 01:12:08 +0100 | [diff] [blame] | 290 | mgcoge \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 291 | MPC8260ADS \ |
| 292 | MPC8266ADS \ |
| 293 | MPC8272ADS \ |
| 294 | PM826 \ |
| 295 | PM828 \ |
| 296 | ppmc8260 \ |
| 297 | Rattler8248 \ |
| 298 | RPXsuper \ |
| 299 | rsdproto \ |
| 300 | sacsng \ |
| 301 | sbc8260 \ |
| 302 | SCM \ |
| 303 | TQM8260_AC \ |
| 304 | TQM8260_AD \ |
| 305 | TQM8260_AE \ |
| 306 | ZPC1900 \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 307 | " |
| 308 | |
| 309 | ######################################################################### |
Eran Liberty | 9095d4a | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 310 | ## MPC83xx Systems (includes 8349, etc.) |
| 311 | ######################################################################### |
| 312 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 313 | LIST_83xx=" \ |
| 314 | MPC8313ERDB_33 \ |
| 315 | MPC8313ERDB_66 \ |
Dave Liu | 19b247e | 2008-01-11 18:48:24 +0800 | [diff] [blame] | 316 | MPC8315ERDB \ |
Kim Phillips | b19af45 | 2007-08-15 22:30:05 -0500 | [diff] [blame] | 317 | MPC8323ERDB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 318 | MPC832XEMDS \ |
Tony Li | c5c40d8 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 319 | MPC832XEMDS_ATM \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 320 | MPC8349EMDS \ |
| 321 | MPC8349ITX \ |
| 322 | MPC8349ITXGP \ |
| 323 | MPC8360EMDS \ |
Tony Li | c5c40d8 | 2007-10-18 17:47:19 +0800 | [diff] [blame] | 324 | MPC8360EMDS_ATM \ |
Anton Vorontsov | b6678de | 2008-01-09 20:57:47 +0300 | [diff] [blame] | 325 | MPC8360ERDK_33 \ |
| 326 | MPC8360ERDK_66 \ |
Dave Liu | dc9e4bb | 2007-09-18 12:40:21 +0800 | [diff] [blame] | 327 | MPC837XEMDS \ |
Kim Phillips | 1cb07e6 | 2008-01-16 00:38:05 -0600 | [diff] [blame] | 328 | MPC837XERDB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 329 | sbc8349 \ |
| 330 | TQM834x \ |
Eran Liberty | 9095d4a | 2005-07-28 10:08:46 -0500 | [diff] [blame] | 331 | " |
| 332 | |
| 333 | |
| 334 | ######################################################################### |
wdenk | 9c53f40 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 335 | ## MPC85xx Systems (includes 8540, 8560 etc.) |
| 336 | ######################################################################### |
| 337 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 338 | LIST_85xx=" \ |
robert lazarski | a36f555 | 2007-12-21 10:36:37 -0500 | [diff] [blame] | 339 | ATUM8548 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 340 | MPC8540ADS \ |
| 341 | MPC8540EVAL \ |
| 342 | MPC8541CDS \ |
| 343 | MPC8544DS \ |
| 344 | MPC8548CDS \ |
| 345 | MPC8555CDS \ |
| 346 | MPC8560ADS \ |
| 347 | MPC8568MDS \ |
| 348 | PM854 \ |
| 349 | PM856 \ |
| 350 | sbc8540 \ |
Joe Hamman | ccefae4 | 2007-12-13 06:45:08 -0600 | [diff] [blame] | 351 | sbc8548 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 352 | sbc8560 \ |
| 353 | stxgp3 \ |
| 354 | stxssa \ |
| 355 | TQM8540 \ |
| 356 | TQM8541 \ |
| 357 | TQM8555 \ |
| 358 | TQM8560 \ |
wdenk | 9c53f40 | 2003-10-15 23:53:47 +0000 | [diff] [blame] | 359 | " |
| 360 | |
| 361 | ######################################################################### |
Jon Loeliger | 5fe3449 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 362 | ## MPC86xx Systems |
| 363 | ######################################################################### |
| 364 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 365 | LIST_86xx=" \ |
Jon Loeliger | edf4bc6 | 2007-10-16 15:27:43 -0500 | [diff] [blame] | 366 | MPC8610HPCD \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 367 | MPC8641HPCN \ |
Wolfgang Denk | 8dc9a1e | 2007-09-07 17:43:36 +0200 | [diff] [blame] | 368 | sbc8641d \ |
Jon Loeliger | 5fe3449 | 2007-05-23 14:09:46 -0500 | [diff] [blame] | 369 | " |
| 370 | |
| 371 | ######################################################################### |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 372 | ## 74xx/7xx Systems |
| 373 | ######################################################################### |
| 374 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 375 | LIST_74xx=" \ |
| 376 | DB64360 \ |
| 377 | DB64460 \ |
| 378 | EVB64260 \ |
| 379 | mpc7448hpc2 \ |
| 380 | P3G4 \ |
| 381 | p3m7448 \ |
| 382 | PCIPPC2 \ |
| 383 | PCIPPC6 \ |
| 384 | ZUMA \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 385 | " |
| 386 | |
Andy Fleming | 36139f4 | 2007-08-15 20:03:13 -0500 | [diff] [blame] | 387 | LIST_TSEC=" \ |
| 388 | ${LIST_85xx} \ |
| 389 | ${LIST_86xx} \ |
| 390 | ${LIST_83xx} \ |
| 391 | " |
| 392 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 393 | LIST_7xx=" \ |
| 394 | BAB7xx \ |
| 395 | CPCI750 \ |
| 396 | ELPPC \ |
| 397 | p3m750 \ |
| 398 | ppmc7xx \ |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 399 | " |
| 400 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 401 | LIST_ppc=" \ |
| 402 | ${LIST_5xx} \ |
Jean-Christophe PLAGNIOL-VILLARD | 0912d31 | 2007-11-25 22:39:25 +0100 | [diff] [blame] | 403 | ${LIST_512x} \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 404 | ${LIST_5xxx} \ |
| 405 | ${LIST_8xx} \ |
| 406 | ${LIST_8220} \ |
| 407 | ${LIST_824x} \ |
| 408 | ${LIST_8260} \ |
| 409 | ${LIST_83xx} \ |
| 410 | ${LIST_85xx} \ |
| 411 | ${LIST_86xx} \ |
| 412 | ${LIST_4xx} \ |
| 413 | ${LIST_74xx} \ |
| 414 | ${LIST_7xx} \ |
| 415 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 416 | |
| 417 | ######################################################################### |
| 418 | ## StrongARM Systems |
| 419 | ######################################################################### |
| 420 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 421 | LIST_SA=" \ |
| 422 | assabet \ |
| 423 | dnp1110 \ |
| 424 | gcplus \ |
| 425 | lart \ |
| 426 | shannon \ |
| 427 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 428 | |
| 429 | ######################################################################### |
| 430 | ## ARM7 Systems |
| 431 | ######################################################################### |
| 432 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 433 | LIST_ARM7=" \ |
| 434 | ap7 \ |
| 435 | ap720t \ |
| 436 | armadillo \ |
| 437 | B2 \ |
| 438 | ep7312 \ |
| 439 | evb4510 \ |
| 440 | impa7 \ |
| 441 | integratorap \ |
| 442 | lpc2292sodimm \ |
| 443 | modnet50 \ |
| 444 | SMN42 \ |
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 445 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 446 | |
| 447 | ######################################################################### |
| 448 | ## ARM9 Systems |
| 449 | ######################################################################### |
| 450 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 451 | LIST_ARM9=" \ |
Stelian Pop | 6c93974 | 2008-01-20 19:49:21 +0000 | [diff] [blame] | 452 | at91cap9adk \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 453 | at91rm9200dk \ |
| 454 | cmc_pu2 \ |
| 455 | ap920t \ |
| 456 | ap922_XA10 \ |
| 457 | ap926ejs \ |
| 458 | ap946es \ |
| 459 | ap966 \ |
| 460 | cp920t \ |
| 461 | cp922_XA10 \ |
| 462 | cp926ejs \ |
| 463 | cp946es \ |
| 464 | cp966 \ |
| 465 | lpd7a400 \ |
Timo Tuunainen | 7174cc0 | 2008-02-01 10:09:03 +0000 | [diff] [blame] | 466 | m501sk \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 467 | mp2usb \ |
| 468 | mx1ads \ |
| 469 | mx1fs2 \ |
| 470 | netstar \ |
| 471 | omap1510inn \ |
| 472 | omap1610h2 \ |
| 473 | omap1610inn \ |
| 474 | omap730p2 \ |
| 475 | sbc2410x \ |
| 476 | scb9328 \ |
| 477 | smdk2400 \ |
| 478 | smdk2410 \ |
| 479 | trab \ |
| 480 | VCMA9 \ |
| 481 | versatile \ |
| 482 | versatileab \ |
| 483 | versatilepb \ |
| 484 | voiceblue \ |
| 485 | davinci_dvevm \ |
| 486 | davinci_schmoogie \ |
| 487 | davinci_sonata \ |
wdenk | 7eaacc5 | 2003-08-29 22:00:43 +0000 | [diff] [blame] | 488 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 489 | |
| 490 | ######################################################################### |
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 491 | ## ARM10 Systems |
| 492 | ######################################################################### |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 493 | LIST_ARM10=" \ |
| 494 | integratorcp \ |
| 495 | cp1026 \ |
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 496 | " |
| 497 | |
| 498 | ######################################################################### |
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 499 | ## ARM11 Systems |
| 500 | ######################################################################### |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 501 | LIST_ARM11=" \ |
| 502 | cp1136 \ |
| 503 | omap2420h4 \ |
Peter Pearse | ba348b5 | 2007-11-09 15:24:26 +0000 | [diff] [blame] | 504 | apollon \ |
Wolfgang Denk | adf20a1 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 505 | " |
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 506 | |
| 507 | ######################################################################### |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 508 | ## Xscale Systems |
| 509 | ######################################################################### |
| 510 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 511 | LIST_pxa=" \ |
| 512 | adsvix \ |
| 513 | cerf250 \ |
| 514 | cradle \ |
| 515 | csb226 \ |
| 516 | delta \ |
| 517 | innokom \ |
| 518 | lubbock \ |
| 519 | pleb2 \ |
| 520 | pxa255_idp \ |
| 521 | wepep250 \ |
| 522 | xaeniax \ |
| 523 | xm250 \ |
| 524 | xsengine \ |
| 525 | zylonite \ |
wdenk | fa89d7c | 2004-09-28 16:44:41 +0000 | [diff] [blame] | 526 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 527 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 528 | LIST_ixp=" \ |
Michael Schwingen | a31f259 | 2008-01-18 00:04:28 +0100 | [diff] [blame] | 529 | actux1 \ |
| 530 | actux2 \ |
| 531 | actux3 \ |
| 532 | actux4 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 533 | ixdp425 \ |
| 534 | ixdpg425 \ |
| 535 | pdnb3 \ |
| 536 | scpu \ |
| 537 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 538 | |
wdenk | bd1575f | 2003-10-14 19:43:55 +0000 | [diff] [blame] | 539 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 540 | LIST_arm=" \ |
| 541 | ${LIST_SA} \ |
| 542 | ${LIST_ARM7} \ |
| 543 | ${LIST_ARM9} \ |
| 544 | ${LIST_ARM10} \ |
| 545 | ${LIST_ARM11} \ |
| 546 | ${LIST_pxa} \ |
| 547 | ${LIST_ixp} \ |
wdenk | f806271 | 2005-01-09 23:16:25 +0000 | [diff] [blame] | 548 | " |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 549 | |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 550 | ######################################################################### |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 551 | ## MIPS Systems (default = big endian) |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 552 | ######################################################################### |
| 553 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 554 | LIST_mips4kc=" \ |
| 555 | incaip \ |
Vlad Lungu | 635e76c | 2008-01-16 19:27:51 +0200 | [diff] [blame] | 556 | qemu_mips \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 557 | " |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 558 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 559 | LIST_mips5kc=" \ |
| 560 | purple \ |
| 561 | " |
wdenk | b02744a | 2003-04-05 00:53:31 +0000 | [diff] [blame] | 562 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 563 | LIST_au1xx0=" \ |
| 564 | dbau1000 \ |
| 565 | dbau1100 \ |
| 566 | dbau1500 \ |
| 567 | dbau1550 \ |
| 568 | dbau1550_el \ |
| 569 | gth2 \ |
| 570 | " |
wdenk | 9b7f384 | 2003-10-09 20:09:04 +0000 | [diff] [blame] | 571 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 572 | LIST_mips=" \ |
| 573 | ${LIST_mips4kc} \ |
| 574 | ${LIST_mips5kc} \ |
| 575 | ${LIST_au1xx0} \ |
| 576 | " |
wdenk | bb1b826 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 577 | |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 578 | ######################################################################### |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 579 | ## MIPS Systems (little endian) |
| 580 | ######################################################################### |
| 581 | |
| 582 | LIST_mips4kc_el="" |
| 583 | |
| 584 | LIST_mips5kc_el="" |
| 585 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 586 | LIST_au1xx0_el=" \ |
| 587 | dbau1550_el \ |
Shinya Kuribayashi | 2437cfb | 2007-10-27 15:00:25 +0900 | [diff] [blame] | 588 | pb1000 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 589 | " |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 590 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 591 | LIST_mips_el=" \ |
| 592 | ${LIST_mips4kc_el} \ |
| 593 | ${LIST_mips5kc_el} \ |
| 594 | ${LIST_au1xx0_el} \ |
| 595 | " |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 596 | |
| 597 | ######################################################################### |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 598 | ## i386 Systems |
| 599 | ######################################################################### |
| 600 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 601 | LIST_I486=" \ |
| 602 | sc520_cdp \ |
| 603 | sc520_spunk \ |
| 604 | sc520_spunk_rel \ |
| 605 | " |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 606 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 607 | LIST_x86=" \ |
| 608 | ${LIST_I486} \ |
| 609 | " |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 610 | |
wdenk | 3be717f | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 611 | ######################################################################### |
| 612 | ## NIOS Systems |
| 613 | ######################################################################### |
| 614 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 615 | LIST_nios=" \ |
| 616 | ADNPESC1 \ |
| 617 | ADNPESC1_base_32 \ |
| 618 | ADNPESC1_DNPEVA2_base_32\ |
| 619 | DK1C20 \ |
| 620 | DK1C20_standard_32 \ |
| 621 | DK1S10 \ |
| 622 | DK1S10_standard_32 \ |
| 623 | DK1S10_mtx_ldk_20 \ |
wdenk | 3be717f | 2004-01-03 19:43:48 +0000 | [diff] [blame] | 624 | " |
| 625 | |
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 626 | ######################################################################### |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 627 | ## Nios-II Systems |
| 628 | ######################################################################### |
| 629 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 630 | LIST_nios2=" \ |
| 631 | EP1C20 \ |
| 632 | EP1S10 \ |
| 633 | EP1S40 \ |
| 634 | PCI5441 \ |
| 635 | PK1C20 \ |
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 636 | " |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 637 | |
| 638 | ######################################################################### |
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 639 | ## MicroBlaze Systems |
| 640 | ######################################################################### |
| 641 | |
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 642 | LIST_microblaze=" \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 643 | suzaku \ |
| 644 | ml401 \ |
| 645 | xupv2p \ |
Wolfgang Denk | b4b1c46 | 2006-06-10 19:27:47 +0200 | [diff] [blame] | 646 | " |
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 647 | |
Zachary P. Landau | 1c3c096 | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 648 | ######################################################################### |
| 649 | ## ColdFire Systems |
| 650 | ######################################################################### |
| 651 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 652 | LIST_coldfire=" \ |
| 653 | cobra5272 \ |
| 654 | EB+MCF-EV123 \ |
| 655 | EB+MCF-EV123_internal \ |
| 656 | idmr \ |
TsiChungLiew | 99b037a | 2008-01-14 17:43:33 -0600 | [diff] [blame] | 657 | M52277EVB \ |
TsiChungLiew | b859ef1 | 2007-08-16 19:23:50 -0500 | [diff] [blame] | 658 | M5235EVB \ |
TsiChungLiew | 3467469 | 2007-08-16 13:20:50 -0500 | [diff] [blame] | 659 | M5249EVB \ |
| 660 | M5253EVB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 661 | M5271EVB \ |
| 662 | M5272C3 \ |
Matthew Fettke | 9f3b3bb | 2008-01-24 14:02:32 -0600 | [diff] [blame^] | 663 | M5275EVB \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 664 | M5282EVB \ |
TsiChungLiew | 6f8a0a3 | 2008-01-14 17:23:08 -0600 | [diff] [blame] | 665 | M5329AFEE \ |
| 666 | M5373EVB \ |
TsiChungLiew | fc3ca3b6 | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 667 | M54455EVB \ |
TsiChungLiew | 8cb946d | 2008-01-15 14:15:46 -0600 | [diff] [blame] | 668 | M5475AFE \ |
| 669 | M5485AFE \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 670 | r5200 \ |
Stefan Roese | a06fd37 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 671 | TASREG \ |
Heiko Schocher | ac1956e | 2006-04-20 08:42:42 +0200 | [diff] [blame] | 672 | " |
Zachary P. Landau | 1c3c096 | 2006-01-26 17:38:46 -0500 | [diff] [blame] | 673 | |
Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 674 | ######################################################################### |
| 675 | ## AVR32 Systems |
| 676 | ######################################################################### |
| 677 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 678 | LIST_avr32=" \ |
| 679 | atstk1002 \ |
Haavard Skinnemoen | d347f44 | 2007-10-29 13:02:54 +0100 | [diff] [blame] | 680 | atstk1003 \ |
Haavard Skinnemoen | 787ef7b | 2007-10-29 13:02:54 +0100 | [diff] [blame] | 681 | atstk1004 \ |
Haavard Skinnemoen | b62a431 | 2007-04-14 17:11:49 +0200 | [diff] [blame] | 682 | atngw100 \ |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 683 | " |
Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 684 | |
Aubrey.Li | 450c23e | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 685 | ######################################################################### |
| 686 | ## Blackfin Systems |
| 687 | ######################################################################### |
| 688 | |
Kim Phillips | 8c0c893 | 2007-08-10 15:34:48 -0500 | [diff] [blame] | 689 | LIST_blackfin=" \ |
| 690 | bf533-ezkit \ |
| 691 | bf533-stamp \ |
| 692 | bf537-stamp \ |
| 693 | bf561-ezkit \ |
Aubrey.Li | 450c23e | 2007-03-09 13:40:56 +0800 | [diff] [blame] | 694 | " |
| 695 | |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 696 | ######################################################################### |
| 697 | ## SH Systems |
| 698 | ######################################################################### |
| 699 | |
| 700 | LIST_sh4=" \ |
Nobuhiro Iwamatsu | a2943f0 | 2007-11-29 00:13:04 +0900 | [diff] [blame] | 701 | ms7750se \ |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 702 | ms7722se \ |
| 703 | " |
| 704 | |
Nobuhiro Iwamatsu | 310be0e | 2008-01-09 14:37:36 +0900 | [diff] [blame] | 705 | LIST_sh3=" \ |
| 706 | ms7720se \ |
| 707 | " |
Jean-Christophe PLAGNIOL-VILLARD | ceee338 | 2007-11-27 09:44:53 +0100 | [diff] [blame] | 708 | |
| 709 | LIST_sh=" \ |
| 710 | ${LIST_sh3} \ |
| 711 | ${LIST_sh4} \ |
| 712 | " |
| 713 | |
wdenk | abda5ca | 2003-05-31 18:35:21 +0000 | [diff] [blame] | 714 | #----------------------------------------------------------------------- |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 715 | |
| 716 | #----- for now, just run PPC by default ----- |
| 717 | [ $# = 0 ] && set $LIST_ppc |
| 718 | |
| 719 | #----------------------------------------------------------------------- |
| 720 | |
| 721 | build_target() { |
| 722 | target=$1 |
| 723 | |
| 724 | ${MAKE} distclean >/dev/null |
| 725 | ${MAKE} ${target}_config |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 726 | |
| 727 | ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \ |
| 728 | | tee ${LOG_DIR}/$target.ERR |
| 729 | |
Mike Frysinger | 119432a | 2008-01-28 05:56:19 -0500 | [diff] [blame] | 730 | ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \ |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 731 | | tee -a ${LOG_DIR}/$target.MAKELOG |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 732 | } |
| 733 | |
| 734 | #----------------------------------------------------------------------- |
| 735 | |
| 736 | |
| 737 | for arg in $@ |
| 738 | do |
| 739 | case "$arg" in |
Wolfgang Denk | b284679 | 2007-03-22 00:13:12 +0100 | [diff] [blame] | 740 | arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa| \ |
| 741 | avr32| \ |
| 742 | blackfin| \ |
| 743 | coldfire| \ |
wdenk | 20a6122 | 2004-07-10 23:48:41 +0000 | [diff] [blame] | 744 | microblaze| \ |
Wolfgang Denk | bc8c500 | 2005-08-14 00:27:00 +0200 | [diff] [blame] | 745 | mips|mips_el| \ |
wdenk | ef3386f | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 746 | nios|nios2| \ |
Rafal Jaworowski | d3a02c3 | 2007-07-27 14:43:59 +0200 | [diff] [blame] | 747 | 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] | 748 | x86|I486|TSEC| \ |
| 749 | sh|sh4|sh3 \ |
| 750 | ) |
wdenk | 7ebf744 | 2002-11-02 23:17:16 +0000 | [diff] [blame] | 751 | for target in `eval echo '$LIST_'${arg}` |
| 752 | do |
| 753 | build_target ${target} |
| 754 | done |
| 755 | ;; |
| 756 | *) build_target ${arg} |
| 757 | ;; |
| 758 | esac |
| 759 | done |