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