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