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