]>
Commit | Line | Data |
---|---|---|
8b9e4787 WD |
1 | commit 54b4ab3c961a2012a1c2a09c259a6343323ec551 |
2 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3 | Date: Tue Sep 9 22:18:24 2008 +0200 | |
4 | ||
5 | bootm_load_os: fix load_end debug message | |
6 | ||
7 | print load_end value not pointer | |
8 | ||
9 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10 | ||
11 | commit 1d9af0be764960e6cc1c093e97176c3542796820 | |
12 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13 | Date: Tue Sep 9 22:18:23 2008 +0200 | |
14 | ||
15 | bootm: enable fdt support only on ppc, m68k and sparc | |
16 | ||
17 | ...as done in image.c | |
18 | ||
19 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
20 | ||
21 | commit 748b5274e76f81df85cfcffaffedc323678d0623 | |
22 | Author: Markus Heidelberg <[email protected]> | |
23 | Date: Tue Sep 9 18:51:05 2008 +0200 | |
24 | ||
25 | common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) | |
26 | ||
27 | Signed-off-by: Markus Heidelberg <[email protected]> | |
28 | ||
29 | commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c | |
30 | Author: Markus Heidelberg <[email protected]> | |
31 | Date: Tue Sep 9 17:31:46 2008 +0200 | |
32 | ||
33 | gitignore: add tags files and Vim swap file | |
34 | ||
35 | Signed-off-by: Markus Heidelberg <[email protected]> | |
36 | ||
37 | commit 1d9b67b23fca6a25154333733204339802510720 | |
38 | Author: Yoshihiro Shimoda <[email protected]> | |
39 | Date: Tue Sep 9 17:52:47 2008 +0900 | |
40 | ||
41 | add board_eth_init() for sh7785lcr board | |
42 | ||
43 | Fix the problem that cannot work RTL8169 on sh7785lcr board. | |
44 | ||
45 | Signed-off-by: Yoshihiro Shimoda <[email protected]> | |
46 | ||
47 | commit 7b7a869a8ba3bd6d9bffb748c91232141330f514 | |
48 | Author: TsiChung Liew <[email protected]> | |
49 | Date: Wed Aug 6 16:08:41 2008 -0500 | |
50 | ||
51 | mtd: SPI Flash: Support the STMicro Flash | |
52 | ||
53 | Add MTD SPI Flash support for M25P16, M25P20, M25P32, | |
54 | M25P40, M25P64, M25P80, M25P128. | |
55 | ||
56 | Signed-off-by: Jason McMullan <[email protected]> | |
57 | Signed-off-by: TsiChung Liew <[email protected]> | |
58 | ||
59 | commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011 | |
60 | Author: Ryan CHEN <[email protected]> | |
61 | Date: Wed Aug 20 13:00:17 2008 -0400 | |
62 | ||
63 | Correct drv_usb_kbd_init function | |
64 | ||
65 | The patch is that check if usb_get_dev_index() function return valid | |
66 | pointer. If valid, continue. Otherwise return -1. | |
67 | ||
68 | Signed-off-by: Ryan Chen <[email protected]> | |
69 | Acked-by: Markus Klotzbuecher <[email protected]> | |
70 | ||
71 | commit eba1f2fc75f128a9a6c1328d786996a93fd7a707 | |
72 | Author: Remy Bohmer <[email protected]> | |
73 | Date: Wed Aug 20 11:22:02 2008 +0200 | |
74 | ||
75 | Make usb-stop() safe to call multiple times in a row. | |
76 | ||
77 | A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) | |
78 | enabled the usb_stop() command in common/cmd_bootm.c which was | |
79 | not enabled for some time, because no board did actually set the | |
80 | CFG_CMD_USB flag. So, now the usb_stop() is executed before | |
81 | loading the linux kernel. | |
82 | ||
83 | However, the usb_ohci driver hangs up (at least on AT91SAM) if the | |
84 | driver is stopped twice (e.g. the peripheral clock is stopped on AT91). | |
85 | If some other piece of code calls usb_stop() before the bootm command, | |
86 | this command will hangup the system during boot. | |
87 | (usb start and stop is typically used while booting from usb memory stick) | |
88 | ||
89 | But, stopping the usb stack twice is useless anyway, and a flag already | |
90 | existed that kept track on the usb_init()/usb_stop() calls. | |
91 | So, we now check if the usb stack is really started before we stop it. | |
92 | ||
93 | This problem is now fixed in both the upper as low-level layer. | |
94 | ||
95 | Signed-off-by: Remy Bohmer <[email protected]> | |
96 | Acked-by: Markus Klotzbuecher <[email protected]> | |
97 | ||
98 | commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67 | |
99 | Author: Wolfgang Denk <[email protected]> | |
100 | Date: Tue Sep 9 16:55:47 2008 +0200 | |
101 | ||
102 | Makefile: fix bug introduced by commit 47ffd6c2 | |
103 | ||
104 | commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0 | |
105 | Author: Ricardo Ribalda Delgado <[email protected]> | |
106 | Date: Tue Sep 9 10:00:33 2008 -0400 | |
107 | ||
108 | ppc4xx: ppc440-generic-ALL: Fix out of tree build v2 | |
109 | ||
110 | This patch solves the problems compiling ml507, v5fx30teval and | |
111 | ppc440-generic out of tree. | |
112 | ||
113 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
114 | ||
115 | commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb | |
116 | Author: Nícolas Carneiro Lebedenco <[email protected]> | |
117 | Date: Thu Sep 4 15:35:46 2008 -0300 | |
118 | ||
119 | Fix dev_print when called from usb_stor_info (usb storage command) | |
120 | ||
121 | Fix output of the usb storage command. It was printing "Device 0: not | |
122 | available" because IF_TYPE_USB was not included into the switch | |
123 | statement. | |
124 | ||
125 | Signed-off-by: Nicolas Lebedenco <[email protected]> | |
126 | ||
127 | commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de | |
128 | Author: Bartlomiej Sieka <[email protected]> | |
129 | Date: Tue Sep 9 12:58:16 2008 +0200 | |
130 | ||
131 | FIT: make iminfo check hashes of all images in FIT, return 1 on failed check | |
132 | ||
133 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
134 | ||
135 | commit 919f550dc11a13abf01c6bc713c968de790b8d7c | |
136 | Author: Bartlomiej Sieka <[email protected]> | |
137 | Date: Tue Sep 9 12:58:15 2008 +0200 | |
138 | ||
139 | FIT: add ability to check hashes of all images in FIT, improve output | |
140 | ||
141 | - add function fit_all_image_check_hashes() that verifies if all | |
142 | hashes of all images in the FIT are valid | |
143 | - improve output of fit_image_check_hashes() when the hash check fails | |
144 | ||
145 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
146 | ||
147 | commit 1de1fa408967cef6804bb046b904114519bb36f0 | |
148 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
149 | Date: Mon Sep 8 20:54:39 2008 +0200 | |
150 | ||
151 | qemu_mips: Update linux bootm to support dynamic cmdline | |
152 | ||
153 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
154 | ||
155 | commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764 | |
156 | Author: Peter Tyser <[email protected]> | |
157 | Date: Mon Sep 8 14:56:49 2008 -0500 | |
158 | ||
159 | Add support for booting of INTEGRITY operating system uImages | |
160 | ||
161 | Signed-off-by: Peter Tyser <[email protected]> | |
162 | ||
163 | commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a | |
164 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
165 | Date: Mon Sep 8 21:01:29 2008 +0200 | |
166 | ||
167 | mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start" | |
168 | ||
169 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
170 | ||
171 | commit 9ba2e2c8191353d75b2d535e672a125be7b84c03 | |
172 | Author: Kumar Gala <[email protected]> | |
173 | Date: Mon Sep 8 13:57:12 2008 -0500 | |
174 | ||
175 | Remove support for booting ARTOS images | |
176 | ||
177 | Pantelis Antoniou stated: | |
178 | AFAIK, it is still used but the products using PPC are long gone. | |
179 | Nuke it plz (from orbit). | |
180 | ||
181 | So remove it since it cleans up a usage of env_get_char outside of | |
182 | the environment code. | |
183 | ||
184 | Signed-off-by: Kumar Gala <[email protected]> | |
185 | ||
186 | commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 | |
187 | Author: Wolfgang Denk <[email protected]> | |
188 | Date: Tue Sep 9 15:45:18 2008 +0200 | |
189 | ||
190 | Makefile: compile and link each module just once | |
191 | ||
192 | Several source files need to be compiled and linked when one or more | |
193 | config options are selected. To allow for easy selection in the | |
194 | Makefiles yet to avoild multiple compilation (which costs build time) | |
195 | and especially multiple linking (which causes errors), we use | |
196 | "COBJS = $(sort COBJS-y)" which eliminates duplicates. | |
197 | ||
198 | By courtesy of Detlev Zundel who suggested this approach. | |
199 | ||
200 | Signed-off-by: Wolfgang Denk <[email protected]> | |
201 | ||
202 | commit 48d0192fe869948fef14b460b5f0c85bca933693 | |
203 | Author: Andreas Engel <[email protected]> | |
204 | Date: Mon Sep 8 14:30:53 2008 +0200 | |
205 | ||
206 | Moved conditional compile into Makefile | |
207 | ||
208 | Signed-off-by: Andreas Engel <[email protected]> | |
209 | ||
210 | commit 20c9226cb8cab08a111ee73db04e62d943ee0c97 | |
211 | Author: Andreas Engel <[email protected]> | |
212 | Date: Mon Sep 8 10:17:31 2008 +0200 | |
213 | ||
214 | Merged serial_pl010.c and serial_pl011.c. | |
215 | ||
216 | They only differ in the init function. | |
217 | This also adds the missing watchdog support for the PL011. | |
218 | ||
219 | Signed-off-by: Andreas Engel <[email protected]> | |
220 | ||
221 | commit 0817d688f307ee2c0598e79175c94a40ce90337b | |
222 | Author: Ricardo Ribalda Delgado <[email protected]> | |
223 | Date: Sun Sep 7 17:10:27 2008 -0400 | |
224 | ||
225 | Remove gap fill in srec object v2 | |
226 | ||
227 | SREC files do not need gap fill: The load address is specified in the | |
228 | file. On the other hand, it can't be avoided in a .bin object. It has | |
229 | no information about memory location. | |
230 | ||
231 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
232 | ||
233 | commit 1dc306931ca5ce87f13916fa7165b052d3aa714f | |
234 | Author: Markus Heidelberg <[email protected]> | |
235 | Date: Sun Sep 7 20:18:27 2008 +0200 | |
236 | ||
237 | README: fix missing subdirectory in the documentation | |
238 | ||
239 | Signed-off-by: Markus Heidelberg <[email protected]> | |
240 | ||
241 | commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd | |
242 | Author: Graeme Russ <[email protected]> | |
243 | Date: Sun Sep 7 07:08:42 2008 +1000 | |
244 | ||
245 | Update i386 code (sc520_cdp) | |
246 | ||
247 | Attempt to bring i386 / sc520 inline with master | |
248 | ||
249 | Signed-off-by: Graeme Russ <[email protected]> | |
250 | ||
251 | commit 5608692104efa8d56df803dc79ea41ac3607eee5 | |
252 | Author: Guennadi Liakhovetski <[email protected]> | |
253 | Date: Thu Sep 4 13:01:49 2008 +0200 | |
254 | ||
255 | fw_env: add NAND support | |
256 | ||
257 | Add support for environment in NAND with automatic NOR / NAND recognition, | |
258 | including unaligned environment, bad-block skipping, redundant environment | |
259 | copy. | |
260 | ||
261 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
262 | ||
263 | commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca | |
264 | Author: Matthias Fuchs <[email protected]> | |
265 | Date: Tue Sep 9 09:50:24 2008 +0200 | |
266 | ||
267 | ppc4xx: Fix out-of-tree building of CPCI405 variants | |
268 | ||
269 | Signed-off-by: Matthias Fuchs <[email protected]> | |
270 | Acked-by: Stefan Roese <[email protected]> | |
271 | ||
272 | commit 59f630588e3fdbd698a0a2798e52a8924e899563 | |
273 | Author: Sergei Poselenov <[email protected]> | |
274 | Date: Fri Aug 15 15:42:11 2008 +0200 | |
275 | ||
276 | Removed hardcoded MxMR loop value from upmconfig() for MPC85xx. | |
277 | ||
278 | Signed-off-by: Sergei Poselenov <[email protected]> | |
279 | ||
280 | commit e64987a892353f3d49eb242d997820ef8f538912 | |
281 | Author: Anatolij Gustschin <[email protected]> | |
282 | Date: Fri Aug 15 15:42:13 2008 +0200 | |
283 | ||
284 | 85xx: socrates: Enable Lime support. | |
285 | ||
286 | This patch adds Lime GDC support together with support for the PWM | |
287 | backlight control through the w83782d chip. The reset pin of the | |
288 | latter is attached to GPIO, so we need to reset it in | |
289 | early_board_init_r. | |
290 | ||
291 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
292 | ||
293 | commit 3e79b588b5199f35016f178fc0d5d1266382097f | |
294 | Author: Detlev Zundel <[email protected]> | |
295 | Date: Fri Aug 15 15:42:12 2008 +0200 | |
296 | ||
297 | 85xx: Socrates: Major code update. | |
298 | ||
299 | - Update the local bus ranges in the FDT for Linux for the various | |
300 | devices connected to the local bus via chip-select. | |
301 | ||
302 | - Set the LCRR_DBYP bit in the LCRR for local bus frequencies | |
303 | lower than 66 MHz and uses I/O accessor functions consequently. | |
304 | ||
305 | - UPM data update. | |
306 | ||
307 | - Update of default environment and configuration. Use I2C multibus | |
308 | as we do have two I2C buses. Also enable sdram and ext2 commands. | |
309 | ||
310 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
311 | Signed-off-by: Sergei Poselenov <[email protected]> | |
312 | Signed-off-by: Detlev Zundel <[email protected]> | |
313 | ||
314 | commit e8d18541c6ceab821f75faab031740b33fdbfa4b | |
315 | Author: Timur Tabi <[email protected]> | |
316 | Date: Fri Jul 18 16:52:23 2008 +0200 | |
317 | ||
318 | Update Freescale 85xx boards to sys_eeprom.c | |
319 | ||
320 | The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID | |
321 | format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale | |
322 | 86xx boards already use sys_eeprom.c, so this patch migrates the remaining | |
323 | Freescale 85xx boards to use it as well. cds_eeprom.c is deleted. | |
324 | ||
325 | Signed-off-by: Timur Tabi <[email protected]> | |
326 | ||
327 | commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af | |
328 | Author: Wolfgang Denk <[email protected]> | |
329 | Date: Tue Sep 9 10:08:02 2008 +0200 | |
330 | ||
331 | lib_ppc/interrupts.c: make board_show_activity() a weak function | |
332 | ||
333 | This allows to use show_activity() without having to | |
334 | define an empty board_show_activity() function. | |
335 | ||
336 | Signed-off-by: Wolfgang Denk <[email protected]> | |
337 | ||
338 | commit fe876787f8743883ce58fed61525eaa2f34da4c5 | |
339 | Author: Wolfgang Denk <[email protected]> | |
340 | Date: Tue Sep 9 10:06:44 2008 +0200 | |
341 | ||
342 | stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions | |
343 | ||
344 | Signed-off-by: Wolfgang Denk <[email protected]> | |
345 | ||
346 | commit 965de106ba8900372c8b16dc60d5acab7f925e38 | |
347 | Author: Wolfgang Denk <[email protected]> | |
348 | Date: Tue Sep 9 10:03:47 2008 +0200 | |
349 | ||
350 | NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions | |
351 | ||
352 | Signed-off-by: Wolfgang Denk <[email protected]> | |
353 | ||
354 | commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c | |
355 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
356 | Date: Tue Sep 9 01:22:39 2008 +0200 | |
357 | ||
358 | disk-on-chip: remove duplicate doc_probe declaration | |
359 | ||
360 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
361 | ||
362 | commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819 | |
363 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
364 | Date: Tue Sep 9 00:59:40 2008 +0200 | |
365 | ||
366 | onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list | |
367 | ||
368 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
369 | ||
370 | commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75 | |
371 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
372 | Date: Tue Sep 9 00:59:39 2008 +0200 | |
373 | ||
374 | rs5c372: fix rtc_set prototype | |
375 | ||
376 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
377 | ||
378 | commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7 | |
379 | Author: Sergei Poselenov <[email protected]> | |
380 | Date: Thu Aug 14 14:08:28 2008 +0200 | |
381 | ||
382 | ARM: fix warning: target CPU does not support interworking | |
383 | ||
384 | This patch fixes warnings like this: | |
385 | ||
386 | start.S:0: warning: target CPU does not support interworking | |
387 | ||
388 | which come from some ARM cross compilers and are caused by hard-coded | |
389 | (with "--with-cpu=arm9" configuration option) ARM targets (which | |
390 | support ARM Thumb instructions), while the ARM target selected from | |
391 | the command line (with "-march=armv4") doesn't support Thumb | |
392 | instructions. | |
393 | ||
394 | This warning is issued by the compiler regardless of the real use of | |
395 | the Thumb instructions in code. | |
396 | ||
397 | To fix this problem, we use options according to compiler version | |
398 | being used. | |
399 | ||
400 | Signed-off-by: Sergei Poselenov <[email protected]> | |
401 | Signed-off-by: Wolfgang Denk <[email protected]> | |
402 | ||
403 | commit 4265c35fbcb248e58179007621d61d32d0b3b82a | |
404 | Author: Sergei Poselenov <[email protected]> | |
405 | Date: Thu Aug 14 14:08:28 2008 +0200 | |
406 | ||
407 | ARM: Use do_div() instead of division for "long long". | |
408 | ||
409 | Signed-off-by: Sergei Poselenov <[email protected]> | |
410 | Signed-off-by: Wolfgang Denk <[email protected]> | |
411 | ||
412 | commit 1055171ed05b7c4885737463d52b8d6c013bcb5d | |
413 | Author: Wolfgang Denk <[email protected]> | |
414 | Date: Mon Sep 8 23:26:22 2008 +0200 | |
415 | ||
416 | lib_arm/bootm.c: fix compile warnings | |
417 | ||
418 | bootm.c:128: warning: label 'error' defined but not used | |
419 | bootm.c:65: warning: unused variable 'ret' | |
420 | ||
421 | Signed-off-by: Wolfgang Denk <[email protected]> | |
422 | ||
423 | commit 2e3c867d0a63c563a51e65b776973b008f16cec5 | |
424 | Author: Wolfgang Denk <[email protected]> | |
425 | Date: Mon Sep 8 22:46:42 2008 +0200 | |
426 | ||
427 | ml507: fix out of tree build problem | |
428 | ||
429 | Signed-off-by: Wolfgang Denk <[email protected]> | |
430 | ||
431 | commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d | |
432 | Author: Wolfgang Denk <[email protected]> | |
433 | Date: Mon Sep 8 22:10:28 2008 +0200 | |
434 | ||
435 | common/cmd_bootm.c: fix printf() format warnings | |
436 | ||
437 | Signed-off-by: Wolfgang Denk <[email protected]> | |
438 | ||
439 | commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726 | |
440 | Author: Wolfgang Denk <[email protected]> | |
441 | Date: Mon Sep 8 22:37:45 2008 +0200 | |
442 | ||
443 | BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings | |
444 | ||
445 | missing doc_probe() prototype. | |
446 | ||
447 | Signed-off-by: Wolfgang Denk <[email protected]> | |
448 | ||
449 | commit 2c5e3cc4994897d364b148942ff23e47783198f6 | |
450 | Author: Wolfgang Denk <[email protected]> | |
451 | Date: Mon Sep 8 21:28:14 2008 +0200 | |
452 | ||
453 | mk48t59: fix compile problem introduced by commit d1e23194 | |
454 | ||
455 | Signed-off-by: Wolfgang Denk <[email protected]> | |
456 | ||
457 | commit 5ff889349d2ace13f10c9335e09365fcec8247cc | |
458 | Author: Stefan Roese <[email protected]> | |
459 | Date: Mon Sep 8 14:11:12 2008 +0200 | |
460 | ||
461 | ppc4xx: Move ppc4xx specific prototypes to ppc4xx header | |
462 | ||
463 | This patch moves some 4xx specific prototypes out of include common.h | |
464 | to a ppc4xx specific header. | |
465 | ||
466 | Signed-off-by: Stefan Roese <[email protected]> | |
467 | ||
468 | commit ac53ee8318678190bf3c68da477a84a657d86fb0 | |
469 | Author: Matthias Fuchs <[email protected]> | |
470 | Date: Fri Sep 5 15:34:04 2008 +0200 | |
471 | ||
472 | ppc4xx: Update CPCI405(AB) configuration | |
473 | ||
474 | This patch add FDT support and command line editing capabilities | |
475 | for CPCI405 and CPCI405AB boards. | |
476 | ||
477 | Signed-off-by: Matthias Fuchs <[email protected]> | |
478 | Signed-off-by: Stefan Roese <[email protected]> | |
479 | ||
480 | commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94 | |
481 | Author: Matthias Fuchs <[email protected]> | |
482 | Date: Fri Sep 5 15:34:03 2008 +0200 | |
483 | ||
484 | ppc4xx: Cleanup CPCI405 linker script | |
485 | ||
486 | Signed-off-by: Matthias Fuchs <[email protected]> | |
487 | Signed-off-by: Stefan Roese <[email protected]> | |
488 | ||
489 | commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf | |
490 | Author: Matthias Fuchs <[email protected]> | |
491 | Date: Fri Sep 5 15:34:02 2008 +0200 | |
492 | ||
493 | ppc4xx: Update CPCI405 variants handling | |
494 | ||
495 | This patch replaces the BOARD_REVISION variable in include/config.mk | |
496 | by a using a temporary include file in the platform directory. | |
497 | ||
498 | The former way does not work anymore and the latter is also used by | |
499 | some other boards. | |
500 | ||
501 | Signed-off-by: Matthias Fuchs <[email protected]> | |
502 | Signed-off-by: Stefan Roese <[email protected]> | |
503 | ||
504 | commit f071f01fd09e9bf1cf09de37a7416aacce71bae1 | |
505 | Author: Stefan Roese <[email protected]> | |
506 | Date: Mon Sep 8 10:01:48 2008 +0200 | |
507 | ||
508 | ppc4xx: Remove CONFIG_CS8952_PHY define | |
509 | ||
510 | Since this define is only used on one board that was never really in | |
511 | production, removing this compile time option doesn't hurt and makes | |
512 | the code more readable. | |
513 | ||
514 | Signed-off-by: Stefan Roese <[email protected]> | |
515 | ||
516 | commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5 | |
517 | Author: Stefan Roese <[email protected]> | |
518 | Date: Fri Sep 5 14:11:40 2008 +0200 | |
519 | ||
520 | ppc4xx: Fix compilation warning for PIP405 | |
521 | ||
522 | This patch fixes a compilation warning for the PIP405 board. It moves the | |
523 | #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't | |
524 | occur anymore. I am a little unsure if this #ifdef is at the correct | |
525 | place now or if it could be removed completely. This needs to get | |
526 | tested on the PIP405 board. | |
527 | ||
528 | Signed-off-by: Stefan Roese <[email protected]> | |
529 | ||
530 | commit 725b53ac61f4df3026b8f6489ef0080fd27d3816 | |
531 | Author: Stefan Roese <[email protected]> | |
532 | Date: Fri Sep 5 14:09:09 2008 +0200 | |
533 | ||
534 | ppc4xx: Fix compilation warning for canyonlands & glacier | |
535 | ||
536 | Signed-off-by: Stefan Roese <[email protected]> | |
537 | ||
538 | commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5 | |
539 | Author: Kumar Gala <[email protected]> | |
540 | Date: Fri Sep 5 14:40:29 2008 -0500 | |
541 | ||
542 | Fix compiler warning in mpc8xxx ddr code | |
543 | ||
544 | ctrl_regs.c: In function 'compute_fsl_memctl_config_regs': | |
545 | ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function | |
546 | ctrl_regs.c:523: note: 'caslat' was declared here | |
547 | ||
548 | Add a warning in DDR1 case if cas_latency isn't a value we know about. | |
549 | ||
550 | Signed-off-by: Kumar Gala <[email protected]> | |
551 | Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
552 | ||
553 | commit d1e2319414ea5218ba801163e4530ecf2dfcbf36 | |
554 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
555 | Date: Mon Sep 1 23:06:23 2008 +0200 | |
556 | ||
557 | rtc: allow rtc_set to return an error and use it in cmd_date | |
558 | ||
559 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
560 | ||
561 | commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2 | |
562 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
563 | Date: Mon Sep 1 01:16:33 2008 +0200 | |
564 | ||
565 | ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER | |
566 | ||
567 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
568 | ||
569 | commit 6b971c73f182248ce103503d74fbc0100bb8c8b7 | |
570 | Author: Shinya Kuribayashi <[email protected]> | |
571 | Date: Sun Aug 31 05:37:04 2008 +0900 | |
572 | ||
573 | config.mk: Move arch-specific condition to $(ARCH)_config.mk | |
574 | ||
575 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
576 | ||
577 | commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1 | |
578 | Author: Kumar Gala <[email protected]> | |
579 | Date: Fri Aug 29 19:08:29 2008 -0500 | |
580 | ||
581 | Prevent crash if random/invalid ramdisks are passed to bootm | |
582 | ||
583 | Adds returning an error from the ramdisk detection code if | |
584 | its not a real ramdisk (invalid). There is no reason we can't | |
585 | just return back to the console if we detect an invalid | |
586 | ramdisk or CRC error. | |
587 | ||
588 | Signed-off-by: Kumar Gala <[email protected]> | |
589 | ||
590 | commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef | |
591 | Author: Anatolij Gustschin <[email protected]> | |
592 | Date: Fri Aug 29 21:04:45 2008 +0200 | |
593 | ||
594 | Prevent crash if random DTB address is passed to bootm | |
595 | ||
596 | This patch adds bootm_start() return value check. If | |
597 | error status is returned, we do not proceed further to | |
598 | prevent board reset or crash as we still can recover | |
599 | at this point. | |
600 | ||
601 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
602 | ||
603 | commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8 | |
604 | Author: Andrew Dyer <[email protected]> | |
605 | Date: Fri Aug 29 12:30:39 2008 -0500 | |
606 | ||
607 | clean up some #if !defined() in drivers/video/cfb_console.c | |
608 | ||
609 | rearrange some #if !defined() / #else / #endif statements to remove | |
610 | the negative logic. | |
611 | ||
612 | Signed-off-by: Andrew Dyer <[email protected]> | |
613 | ||
614 | commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33 | |
615 | Author: Kyungmin Park <[email protected]> | |
616 | Date: Fri Aug 29 09:02:20 2008 +0900 | |
617 | ||
618 | apollon: use the last memory area for u-boot | |
619 | ||
620 | Signed-off-by: Kyungmin Park <[email protected]> | |
621 | ||
622 | commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07 | |
623 | Author: Heiko Schocher <[email protected]> | |
624 | Date: Thu Aug 28 13:50:42 2008 +0200 | |
625 | ||
626 | TQM8272: move NAND part in seperate File | |
627 | ||
628 | I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver, | |
629 | because I have no longer access to the hardware. | |
630 | ||
631 | Signed-off-by: Heiko Schocher <[email protected]> | |
632 | ||
633 | commit 584f979f7ee914e32d408739cbdd2c4457ec18b8 | |
634 | Author: Heiko Schocher <[email protected]> | |
635 | Date: Thu Aug 28 13:48:36 2008 +0200 | |
636 | ||
637 | TQM8272: Fix compiling error for the TQM8272 board. | |
638 | ||
639 | Fix compile problems caused by | |
640 | commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b | |
641 | ||
642 | Signed-off-by: Heiko Schocher <[email protected]> | |
643 | ||
644 | commit 1a7f8ccec981648ccd38fca2535490582eee08e6 | |
645 | Author: Kyungmin Park <[email protected]> | |
646 | Date: Wed Aug 27 14:45:20 2008 +0900 | |
647 | ||
648 | Add JFFS2 command support on OneNAND | |
649 | ||
650 | Signed-off-by: Kyungmin Park <[email protected]> | |
651 | ||
652 | commit f5c3ba79788b0e39baab7026d374fe375dd1a43f | |
653 | Author: Mark Jackson <[email protected]> | |
654 | Date: Mon Aug 25 19:21:30 2008 +0100 | |
655 | ||
656 | Allow console input to be disabled | |
657 | ||
658 | Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE. | |
659 | ||
660 | When CONFIG_DISABLE_CONSOLE is defined, setting | |
661 | GD_FLG_DISABLE_CONSOLE disables all console input and output. | |
662 | ||
663 | Signed-off-by: Mark Jackson <[email protected]> | |
664 | ||
665 | commit 2b22d608f370565c87f55928b524207031419c11 | |
666 | Author: Ricardo Ribalda Delgado <[email protected]> | |
667 | Date: Wed Jul 30 12:39:29 2008 +0200 | |
668 | ||
669 | loads: allow negative offsets | |
670 | ||
671 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
672 | ||
673 | commit e90fb6afab2c0c074dfb67bacb4de179eb188a24 | |
674 | Author: Yuri Tikhonov <[email protected]> | |
675 | Date: Thu Sep 4 11:19:05 2008 +0200 | |
676 | ||
677 | USB EHCI: reset root hub | |
678 | ||
679 | Some of multi-function USB controllers (e.g. ISP1562) allow root hub | |
680 | resetting only via EHCI registers. So, this patch adds the | |
681 | corresponding kind of reset to OHCI's hc_reset() if the newly | |
682 | introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates | |
683 | board). | |
684 | ||
685 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
686 | Acked-by: Markus Klotzbuecher <[email protected]> | |
687 | ||
688 | commit 5875d358f025c1b042d8a0f08384b756de7256c9 | |
689 | Author: Yuri Tikhonov <[email protected]> | |
690 | Date: Fri Aug 15 15:42:09 2008 +0200 | |
691 | ||
692 | RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get(). | |
693 | ||
694 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
695 | ||
696 | commit 3e3c026ed746a284c6f0ef139b26d859939de7e9 | |
697 | Author: Stefan Roese <[email protected]> | |
698 | Date: Fri Sep 5 10:47:46 2008 +0200 | |
699 | ||
700 | devices: Use list_add_tail() instead of list_add() to register a device | |
701 | ||
702 | This patch fixes a problem spotted on Glacier/Canyonlands (and most | |
703 | likely lots of other board ports), that no serial output was seen | |
704 | after console initialization in console_init_r(). This is because the | |
705 | last added console device was used instead of the first added. | |
706 | ||
707 | This patch fixes this problem by using list_add_tail() instead of | |
708 | list_add() to register a device. This way the first added console | |
709 | is used again. | |
710 | ||
711 | Signed-off-by: Stefan Roese <[email protected]> | |
712 | ||
713 | commit 78d78236896d62bb8ca7302af38d8f1493eb2651 | |
714 | Author: Victor Gallardo <[email protected]> | |
715 | Date: Thu Sep 4 23:49:36 2008 -0700 | |
716 | ||
717 | ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY | |
718 | ||
719 | This patch adds GPCS, SGMII and M88E1112 PHY support | |
720 | for the AMCC PPC460GT/EX processors. | |
721 | ||
722 | Signed-off-by: Victor Gallardo <[email protected]> | |
723 | Signed-off-by: Stefan Roese <[email protected]> | |
724 | ||
725 | commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765 | |
726 | Author: Adam Graham <[email protected]> | |
727 | Date: Wed Sep 3 12:26:59 2008 -0700 | |
728 | ||
729 | ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines | |
730 | ||
731 | Signed-off-by: Adam Graham <[email protected]> | |
732 | Signed-off-by: Stefan Roese <[email protected]> | |
733 | ||
734 | commit 075d0b81e896e8735ae26372cd384f87cbd24e41 | |
735 | Author: Adam Graham <[email protected]> | |
736 | Date: Wed Sep 3 12:26:28 2008 -0700 | |
737 | ||
738 | ppc4xx: IBM Memory Controller DDR autocalibration routines | |
739 | ||
740 | Alternate SDRAM DDR autocalibration routine that can be generically used | |
741 | for any PPC4xx chips that have the IBM SDRAM Controller core allowing for | |
742 | support of more DIMM/memory chip vendors and gets the DDR autocalibration | |
743 | values which give the best read latency performance (SDRAM0_RDCC.[RDSS]). | |
744 | ||
745 | Two alternate SDRAM DDR autocalibration algoritm are provided in this patch, | |
746 | "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range | |
747 | of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a | |
748 | lot longer to run than Method_B. Method_B executes in the same amount of time | |
749 | as the currently existing DDR autocalibration routine, i.e. 1 second or so. | |
750 | Normally Method_B is used and it is set as the default method. | |
751 | ||
752 | The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM | |
753 | Controller registers.[bit-field]: | |
754 | 1) SDRAM0_RQDC.[RQFD] | |
755 | 2) SDRAM0_RFDC.[RFFD] | |
756 | ||
757 | This alternate PPC4xx DDR autocalibration code calibrates the following | |
758 | IBM SDRAM Controller registers.[bit-field]: | |
759 | ||
760 | 1) SDRAM0_WRDTR.[WDTR] | |
761 | 2) SDRAM0_CLKTR.[CKTR] | |
762 | 3) SDRAM0_RQDC.[RQFD] | |
763 | 4) SDRAM0_RFDC.[RFFD] | |
764 | ||
765 | and will also use the calibrated settings of the above four registers that | |
766 | produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS] | |
767 | register.[bit-field]. | |
768 | ||
769 | Signed-off-by: Adam Graham <[email protected]> | |
770 | Signed-off-by: Stefan Roese <[email protected]> | |
771 | ||
772 | commit e07f4a8033b6270b8103049adb6456f660ff4a89 | |
773 | Author: Ricardo Ribalda Delgado <[email protected]> | |
774 | Date: Mon Sep 1 13:09:39 2008 -0400 | |
775 | ||
776 | ppc44x: Unification of virtex5 pp440 boards | |
777 | ||
778 | This patch provides an unificated way of handling xilinx v5 ppc440 boards. | |
779 | ||
780 | It unificates 3 different things: | |
781 | ||
782 | 1) Source code | |
783 | A new board called ppc440-generic has been created. This board includes | |
784 | a generic tlb initialization (Maps the whole memory into virtual) and | |
785 | defines board_pre_init, checkboard, initdram and get_sys_info weakly, | |
786 | so, they can be replaced by specific functions. | |
787 | ||
788 | If a new board needs to redefine any of the previous functions | |
789 | (specific initialization) it can create a new directory with the | |
790 | specific initializations needed. (see the example ml507 board). | |
791 | ||
792 | 2) Configuration file | |
793 | Common configurations are located under configs/xilinx-ppc440.h, this | |
794 | header file interpretes the xparameters file generated by EDK and | |
795 | configurates u-boot in correspondence. Example: if there is a Temac, | |
796 | allows CMD_CONFIG_NET | |
797 | Specific configuration are located under specific configuration file. | |
798 | (see the example ml507 board) | |
799 | ||
800 | 3) Makefile | |
801 | Some work has been done in order to not duplicate work in the Main | |
802 | Makefile. Please see the attached code. | |
803 | ||
804 | In order to support new boards they can be implemented in the next way: | |
805 | ||
806 | a) Simple Generic Board (90% of the time) | |
807 | Using EDK generates a new xparameters.h file, replace | |
808 | ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config | |
809 | && make | |
810 | ||
811 | b) Simple Boards with special u-boot parameters (9 % of the time) | |
812 | Create a new file under configs for it (use ml507.h as example) and | |
813 | change your paramaters. Create a new Makefile paragraph and compile | |
814 | ||
815 | c) Complex boards (1% of the time) | |
816 | Create a new folder for the board, like the ml507 | |
817 | ||
818 | Finally, it adds support for the Avnet FX30T Evaluation board, following | |
819 | the new generic structure: | |
820 | ||
821 | Cheap board by Avnet for evaluating the Virtex5 FX technology. | |
822 | ||
823 | This patch adds support for: | |
824 | - UartLite | |
825 | - 16MB Flash | |
826 | - 64MB RAM | |
827 | ||
828 | Prior using U-boot in this board, read carefully the ERRATA by Avnet | |
829 | to solve some memory initialization issues. | |
830 | ||
831 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
832 | Signed-off-by: Stefan Roese <[email protected]> | |
833 | ||
834 | commit 64ac1eb5afafced49b327425ad1814b2dc422d6e | |
835 | Author: Nick Spence <[email protected]> | |
836 | Date: Tue Sep 2 15:21:16 2008 -0500 | |
837 | ||
838 | mpc83xx: fix mpc8313 in-tree building with NAND | |
839 | ||
840 | and add mpc8313 NAND build to MAKEALL | |
841 | ||
842 | Signed-off-by: Nick Spence <[email protected]> | |
843 | Signed-off-by: Kim Phillips <[email protected]> | |
844 | ||
845 | commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3 | |
846 | Author: Nick Spence <[email protected]> | |
847 | Date: Thu Aug 28 14:09:25 2008 -0700 | |
848 | ||
849 | mpc83xx: clean up cache operations and unlock_ram_in_cache() functions | |
850 | ||
851 | Cleans up some latent issues with the data cache control so that | |
852 | dcache_enable() and dcache_disable() will work reliably (after | |
853 | unlock_ram_in_cache() has been called) | |
854 | ||
855 | Signed-off-by: Nick Spence <[email protected]> | |
856 | Signed-off-by: Kim Phillips <[email protected]> | |
857 | ||
858 | commit 46497056ae3b1e81e736e9cf3a170472c5d9719f | |
859 | Author: Nick Spence <[email protected]> | |
860 | Date: Thu Aug 28 14:09:19 2008 -0700 | |
861 | ||
862 | mpc83xx: Store and display Arbiter Event Register values | |
863 | ||
864 | Record the Arbiter Event Register values and optionally display them. | |
865 | ||
866 | The Arbiter Event Register can record the type and effective address of | |
867 | an arbiter error, even through an HRESET. This patch stores the values in | |
868 | the global data structure. | |
869 | ||
870 | Display of the Arbiter Event registers immediately after the RSR value | |
871 | can be enabled with defines. The Arbiter values will only be displayed | |
872 | if an arbiter event has occured since the last Power On Reset, and either | |
873 | of the following defines exist: | |
874 | #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and | |
875 | and type register values | |
876 | #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter | |
877 | event register values | |
878 | ||
879 | Address Only transactions are one of the trapped events that can register | |
880 | as an arbiter event. They occur with some cache manipulation instructions | |
881 | if the HID0_ABE (Address Broadcast Enable) is set and the memory region | |
882 | has the MEMORY_COHERENCE WIMG bit set. Setting: | |
883 | #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address | |
884 | only events, so that it can still capture | |
885 | other real problems. | |
886 | ||
887 | Signed-off-by: Nick Spence <[email protected]> | |
888 | Signed-off-by: Kim Phillips <[email protected]> | |
889 | ||
890 | commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605 | |
891 | Author: Nick Spence <[email protected]> | |
892 | Date: Thu Aug 28 14:09:11 2008 -0700 | |
893 | ||
894 | mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache | |
895 | ||
896 | This is needed in unlock_ram_in_cache() because it is called from C and | |
897 | will corrupt the small data area anchor that is kept in R2. | |
898 | ||
899 | lock_ram_in_cache() is modified similarly as good coding practice, but | |
900 | is not called from C. | |
901 | ||
902 | Signed-off-by: Nick Spence <[email protected]> | |
903 | Signed-off-by: Kim Phillips <[email protected]> | |
904 | ||
905 | commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9 | |
906 | Author: Nick Spence <[email protected]> | |
907 | Date: Fri Aug 22 23:52:50 2008 -0700 | |
908 | ||
909 | MPC83XX: Fix GPIO configuration - set gpio level before direction | |
910 | ||
911 | Set DAT value before DIR values to avoid creating glitches on the | |
912 | GPIO signals. | |
913 | ||
914 | Set gpio level register before direction register to inhibit | |
915 | glitches on high level output pins. | |
916 | ||
917 | Dir and data gets cleared at powerup, so high level output lines see | |
918 | a short low pulse between setting the direction and level registers. | |
919 | ||
920 | Issue was seen on a new board with the nReset line of the NOR flash | |
921 | connected to a GPIO. Setting the direction register puts the NOR flash | |
922 | in reset so the next instruction to set the level cannot get executed. | |
923 | ||
924 | Signed-off-by: Nick Spence <[email protected]> | |
925 | Signed-off-by: Peter Korsgaard <[email protected]> | |
926 | Signed-off-by: Kim Phillips <[email protected]> | |
927 | ||
928 | commit 7007c5975ee900ad70983b0681d3251e221f8321 | |
929 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
930 | Date: Tue Sep 2 02:58:32 2008 +0200 | |
931 | ||
932 | doc/qemu_mips: add doc howto debug u-boot with gdb | |
933 | ||
934 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
935 | ||
936 | commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405 | |
937 | Author: Matthias Fuchs <[email protected]> | |
938 | Date: Wed Sep 3 17:15:45 2008 +0200 | |
939 | ||
940 | ppx4xx: Fix broken DASA_SIM board | |
941 | ||
942 | This patch adds initdram() to DASA_SIM boards that has been | |
943 | removed accidentally by a previous commit. | |
944 | ||
945 | Signed-off-by: Matthias Fuchs <[email protected]> | |
946 | Signed-off-by: Stefan Roese <[email protected]> | |
947 | ||
948 | commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b | |
949 | Author: Stefan Roese <[email protected]> | |
950 | Date: Mon Sep 1 08:35:37 2008 +0200 | |
951 | ||
952 | ppc4xx: Remove reference to common/lists.o from some esd linker scripts | |
953 | ||
954 | This patch removes some direct references to common/lists.o from some | |
955 | esd linker scripts. This is necessary because the lists source was moved | |
956 | and is not in the "common" directory anymore. | |
957 | ||
958 | Signed-off-by: Stefan Roese <[email protected]> | |
959 | ||
960 | commit 97b0734d65f8a0b03df0a335a2addc759da56107 | |
961 | Author: Matthias Fuchs <[email protected]> | |
962 | Date: Tue Sep 2 16:33:05 2008 +0200 | |
963 | ||
964 | ppc4xx: Remove obsolete or unused functions from some esd boards | |
965 | ||
966 | This patch removes initdram() and testdram() from most esd 405 platforms. | |
967 | Some boards also have an empty dummy implementation of | |
968 | misc_init_f(). This is also removed. | |
969 | ||
970 | Signed-off-by: Matthias Fuchs <[email protected]> | |
971 | Signed-off-by: Stefan Roese <[email protected]> | |
972 | ||
973 | commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9 | |
974 | Author: Matthias Fuchs <[email protected]> | |
975 | Date: Tue Sep 2 15:07:54 2008 +0200 | |
976 | ||
977 | ppc4xx: Update VOM405 board configuration | |
978 | ||
979 | - remove PCI code | |
980 | - add command line editing | |
981 | - minor cleanup | |
982 | ||
983 | Signed-off-by: Matthias Fuchs <[email protected]> | |
984 | Signed-off-by: Stefan Roese <[email protected]> | |
985 | ||
986 | commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4 | |
987 | Author: Matthias Fuchs <[email protected]> | |
988 | Date: Tue Sep 2 15:07:53 2008 +0200 | |
989 | ||
990 | ppc4xx: Remove obsolete initdram() function from VOM405 board | |
991 | ||
992 | This patch removed the obsolete initdram() function from | |
993 | VOM405 platform file. | |
994 | ||
995 | Some minor cleanup. | |
996 | ||
997 | Signed-off-by: Matthias Fuchs <[email protected]> | |
998 | Signed-off-by: Stefan Roese <[email protected]> | |
999 | ||
1000 | commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8 | |
1001 | Author: Matthias Fuchs <[email protected]> | |
1002 | Date: Tue Sep 2 15:07:52 2008 +0200 | |
1003 | ||
1004 | ppc4xx: Cleanup VOM405 linker script | |
1005 | ||
1006 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1007 | Signed-off-by: Stefan Roese <[email protected]> | |
1008 | ||
1009 | commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2 | |
1010 | Author: Matthias Fuchs <[email protected]> | |
1011 | Date: Tue Sep 2 15:07:51 2008 +0200 | |
1012 | ||
1013 | ppc4xx: Add fdt support for VOM405 boards | |
1014 | ||
1015 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1016 | Signed-off-by: Stefan Roese <[email protected]> | |
1017 | ||
1018 | commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14 | |
1019 | Author: Matthias Fuchs <[email protected]> | |
1020 | Date: Tue Sep 2 11:36:14 2008 +0200 | |
1021 | ||
1022 | ppc4xx: Coding style cleanup | |
1023 | ||
1024 | Wrap long lines etc. | |
1025 | ||
1026 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1027 | Signed-off-by: Stefan Roese <[email protected]> | |
1028 | ||
1029 | commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060 | |
1030 | Author: Matthias Fuchs <[email protected]> | |
1031 | Date: Tue Sep 2 11:35:56 2008 +0200 | |
1032 | ||
1033 | ppc4xx: Enable USB on PLU405 boards | |
1034 | ||
1035 | This patch enables the PCI-OHCI controller on PLU405 board. | |
1036 | ||
1037 | Also the default CPU frequency is updated to 266 MHz and | |
1038 | command line editing is enabled. | |
1039 | ||
1040 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1041 | Signed-off-by: Stefan Roese <[email protected]> | |
1042 | ||
1043 | commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b | |
1044 | Author: Matthias Fuchs <[email protected]> | |
1045 | Date: Tue Sep 2 11:35:35 2008 +0200 | |
1046 | ||
1047 | ppc4xx: Cleanup PLU405 platform file | |
1048 | ||
1049 | This patch | |
1050 | - wraps some long lines | |
1051 | - removes unused/obsolete functions: misc_init_f() and initdram() | |
1052 | ||
1053 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1054 | Signed-off-by: Stefan Roese <[email protected]> | |
1055 | ||
1056 | commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33 | |
1057 | Author: Matthias Fuchs <[email protected]> | |
1058 | Date: Tue Sep 2 11:35:04 2008 +0200 | |
1059 | ||
1060 | ppc4xx: Cleanup PLU405 linker script | |
1061 | ||
1062 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1063 | Signed-off-by: Stefan Roese <[email protected]> | |
1064 | ||
1065 | commit 3bc1054cec2f6b25822f301ea922a16233baa4c7 | |
1066 | Author: Matthias Fuchs <[email protected]> | |
1067 | Date: Tue Sep 2 11:34:36 2008 +0200 | |
1068 | ||
1069 | ppc4xx: Add fdt support for PLU405 boards | |
1070 | ||
1071 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1072 | Signed-off-by: Stefan Roese <[email protected]> | |
1073 | ||
1074 | commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4 | |
1075 | Author: Matthias Fuchs <[email protected]> | |
1076 | Date: Tue Sep 2 11:34:08 2008 +0200 | |
1077 | ||
1078 | ppc4xx: Increase U-Boot size to 384kB for PLU405 boards | |
1079 | ||
1080 | Signed-off-by: Matthias Fuchs <[email protected]> | |
1081 | Signed-off-by: Stefan Roese <[email protected]> | |
1082 | ||
1083 | commit be1b0d2777e179191a57b138b660547a17e55aad | |
1084 | Author: Jochen Friedrich <[email protected]> | |
1085 | Date: Tue Sep 2 11:24:59 2008 +0200 | |
1086 | ||
1087 | Don't tftp to unknown flash | |
1088 | ||
1089 | If a board has a variable number of flash banks, there are empty entries | |
1090 | in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with | |
1091 | "Outside available Flash". This patch skips flash banks with unknown | |
1092 | flash ids. | |
1093 | ||
1094 | Signed-off-by: Jochen Friedrich <[email protected]> | |
1095 | Signed-off-by: Ben Warren <[email protected]> | |
1096 | ||
1097 | commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b | |
1098 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1099 | Date: Thu Aug 28 13:40:44 2008 +0900 | |
1100 | ||
1101 | net: smc911x: Add pkt_data_pull and pkt_data_push function | |
1102 | ||
1103 | The RSK7203 board has the SMSC9118 wired up 'incorrectly'. | |
1104 | Byte-swapping is necessary, and so poor performance is inevitable. | |
1105 | This problem cannot evade by the swap function of CHIP, this can | |
1106 | evade by software Byte-swapping. | |
1107 | And this has problem by FIFO access only. pkt_data_pull/pkt_data_push | |
1108 | functions necessary to solve this problem. | |
1109 | ||
1110 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1111 | Signed-off-by: Ben Warren <[email protected]> | |
1112 | ||
1113 | commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274 | |
1114 | Author: Ben Warren <[email protected]> | |
1115 | Date: Sun Aug 31 20:37:00 2008 -0700 | |
1116 | ||
1117 | Moved initialization of EEPRO100 Ethernet controller to board_eth_init() | |
1118 | ||
1119 | Affected boards: | |
1120 | db64360 | |
1121 | db64460 | |
1122 | katmai | |
1123 | taihu | |
1124 | taishan | |
1125 | yucca | |
1126 | cpc45 | |
1127 | cpu87 | |
1128 | eXalion | |
1129 | elppc | |
1130 | debris | |
1131 | kvme080 | |
1132 | mpc8315erdb | |
1133 | integratorap | |
1134 | ixdp425 | |
1135 | oxc | |
1136 | pm826 | |
1137 | pm828 | |
1138 | pm854 | |
1139 | pm856 | |
1140 | ppmc7xx | |
1141 | sc3 | |
1142 | sc520_spunk | |
1143 | sorcery | |
1144 | tqm8272 | |
1145 | tqm85xx | |
1146 | utx8245 | |
1147 | ||
1148 | Removed initialization of the driver from net/eth.c | |
1149 | Also, wrapped contents of pci_eth_init() by CONFIG_PCI. | |
1150 | ||
1151 | Signed-off-by: Ben Warren <[email protected]> | |
1152 | ||
1153 | commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0 | |
1154 | Author: Ben Warren <[email protected]> | |
1155 | Date: Sun Aug 31 10:45:44 2008 -0700 | |
1156 | ||
1157 | Moved initialization of TULIP Ethernet controller to board_eth_init() | |
1158 | ||
1159 | Affected boards: | |
1160 | cu824 | |
1161 | bab7xx | |
1162 | adciop | |
1163 | dasa_sim | |
1164 | mousse | |
1165 | mpc8540eval | |
1166 | musenki | |
1167 | mvblue | |
1168 | pcippc2/pcippc6 | |
1169 | sbc8240 | |
1170 | stxssa | |
1171 | ||
1172 | Removed initialization of the driver from net/eth.c | |
1173 | ||
1174 | Signed-off-by: Ben Warren <[email protected]> | |
1175 | ||
1176 | commit ad3381cf4167120db5c7b88e4970245e1d5c0a32 | |
1177 | Author: Ben Warren <[email protected]> | |
1178 | Date: Sun Aug 31 10:44:19 2008 -0700 | |
1179 | ||
1180 | Moved initialization of E1000 Ethernet controller to board_eth_init() | |
1181 | ||
1182 | Affected boards: | |
1183 | ap1000 | |
1184 | mvbc_p | |
1185 | PM854 | |
1186 | ||
1187 | Removed initialization of the driver from net/eth.c | |
1188 | ||
1189 | Signed-off-by: Ben Warren <[email protected]> | |
1190 | ||
1191 | commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487 | |
1192 | Author: Ben Warren <[email protected]> | |
1193 | Date: Sun Aug 31 10:40:51 2008 -0700 | |
1194 | ||
1195 | Moved initialization of plb2800 Ethernet driver to board_eth_init | |
1196 | ||
1197 | Affected boards: | |
1198 | purple | |
1199 | ||
1200 | Removed initialization of controller from net/eth.c | |
1201 | ||
1202 | Signed-off-by: Ben Warren <[email protected]> | |
1203 | ||
1204 | commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d | |
1205 | Author: Ben Warren <[email protected]> | |
1206 | Date: Sun Aug 31 10:39:12 2008 -0700 | |
1207 | ||
1208 | Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory | |
1209 | ||
1210 | Modified board_eth_init() functions of boards that have this FEC in addition | |
1211 | to other Ethernet controllers. | |
1212 | ||
1213 | Affected boards: | |
1214 | bc3450 | |
1215 | icecube | |
1216 | mvbc_p | |
1217 | o2dnt | |
1218 | pm520 | |
1219 | total5200 | |
1220 | tq5200 | |
1221 | ||
1222 | Removed initialization of controller from net/eth.c | |
1223 | ||
1224 | Signed-off-by: Ben Warren <[email protected]> | |
1225 | ||
1226 | commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d | |
1227 | Author: Ben Warren <[email protected]> | |
1228 | Date: Sun Aug 31 10:36:38 2008 -0700 | |
1229 | ||
1230 | Moved initialization of MPC512x_FEC Ethernet driver to CPU directory | |
1231 | ||
1232 | Added a cpu_eth_init() function to MPC512x CPU directory and | |
1233 | removed code from net/eth.c | |
1234 | ||
1235 | Signed-off-by: Ben Warren <[email protected]> | |
1236 | ||
1237 | commit 8218bd2aa68820b878a8413493ae17fd8d21f944 | |
1238 | Author: Ben Warren <[email protected]> | |
1239 | Date: Sun Aug 31 10:16:59 2008 -0700 | |
1240 | ||
1241 | Moved initialization of IncaIP Ethernet controller to board_eth_init | |
1242 | ||
1243 | Affected boards: | |
1244 | IncaIP | |
1245 | ||
1246 | Removed initialization of the driver from net/eth.c | |
1247 | ||
1248 | Signed-off-by: Ben Warren <[email protected]> | |
1249 | ||
1250 | commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055 | |
1251 | Author: Ben Warren <[email protected]> | |
1252 | Date: Sun Aug 31 10:15:26 2008 -0700 | |
1253 | ||
1254 | Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() | |
1255 | ||
1256 | Affected boards: | |
1257 | AmigaOneG3SE | |
1258 | ||
1259 | Removed initialization of the driver from net/eth.c | |
1260 | ||
1261 | Signed-off-by: Ben Warren <[email protected]> | |
1262 | ||
1263 | commit 6aca145e067efe75398e9fac97822bd3700de0b2 | |
1264 | Author: Ben Warren <[email protected]> | |
1265 | Date: Sun Aug 31 10:13:34 2008 -0700 | |
1266 | ||
1267 | Moved initialization of GT6426x Ethernet controller to board_eth_init() | |
1268 | ||
1269 | Affected boards: | |
1270 | EVB64260 | |
1271 | P3G4 | |
1272 | ZUMA | |
1273 | ||
1274 | Removed initialization of the driver from net/eth.c | |
1275 | ||
1276 | Signed-off-by: Ben Warren <[email protected]> | |
1277 | ||
1278 | commit e3090534d62045dcb73f5392bacc64a4e8e443dc | |
1279 | Author: Ben Warren <[email protected]> | |
1280 | Date: Sun Aug 31 10:08:43 2008 -0700 | |
1281 | ||
1282 | Moved initialization of PCNET Ethernet controller to board_eth_init() | |
1283 | ||
1284 | Affected boards: | |
1285 | PN62 | |
1286 | sc520_cdp | |
1287 | ||
1288 | Removed initialization of the driver from net/eth.c | |
1289 | ||
1290 | Signed-off-by: Ben Warren <[email protected]> | |
1291 | ||
1292 | commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed | |
1293 | Author: Ben Warren <[email protected]> | |
1294 | Date: Sun Aug 31 10:07:16 2008 -0700 | |
1295 | ||
1296 | Moved initialization of NATSEMI Ethernet controller to board_eth_init() | |
1297 | ||
1298 | Affected boards: | |
1299 | a3000 | |
1300 | ||
1301 | Removed initialization of the driver from net/eth.c | |
1302 | ||
1303 | Signed-off-by: Ben Warren <[email protected]> | |
1304 | ||
1305 | commit 19403633dd70333893c2da7926a1d0dcd6dab7d8 | |
1306 | Author: Ben Warren <[email protected]> | |
1307 | Date: Sun Aug 31 10:03:22 2008 -0700 | |
1308 | ||
1309 | Moved initialization of NS8382X Ethernet controller to board_eth_init() | |
1310 | ||
1311 | Affected boards: | |
1312 | bc3450 | |
1313 | cpci5200 | |
1314 | mecp5200 | |
1315 | pf2000 | |
1316 | icecube | |
1317 | o2dnt | |
1318 | pm520 | |
1319 | sandpoint8245 | |
1320 | total5200 | |
1321 | tqm5200 | |
1322 | ||
1323 | Removed initialization of the driver from net/eth.c | |
1324 | ||
1325 | Signed-off-by: Ben Warren <[email protected]> | |
1326 | ||
1327 | commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0 | |
1328 | Author: Ben Warren <[email protected]> | |
1329 | Date: Sun Aug 31 09:59:33 2008 -0700 | |
1330 | ||
1331 | Moved initialization of TSI108 Ethernet controller to board_eth_init() | |
1332 | ||
1333 | Affected boards: | |
1334 | mpc7448hpc2 | |
1335 | ||
1336 | Removed initialization of the driver from net/eth.c | |
1337 | ||
1338 | Signed-off-by: Ben Warren <[email protected]> | |
1339 | ||
1340 | commit 0b252f50ae218ae15bfb63af44227972686ebc56 | |
1341 | Author: Ben Warren <[email protected]> | |
1342 | Date: Sun Aug 31 21:41:08 2008 -0700 | |
1343 | ||
1344 | Moved initialization of RTL8139 Ethernet controller to board_eth_init() | |
1345 | ||
1346 | Affected boards: | |
1347 | hidden_dragon | |
1348 | MPC8544DS | |
1349 | MPC8610HPCN | |
1350 | R2DPLUS | |
1351 | TB0229 | |
1352 | ||
1353 | Removed initialization of the driver from net/eth.c | |
1354 | ||
1355 | Signed-off-by: Ben Warren <[email protected]> | |
1356 | ||
1357 | commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7 | |
1358 | Author: Ben Warren <[email protected]> | |
1359 | Date: Sun Aug 31 09:49:42 2008 -0700 | |
1360 | ||
1361 | Moved initialization of RTL8169 Ethernet controller to board_eth_init() | |
1362 | ||
1363 | Affected boards: | |
1364 | linkstation | |
1365 | r7780mp | |
1366 | ||
1367 | Removed initialization of the driver from net/eth.c | |
1368 | ||
1369 | Signed-off-by: Ben Warren <[email protected]> | |
1370 | ||
1371 | commit 3ae071e44256144d6c1e3febb65f6c56bd433769 | |
1372 | Author: Ben Warren <[email protected]> | |
1373 | Date: Tue Aug 12 22:11:53 2008 -0700 | |
1374 | ||
1375 | Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() | |
1376 | ||
1377 | Removed at91sam9_eth_initialize() from net/eth.c | |
1378 | ||
1379 | Signed-off-by: Ben Warren <[email protected]> | |
1380 | ||
1381 | commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13 | |
1382 | Author: Ben Warren <[email protected]> | |
1383 | Date: Sun Aug 31 22:22:04 2008 -0700 | |
1384 | ||
1385 | Introduce netdev.h header file and remove externs | |
1386 | ||
1387 | This addresses all drivers whose initializers have already | |
1388 | been moved to board_eth_init()/cpu_eth_init(). | |
1389 | ||
1390 | Signed-off-by: Ben Warren <[email protected]> | |
1391 | ||
1392 | commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c | |
1393 | Author: Andy Fleming <[email protected]> | |
1394 | Date: Sun Aug 31 16:33:30 2008 -0500 | |
1395 | ||
1396 | Add pixis_set_sgmii command | |
1397 | ||
1398 | The 8544DS and 8572DS platforms support an optional SGMII riser card to | |
1399 | expose ethernet over an SGMII interface. Once the card is in, it is also | |
1400 | necessary to configure the board such that it uses the card, rather than | |
1401 | the on-board ethernet ports. This can either be done by flipping dip switches | |
1402 | on the motherboard, or by modifying registers in the pixis. Either way | |
1403 | requires a reboot. | |
1404 | ||
1405 | This adds a command to allow users to choose which ports are routed through | |
1406 | the SGMII card, and which through the onboard ports. It also allows users | |
1407 | to revert to the current switch settings. | |
1408 | ||
1409 | This code does not work on the 8572, as the PIXIS is different. | |
1410 | ||
1411 | Signed-off-by: Andy Fleming <[email protected]> | |
1412 | Signed-off-by: Ben Warren <[email protected]> | |
1413 | ||
1414 | commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7 | |
1415 | Author: Andy Fleming <[email protected]> | |
1416 | Date: Sun Aug 31 16:33:29 2008 -0500 | |
1417 | ||
1418 | Add SGMII support for the 8544 DS | |
1419 | ||
1420 | The 8544 DS has an optional SGMII Riser card, which uses different PHY | |
1421 | addresses. Check if we are in SGMII mode, and invoke the SGMII Riser | |
1422 | setup code if so. | |
1423 | ||
1424 | Signed-off-by: Andy Fleming <[email protected]> | |
1425 | Signed-off-by: Ben Warren <[email protected]> | |
1426 | ||
1427 | commit 652f7c2eef76a1340928bd660845441e932d86a2 | |
1428 | Author: Andy Fleming <[email protected]> | |
1429 | Date: Sun Aug 31 16:33:28 2008 -0500 | |
1430 | ||
1431 | Add support for Freescale SGMII Riser Card | |
1432 | ||
1433 | The 8544DS and 8572DS systems have an optional SGMII riser card which | |
1434 | exposes new ethernet ports which are connected to the eTSECs via an | |
1435 | SGMII interface. The SGMII PHYs for this board are offset from the standard | |
1436 | PHY addresses, so this code modifies the passed in tsec_info structure to | |
1437 | use the SGMII PHYs on the card, instead. | |
1438 | ||
1439 | Signed-off-by: Andy Fleming <[email protected]> | |
1440 | Signed-off-by: Ben Warren <[email protected]> | |
1441 | ||
1442 | commit 2abe361c03b43e6dcf68f54e96b5c05156c49284 | |
1443 | Author: Andy Fleming <[email protected]> | |
1444 | Date: Sun Aug 31 16:33:27 2008 -0500 | |
1445 | ||
1446 | Add SGMII support to the tsec | |
1447 | ||
1448 | Adds support for configuring the TBI to talk properly with the SerDes. | |
1449 | ||
1450 | Signed-off-by: Andy Fleming <[email protected]> | |
1451 | Signed-off-by: Ben Warren <[email protected]> | |
1452 | ||
1453 | commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42 | |
1454 | Author: Andy Fleming <[email protected]> | |
1455 | Date: Sun Aug 31 16:33:26 2008 -0500 | |
1456 | ||
1457 | Pass in tsec_info struct through tsec_initialize | |
1458 | ||
1459 | The tsec driver contains a hard-coded array of configuration information | |
1460 | for the tsec ethernet controllers. We create a default function that works | |
1461 | for most tsecs, and allow that to be overridden by board code. It creates | |
1462 | an array of tsec_info structures, which are then parsed by the corresponding | |
1463 | driver instance to determine configuration. Also, add regs, miiregs, and | |
1464 | devname fields to the tsec_info structure, so that we don't need the kludgy | |
1465 | "index" parameter. | |
1466 | ||
1467 | Signed-off-by: Andy Fleming <[email protected]> | |
1468 | Signed-off-by: Ben Warren <[email protected]> | |
1469 | ||
1470 | commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10 | |
1471 | Author: Andy Fleming <[email protected]> | |
1472 | Date: Sun Aug 31 16:33:25 2008 -0500 | |
1473 | ||
1474 | tsec: Move tsec.h to include/ | |
1475 | ||
1476 | This is to prepare the way for board code passing in the tsec_info structure | |
1477 | ||
1478 | Signed-off-by: Andy Fleming <[email protected]> | |
1479 | Signed-off-by: Ben Warren <[email protected]> | |
1480 | ||
1481 | commit d23dc394aa69093b6326ad917db04dc0d1aff3f8 | |
1482 | Author: Sergei Poselenov <[email protected]> | |
1483 | Date: Fri Jun 6 15:52:44 2008 +0200 | |
1484 | ||
1485 | PHY: Add support for the M88E1121R Marvell chip. | |
1486 | ||
1487 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
1488 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1489 | Signed-off-by: Ben Warren <[email protected]> | |
1490 | ||
1491 | commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b | |
1492 | Author: Wolfgang Denk <[email protected]> | |
1493 | Date: Tue Sep 2 21:17:36 2008 +0200 | |
1494 | ||
1495 | fw_env.c: fix build problems with MTD_VERSION=old | |
1496 | ||
1497 | (as needed to support old 2.4 Linux kernel based releases) | |
1498 | ||
1499 | Signed-off-by: Wolfgang Denk <[email protected]> | |
1500 | ||
1501 | commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51 | |
1502 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1503 | Date: Mon Sep 1 17:11:26 2008 +0200 | |
1504 | ||
1505 | device: make device_register() clone the device | |
1506 | ||
1507 | This is expected by the callers, but this fact was hidden well within | |
1508 | the old list implementation. | |
1509 | ||
1510 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1511 | ||
1512 | commit c75e772a2f061a508bba28ded1b5bea91f0442b0 | |
1513 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1514 | Date: Sun Aug 31 23:28:15 2008 +0900 | |
1515 | ||
1516 | sh: Remove CC line from board's Makefile | |
1517 | ||
1518 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1519 | ||
1520 | commit 468eae0660de6fdfd9999944c536ecc4797bd944 | |
1521 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1522 | Date: Sun Aug 31 23:25:57 2008 +0900 | |
1523 | ||
1524 | sh: Replaced "@./mkconfig" for @$(MKCONFIG) | |
1525 | ||
1526 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1527 | ||
1528 | commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34 | |
1529 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1530 | Date: Thu Aug 28 14:50:52 2008 +0900 | |
1531 | ||
1532 | sh: Add support sh2 to MAKEALL | |
1533 | ||
1534 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1535 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1536 | ||
1537 | commit 6f3d8bb5faa12dbf3031382286784c978df038ee | |
1538 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1539 | Date: Thu Aug 28 14:52:23 2008 +0900 | |
1540 | ||
1541 | sh: Fix compile error rsk7203 board | |
1542 | ||
1543 | This boards used old type preprocessor. | |
1544 | This patch fix compile error. | |
1545 | ||
1546 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1547 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1548 | ||
1549 | commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa | |
1550 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1551 | Date: Thu Aug 28 14:53:31 2008 +0900 | |
1552 | ||
1553 | sh: Fix compile error sh7785lcr board | |
1554 | ||
1555 | This boards used old type preprocessor. | |
1556 | This patch fix compile error. | |
1557 | ||
1558 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1559 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1560 | ||
1561 | commit 6f0da4972e48f99d37bc522814940a6022cd3084 | |
1562 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1563 | Date: Fri Aug 22 17:39:09 2008 +0900 | |
1564 | ||
1565 | sh: Renesas Solutions AP325RXA board support | |
1566 | ||
1567 | AP325RXA is SH7723's reference board. | |
1568 | This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other. | |
1569 | In this patch, support SCIF, NOR Flash, and Ethernet. | |
1570 | ||
1571 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1572 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1573 | ||
1574 | commit ab09f433b50bb83b5e440c335bc3839ee069e534 | |
1575 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1576 | Date: Fri Aug 22 17:48:51 2008 +0900 | |
1577 | ||
1578 | sh: add support Renesas SH7723 | |
1579 | ||
1580 | Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other. | |
1581 | This patch supports CPU register's header file and SCIF serial driver. | |
1582 | ||
1583 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1584 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1585 | ||
1586 | commit c655fad06ba3fb042dbc667724a40e1a9a091248 | |
1587 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1588 | Date: Sun Aug 31 23:02:04 2008 +0900 | |
1589 | ||
1590 | sh: Renesas RSK+ 7203 board support | |
1591 | ||
1592 | This adds initial support for the RTE RSK+ SH7203 board. | |
1593 | ||
1594 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1595 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1596 | ||
1597 | commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475 | |
1598 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1599 | Date: Thu Jul 3 23:11:02 2008 +0900 | |
1600 | ||
1601 | sh: Add support Renesas SH7203 processor | |
1602 | ||
1603 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1604 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1605 | ||
1606 | commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9 | |
1607 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1608 | Date: Sun Aug 31 22:48:33 2008 +0900 | |
1609 | ||
1610 | sh: Add support SH2/SH2A which is CPU of Renesas Technology | |
1611 | ||
1612 | Add support SH2/SH2A basic function. | |
1613 | ||
1614 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1615 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1616 | ||
1617 | commit 0d53a47dc0737b6aa3a39caee21410c169441ae5 | |
1618 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1619 | Date: Sun Aug 31 22:45:08 2008 +0900 | |
1620 | ||
1621 | sh: Renesas R0P7785LC0011RL board support | |
1622 | ||
1623 | This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, | |
1624 | Graphic, Ethernet, USB, SD, RTC, and I2C controller. | |
1625 | ||
1626 | This patch supports the following functions: | |
1627 | - 128MB DDR2-SDRAM (29-bit address mode only) | |
1628 | - NOR Flash | |
1629 | - USB host | |
1630 | - Ethernet | |
1631 | ||
1632 | Signed-off-by: Yoshihiro Shimoda <[email protected]> | |
1633 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1634 | ||
1635 | commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e | |
1636 | Author: Yoshihiro Shimoda <[email protected]> | |
1637 | Date: Thu Jul 10 19:32:53 2008 +0900 | |
1638 | ||
1639 | sh: add support for SH7785 | |
1640 | ||
1641 | Renesas SH7785 has DDR2-SDRAM controller, PCI, and other. | |
1642 | This patch supports CPU register's header file. | |
1643 | ||
1644 | Signed-off-by: Yoshihiro Shimoda <[email protected]> | |
1645 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1646 | ||
1647 | commit d6e04258be8f2408845468d3cf722a4cf0433445 | |
1648 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1649 | Date: Sun Aug 31 04:45:42 2008 +0200 | |
1650 | ||
1651 | davinci: fix remaining dm644x_eth | |
1652 | ||
1653 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1654 | ||
1655 | commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 | |
1656 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1657 | Date: Sun Aug 31 04:24:56 2008 +0200 | |
1658 | ||
1659 | fs: Move conditional compilation to Makefile | |
1660 | ||
1661 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1662 | ||
1663 | commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48 | |
1664 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1665 | Date: Sun Aug 31 04:24:55 2008 +0200 | |
1666 | ||
1667 | devices: merge to list_head | |
1668 | ||
1669 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1670 | ||
1671 | commit ef0255fc75f28655f9681422079287d68a14dbaa | |
1672 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1673 | Date: Sun Aug 31 04:24:51 2008 +0200 | |
1674 | ||
1675 | update linux/list | |
1676 | ||
1677 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1678 | ||
1679 | commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3 | |
1680 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1681 | Date: Sun Aug 31 00:39:48 2008 +0200 | |
1682 | ||
1683 | smdk6400: add gitignore | |
1684 | ||
1685 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1686 | ||
1687 | commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9 | |
1688 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1689 | Date: Sun Aug 31 00:39:48 2008 +0200 | |
1690 | ||
1691 | smdk6400: Use CONFIG_FLASH_CFI_DRIVER | |
1692 | ||
1693 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1694 | ||
1695 | commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15 | |
1696 | Author: Guennadi Liakhovetski <[email protected]> | |
1697 | Date: Sun Aug 31 00:39:47 2008 +0200 | |
1698 | ||
1699 | smdk6400: remove redundant bootargs definition | |
1700 | ||
1701 | Double bootargs setting leads to a duplicated environmant entry. | |
1702 | ||
1703 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1704 | ||
1705 | commit 11edcfe260f20dcea79284a3e95270989d433854 | |
1706 | Author: Guennadi Liakhovetski <[email protected]> | |
1707 | Date: Sun Aug 31 00:39:47 2008 +0200 | |
1708 | ||
1709 | ARM: Add support for S3C6400 based SMDK6400 board | |
1710 | ||
1711 | SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl | |
1712 | driver for it too. The board can also boot from the NOR flash, but due to | |
1713 | hardware limitations it can only address 64KiB on it, which is not enough | |
1714 | for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6. | |
1715 | ||
1716 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1717 | ||
1718 | commit e0056b341069796eaea11eae0fc8eb93a3dceaac | |
1719 | Author: Guennadi Liakhovetski <[email protected]> | |
1720 | Date: Sun Aug 31 00:39:47 2008 +0200 | |
1721 | ||
1722 | NAND: add NAND driver for S3C64XX | |
1723 | ||
1724 | Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6. | |
1725 | ||
1726 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1727 | ||
1728 | commit 3fe7b589f9c7463df39056f8872006a67f56a91c | |
1729 | Author: Guennadi Liakhovetski <[email protected]> | |
1730 | Date: Sun Aug 31 00:39:47 2008 +0200 | |
1731 | ||
1732 | S3C64XX: remove broken HWFLOW support from the serial driver | |
1733 | ||
1734 | As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is | |
1735 | broken and currently unused. Remove it. | |
1736 | ||
1737 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1738 | ||
1739 | commit 2fb28dcf82048045e1bf5014e938e486fa6c2383 | |
1740 | Author: Guennadi Liakhovetski <[email protected]> | |
1741 | Date: Sun Aug 31 00:39:47 2008 +0200 | |
1742 | ||
1743 | serial: add S3C64XX serial driver | |
1744 | ||
1745 | Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6. | |
1746 | ||
1747 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1748 | ||
1749 | commit 8262813ca04fc57f5d8856e1828085c136e0f1eb | |
1750 | Author: Guennadi Liakhovetski <[email protected]> | |
1751 | Date: Sun Aug 31 00:39:46 2008 +0200 | |
1752 | ||
1753 | USB: Add support for OHCI controller on S3C6400 | |
1754 | ||
1755 | Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could | |
1756 | try to enable the MMU, but map addresses 1-to-1, and disable data cache, then | |
1757 | it should work too and we could still profit from instruction cache. | |
1758 | ||
1759 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1760 | ||
1761 | commit 9b07773f8883665b002500c190507e9fd99b7181 | |
1762 | Author: Guennadi Liakhovetski <[email protected]> | |
1763 | Date: Sun Aug 31 00:39:46 2008 +0200 | |
1764 | ||
1765 | ARM: Add arm1176 core with S3C6400 SoC | |
1766 | ||
1767 | Based on the original S3C64XX port by Samsung for U-Boot 1.1.6. | |
1768 | ||
1769 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
1770 | ||
1771 | commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75 | |
1772 | Author: Sandeep Paulraj <[email protected]> | |
1773 | Date: Sun Aug 31 00:39:46 2008 +0200 | |
1774 | ||
1775 | ARM DaVinci: Changing function names for EMAC driver | |
1776 | ||
1777 | DM644x is just one of a series of DaVinci chips that use the EMAC driver. | |
1778 | By replacing all the function names that start with dm644x_* to davinci_* | |
1779 | we make these function more portable. I have tested this change on my EVM. | |
1780 | DM6467 is another DaVinci SOC which uses the EMAC driver and i will | |
1781 | be sending patches that add DaVinci DM6467 support to the list soon. | |
1782 | ||
1783 | Signed-off-by: Sandeep Paulraj <[email protected]> | |
1784 | ||
1785 | commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b | |
1786 | Author: Gururaja Hebbar K R <[email protected]> | |
1787 | Date: Sat Aug 30 23:21:30 2008 +0200 | |
1788 | ||
1789 | Integrator[AP/CP] - Remove unused file memsetup.S | |
1790 | ||
1791 | - memsetup.s is changed/merged to lowlevel_init.S | |
1792 | memsetup.S has a global label memsetup that just returns back to caller | |
1793 | - memsetup global label is changed/merged to lowlevel_init | |
1794 | This label is not called from anywhere. | |
1795 | ||
1796 | Signed-off-by: Gururaja Hebbar <[email protected]> | |
1797 | ||
1798 | commit 89d51d022a63be1a851eda983c8cbce1a044f65f | |
1799 | Author: Hugo Villeneuve <[email protected]> | |
1800 | Date: Wed Aug 27 21:35:52 2008 +0200 | |
1801 | ||
1802 | ARM DaVinci: Standardize names of directories/files | |
1803 | ||
1804 | ARM DaVinci: Standardize names of directories/files. | |
1805 | ||
1806 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
1807 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1808 | ||
1809 | commit 264bbdd11d01f14f5ea4629556ae63b00b13402d | |
1810 | Author: Hugo Villeneuve <[email protected]> | |
1811 | Date: Fri Jul 11 15:10:13 2008 -0400 | |
1812 | ||
1813 | ARM DaVinci: Move common functions to board/davinci/common | |
1814 | ||
1815 | ARM DaVinci: Move common functions to board/davinci/common. | |
1816 | ||
1817 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
1818 | ||
1819 | commit c2b4b2e4814f4ace9015fdb64132894327400bf0 | |
1820 | Author: Stefan Roese <[email protected]> | |
1821 | Date: Fri Aug 29 11:56:49 2008 +0200 | |
1822 | ||
1823 | ppc4xx/NAND: Add select_chip function to 4xx NDFC driver | |
1824 | ||
1825 | This function is needed for the new NAND infrastructure. We only need | |
1826 | a dummy implementation though for the NDFC. | |
1827 | ||
1828 | Signed-off-by: Stefan Roese <[email protected]> | |
1829 | ||
1830 | commit 3d4a746e2fb4545f07d871049805fb34ae97cc94 | |
1831 | Author: Stefan Roese <[email protected]> | |
1832 | Date: Fri Aug 29 12:06:27 2008 +0200 | |
1833 | ||
1834 | ppc4xx: Increase image size for NAND boot target | |
1835 | ||
1836 | This is needed since now with HUSH enabled (amcc-common.h) the image | |
1837 | read from NAND exceeds the previous limit. | |
1838 | ||
1839 | Signed-off-by: Stefan Roese <[email protected]> | |
1840 | ||
1841 | commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759 | |
1842 | Author: Ben Warren <[email protected]> | |
1843 | Date: Thu Aug 28 23:58:30 2008 -0700 | |
1844 | ||
1845 | Move MPC512x_FEC driver to drivers/net | |
1846 | ||
1847 | Signed-off-by: Ben Warren <[email protected]> | |
1848 | ||
1849 | commit 80b00af01b3c9154774de2936f05a051e92f6a03 | |
1850 | Author: Ben Warren <[email protected]> | |
1851 | Date: Thu Aug 28 23:58:29 2008 -0700 | |
1852 | ||
1853 | Move MPC5xxx_FEC driver to drivers/net | |
1854 | ||
1855 | Signed-off-by: Ben Warren <[email protected]> | |
1856 | ||
1857 | commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7 | |
1858 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1859 | Date: Fri Aug 29 21:53:57 2008 +0200 | |
1860 | ||
1861 | cmd_terminal: remove no need ifdef | |
1862 | ||
1863 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1864 | ||
1865 | commit 578118bdf122877ae769776be002255be447b4fa | |
1866 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1867 | Date: Fri Aug 29 21:53:57 2008 +0200 | |
1868 | ||
1869 | common/Makefile: order by functionality | |
1870 | ||
1871 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1872 | ||
1873 | commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb | |
1874 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1875 | Date: Fri Aug 29 21:53:56 2008 +0200 | |
1876 | ||
1877 | miiphyutil: Move conditional compilation to Makefile | |
1878 | ||
1879 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1880 | ||
1881 | commit 81789c39db3f0f6b621df8c0ec66014d701f368e | |
1882 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1883 | Date: Fri Aug 29 21:53:37 2008 +0200 | |
1884 | ||
1885 | autoscript: Move conditional compilation to Makefile | |
1886 | ||
1887 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1888 | ||
1889 | commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d | |
1890 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1891 | Date: Fri Aug 29 01:18:11 2008 +0200 | |
1892 | ||
1893 | crc16: move to lib_generic | |
1894 | ||
1895 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1896 | ||
1897 | commit 55195773eacefb22dd483a3c560ea30a14263ce1 | |
1898 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1899 | Date: Fri Aug 29 01:18:01 2008 +0200 | |
1900 | ||
1901 | miiphybb: move to drivers/net/phy | |
1902 | ||
1903 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1904 | ||
1905 | commit e8314035996a9118ac5948df2ff8a2f2161ed67a | |
1906 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1907 | Date: Thu Aug 28 12:31:51 2008 +0200 | |
1908 | ||
1909 | soft_spi: move to drivers/spi | |
1910 | ||
1911 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1912 | ||
1913 | commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56 | |
1914 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1915 | Date: Thu Aug 28 12:31:51 2008 +0200 | |
1916 | ||
1917 | soft_i2c: move to drivers/i2c | |
1918 | ||
1919 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1920 | ||
1921 | commit 717a222229fdb77703e9174d0eb08a4b41febf49 | |
1922 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1923 | Date: Thu Aug 28 12:31:48 2008 +0200 | |
1924 | ||
1925 | gunzip: move to lib_generic | |
1926 | ||
1927 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1928 | ||
1929 | commit 52aef8f9ba28b747973bf76741c23db658d5773c | |
1930 | Author: Wolfgang Ocker <[email protected]> | |
1931 | Date: Tue Aug 26 19:55:23 2008 +0200 | |
1932 | ||
1933 | ppc4xx: NAND configuration | |
1934 | ||
1935 | Made NAND bank configuration setting a config variable. | |
1936 | ||
1937 | Signed-off-by: Wolfgang Ocker <[email protected]> | |
1938 | Signed-off-by: Stefan Roese <[email protected]> | |
1939 | ||
1940 | commit 5bc542a593abc9e974fbd34704af85c37c366c60 | |
1941 | Author: Victor Gallardo <[email protected]> | |
1942 | Date: Thu Aug 28 16:03:28 2008 -0700 | |
1943 | ||
1944 | ppc4xx: fix UIC external_interrupt hang on UIC0 | |
1945 | ||
1946 | This patch fixes a UIC external_interrupt hang if critical or non-critical | |
1947 | interrupt is set at the same time as a normal interrupt is set on UIC0. | |
1948 | ||
1949 | Signed-off-by: Victor Gallardo <[email protected]> | |
1950 | Signed-off-by: Stefan Roese <[email protected]> | |
1951 | ||
1952 | commit 04737d5ffd16248cb80ab3dd4f3765057a803f18 | |
1953 | Author: Prodyut Hazarika <[email protected]> | |
1954 | Date: Wed Aug 27 16:39:00 2008 -0700 | |
1955 | ||
1956 | ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller | |
1957 | ||
1958 | Removed Magic numbers from Initialization preload registers | |
1959 | Tested with Kilauea, Glacier, Canyonlands and Katmai boards | |
1960 | About 5-7% improvement seen for LMBench memtests | |
1961 | ||
1962 | Signed-off-by: Prodyut Hazarika <[email protected]> | |
1963 | Signed-off-by: Stefan Roese <[email protected]> | |
1964 | ||
1965 | commit 8a490422bed685c9491274ec997f62061d88620b | |
1966 | Author: John Rigby <[email protected]> | |
1967 | Date: Thu Aug 28 13:17:07 2008 -0600 | |
1968 | ||
1969 | ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon | |
1970 | ||
1971 | MPC5121 rev 2 silicon has a new register for controlling how long | |
1972 | CS is asserted after deassertion of ALE in multiplexed mode. | |
1973 | ||
1974 | The default is to assert CS together with ALE. The alternative | |
1975 | is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE. | |
1976 | ||
1977 | The default is wrong for the NOR flash and CPLD on the ADS5121. | |
1978 | ||
1979 | This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD) | |
1980 | it does so conditionally based on silicon rev 2.0 or greater. | |
1981 | ||
1982 | Signed-off-by: Martha J Marx <[email protected]> | |
1983 | Signed-off-by: John Rigby <[email protected]> | |
1984 | ||
1985 | commit 5d9a5efa4b332f442b54a755d49969123c3a8742 | |
1986 | Author: TsiChung Liew <[email protected]> | |
1987 | Date: Tue Aug 19 00:56:46 2008 +0600 | |
1988 | ||
1989 | Add I2C frequency dividers for ColdFire | |
1990 | ||
1991 | The existing I2C freqency dividers for FDR does not apply | |
1992 | to ColdFire platforms; thus, a seperate table is added | |
1993 | based on MCF5xxx Reference Manual | |
1994 | ||
1995 | Signed-off-by: Luigi 'Comio' Mantellini <[email protected]> | |
1996 | Signed-off-by: TsiChung Liew <[email protected]> | |
1997 | Acked-by: Tabi Timur <[email protected]> | |
1998 | ||
1999 | commit eec567a67e00d1ed8d941e9098b7d421f4091abf | |
2000 | Author: TsiChung Liew <[email protected]> | |
2001 | Date: Tue Aug 19 03:01:19 2008 +0600 | |
2002 | ||
2003 | ColdFire: I2C fix for multiple platforms | |
2004 | ||
2005 | Signed-off-by: TsiChung Liew <[email protected]> | |
2006 | ||
2007 | commit d53cf6a9c7423cba668b867978648645f71c3090 | |
2008 | Author: TsiChung Liew <[email protected]> | |
2009 | Date: Tue Aug 19 00:37:13 2008 +0600 | |
2010 | ||
2011 | ColdFire: Add CONFIG_MII_INIT for M5272C3 | |
2012 | ||
2013 | Signed-off-by: TsiChung Liew <[email protected]> | |
2014 | ||
2015 | commit f78ced3028d4130b24a318943a70cf5584ab16f4 | |
2016 | Author: TsiChung Liew <[email protected]> | |
2017 | Date: Tue Aug 19 00:26:25 2008 +0600 | |
2018 | ||
2019 | ColdFire: Multiple fixes for MCF5445x platforms | |
2020 | ||
2021 | Add FEC pin set and mii reset in __mii_init(). Change | |
2022 | legacy flash vendor from 2 to AMD LEGACY (0xFFF0), | |
2023 | change cfi_offset to 0, and change CFG_FLASH_CFI to | |
2024 | CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and | |
2025 | M54455EVB env settings in configuration file. | |
2026 | ||
2027 | Signed-off-by: TsiChung Liew <[email protected]> | |
2028 | ||
2029 | commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8 | |
2030 | Author: TsiChung Liew <[email protected]> | |
2031 | Date: Fri Aug 15 18:24:25 2008 +0000 | |
2032 | ||
2033 | ColdFire: Change the SDRAM BRD2WT timing from 3 to 7 | |
2034 | ||
2035 | The user manuals recommend 7. | |
2036 | ||
2037 | Signed-off-by: Kurt Mahan <[email protected]> | |
2038 | Acked-by: TsiChung Liew <[email protected]> | |
2039 | ||
2040 | commit 79e0799cf6e88d98d77b216a55234bf674b59a4e | |
2041 | Author: TsiChung Liew <[email protected]> | |
2042 | Date: Fri Aug 15 16:50:07 2008 +0000 | |
2043 | ||
2044 | ColdFire: Raise uart baudrate to 115200 bps | |
2045 | ||
2046 | M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms | |
2047 | uart baudrate increase from 19200 to 115200 bps | |
2048 | ||
2049 | Signed-off-by: TsiChung Liew <[email protected]> | |
2050 | ||
2051 | commit ab6ba842682552ccf071d0034da0a20633d1d1ac | |
2052 | Author: TsiChung Liew <[email protected]> | |
2053 | Date: Wed Aug 13 12:07:03 2008 +0000 | |
2054 | ||
2055 | ColdFire: Fix board.c warning message | |
2056 | ||
2057 | Implicit declaration of nand_init() warning message | |
2058 | ||
2059 | Signed-off-by: TsiChung Liew <[email protected]> | |
2060 | ||
2061 | commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b | |
2062 | Author: Kumar Gala <[email protected]> | |
2063 | Date: Wed Aug 27 01:10:34 2008 -0500 | |
2064 | ||
2065 | FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx. | |
2066 | ||
2067 | Signed-off-by: Kumar Gala <[email protected]> | |
2068 | ||
2069 | commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7 | |
2070 | Author: Heiko Schocher <[email protected]> | |
2071 | Date: Thu Aug 21 20:44:49 2008 +0200 | |
2072 | ||
2073 | mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. | |
2074 | ||
2075 | Signed-off-by: Heiko Schocher <[email protected]> | |
2076 | ||
2077 | commit 9cff4448a9cb882defe6c8bde73b77fc0c636799 | |
2078 | Author: Kumar Gala <[email protected]> | |
2079 | Date: Tue Aug 19 14:46:36 2008 -0500 | |
2080 | ||
2081 | mpc85xx: remove redudant code with lib_ppc/interrupts.c | |
2082 | ||
2083 | For some reason we duplicated the majority of code in lib_ppc/interrupts.c | |
2084 | not show how that happened, but there is no good reason for it. | |
2085 | ||
2086 | Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why | |
2087 | they exist. | |
2088 | ||
2089 | Signed-off-by: Kumar Gala <[email protected]> | |
2090 | ||
2091 | commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56 | |
2092 | Author: Kumar Gala <[email protected]> | |
2093 | Date: Fri Jul 25 13:31:05 2008 -0500 | |
2094 | ||
2095 | mpc85xx: Add support for the MPC8536DS reference board | |
2096 | ||
2097 | Signed-off-by: Kumar Gala <[email protected]> | |
2098 | Signed-off-by: Srikanth Srinivasan <[email protected]> | |
2099 | Signed-off-by: Dejan Minic <[email protected]> | |
2100 | Signed-off-by: Jason Jin <[email protected]> | |
2101 | Signed-off-by: Dave Liu <[email protected]> | |
2102 | Signed-off-by: Kumar Gala <[email protected]> | |
2103 | ||
2104 | commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d | |
2105 | Author: Kumar Gala <[email protected]> | |
2106 | Date: Tue Aug 12 11:14:19 2008 -0500 | |
2107 | ||
2108 | mpc85xx: Add support for the MPC8536 | |
2109 | ||
2110 | The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We | |
2111 | also have SERDES init code for the 8536. | |
2112 | ||
2113 | Signed-off-by: Kumar Gala <[email protected]> | |
2114 | Signed-off-by: Srikanth Srinivasan <[email protected]> | |
2115 | Signed-off-by: Dejan Minic <[email protected]> | |
2116 | Signed-off-by: Jason Jin <[email protected]> | |
2117 | Signed-off-by: Dave Liu <[email protected]> | |
2118 | ||
2119 | commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f | |
2120 | Author: Kumar Gala <[email protected]> | |
2121 | Date: Tue Aug 12 11:13:08 2008 -0500 | |
2122 | ||
2123 | mpc85xx: Add support for the MPC8572DS reference board | |
2124 | ||
2125 | Signed-off-by: Kumar Gala <[email protected]> | |
2126 | ||
2127 | commit 457caecdbca3df21a93abff19eab12dbc61b7897 | |
2128 | Author: Kumar Gala <[email protected]> | |
2129 | Date: Wed Aug 27 01:05:35 2008 -0500 | |
2130 | ||
2131 | FSL DDR: Remove old SPD support from cpu/mpc85xx | |
2132 | ||
2133 | All 85xx boards have been converted to the new code so we can | |
2134 | remove the old SPD DDR setup code. | |
2135 | ||
2136 | Signed-off-by: Kumar Gala <[email protected]> | |
2137 | ||
2138 | commit 0e7927db138976469e7257e29c1338050a50fcd9 | |
2139 | Author: Kumar Gala <[email protected]> | |
2140 | Date: Wed Aug 27 01:04:07 2008 -0500 | |
2141 | ||
2142 | FSL DDR: Convert STXSSA to new DDR code. | |
2143 | ||
2144 | Signed-off-by: Kumar Gala <[email protected]> | |
2145 | ||
2146 | commit c360d9b970fbb9c13744c355879671165bbb9b9e | |
2147 | Author: Kumar Gala <[email protected]> | |
2148 | Date: Wed Aug 27 01:03:42 2008 -0500 | |
2149 | ||
2150 | FSL DDR: Convert STXGP3 to new DDR code. | |
2151 | ||
2152 | Signed-off-by: Kumar Gala <[email protected]> | |
2153 | ||
2154 | commit 8e55313b7ae12352a343f9b9962e662dbd897187 | |
2155 | Author: Kumar Gala <[email protected]> | |
2156 | Date: Tue Aug 26 23:52:58 2008 -0500 | |
2157 | ||
2158 | FSL DDR: Convert SBC8560 to new DDR code. | |
2159 | ||
2160 | Signed-off-by: Kumar Gala <[email protected]> | |
2161 | ||
2162 | commit 9658bec2e8f55d56ca1be70090ce5a348be4980f | |
2163 | Author: Kumar Gala <[email protected]> | |
2164 | Date: Tue Aug 26 23:52:32 2008 -0500 | |
2165 | ||
2166 | FSL DDR: Convert MPC8540EVAL to new DDR code. | |
2167 | ||
2168 | Signed-off-by: Kumar Gala <[email protected]> | |
2169 | ||
2170 | commit 6bfa8f723cfd82c55e3ef5620ade396916470a70 | |
2171 | Author: Kumar Gala <[email protected]> | |
2172 | Date: Tue Aug 26 23:52:07 2008 -0500 | |
2173 | ||
2174 | FSL DDR: Convert PM856 to new DDR code. | |
2175 | ||
2176 | Signed-off-by: Kumar Gala <[email protected]> | |
2177 | ||
2178 | commit d53bd3e17bd4f460257c19255569ea6dcfaae817 | |
2179 | Author: Kumar Gala <[email protected]> | |
2180 | Date: Tue Aug 26 23:51:49 2008 -0500 | |
2181 | ||
2182 | FSL DDR: Convert PM854 to new DDR code. | |
2183 | ||
2184 | Signed-off-by: Kumar Gala <[email protected]> | |
2185 | ||
2186 | commit 33b9079ba20926f14238fff863b68a98e938948e | |
2187 | Author: Kumar Gala <[email protected]> | |
2188 | Date: Tue Aug 26 23:15:28 2008 -0500 | |
2189 | ||
2190 | FSL DDR: Convert sbc8548 to new DDR code. | |
2191 | ||
2192 | Signed-off-by: Kumar Gala <[email protected]> | |
2193 | ||
2194 | commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd | |
2195 | Author: Kumar Gala <[email protected]> | |
2196 | Date: Tue Aug 26 23:14:14 2008 -0500 | |
2197 | ||
2198 | FSL DDR: Convert atum8548 to new DDR code. | |
2199 | ||
2200 | Signed-off-by: Kumar Gala <[email protected]> | |
2201 | ||
2202 | commit be0bd8234b9777ecd63c4c686f72af070d886517 | |
2203 | Author: Kumar Gala <[email protected]> | |
2204 | Date: Tue Aug 26 22:56:56 2008 -0500 | |
2205 | ||
2206 | FSL DDR: Convert socrates to new DDR code. | |
2207 | ||
2208 | Signed-off-by: Kumar Gala <[email protected]> | |
2209 | ||
2210 | commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0 | |
2211 | Author: Kumar Gala <[email protected]> | |
2212 | Date: Tue Aug 26 08:02:30 2008 -0500 | |
2213 | ||
2214 | FSL DDR: Convert MPC8544DS to new DDR code. | |
2215 | ||
2216 | Signed-off-by: Kumar Gala <[email protected]> | |
2217 | ||
2218 | commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e | |
2219 | Author: Jon Loeliger <[email protected]> | |
2220 | Date: Tue Mar 18 13:51:05 2008 -0500 | |
2221 | ||
2222 | FSL DDR: Convert MPC8568MDS to new DDR code. | |
2223 | ||
2224 | Signed-off-by: Jon Loeliger <[email protected]> | |
2225 | Signed-off-by: Kumar Gala <[email protected]> | |
2226 | ||
2227 | commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6 | |
2228 | Author: Jon Loeliger <[email protected]> | |
2229 | Date: Tue Mar 18 13:51:06 2008 -0500 | |
2230 | ||
2231 | FSL DDR: Convert MPC8548CDS to new DDR code. | |
2232 | ||
2233 | Signed-off-by: Jon Loeliger <[email protected]> | |
2234 | Signed-off-by: Kumar Gala <[email protected]> | |
2235 | ||
2236 | commit aa11d85cf318b961e029fe50d68ca47d004bce93 | |
2237 | Author: Jon Loeliger <[email protected]> | |
2238 | Date: Mon Mar 17 15:48:18 2008 -0500 | |
2239 | ||
2240 | FSL DDR: Convert MPC8541CDS to new DDR code. | |
2241 | ||
2242 | Signed-off-by: Jon Loeliger <[email protected]> | |
2243 | Signed-off-by: Kumar Gala <[email protected]> | |
2244 | ||
2245 | commit 2b40edb10d81da7bba724edbccd7f53777112579 | |
2246 | Author: Jon Loeliger <[email protected]> | |
2247 | Date: Tue Mar 18 11:12:42 2008 -0500 | |
2248 | ||
2249 | FSL DDR: Convert MPC8555ADS to new DDR code. | |
2250 | ||
2251 | Signed-off-by: Jon Loeliger <[email protected]> | |
2252 | Signed-off-by: Kumar Gala <[email protected]> | |
2253 | ||
2254 | commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c | |
2255 | Author: Jon Loeliger <[email protected]> | |
2256 | Date: Tue Mar 18 11:12:44 2008 -0500 | |
2257 | ||
2258 | FSL DDR: Convert MPC8560ADS to new DDR code. | |
2259 | ||
2260 | Signed-off-by: Jon Loeliger <[email protected]> | |
2261 | Signed-off-by: Kumar Gala <[email protected]> | |
2262 | ||
2263 | commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc | |
2264 | Author: Kumar Gala <[email protected]> | |
2265 | Date: Fri Jun 6 13:12:18 2008 -0500 | |
2266 | ||
2267 | FSL DDR: Convert MPC8540ADS to new DDR code. | |
2268 | ||
2269 | Signed-off-by: Kumar Gala <[email protected]> | |
2270 | ||
2271 | commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693 | |
2272 | Author: Kumar Gala <[email protected]> | |
2273 | Date: Tue Aug 26 21:34:55 2008 -0500 | |
2274 | ||
2275 | FSL DDR: Add 85xx specific register setting | |
2276 | ||
2277 | Signed-off-by: Kumar Gala <[email protected]> | |
2278 | ||
2279 | commit 6fb1b7346849ccd0c20306143e334f5b76143070 | |
2280 | Author: Kumar Gala <[email protected]> | |
2281 | Date: Mon Jun 9 11:07:46 2008 -0500 | |
2282 | ||
2283 | FSL DDR: Add e500 TLB helper for DDR code | |
2284 | ||
2285 | Provide a helper function that board code can call to map TLBs when | |
2286 | setting up DDR. | |
2287 | ||
2288 | Signed-off-by: Kumar Gala <[email protected]> | |
2289 | ||
2290 | commit d26b739afe5a6760bd345743188759cd9d0f3b47 | |
2291 | Author: Andrew Dyer <[email protected]> | |
2292 | Date: Tue Aug 26 17:03:38 2008 -0500 | |
2293 | ||
2294 | dm9000 remove dead external phy support, gpio fix | |
2295 | ||
2296 | dm9000 has code to detect and initialize external phy parts, but later | |
2297 | on in the code the part is forced to use the internal phy | |
2298 | unconditionally. Remove the unused/untested code. | |
2299 | ||
2300 | change the GPIO initialization so that only the GPIO used as an | |
2301 | internal phy reset (hardwired in the chip) is set as an output. The | |
2302 | remaining GPIO need to be handled by board specific code to prevent | |
2303 | possible drive conflicts. Set as inputs for safety. | |
2304 | ||
2305 | replace a few magic numbers with defines | |
2306 | ||
2307 | Signed-off-by: Andrew Dyer <[email protected]> | |
2308 | Signed-off-by: Ben Warren <[email protected]> | |
2309 | ||
2310 | commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c | |
2311 | Author: Peter Tyser <[email protected]> | |
2312 | Date: Tue Aug 26 11:17:48 2008 -0500 | |
2313 | ||
2314 | Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions | |
2315 | ||
2316 | cmd_net.c command descriptions were updated to describe the optional | |
2317 | hostIPaddr argument. The dhcp command help message was also updated | |
2318 | to more closely reflect the other commands in cmd_net.c | |
2319 | ||
2320 | Signed-off-by: Peter Tyser <[email protected]> | |
2321 | Signed-off-by: Ben Warren <[email protected]> | |
2322 | ||
2323 | commit 51dfe1382ebaf691485badfa0ea5e75b0710531b | |
2324 | Author: Remy Bohmer <[email protected]> | |
2325 | Date: Wed Aug 20 11:30:28 2008 +0200 | |
2326 | ||
2327 | Fix bogus error message in the DHCP handler | |
2328 | ||
2329 | The DHCP handler has 1 state that is not listed in this case, causing a | |
2330 | failure message when there is actually no failure. | |
2331 | ||
2332 | Signed-off-by: Remy Bohmer <[email protected]> | |
2333 | Signed-off-by: Ben Warren <[email protected]> | |
2334 | ||
2335 | commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18 | |
2336 | Author: Remy Bohmer <[email protected]> | |
2337 | Date: Wed Aug 20 11:30:27 2008 +0200 | |
2338 | ||
2339 | Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. | |
2340 | ||
2341 | The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a | |
2342 | missing extern inside the net/bootp.h header | |
2343 | ||
2344 | Signed-off-by: Remy Bohmer <[email protected]> | |
2345 | Signed-off-by: Ben Warren <[email protected]> | |
2346 | ||
2347 | commit 1803f7f91ff35ca402259065df7557107dcf28a2 | |
2348 | Author: TsiChung Liew <[email protected]> | |
2349 | Date: Tue Aug 19 21:26:32 2008 +0000 | |
2350 | ||
2351 | ColdFire: Add FEC Buffer descriptors in SRAM | |
2352 | ||
2353 | Add FEC Buffer descriptors and data buffer in SRAM for | |
2354 | faster execution and access. | |
2355 | ||
2356 | Signed-off-by: TsiChung Liew <[email protected]> | |
2357 | Signed-off-by: Ben Warren <[email protected]> | |
2358 | ||
2359 | commit 429be27ce195210d4b9decf9e867b9ca6155a87d | |
2360 | Author: TsiChung Liew <[email protected]> | |
2361 | Date: Thu Aug 21 23:55:11 2008 +0000 | |
2362 | ||
2363 | Fix ColdFire FEC warning messages | |
2364 | ||
2365 | Types mismatch and implicit declaration of icache_invalid() | |
2366 | warning messages | |
2367 | ||
2368 | Signed-off-by: TsiChung Liew <[email protected]> | |
2369 | Signed-off-by: Ben Warren <[email protected]> | |
2370 | ||
2371 | commit 6a002171098e968bd5b362347d2831224fab6048 | |
2372 | Author: Ben Warren <[email protected]> | |
2373 | Date: Sat Jul 12 00:17:50 2008 -0700 | |
2374 | ||
2375 | Moved initialization of SKGE Ethernet driver to board code. | |
2376 | ||
2377 | The only board using this driver is the SL8245 board. | |
2378 | Removed initialization for the driver from net/eth.c | |
2379 | ||
2380 | Signed-off-by: Ben Warren <[email protected]> | |
2381 | ||
2382 | commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75 | |
2383 | Author: Ben Warren <[email protected]> | |
2384 | Date: Sat Jul 12 00:08:45 2008 -0700 | |
2385 | ||
2386 | Moved conditional compilation to Makefile for SK98 Ethernet driver | |
2387 | ||
2388 | Brute-force removal of #ifdefs. Didn't touch the code. | |
2389 | Signed-off-by: Ben Warren <[email protected]> | |
2390 | ||
2391 | commit 65d3d99c28dc363d15eaee78225ff643df499b97 | |
2392 | Author: Ben Warren <[email protected]> | |
2393 | Date: Fri Jul 11 23:42:19 2008 -0700 | |
2394 | ||
2395 | Moved initialization of ULI526X Ethernet driver to board code. | |
2396 | ||
2397 | The only board using this driver is the Freescale MPC8610HPCD board. | |
2398 | Removed initialization for the driver from net/eth.c | |
2399 | ||
2400 | Signed-off-by: Ben Warren <[email protected]> | |
2401 | ||
2402 | commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f | |
2403 | Author: Ben Warren <[email protected]> | |
2404 | Date: Fri Jul 11 23:15:28 2008 -0700 | |
2405 | ||
2406 | Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() | |
2407 | ||
2408 | Added board_eth_init() function to bf537-stamp board. | |
2409 | Removed initialization for the Blackin EMAC driver from net/eth.c | |
2410 | ||
2411 | Signed-off-by: Ben Warren <[email protected]> | |
2412 | ||
2413 | commit fc363ce35408f348cacced68505f3747a53e3d7c | |
2414 | Author: Ben Warren <[email protected]> | |
2415 | Date: Wed Jul 9 01:04:19 2008 -0700 | |
2416 | ||
2417 | Moved initialization of GRETH Ethernet driver to CPU directory | |
2418 | ||
2419 | Added a cpu_eth_init() function to leon2/leon3 CPU directories and | |
2420 | removed code from net/eth.c | |
2421 | ||
2422 | Signed-off-by: Ben Warren <[email protected]> | |
2423 | ||
2424 | commit 86882b80771309bceb11c6accfd7f6f90ade8bfc | |
2425 | Author: Ben Warren <[email protected]> | |
2426 | Date: Tue Aug 26 22:16:25 2008 -0700 | |
2427 | ||
2428 | Moved initialization of MCFFEC Ethernet driver to CPU directory | |
2429 | ||
2430 | Added a cpu_eth_init() function to coldfire CPU directories and | |
2431 | removed code from net/eth.c | |
2432 | ||
2433 | Signed-off-by: Ben Warren <[email protected]> | |
2434 | ||
2435 | commit b31da88b9c160d80d42a59cbbb31e24f27184d5c | |
2436 | Author: Ben Warren <[email protected]> | |
2437 | Date: Tue Aug 26 22:12:36 2008 -0700 | |
2438 | ||
2439 | Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory | |
2440 | ||
2441 | Added a cpu_eth_init() function to cpu/mcf547x_8x directory and | |
2442 | removed code from net/eth.c | |
2443 | ||
2444 | Signed-off-by: Ben Warren <[email protected]> | |
2445 | ||
2446 | commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e | |
2447 | Author: Kumar Gala <[email protected]> | |
2448 | Date: Tue Aug 26 15:01:38 2008 -0500 | |
2449 | ||
2450 | FSL DDR: Remove old SPD support from cpu/mpc86xx | |
2451 | ||
2452 | All 86xx boards have been converted to the new code so we can | |
2453 | remove the old SPD DDR setup code. | |
2454 | ||
2455 | Signed-off-by: Kumar Gala <[email protected]> | |
2456 | ||
2457 | commit 9bd4e5911b750837515466bc7449087698b88e0e | |
2458 | Author: Kumar Gala <[email protected]> | |
2459 | Date: Tue Aug 26 15:01:37 2008 -0500 | |
2460 | ||
2461 | FSL DDR: Convert SBC8641D to new DDR code. | |
2462 | ||
2463 | Signed-off-by: Kumar Gala <[email protected]> | |
2464 | ||
2465 | commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77 | |
2466 | Author: Jon Loeliger <[email protected]> | |
2467 | Date: Tue Aug 26 15:01:36 2008 -0500 | |
2468 | ||
2469 | FSL DDR: Convert MPC8610HPCD to new DDR code. | |
2470 | ||
2471 | Signed-off-by: Jon Loeliger <[email protected]> | |
2472 | Signed-off-by: Kumar Gala <[email protected]> | |
2473 | ||
2474 | commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263 | |
2475 | Author: Kumar Gala <[email protected]> | |
2476 | Date: Tue Aug 26 15:01:35 2008 -0500 | |
2477 | ||
2478 | FSL DDR: Convert MPC8641HPCN to new DDR code. | |
2479 | ||
2480 | Signed-off-by: Jon Loeliger <[email protected]> | |
2481 | Signed-off-by: Kumar Gala <[email protected]> | |
2482 | ||
2483 | commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f | |
2484 | Author: Kumar Gala <[email protected]> | |
2485 | Date: Tue Aug 26 15:01:34 2008 -0500 | |
2486 | ||
2487 | FSL DDR: Add 86xx specific register setting | |
2488 | ||
2489 | Signed-off-by: Kumar Gala <[email protected]> | |
2490 | ||
2491 | commit 233fdd502a6c227f476212b3097653ad48d7e254 | |
2492 | Author: Kumar Gala <[email protected]> | |
2493 | Date: Tue Aug 26 15:01:32 2008 -0500 | |
2494 | ||
2495 | FSL DDR: Add DDR2 DIMM paramter support | |
2496 | ||
2497 | Compute DIMM parameters based upon the SPD information. | |
2498 | ||
2499 | Signed-off-by: James Yang <[email protected]> | |
2500 | Signed-off-by: Jon Loeliger <[email protected]> | |
2501 | Signed-off-by: Kumar Gala <[email protected]> | |
2502 | ||
2503 | commit 05c05a2363a6ac11e0e405926034546ffad71fad | |
2504 | Author: Kumar Gala <[email protected]> | |
2505 | Date: Tue Aug 26 15:01:30 2008 -0500 | |
2506 | ||
2507 | FSL DDR: Add DDR1 DIMM paramter support | |
2508 | ||
2509 | Compute DIMM parameters based upon the SPD information in spd. | |
2510 | ||
2511 | Signed-off-by: James Yang <[email protected]> | |
2512 | Signed-off-by: Jon Loeliger <[email protected]> | |
2513 | Signed-off-by: Kumar Gala <[email protected]> | |
2514 | ||
2515 | commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa | |
2516 | Author: Kumar Gala <[email protected]> | |
2517 | Date: Tue Aug 26 15:01:29 2008 -0500 | |
2518 | ||
2519 | FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code. | |
2520 | ||
2521 | The main purpose of this rewrite it to be able to share the same | |
2522 | initialization code on all FSL PowerPC products that have DDR | |
2523 | controllers. (83xx, 85xx, 86xx). | |
2524 | ||
2525 | The code is broken up into the following steps: | |
2526 | GET_SPD | |
2527 | COMPUTE_DIMM_PARMS | |
2528 | COMPUTE_COMMON_PARMS | |
2529 | GATHER_OPTS | |
2530 | ASSIGN_ADDRESSES | |
2531 | COMPUTE_REGS | |
2532 | PROGRAM_REGS | |
2533 | ||
2534 | This allows us to share more code an easily allow for board specific code | |
2535 | overrides. | |
2536 | ||
2537 | Additionally this code base adds support for >4G of DDR and provides a | |
2538 | foundation for supporting interleaving on processors with more than one | |
2539 | controller. | |
2540 | ||
2541 | Signed-off-by: James Yang <[email protected]> | |
2542 | Signed-off-by: Jon Loeliger <[email protected]> | |
2543 | Signed-off-by: Becky Bruce <[email protected]> | |
2544 | Signed-off-by: Ed Swarthout <[email protected]> | |
2545 | Signed-off-by: Kumar Gala <[email protected]> | |
2546 | ||
2547 | commit f784e32b4bce0013983506b11af4b85b8ca3d36e | |
2548 | Author: Kumar Gala <[email protected]> | |
2549 | Date: Tue Aug 26 15:01:28 2008 -0500 | |
2550 | ||
2551 | FSL DDR: Provide a generic set_ddr_laws() | |
2552 | ||
2553 | Provide a helper function that will setup the last available | |
2554 | LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code. | |
2555 | ||
2556 | Signed-off-by: Kumar Gala <[email protected]> | |
2557 | ||
2558 | commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff | |
2559 | Author: James Yang <[email protected]> | |
2560 | Date: Tue Aug 26 15:01:27 2008 -0500 | |
2561 | ||
2562 | Add proper SPD definitions for DDR1/2/3 | |
2563 | ||
2564 | Also adds helper functions for DDR1/2 to verify the checksum. | |
2565 | ||
2566 | Signed-off-by: Kumar Gala <[email protected]> | |
2567 | ||
2568 | commit 285db74716c724ae8a0ff177878fd09a74428c7b | |
2569 | Author: Wolfgang Denk <[email protected]> | |
2570 | Date: Wed Aug 27 01:02:48 2008 +0200 | |
2571 | ||
2572 | Update CHANGELOG | |
2573 | ||
2574 | Signed-off-by: Wolfgang Denk <[email protected]> | |
2575 | ||
285db747 WD |
2576 | commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b |
2577 | Author: Heiko Schocher <[email protected]> | |
2578 | Date: Tue Aug 19 10:08:49 2008 +0200 | |
2579 | ||
2580 | Add support for muas3001 board (MPC8270) | |
2581 | ||
2582 | Signed-off-by: Heiko Schocher <[email protected]> | |
2583 | ||
2584 | commit 322098bff32410d2a00031649b47c4ec90a66d9a | |
2585 | Author: Gururaja Hebbar K R <[email protected]> | |
2586 | Date: Tue Aug 19 08:31:18 2008 +0530 | |
2587 | ||
2588 | common/cmd_load.c cleanup - remove unused variables | |
2589 | ||
2590 | - Remove unused global variable os_data_count. | |
2591 | - Remove unused variable z. | |
2592 | ||
2593 | Signed-off-by: Gururaja Hebbar <[email protected]> | |
2594 | ||
2595 | commit 306620b762a4f9fa6678568ad2e8772dec145208 | |
2596 | Author: Andre Schwarz <[email protected]> | |
2597 | Date: Mon Aug 18 13:35:27 2008 +0200 | |
2598 | ||
2599 | remove MVS1 board | |
2600 | ||
2601 | MVS1 board has reached end-of-life and can be removed completely. | |
2602 | ||
2603 | Signed-off-by: Andre Schwarz <[email protected]> | |
2604 | ||
2605 | commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7 | |
2606 | Author: Kumar Gala <[email protected]> | |
2607 | Date: Fri Aug 15 08:24:45 2008 -0500 | |
2608 | ||
2609 | bootm: refactor do_reset and os boot function args | |
2610 | ||
2611 | There is no need for each OS specific function to call do_reset() we | |
2612 | can just do it once in bootm. This means its feasible on an error for | |
2613 | the OS boot function to return. | |
2614 | ||
2615 | Also, remove passing in cmd_tbl_t as its not needed by the OS boot | |
2616 | functions. flag isn't currently used but might be in the future so | |
2617 | we left it alone. | |
2618 | ||
2619 | Signed-off-by: Kumar Gala <[email protected]> | |
2620 | ||
2621 | commit 40afac22a9c602e55c501c800f1c064324711b56 | |
2622 | Author: Kumar Gala <[email protected]> | |
2623 | Date: Fri Aug 15 08:24:44 2008 -0500 | |
2624 | ||
2625 | fdt: Added resize command | |
2626 | ||
2627 | Resize the fdt to size + padding to 4k boundary | |
2628 | ||
2629 | Signed-off-by: Kumar Gala <[email protected]> | |
2630 | ||
2631 | commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b | |
2632 | Author: Kumar Gala <[email protected]> | |
2633 | Date: Fri Aug 15 08:24:43 2008 -0500 | |
2634 | ||
2635 | fdt: refactor initrd related code | |
2636 | ||
2637 | Created a new fdt_initrd() to deal with setting the initrd properties | |
2638 | in the device tree and fixing up the mem reserve. We can use this | |
2639 | both in the choosen node handling and lets us remove some duplicated | |
2640 | code when we fixup the initrd info in bootm on PPC. | |
2641 | ||
2642 | Signed-off-by: Kumar Gala <[email protected]> | |
2643 | ||
2644 | commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9 | |
2645 | Author: Kumar Gala <[email protected]> | |
2646 | Date: Fri Aug 15 08:24:42 2008 -0500 | |
2647 | ||
2648 | fdt: refactor fdt resize code | |
2649 | ||
2650 | Move the fdt resizing code out of ppc specific boot code and into | |
2651 | common fdt support code. | |
2652 | ||
2653 | Signed-off-by: Kumar Gala <[email protected]> | |
2654 | ||
2655 | commit 396f635b8ff3ccbc38d75d5eda98444c6466810a | |
2656 | Author: Kumar Gala <[email protected]> | |
2657 | Date: Fri Aug 15 08:24:41 2008 -0500 | |
2658 | ||
2659 | bootm: refactor image detection and os load steps | |
2660 | ||
2661 | Created a bootm_start() that handles the parsing and detection of all | |
2662 | the images that will be used by the bootm command (OS, ramdisk, fdt). | |
2663 | As part of this we now tract all the relevant image offsets in the | |
2664 | bootm_headers_t struct. This will allow us to have all the needed | |
2665 | state for future sub-commands and lets us reduce a bit of arch | |
2666 | specific code on SPARC. | |
2667 | ||
2668 | Created a bootm_load_os() that deals with decompression and loading | |
2669 | the OS image. | |
2670 | ||
2671 | Signed-off-by: Kumar Gala <[email protected]> | |
2672 | ||
2673 | commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2 | |
2674 | Author: Kumar Gala <[email protected]> | |
2675 | Date: Fri Aug 15 08:24:40 2008 -0500 | |
2676 | ||
2677 | bootm: move lmb into the bootm_headers_t structure | |
2678 | ||
2679 | To allow for persistent state between future bootm subcommands we | |
2680 | need the lmb to exist in a global state. | |
2681 | Moving it into the bootm_headers_t allows us to do that. | |
2682 | ||
2683 | Signed-off-by: Kumar Gala <[email protected]> | |
2684 | ||
2685 | commit 54f9c86691309b2f919f567f9255b8bcad2c7651 | |
2686 | Author: Kumar Gala <[email protected]> | |
2687 | Date: Fri Aug 15 08:24:39 2008 -0500 | |
2688 | ||
2689 | bootm: Set working fdt address as part of the bootm flow | |
2690 | ||
2691 | Set the fdt working address so "fdt FOO" commands can be used as part | |
2692 | of the bootm flow. Also set an the environment variable "fdtaddr" | |
2693 | with the value. | |
2694 | ||
2695 | Signed-off-by: Kumar Gala <[email protected]> | |
2696 | ||
2697 | commit 06a09918f3903450313e2047a9cc258bf5872f46 | |
2698 | Author: Kumar Gala <[email protected]> | |
2699 | Date: Fri Aug 15 08:24:38 2008 -0500 | |
2700 | ||
2701 | bootm: refactor fdt locating and relocation code | |
2702 | ||
2703 | Move the code that handles finding a device tree blob and relocating | |
2704 | it (if needed) into common code so all arch's have access to it. | |
2705 | ||
2706 | Signed-off-by: Kumar Gala <[email protected]> | |
2707 | ||
2708 | commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865 | |
2709 | Author: Kumar Gala <[email protected]> | |
2710 | Date: Fri Aug 15 08:24:37 2008 -0500 | |
2711 | ||
2712 | bootm: refactor ramdisk locating code | |
2713 | ||
2714 | Move determing if we have a ramdisk and where its located into the | |
2715 | common code. Keep track of the ramdisk start and end in the | |
2716 | bootm_headers_t image struct. | |
2717 | ||
2718 | Signed-off-by: Kumar Gala <[email protected]> | |
2719 | ||
2720 | commit c160a9544743e80e8889edb2275538e7764ce334 | |
2721 | Author: Kumar Gala <[email protected]> | |
2722 | Date: Fri Aug 15 08:24:36 2008 -0500 | |
2723 | ||
2724 | bootm: refactor entry point code | |
2725 | ||
2726 | Move entry point code out of each arch and into common code. | |
2727 | Keep the entry point in the bootm_headers_t images struct. | |
2728 | ||
2729 | Signed-off-by: Kumar Gala <[email protected]> | |
2730 | ||
2731 | commit 20220d22b9f41446288588cd2e457e0077a18bed | |
2732 | Author: Randy Vinson <[email protected]> | |
2733 | Date: Wed Aug 13 11:44:57 2008 -0700 | |
2734 | ||
2735 | mpc7448hpc2: Fix PCI I/O space mapping. | |
2736 | ||
2737 | PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires | |
2738 | PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O | |
2739 | space such that 0xFA000000 in the processor's address space maps to 0 | |
2740 | on the PCI I/O bus. | |
2741 | ||
2742 | Signed-off-by Randy Vinson <[email protected]> | |
2743 | Acked-by: Roy Zang <[email protected]> | |
2744 | ||
2745 | commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30 | |
2746 | Author: Guennadi Liakhovetski <[email protected]> | |
2747 | Date: Wed Aug 13 18:10:26 2008 +0200 | |
2748 | ||
2749 | i.MX31: Specify maintainers for i.MX31-based boards | |
2750 | ||
2751 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
2752 | Signed-off-by: Wolfgang Denk <[email protected]> | |
2753 | ||
2754 | commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63 | |
2755 | Author: Wolfgang Denk <[email protected]> | |
2756 | Date: Tue Aug 26 15:01:28 2008 +0200 | |
2757 | ||
2758 | ADS5121: adjust image addresses in RAM and flash | |
2759 | ||
2760 | Use the same mapping in flash as used by Linux | |
2761 | ||
2762 | Signed-off-by: Wolfgang Denk <[email protected]> | |
2763 | ||
2764 | commit 19f101412c16edee9fd55db4039e1d68a833b28b | |
2765 | Author: Wolfgang Denk <[email protected]> | |
2766 | Date: Tue Aug 26 13:14:34 2008 +0200 | |
2767 | ||
2768 | cmd_mem.c: Fix help message alignment | |
2769 | ||
2770 | Bug was introced by "Big white-space cleanup" (53677ef1) | |
2771 | ||
2772 | Signed-off-by: Wolfgang Denk <[email protected]> | |
2773 | ||
2774 | commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be | |
2775 | Author: Andre Schwarz <[email protected]> | |
2776 | Date: Wed Aug 20 11:11:52 2008 +0200 | |
2777 | ||
2778 | change mvBL-M7 default env and move to vendor subdir | |
2779 | ||
2780 | fix mvBL-M7 config and move to matrix_vision subdir | |
2781 | ||
2782 | Signed-off-by: Andre Schwarz <[email protected]> | |
2783 | Signed-off-by: Kim Phillips <[email protected]> | |
2784 | ||
2785 | commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5 | |
2786 | Author: Nick Spence <[email protected]> | |
2787 | Date: Fri Aug 22 23:52:40 2008 -0700 | |
2788 | ||
2789 | MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices | |
2790 | ||
2791 | This patch adds elements to the 83xx sysconf structure and #define values that are used | |
2792 | by mpc83xx family devices. | |
2793 | ||
2794 | Signed-off-by: Nick Spence <[email protected]> | |
2795 | Signed-off-by: Kim Phillips <[email protected]> | |
2796 | ||
2797 | commit 447ad5768abda669ac0e7f46fcdb62fbe828d637 | |
2798 | Author: Ira W. Snyder <[email protected]> | |
2799 | Date: Fri Aug 22 11:00:15 2008 -0700 | |
2800 | ||
2801 | MPC8349EMDS: Add PCI Agent (PCISLAVE) support | |
2802 | ||
2803 | Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a | |
2804 | PCI card rather than a host computer. | |
2805 | ||
2806 | Signed-off-by: Ira W. Snyder <[email protected]> | |
2807 | Signed-off-by: Kim Phillips <[email protected]> | |
2808 | ||
2809 | commit 4ff9aea9d6b5602683a920951ef896996438af62 | |
2810 | Author: Ira W. Snyder <[email protected]> | |
2811 | Date: Fri Aug 22 11:00:14 2008 -0700 | |
2812 | ||
2813 | mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code | |
2814 | ||
2815 | This adds a helper function to unlock the PCI configuration bit, so that | |
2816 | any extra PCI setup (such as outbound windows, etc.) can be done after | |
2817 | using the 83XX_GENERIC_PCI code to set up the PCI bus. | |
2818 | ||
2819 | Signed-off-by: Ira W. Snyder <[email protected]> | |
2820 | Signed-off-by: Kim Phillips <[email protected]> | |
2821 | ||
2822 | commit 162338e1fcde231ca4d562e5ebd7859456731691 | |
2823 | Author: Ira W. Snyder <[email protected]> | |
2824 | Date: Fri Aug 22 11:00:13 2008 -0700 | |
2825 | ||
2826 | MPC8349EMDS: use 83XX_GENERIC_PCI setup code | |
2827 | ||
2828 | Change the MPC8349EMDS board to use the generic PCI initialization code | |
2829 | for the mpc83xx cpu. | |
2830 | ||
2831 | Signed-off-by: Ira W. Snyder <[email protected]> | |
2832 | Signed-off-by: Kim Phillips <[email protected]> | |
2833 | ||
2834 | commit f4e55a4941e8ba46bc06020b2747928adf8fdee7 | |
2835 | Author: Kim Phillips <[email protected]> | |
2836 | Date: Mon Aug 25 14:53:09 2008 -0500 | |
2837 | ||
2838 | fix out of tree building | |
2839 | ||
2840 | Signed-off-by: Kim Phillips <[email protected]> | |
2841 | ||
2842 | commit a49d10cf027d059ee15c262010a05cdaec0961e1 | |
2843 | Author: Wolfgang Denk <[email protected]> | |
2844 | Date: Mon Aug 25 23:45:41 2008 +0200 | |
2845 | ||
2846 | Minor coding style cleanup, updte CHANGELOG | |
2847 | ||
2848 | Signed-off-by: Wolfgang Denk <[email protected]> | |
2849 | ||
a49d10cf WD |
2850 | commit 4d56e8dea670757c801a6a65531f02a8f981ce1f |
2851 | Author: Stefan Roese <[email protected]> | |
2852 | Date: Wed Aug 20 20:29:38 2008 +0200 | |
2853 | ||
2854 | RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) | |
2855 | ||
2856 | This "||" doesn't seem to work. Now using the idea suggest by Scott Wood | |
2857 | to combine both config options into one line. This even allows defining | |
2858 | both options and not generating the target object twice. | |
2859 | ||
2860 | Signed-off-by: Stefan Roese <[email protected]> | |
2861 | ||
2862 | commit 079edb913dbae147b50a488cf02e03f473fc5f28 | |
2863 | Author: Jens Gehrlein <[email protected]> | |
2864 | Date: Fri Jul 4 16:50:05 2008 +0200 | |
2865 | ||
2866 | MX31: fix bit masks in function mx31_decode_pll() | |
2867 | ||
2868 | Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered. | |
2869 | ||
2870 | Signed-off-by: Jens Gehrlein <[email protected]> | |
2871 | ||
2872 | commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6 | |
2873 | Author: Gururaja Hebbar K R <[email protected]> | |
2874 | Date: Mon Aug 25 11:11:34 2008 +0200 | |
2875 | ||
2876 | Correct ARM Versatile Timer Initialization | |
2877 | ||
2878 | - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271), | |
2879 | -- Timer Value Register @ TIMER Base + 4 is Read-only. | |
2880 | -- Prescale Value (Bits 3-2 of TIMER Control register) | |
2881 | can only be one of 00,01,10. 11 is undefined. | |
2882 | -- CFG_HZ for Versatile board is set to | |
2883 | #define CFG_HZ (1000000 / 256) | |
2884 | So Prescale bits is set to indicate | |
2885 | - 8 Stages of Prescale, Clock divided by 256 | |
2886 | - The Timer Control Register has one Undefined/Shouldn't Use Bit | |
2887 | So we should do read/modify/write Operation | |
2888 | ||
2889 | Signed-off-by: Gururaja Hebbar <[email protected]> | |
2890 | ||
2891 | commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9 | |
2892 | Author: Gururaja Hebbar K R <[email protected]> | |
2893 | Date: Mon Aug 25 11:30:29 2008 +0200 | |
2894 | ||
2895 | Add ARM AMBA PL031 RTC Support | |
2896 | ||
2897 | Signed-off-by: Gururaja Hebbar K R <[email protected]> | |
2898 | ||
2899 | commit e39411674669cc880e1ec4a8ca4794fb15c33a45 | |
2900 | Author: Hugo Villeneuve <[email protected]> | |
2901 | Date: Tue Aug 19 16:21:03 2008 -0400 | |
2902 | ||
2903 | ARM DaVinci: Removed redundant NAND initialization code. | |
2904 | ||
2905 | ARM DaVinci: Removed redundant NAND initialization code. | |
2906 | ||
2907 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
2908 | ||
2909 | commit b3fb663b20d995ca41327db877ddb168279b3f62 | |
2910 | Author: Hugo Villeneuve <[email protected]> | |
2911 | Date: Tue Aug 19 16:21:00 2008 -0400 | |
2912 | ||
2913 | ARM DaVinci: Fix compilation error with new MTD code. | |
2914 | ||
2915 | ARM DaVinci: Fix compilation error with new MTD code. | |
2916 | ||
2917 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
2918 | ||
2919 | commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43 | |
2920 | Author: Gerald Van Baren <[email protected]> | |
2921 | Date: Fri Aug 22 14:37:05 2008 -0400 | |
2922 | ||
2923 | Add note on dereferencing /aliases pointers | |
2924 | ||
2925 | Replace the "must quote special characters" note with a hint on | |
2926 | how to dereference /aliases pointers by omitting the leading "/". | |
2927 | This feature was introduced by Kumar Gala as a libfdt enhancement | |
2928 | in commit ed035708235332c3c117ee3bb1a426063f03cfcb. | |
2929 | ||
2930 | Example: | |
2931 | ||
2932 | => fdt print /aliases | |
2933 | aliases { | |
2934 | ethernet0 = "/qe@e0100000/ucc@2000"; | |
2935 | ethernet1 = "/qe@e0100000/ucc@3000"; | |
2936 | serial0 = "/soc8360@e0000000/serial@4500"; | |
2937 | serial1 = "/soc8360@e0000000/serial@4600"; | |
2938 | pci0 = "/pci@e0008500"; | |
2939 | }; | |
2940 | => fdt print ethernet0 | |
2941 | ucc@2000 { | |
2942 | device_type = "network"; | |
2943 | compatible = "ucc_geth"; | |
2944 | cell-index = <0x1>; | |
2945 | reg = <0x2000 0x200>; | |
2946 | interrupts = <0x20>; | |
2947 | interrupt-parent = <0x2>; | |
2948 | local-mac-address = [00 00 00 00 00 00]; | |
2949 | rx-clock-name = "none"; | |
2950 | tx-clock-name = "clk9"; | |
2951 | phy-handle = <0x3>; | |
2952 | phy-connection-type = "rgmii-id"; | |
2953 | pio-handle = <0x4>; | |
2954 | }; | |
2955 | ||
2956 | Signed-off-by: Gerald Van Baren <[email protected]> | |
2957 | ||
2958 | commit feeca3f578b7f53c032ba203698751c982f8bf5a | |
2959 | Author: Kumar Gala <[email protected]> | |
2960 | Date: Thu Aug 14 08:28:19 2008 -0500 | |
2961 | ||
2962 | libfdt: Add support for using aliases in fdt_path_offset() | |
2963 | ||
2964 | If the path doesn't start with '/' check to see if it matches some alias | |
2965 | under "/aliases" and substitute the matching alias value in the path | |
2966 | and retry the lookup. | |
2967 | ||
2968 | Signed-off-by: Kumar Gala <[email protected]> | |
2969 | Acked-by: David Gibson <[email protected]> | |
2970 | Acked-by: Gerald Van Baren <[email protected]> | |
2971 | ||
2972 | commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e | |
2973 | Author: David Gibson <[email protected]> | |
2974 | Date: Wed Aug 6 14:50:49 2008 +1000 | |
2975 | ||
2976 | libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() | |
2977 | ||
2978 | As well as fdt_subnode_offset(), libfdt includes an | |
2979 | fdt_subnode_offset_namelen() function that takes the subnode name to | |
2980 | look up not as a NUL-terminated string, but as a string with an | |
2981 | explicit length. This can be useful when the caller has the name as | |
2982 | part of a longer string, such as a full path. | |
2983 | ||
2984 | However, we don't have corresponding 'namelen' versions for | |
2985 | fdt_get_property() and fdt_getprop(). There are less obvious use | |
2986 | cases for these variants on property names, but there are | |
2987 | circumstances where they can be useful e.g. looking up property names | |
2988 | which need to be parsed from a longer string buffer such as user input | |
2989 | or a configuration file, or looking up an alias in a path with | |
2990 | IEEE1275 style aliases. | |
2991 | ||
2992 | So, since it's very easy to implement such variants, this patch does | |
2993 | so. The original NUL-terminated variants are, of course, implemented | |
2994 | in terms of the namelen versions. | |
2995 | ||
2996 | Signed-off-by: David Gibson <[email protected]> | |
2997 | ||
2998 | commit f171746f701ea58bf6a53e835b53d2aaebee0d81 | |
2999 | Author: David Gibson <[email protected]> | |
3000 | Date: Tue Jul 29 14:51:22 2008 +1000 | |
3001 | ||
3002 | libfdt: Forgot one function when cleaning the namespace | |
3003 | ||
3004 | In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all | |
3005 | libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the | |
3006 | chance of collisions with things from whatever package libfdt is | |
3007 | embedded in, pulled into the libfdt build via that environment's | |
3008 | libfdt_env.h. | |
3009 | ||
3010 | Except... I missed one. This patch applies the same treatment to | |
3011 | _stringlist_contains(). While we're at it, also make it static since | |
3012 | it's only used in the same file. | |
3013 | ||
3014 | Signed-off-by: David Gibson <[email protected]> | |
3015 | ||
3016 | commit 46390da15411351fc3b498bd8c1615f78fe80df0 | |
3017 | Author: Wolfram Sang <[email protected]> | |
3018 | Date: Wed Jul 9 11:22:44 2008 +0200 | |
3019 | ||
3020 | libfdt: Improve documentation in libfdt.h | |
3021 | ||
3022 | Fix a few typos and mistakes. | |
3023 | ||
3024 | Signed-off-by: Wolfram Sang <[email protected]> | |
3025 | Acked-by: David Gibson <[email protected]> | |
3026 | ||
3027 | commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66 | |
3028 | Author: David Gibson <[email protected]> | |
3029 | Date: Wed Jul 9 14:10:24 2008 +1000 | |
3030 | ||
3031 | libfdt: Increase namespace-pollution paranoia | |
3032 | ||
3033 | libfdt is supposed to easy to embed in projects all and sundry. | |
3034 | Often, it won't be practical to separate the embedded libfdt's | |
3035 | namespace from that of the surrounding project. Which means there can | |
3036 | be namespace conflicts between even libfdt's internal/static functions | |
3037 | and functions or macros coming from the surrounding project's headers | |
3038 | via libfdt_env.h. | |
3039 | ||
3040 | This patch, therefore, renames a bunch of libfdt internal functions | |
3041 | and macros and makes a few other chances to reduce the chances of | |
3042 | namespace collisions with embedding projects. Specifically: | |
3043 | - Internal functions (even static ones) are now named _fdt_*() | |
3044 | ||
3045 | - The type and (static) global for the error table in | |
3046 | fdt_strerror() gain an fdt_ prefix | |
3047 | ||
3048 | - The unused macro PALIGN is removed | |
3049 | ||
3050 | - The memeq and streq macros are removed and open-coded in the | |
3051 | users (they were only used once each) | |
3052 | ||
3053 | - Other macros gain an FDT_ prefix | |
3054 | ||
3055 | - To save some of the bulk from the previous change, an | |
3056 | FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) == | |
3057 | FDT_ALIGN(x, FDT_TAGSIZE) | |
3058 | ||
3059 | Signed-off-by: David Gibson <[email protected]> | |
3060 | ||
3061 | commit c66830263af19831f2b7db307f79d1943febf7f9 | |
3062 | Author: David Gibson <[email protected]> | |
3063 | Date: Mon Jul 7 10:14:15 2008 +1000 | |
3064 | ||
3065 | dtc: Enable and fix -Wcast-qual warnings | |
3066 | ||
3067 | Enabling -Wcast-qual warnings in dtc shows up a number of places where | |
3068 | we are incorrectly discarding a const qualification. There are also | |
3069 | some places where we are intentionally discarding the 'const', and we | |
3070 | need an ugly cast through uintptr_t to suppress the warning. However, | |
3071 | most of these are pretty well isolated with the *_w() functions. So | |
3072 | in the interests of maximum safety with const qualifications, this | |
3073 | patch enables the warnings and fixes the existing complaints. | |
3074 | ||
3075 | Signed-off-by: David Gibson <[email protected]> | |
3076 | Acked-by: Gerald Van Baren <[email protected]> | |
3077 | ||
3078 | commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e | |
3079 | Author: David Gibson <[email protected]> | |
3080 | Date: Mon Jul 7 10:10:48 2008 +1000 | |
3081 | ||
3082 | dtc: Enable and fix -Wpointer-arith warnings | |
3083 | ||
3084 | This patch turns on the -Wpointer-arith option in the dtc Makefile, | |
3085 | and fixes the resulting warnings due to using (void *) in pointer | |
3086 | arithmetic. While convenient, pointer arithmetic on void * is not | |
3087 | portable, so it's better that we avoid it, particularly in libfdt. | |
3088 | ||
3089 | Also add necessary definition of uintptr_t needed by David Gibson's | |
3090 | changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition | |
3091 | comes from stdint.h, which u-boot doesn't have). -- gvb | |
3092 | ||
3093 | Signed-off-by: David Gibson <[email protected]> | |
3094 | Signed-off-by: Gerald Van Baren <[email protected]> | |
3095 | ||
3096 | commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd | |
3097 | Author: Tirumala R Marri <[email protected]> | |
3098 | Date: Thu Aug 21 21:54:53 2008 -0700 | |
3099 | ||
3100 | ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix | |
3101 | ||
3102 | During recent PCI-E tests it has been found that current | |
3103 | driverl level and de-emphasis values are not set correctly. | |
3104 | After sweeping throgh all de-ephasis values, it was found that | |
3105 | 0x130 is a right value. Where 0x13 is driver level and 0 is | |
3106 | de-emphasis. | |
3107 | ||
3108 | Signed-off-by: Tirumala R Marri <[email protected]> | |
3109 | Signed-off-by: Stefan Roese <[email protected]> | |
3110 | ||
3111 | commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b | |
3112 | Author: Remy Bohmer <[email protected]> | |
3113 | Date: Wed Aug 20 20:46:56 2008 +0200 | |
3114 | ||
3115 | Make the YAFFS filesystem work | |
3116 | ||
3117 | Recently the YAFFS filesystem support has been added to U-boot. | |
3118 | However, just enabling CONFIG_YAFFS2 is not enough to get it working. | |
3119 | ||
3120 | ymount will generate an exception (when dereferencing mtd->readoob()), because | |
3121 | the genericDevice is a null pointer. Further, a lot of logging is produced | |
3122 | while using YAFFS fs, so logging should also be disabled. | |
3123 | Both issues are solved by this patch. | |
3124 | ||
3125 | With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem | |
3126 | in U-boot, as well as in Linux. | |
3127 | ||
3128 | Tested on a Atmel AT91SAM9261EK board. | |
3129 | ||
3130 | Signed-off-by: Remy Bohmer <[email protected]> | |
3131 | Acked-by: William Juul <[email protected]> | |
3132 | Signed-off-by: Scott Wood <[email protected]> | |
3133 | ||
3134 | commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f | |
3135 | Author: Kyungmin Park <[email protected]> | |
3136 | Date: Tue Aug 19 08:42:53 2008 +0900 | |
3137 | ||
3138 | Fix OneNAND read_oob/write_oob functions compatability | |
3139 | ||
3140 | Also sync with kernel OneNAND codes | |
3141 | ||
3142 | Signed-off-by: Kyungmin Park <[email protected]> | |
3143 | Signed-off-by: Scott Wood <[email protected]> | |
3144 | ||
3145 | commit 8d765456c1d33f2010d2717ee58de7647fdc6346 | |
3146 | Author: Scott Wood <[email protected]> | |
3147 | Date: Mon Aug 18 17:11:20 2008 -0500 | |
3148 | ||
3149 | NAND: Remove delay from nand_boot_fsl_elbc.c. | |
3150 | ||
3151 | It was for debugging purposes, and shouldn't have been left in. | |
3152 | ||
3153 | Signed-off-by: Scott Wood <[email protected]> | |
3154 | ||
3155 | commit f556483734126793522fb7a8cf36af90da78f084 | |
3156 | Author: Stefan Roese <[email protected]> | |
3157 | Date: Thu Aug 21 11:05:03 2008 +0200 | |
3158 | ||
3159 | ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch | |
3160 | ||
3161 | This patch fixes some minor issues introduced with the patch: | |
3162 | ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika: | |
3163 | ||
3164 | - Rework memory-queue and PLB arbiter optimization code, that the | |
3165 | local variable is not needed anymore. This removes one #ifdef. | |
3166 | - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead | |
3167 | of XXX+ 0x01). This was not introduced by Prodyut, just a | |
3168 | copy-paste problem. | |
3169 | ||
3170 | Signed-off-by: Stefan Roese <[email protected]> | |
3171 | ||
3172 | commit 079589bcfb24ba11068460276a3cc9549ab5346f | |
3173 | Author: Prodyut Hazarika <[email protected]> | |
3174 | Date: Wed Aug 20 09:38:51 2008 -0700 | |
3175 | ||
3176 | ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe, | |
3177 | PPC405EX and PPC460EX/GT/SX | |
3178 | ||
3179 | - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX | |
3180 | processors | |
3181 | - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared | |
3182 | across processors (405 and 440/460) | |
3183 | - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX | |
3184 | processors | |
3185 | - Add register bit definitions for Memory Queue Configuration registers | |
3186 | ||
3187 | Signed-off-by: Prodyut Hazarika <[email protected]> | |
3188 | Signed-off-by: Stefan Roese <[email protected]> | |
3189 | ||
3190 | commit ba37aa03287c5483c61c0a3e320c8888bee0143a | |
3191 | Author: Kumar Gala <[email protected]> | |
3192 | Date: Tue Aug 19 15:41:18 2008 -0500 | |
3193 | ||
3194 | fdt: rework fdt_fixup_ethernet() to use env instead of bd_t | |
3195 | ||
3196 | Move to using the environment variables 'ethaddr', 'eth1addr', etc.. | |
3197 | instead of bd->bi_enetaddr, bi_enet1addr, etc. | |
3198 | ||
3199 | This makes the code a bit more flexible to the number of ethernet | |
3200 | interfaces. | |
3201 | ||
3202 | Signed-off-by: Kumar Gala <[email protected]> | |
3203 | ||
3204 | commit 4cacf7c64609839f809e2f9c45873f1d65861703 | |
3205 | Author: Stefan Roese <[email protected]> | |
3206 | Date: Tue Aug 19 14:57:55 2008 +0200 | |
3207 | ||
3208 | hush: Fix printf debug macro in hush.c so that it usable in U-Boot | |
3209 | ||
3210 | This patch changes the debug_printf() marco for U-Boot in hush.c and | |
3211 | moves the definition of DEBUG_SHELL to a place that is actually compiled | |
3212 | under U-Boot. | |
3213 | ||
3214 | Signed-off-by: Stefan Roese <[email protected]> | |
3215 | ||
3216 | commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2 | |
3217 | Author: Heiko Schocher <[email protected]> | |
3218 | Date: Tue Aug 19 09:57:41 2008 +0200 | |
3219 | ||
3220 | cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER | |
3221 | ||
3222 | Commit 00b1883a4cac59d97cd297b1a3a398db85982865 | |
3223 | missed a few boards: | |
3224 | include/configs/M5253DEMO.h | |
3225 | include/configs/ml507.h | |
3226 | include/configs/redwood.h | |
3227 | ||
3228 | This patch fixes this. | |
3229 | ||
3230 | Signed-off-by: Heiko Schocher <[email protected]> | |
3231 | ||
3232 | commit 0768b7a872964085eece8d5e9fec9175e9deb161 | |
3233 | Author: Haavard Skinnemoen <[email protected]> | |
3234 | Date: Mon Aug 18 13:41:27 2008 +0200 | |
3235 | ||
3236 | Consolidate strmhz() implementation | |
3237 | ||
3238 | ARM, i386, m68k and ppc all have identical implementations of strmhz(). | |
3239 | Other architectures don't provide this function at all. | |
3240 | ||
3241 | This patch moves strmhz() into lib_generic, reducing code duplication | |
3242 | and providing a more unified API across architectures. | |
3243 | ||
3244 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3245 | ||
3246 | commit a928d0df211f1d829308d335d19be3ca42558dfc | |
3247 | Author: Andre Schwarz <[email protected]> | |
3248 | Date: Mon Aug 18 12:02:51 2008 +0200 | |
3249 | ||
3250 | fix mvbc_p board build warnings | |
3251 | ||
3252 | fix build warnings @ mvBC-P board by using correct types, i.e. change | |
3253 | out_be32 to out_be16 and out_8 accordingly. | |
3254 | ||
3255 | Signed-off-by: Andre Schwarz <[email protected]> | |
3256 | ||
3257 | commit a958b663d27f616bd1dfb720d1b476d1ecaaa569 | |
3258 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3259 | Date: Sat Aug 16 18:54:27 2008 +0200 | |
3260 | ||
3261 | Makefile: fix posix support on find | |
3262 | ||
3263 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3264 | ||
3265 | commit bef92e215d945cc574399c1a1b00a3a76d35aa03 | |
3266 | Author: Axel Beierlein <[email protected]> | |
3267 | Date: Sat Aug 16 00:30:48 2008 +0200 | |
3268 | ||
3269 | Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards | |
3270 | ||
3271 | Tested with TQM5200S on STK52XX.200 Board | |
3272 | ||
3273 | Signed-off-by: Axel Beierlein <[email protected]> | |
3274 | ||
3275 | commit 0800707b6d5041a840a65d556032c15c584b55f8 | |
3276 | Author: Peter Tyser <[email protected]> | |
3277 | Date: Fri Aug 15 14:36:32 2008 -0500 | |
3278 | ||
3279 | mod_i2c_mem() bugfix | |
3280 | ||
3281 | The last used chip, address, and address length were not being | |
3282 | stored for the imm and imn commands. | |
3283 | ||
3284 | Signed-off-by: Peter Tyser <[email protected]> | |
3285 | ||
3286 | commit 4afbef967275b2f636abae86f91b81becee7ad03 | |
3287 | Author: Steven A. Falco <[email protected]> | |
3288 | Date: Fri Aug 15 15:37:31 2008 -0400 | |
3289 | ||
3290 | Fix typo in spelling of ATAPI. | |
3291 | ||
3292 | Correct a small spelling mistake. | |
3293 | ||
3294 | Signed-off-by: Steven A. Falco <[email protected]> | |
3295 | ||
3296 | commit 36c2d3062ecc6ab85f8e237180eb134464c48418 | |
3297 | Author: Steven A. Falco <[email protected]> | |
3298 | Date: Fri Aug 15 15:34:10 2008 -0400 | |
3299 | ||
3300 | Add a hook to allow board-specific PIO mode setting. | |
3301 | ||
3302 | This patch adds a hook whereby a board-specific routine can be called to | |
3303 | configure hardware for a PIO mode. The prototype for the board-specific | |
3304 | routine is: | |
3305 | ||
3306 | int inline ide_set_piomode(int pio_mode) | |
3307 | ||
3308 | ide_set_piomode should be prepared to configure hardware for a pio_mode | |
3309 | between 0 and 6, inclusive. It should return 0 on success or 1 on failure. | |
3310 | ||
3311 | Signed-off-by: Steven A. Falco <[email protected]> | |
3312 | ||
3313 | commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4 | |
3314 | Author: Steven A. Falco <[email protected]> | |
3315 | Date: Fri Aug 15 15:29:12 2008 -0400 | |
3316 | ||
3317 | Replace enums in ata.h with an include of libata.h | |
3318 | ||
3319 | This patch removes some enums from ata.h and replaces them with an | |
3320 | include of libata.h. This way, we eliminate duplicated code, and | |
3321 | prevent errors whereby the different versions could be out of sync. | |
3322 | ||
3323 | Signed-off-by: Steven A. Falco <[email protected]> | |
3324 | ||
3325 | commit 0de0afbca865ecf482b4d2b635236746def8518f | |
3326 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3327 | Date: Fri Aug 15 18:32:41 2008 +0200 | |
3328 | ||
3329 | coldfire: fix CFI drivers activation with new macro | |
3330 | ||
3331 | rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER | |
3332 | ||
3333 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3334 | ||
3335 | commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9 | |
3336 | Author: Kumar Gala <[email protected]> | |
3337 | Date: Fri Aug 15 08:24:35 2008 -0500 | |
3338 | ||
3339 | fdt: fdt addr w/o any args reports back the current working address | |
3340 | ||
3341 | Signed-off-by: Kumar Gala <[email protected]> | |
3342 | ||
3343 | commit f953d99fd528a496b400a706b511eaf8e3ea66af | |
3344 | Author: Kumar Gala <[email protected]> | |
3345 | Date: Fri Aug 15 08:24:34 2008 -0500 | |
3346 | ||
3347 | fdt: added the ability to set initrd start/end via chosen command | |
3348 | ||
3349 | Signed-off-by: Kumar Gala <[email protected]> | |
3350 | ||
3351 | commit ffa4bafacaef67058463b3d7d0099ced57569dd2 | |
3352 | Author: Kumar Gala <[email protected]> | |
3353 | Date: Fri Aug 15 08:24:33 2008 -0500 | |
3354 | ||
3355 | Add command to enable/disable interrupts | |
3356 | ||
3357 | Signed-off-by: Kumar Gala <[email protected]> | |
3358 | ||
3359 | commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a | |
3360 | Author: Nick Spence <[email protected]> | |
3361 | Date: Tue Aug 19 22:21:16 2008 -0700 | |
3362 | ||
3363 | CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect() | |
3364 | ||
3365 | This patch fixes a missing vendor code in the flash_real_protect() function. | |
3366 | ||
3367 | Signed-off-by: Nick Spence <[email protected]> | |
3368 | Signed-off-by: Stefan Roese <[email protected]> | |
3369 | ||
3370 | commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58 | |
3371 | Author: TsiChung Liew <[email protected]> | |
3372 | Date: Tue Aug 19 16:53:39 2008 +0000 | |
3373 | ||
3374 | CFI: Fix AMD Legacy sector protect | |
3375 | ||
3376 | New implement sector lock and unlock or softlock commands | |
3377 | do not exist in AMD legacy flash. Thus, causing issue | |
3378 | when erasing AMD legacy flash (such as lv040) | |
3379 | ||
3380 | Signed-off-by: TsiChung Liew <[email protected]> | |
3381 | Signed-off-by: Stefan Roese <[email protected]> | |
3382 | ||
3383 | commit 492671404140f09d5b21b3d2ce4e362c0692c069 | |
3384 | Author: Haavard Skinnemoen <[email protected]> | |
3385 | Date: Wed Aug 20 09:40:16 2008 +0200 | |
3386 | ||
3387 | hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER | |
3388 | ||
3389 | CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER. | |
3390 | ||
3391 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3392 | ||
3393 | commit 33eac2b3d946fc998a09245dfe54d017079b9056 | |
3394 | Author: Haavard Skinnemoen <[email protected]> | |
3395 | Date: Wed Aug 20 09:28:36 2008 +0200 | |
3396 | ||
3397 | hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT | |
3398 | ||
3399 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3400 | ||
3401 | commit 25da0b84195fdda89a943b2d25757db5afeef5b8 | |
3402 | Author: Haavard Skinnemoen <[email protected]> | |
3403 | Date: Wed Aug 20 09:27:37 2008 +0200 | |
3404 | ||
3405 | favr-32-ezkit: Fix printf format warnings | |
3406 | ||
3407 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3408 | ||
3409 | commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8 | |
3410 | Author: Haavard Skinnemoen <[email protected]> | |
3411 | Date: Fri Aug 15 12:04:25 2008 +0200 | |
3412 | ||
3413 | MAINTAINERS: Sort avr32 section alphabetically | |
3414 | ||
3415 | The rest of the MAINTAINERS file appears to be sorted | |
3416 | almost-alphabetically, but entries for the newly added AVR32 boards were | |
3417 | added somewhat randomly. This patch sorts the list alphabetically again. | |
3418 | ||
3419 | Also update my e-mail address. The old one still works, but it may not | |
3420 | work forever. | |
3421 | ||
3422 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3423 | ||
3424 | commit 13b50fe3bc065c48911fa373231421280855a9d6 | |
3425 | Author: Mark Jackson <[email protected]> | |
3426 | Date: Wed Jul 30 13:07:27 2008 +0100 | |
3427 | ||
3428 | avr32: Add MIMC200 board | |
3429 | ||
3430 | The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra | |
3431 | 8MByte FLASH and 128KByte FRAM. | |
3432 | ||
3433 | Signed-off-by: Mark Jackson <[email protected]> | |
3434 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3435 | ||
3436 | commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb | |
3437 | Author: Yoshihiro Shimoda <[email protected]> | |
3438 | Date: Wed Jul 9 21:07:34 2008 +0900 | |
3439 | ||
3440 | rtl8169: add support for RTL8110SCL | |
3441 | ||
3442 | This patch fixes a problem that RTL8110SCL started transfer | |
3443 | with an incorrect memory address. | |
3444 | ||
3445 | Signed-off-by: Yoshihiro Shimoda <[email protected]> | |
3446 | Signed-off-by: Ben Warren <[email protected]> | |
3447 | ||
3448 | commit 943b825bf15e6a28ac8328e0f6489478bceef1ea | |
3449 | Author: TsiChung Liew <[email protected]> | |
3450 | Date: Wed Jun 25 15:48:52 2008 -0500 | |
3451 | ||
3452 | Fix dm9000 receive status and len little endian issue | |
3453 | ||
3454 | The received status and len was in little endian | |
3455 | format and caused the ethernet unable to proceed | |
3456 | further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit(). | |
3457 | ||
3458 | Signed-off-by: TsiChung Liew <[email protected]> | |
3459 | Signed-off-by: Ben Warren <[email protected]> | |
3460 | ||
3461 | commit fcd69a1a57fb2af4d26201422095a4be9f36963e | |
3462 | Author: Kumar Gala <[email protected]> | |
3463 | Date: Fri Aug 15 08:24:32 2008 -0500 | |
3464 | ||
3465 | Clean up usage of icache_disable/dcache_disable | |
3466 | ||
3467 | There is no point in disabling the icache on 7xx/74xx/86xx parts and not | |
3468 | also flushing the icache. All callers of invalidate_l1_instruction_cache() | |
3469 | call icache_disable() right after. Make it so icache_disable() calls | |
3470 | invalidate_l1_instruction_cache() for us. | |
3471 | ||
3472 | Also, dcache_disable() already calls dcache_flush() so there is no point | |
3473 | in the explicit calls of dcache_flush(). | |
3474 | ||
3475 | Signed-off-by: Kumar Gala <[email protected]> | |
3476 | ||
3477 | commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13 | |
3478 | Author: Kumar Gala <[email protected]> | |
3479 | Date: Fri Aug 15 08:24:31 2008 -0500 | |
3480 | ||
3481 | Update linux bootm to support ePAPR client interface | |
3482 | ||
3483 | The ePAPR spec has some subtle differences from the current device | |
3484 | tree based boot interface to the powerpc linux kernel. The powerpc | |
3485 | linux kernel currently ignores the differences that ePAPR specifies. | |
3486 | ||
3487 | Signed-off-by: Kumar Gala <[email protected]> | |
3488 | ||
3489 | commit b734e5556a239b3be5f9693b2f4b4b739683ec16 | |
3490 | Author: Wolfgang Denk <[email protected]> | |
3491 | Date: Mon Aug 18 23:50:20 2008 +0200 | |
3492 | ||
3493 | Minor code cleanup: keep lists sorted. | |
3494 | ||
3495 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3496 | ||
3497 | commit d0039d4ed275e6ca09fb417895024ad02be118c4 | |
3498 | Author: Ricardo Ribalda Delgado <[email protected]> | |
3499 | Date: Wed Jul 23 19:10:14 2008 +0200 | |
3500 | ||
3501 | Add support for ADT7460 I2C monitor chip | |
3502 | ||
3503 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
3504 | ||
3505 | commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b | |
3506 | Author: Michal Simek <[email protected]> | |
3507 | Date: Mon Jul 14 19:45:45 2008 +0200 | |
3508 | ||
3509 | video: Clean drivers/video/Makefile | |
3510 | ||
3511 | Signed-off-by: Michal Simek <[email protected]> | |
3512 | ||
3513 | commit 871c18dd301752270e1f74328c846c3104be1e2e | |
3514 | Author: Michal Simek <[email protected]> | |
3515 | Date: Mon Jul 14 19:45:37 2008 +0200 | |
3516 | ||
3517 | rtc: Clean drivers/rtc/Makefile | |
3518 | ||
3519 | Signed-off-by: Michal Simek <[email protected]> | |
3520 | ||
3521 | commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5 | |
3522 | Author: Michal Simek <[email protected]> | |
3523 | Date: Mon Jul 14 19:45:35 2008 +0200 | |
3524 | ||
3525 | i2c: Clean drivers/i2c/ Makefile | |
3526 | ||
3527 | Signed-off-by: Michal Simek <[email protected]> | |
3528 | ||
3529 | commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e | |
3530 | Author: Harald Welte <[email protected]> | |
3531 | Date: Wed Jul 9 22:30:30 2008 +0800 | |
3532 | ||
3533 | Add 'license' command to U-Boot command line | |
3534 | ||
3535 | The 'license' command includes the U-Boot license (GPLv2) into the | |
3536 | actual bootloader binary. The license text can be shown interactively | |
3537 | at the U-Boot commandline. | |
3538 | ||
3539 | For products where the commandline can actually be accessed by the | |
3540 | end user, this helps to prevent inadvertent GPL violations, since the | |
3541 | GPLv2 license text can no longer be 'forgotten' to be included into | |
3542 | the product. | |
3543 | ||
3544 | The 'license' command can be enabled by CONFIG_CMD_LICENSE. | |
3545 | ||
3546 | Signed-off-by: Harald Welte <[email protected]> | |
3547 | ||
3548 | commit fe2ce5500ebf43d79d227190bd2370232d5b113d | |
3549 | Author: Harald Welte <[email protected]> | |
3550 | Date: Sun Jul 6 15:56:38 2008 +0800 | |
3551 | ||
3552 | add 'unzip' command to u-boot commandline | |
3553 | ||
3554 | [PATCH] add new 'unzip' command to u-boot commandline | |
3555 | ||
3556 | common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from | |
3557 | memory to memory, and option CONFIG_CMD_UNZIP to enable it | |
3558 | ||
3559 | Signed-off-by: Werner Almesberger <[email protected]> | |
3560 | Signed-off-by: Harald Welte <[email protected]> | |
3561 | ||
3562 | commit 07efc9e321619c3dec213310c32e011aa6f02783 | |
3563 | Author: TsiChung Liew <[email protected]> | |
3564 | Date: Wed Aug 6 19:37:17 2008 -0500 | |
3565 | ||
3566 | Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase | |
3567 | ||
3568 | The CFG_ENV_SIZE is not suitable used for SPI flash erase | |
3569 | sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE. | |
3570 | Add condition check if CFG_ENV_SIZE is larger than | |
3571 | CFG_ENV_SECT_SIZE, calculate the right number of sectors for | |
3572 | erasing. | |
3573 | ||
3574 | Signed-off-by: TsiChung Liew <[email protected]> | |
3575 | ||
3576 | commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9 | |
3577 | Author: TsiChung Liew <[email protected]> | |
3578 | Date: Mon Aug 11 15:54:25 2008 +0000 | |
3579 | ||
3580 | ColdFire: Multiple fixes for M5282EVB | |
3581 | ||
3582 | Incorrect CFG_HZ value, change 1000000 to 1000. | |
3583 | Rename #waring to #warning. RAMBAR1 uses twice | |
3584 | in start.S, rename the later to FLASHBAR. Insert | |
3585 | nop for DRAM setup. And, env_offset in linker file. | |
3586 | ||
3587 | Signed-off-by: TsiChung Liew <[email protected]> | |
3588 | ||
3589 | commit 10db3a17a278dd3a27668b31cb32cdd1476e9513 | |
3590 | Author: TsiChung Liew <[email protected]> | |
3591 | Date: Mon Aug 11 15:26:43 2008 +0000 | |
3592 | ||
3593 | ColdFire: Move m5282evb from board to board/freescale | |
3594 | ||
3595 | Signed-off-by: TsiChung Liew <[email protected]> | |
3596 | ||
3597 | commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4 | |
3598 | Author: TsiChung Liew <[email protected]> | |
3599 | Date: Mon Aug 11 15:25:07 2008 +0000 | |
3600 | ||
3601 | ColdFire: Move m5272c3 from board to board/freescale | |
3602 | ||
3603 | Signed-off-by: TsiChung Liew <[email protected]> | |
3604 | ||
3605 | commit 659e9bad629a480f606b286d5703aef7159edf98 | |
3606 | Author: TsiChung Liew <[email protected]> | |
3607 | Date: Mon Aug 11 15:23:16 2008 +0000 | |
3608 | ||
3609 | ColdFire: Move m5271evb from board to board/freescale | |
3610 | ||
3611 | Signed-off-by: TsiChung Liew <[email protected]> | |
3612 | ||
3613 | commit 05316f8ece8206339a208ec052f039cd0f7ca922 | |
3614 | Author: TsiChung Liew <[email protected]> | |
3615 | Date: Mon Aug 11 13:41:49 2008 +0000 | |
3616 | ||
3617 | ColdFire: Add M54451EVB platform support for MCF5445x | |
3618 | ||
3619 | Signed-off-by: TsiChung Liew <[email protected]> | |
3620 | ||
3621 | commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136 | |
3622 | Author: TsiChung Liew <[email protected]> | |
3623 | Date: Wed Aug 6 19:14:08 2008 -0500 | |
3624 | ||
3625 | ColdFire: Add Serial Flash support for M54455EVB | |
3626 | ||
3627 | Signed-off-by: TsiChung Liew <[email protected]> | |
3628 | ||
3629 | commit 9f751551456828b2d0ff417f10959fb0c7110bd0 | |
3630 | Author: TsiChung Liew <[email protected]> | |
3631 | Date: Wed Jul 23 20:38:53 2008 -0500 | |
3632 | ||
3633 | ColdFire: Implement SBF feature for M5445EVB | |
3634 | ||
3635 | Signed-off-by: TsiChung Liew <[email protected]> | |
3636 | ||
3637 | commit a7323bba229203aae2604afde131ab47bad4eadc | |
3638 | Author: TsiChung Liew <[email protected]> | |
3639 | Date: Wed Jul 23 17:53:36 2008 -0500 | |
3640 | ||
3641 | ColdFire: Add SSPI feature for MCF5445x | |
3642 | ||
3643 | Signed-off-by: TsiChung Liew <[email protected]> | |
3644 | ||
3645 | commit b2d022d1ac3f59bffa9cec249341e77aea168abc | |
3646 | Author: TsiChung Liew <[email protected]> | |
3647 | Date: Wed Jul 23 17:37:10 2008 -0500 | |
3648 | ||
3649 | ColdFire: Use CFI Flash driver for M54455EVB | |
3650 | ||
3651 | Remove non-common flash driver in | |
3652 | board/freescale/m54455evb/flash.c. The non-cfi flash will | |
3653 | use CONFIG_FLASH_CFI_LEGACY to configure the flash | |
3654 | attribute. | |
3655 | ||
3656 | Signed-off-by: TsiChung Liew <[email protected]> | |
3657 | ||
3658 | commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0 | |
3659 | Author: TsiChung Liew <[email protected]> | |
3660 | Date: Wed Jul 23 17:11:47 2008 -0500 | |
3661 | ||
3662 | ColdFire: Add M5253DEMO platform support for MCF5253 | |
3663 | ||
3664 | Signed-off-by: TsiChung Liew <[email protected]> | |
3665 | ||
3666 | commit 80ba61fd82569af40e04d4a089257b81881884f2 | |
3667 | Author: TsiChung Liew <[email protected]> | |
3668 | Date: Wed Aug 6 14:17:09 2008 -0500 | |
3669 | ||
3670 | ColdFire: Raise M5253EVBE uart baudrate to 115200 bps | |
3671 | ||
3672 | Signed-off-by: TsiChung Liew <[email protected]> | |
3673 | ||
3674 | commit d361307e73ce1f6fc68760123f37d4876f851f3e | |
3675 | Author: TsiChung Liew <[email protected]> | |
3676 | Date: Wed Aug 6 14:11:36 2008 -0500 | |
3677 | ||
3678 | ColdFire: Fix M5253EVB dram bring up issue | |
3679 | ||
3680 | Signed-off-by: TsiChung Liew <[email protected]> | |
3681 | ||
3682 | commit 4b0708093e15b412296328bf81325cf9b69fe512 | |
3683 | Author: Wolfgang Denk <[email protected]> | |
3684 | Date: Thu Aug 14 14:41:06 2008 +0200 | |
3685 | ||
3686 | Coding Style cleanup, update CHANGELOG | |
3687 | ||
3688 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3689 | ||
4b070809 WD |
3690 | commit 68cf19aae48f2969ec70669604d0d776f02c8bc4 |
3691 | Author: Scott Wood <[email protected]> | |
3692 | Date: Wed Aug 13 18:24:05 2008 -0500 | |
3693 | ||
3694 | socrates: Update NAND driver to new API. | |
3695 | ||
3696 | Also, fix some minor formatting issues, and simplify the handling of | |
3697 | "state" for writes. | |
3698 | ||
3699 | Signed-off-by: Scott Wood <[email protected]> | |
3700 | ||
3701 | commit ba22d10f39eaeedd035e8265616e31ff88e314d5 | |
3702 | Author: Scott Wood <[email protected]> | |
3703 | Date: Wed Aug 13 18:03:40 2008 -0500 | |
3704 | ||
3705 | quad100hd: Update NAND driver to new API. | |
3706 | ||
3707 | Signed-off-by: Scott Wood <[email protected]> | |
3708 | ||
3709 | commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838 | |
3710 | Author: Scott Wood <[email protected]> | |
3711 | Date: Wed Aug 13 17:53:48 2008 -0500 | |
3712 | ||
3713 | m5373evb: Update NAND driver to new API. | |
3714 | ||
3715 | Signed-off-by: Scott Wood <[email protected]> | |
3716 | ||
3717 | commit 1a23a197c8722b805f40895544bbdb1a648c1c82 | |
3718 | Author: Scott Wood <[email protected]> | |
3719 | Date: Wed Aug 13 17:04:30 2008 -0500 | |
3720 | ||
3721 | s3c24x0: Update NAND driver to new API. | |
3722 | ||
3723 | Signed-off-by: Scott Wood <[email protected]> | |
3724 | ||
3725 | commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f | |
3726 | Author: Scott Wood <[email protected]> | |
3727 | Date: Wed Aug 13 15:56:00 2008 -0500 | |
3728 | ||
3729 | at91: Update board NAND drivers to current API. | |
3730 | ||
3731 | Signed-off-by: Scott Wood <[email protected]> | |
3732 | ||
3733 | commit d438d50848e9425286e5fb0493e0affb5a0b1e1b | |
3734 | Author: Kyungmin Park <[email protected]> | |
3735 | Date: Wed Aug 13 09:11:02 2008 +0900 | |
3736 | ||
3737 | Fix OneNAND build break | |
3738 | ||
3739 | Since page size field is changed from oobblock to writesize. But OneNAND is not updated. | |
3740 | - fix bufferram management at erase operation | |
3741 | This patch includes the NAND/OneNAND state filed too. | |
3742 | ||
3743 | Signed-off-by: Kyungmin Park <[email protected]> | |
3744 | Signed-off-by: Scott Wood <[email protected]> | |
3745 | ||
3746 | commit 9483df6408c25f16060432de3868901e352e23bc | |
3747 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3748 | Date: Wed Aug 13 01:40:43 2008 +0200 | |
3749 | ||
3750 | drivers/mtd/nand_legacy: Move conditional compilation to Makefile | |
3751 | ||
3752 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3753 | ||
3754 | commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2 | |
3755 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3756 | Date: Wed Aug 13 01:40:43 2008 +0200 | |
3757 | ||
3758 | drivers/mtd/nand: Move conditional compilation to Makefile | |
3759 | ||
3760 | rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY | |
3761 | ||
3762 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3763 | ||
3764 | commit 4fb09b81920e5dfdfc4576883186733f0bd6059c | |
3765 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3766 | Date: Wed Aug 13 01:40:42 2008 +0200 | |
3767 | ||
3768 | drivers/mtd/onenand: Move conditional compilation to Makefile | |
3769 | ||
3770 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3771 | ||
3772 | commit 00b1883a4cac59d97cd297b1a3a398db85982865 | |
3773 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3774 | Date: Wed Aug 13 01:40:42 2008 +0200 | |
3775 | ||
3776 | drivers/mtd: Move conditional compilation to Makefile | |
3777 | ||
3778 | rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER | |
3779 | ||
3780 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3781 | ||
3782 | commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921 | |
3783 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3784 | Date: Wed Aug 13 01:40:41 2008 +0200 | |
3785 | ||
3786 | drivers/qe: Move conditional compilation to Makefile | |
3787 | ||
3788 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3789 | ||
3790 | commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493 | |
3791 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3792 | Date: Wed Aug 13 01:40:40 2008 +0200 | |
3793 | ||
3794 | drivers/pci: Move conditional compilation to Makefile | |
3795 | ||
3796 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3797 | ||
3798 | commit 55d6d2d39fe3fe87802e399aa17539368b495d2e | |
3799 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3800 | Date: Wed Aug 13 01:40:40 2008 +0200 | |
3801 | ||
3802 | drivers/misc: Move conditional compilation to Makefile | |
3803 | ||
3804 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3805 | ||
3806 | commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1 | |
3807 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3808 | Date: Wed Aug 13 01:40:40 2008 +0200 | |
3809 | ||
3810 | drivers/input: Move conditional compilation to Makefile | |
3811 | ||
3812 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3813 | ||
3814 | commit 88f57e093114a44aa9a858d52b099bcc52034a8c | |
3815 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3816 | Date: Wed Aug 13 01:40:39 2008 +0200 | |
3817 | ||
3818 | drivers/dma: Move conditional compilation to Makefile | |
3819 | ||
3820 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3821 | ||
3822 | commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7 | |
3823 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3824 | Date: Wed Aug 13 01:40:39 2008 +0200 | |
3825 | ||
3826 | drivers/block: Move conditional compilation to Makefile | |
3827 | ||
3828 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3829 | ||
3830 | commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a | |
3831 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3832 | Date: Wed Aug 13 01:40:39 2008 +0200 | |
3833 | ||
3834 | serial: move CFG_NS9750_UART to CONFIG_NS9750_UART | |
3835 | ||
3836 | move also conditional compilation to Makefile | |
3837 | ||
3838 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3839 | ||
3840 | commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e | |
3841 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3842 | Date: Wed Aug 13 01:40:38 2008 +0200 | |
3843 | ||
3844 | serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE | |
3845 | ||
3846 | move also conditional compilation to Makefile | |
3847 | ||
3848 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3849 | ||
3850 | commit d6e9ee92e890f67594ab150689510df361133ead | |
3851 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3852 | Date: Wed Aug 13 01:40:38 2008 +0200 | |
3853 | ||
3854 | common: Move conditional compilation to Makefile | |
3855 | ||
3856 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3857 | ||
3858 | commit f5acb9fd9bba1160de3ef349c7d33fe510eda286 | |
3859 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3860 | Date: Wed Aug 13 01:40:09 2008 +0200 | |
3861 | ||
3862 | mx31: move freescale's mx31 boards to vendor board dir | |
3863 | ||
3864 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3865 | ||
3866 | commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2 | |
3867 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3868 | Date: Sat Jul 5 23:11:11 2008 +0200 | |
3869 | ||
3870 | at91: move arch-at91sam9 to arch-at91 | |
3871 | ||
3872 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3873 | ||
3874 | commit 195ccfc5991d48764b2519941e3507f693851d5d | |
3875 | Author: Fathi BOUDRA <[email protected]> | |
3876 | Date: Wed Aug 6 10:06:20 2008 +0200 | |
3877 | ||
3878 | OneNAND: Fill in MTD function pointers for OneNAND. | |
3879 | ||
3880 | onenand_print_device_info(): | |
3881 | - Now returns a string to be placed in mtd->name, | |
3882 | rather than calling printf. | |
3883 | - Remove verbose parameter as it becomes useless. | |
3884 | ||
3885 | Signed-off-by: Fathi Boudra <[email protected]> | |
3886 | Signed-off-by: Scott Wood <[email protected]> | |
3887 | ||
3888 | commit aa646643b6bc250cb3a4966bf728876e0c10d329 | |
3889 | Author: Guennadi Liakhovetski <[email protected]> | |
3890 | Date: Wed Aug 6 21:42:07 2008 +0200 | |
3891 | ||
3892 | nand_spl: Support page-aligned read in nand_load, use chipselect | |
3893 | ||
3894 | Supporting page-aligned reads doesn't incure any sinificant overhead, just | |
3895 | a small change in the algorithm. Also replace in_8 with readb, since there | |
3896 | is no in_8 on ARM. | |
3897 | ||
3898 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
3899 | Signed-off-by: Scott Wood <[email protected]> | |
3900 | ||
3901 | commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c | |
3902 | Author: Scott Wood <[email protected]> | |
3903 | Date: Tue Aug 5 11:15:59 2008 -0500 | |
3904 | ||
3905 | NAND boot: Update large page support for current API. | |
3906 | ||
3907 | Also, remove the ctrl variable in favor of passing the constants | |
3908 | directly, and remove redundant (u8) casts. | |
3909 | ||
3910 | Signed-off-by: Scott Wood <[email protected]> | |
3911 | ||
3912 | commit e4c09508545d1c45617ba45391c03c03cbc360b9 | |
3913 | Author: Scott Wood <[email protected]> | |
3914 | Date: Mon Jun 30 14:13:28 2008 -0500 | |
3915 | ||
3916 | NAND boot: MPC8313ERDB support | |
3917 | ||
3918 | Note that with older board revisions, NAND boot may only work after a | |
3919 | power-on reset, and not after a warm reset. I don't have a newer board | |
3920 | to test on; if you have a board with a 33MHz crystal, please let me know | |
3921 | if it works after a warm reset. | |
3922 | ||
3923 | Signed-off-by: Scott Wood <[email protected]> | |
3924 | ||
3925 | commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71 | |
3926 | Author: Scott Wood <[email protected]> | |
3927 | Date: Thu Jun 26 14:06:52 2008 -0500 | |
3928 | ||
3929 | mpc8313erdb: Enable NAND in config. | |
3930 | ||
3931 | Signed-off-by: Scott Wood <[email protected]> | |
3932 | ||
3933 | commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4 | |
3934 | Author: Guennadi Liakhovetski <[email protected]> | |
3935 | Date: Thu Jul 31 12:38:26 2008 +0200 | |
3936 | ||
3937 | NAND: Do not write or read a whole block if it is larger than the environment | |
3938 | ||
3939 | Environment can be smaller than NAND block size, do not need to read a whole | |
3940 | block and minimum for writing is one page. Also remove an unused variable. | |
3941 | ||
3942 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
3943 | Signed-off-by: Scott Wood <[email protected]> | |
3944 | ||
3945 | commit eafcabd15f00c142156235c519fcc55b10993241 | |
3946 | Author: Marcel Ziswiler <[email protected]> | |
3947 | Date: Sun Jun 22 16:30:06 2008 +0200 | |
3948 | ||
3949 | NAND: chip->state does not always get set. | |
3950 | ||
3951 | Fixes an issue with chip->state not always being set causing troubles. | |
3952 | ||
3953 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
3954 | Signed-off-by: Scott Wood <[email protected]> | |
3955 | ||
3956 | commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde | |
3957 | Author: Ilya Yanok <[email protected]> | |
3958 | Date: Mon Jun 30 15:34:40 2008 +0200 | |
3959 | ||
3960 | NAND: Scan bad blocks lazily. | |
3961 | ||
3962 | Rather than scanning on boot, scan upon the first attempt to check the | |
3963 | badness of a block. This speeds up boot when not using NAND, and reduces | |
3964 | the likelihood of needing to reflash via JTAG if NAND becomes | |
3965 | nonfunctional. | |
3966 | ||
3967 | Signed-off-by: Ilya Yanok <[email protected]> | |
3968 | Signed-off-by: Scott Wood <[email protected]> | |
3969 | ||
3970 | commit dfbf617ff055e4216f78d358b0867c548916d14b | |
3971 | Author: Scott Wood <[email protected]> | |
3972 | Date: Thu Jun 12 13:20:16 2008 -0500 | |
3973 | ||
3974 | NAND read/write fix | |
3975 | ||
3976 | Implement block-skipping read/write, based on a patch from | |
3977 | Morten Ebbell Hestens <[email protected]>. | |
3978 | ||
3979 | Signed-off-by: Morten Ebbell Hestnes <[email protected]> | |
3980 | Signed-off-by: Scott Wood <[email protected]> | |
3981 | ||
3982 | commit 984e03cdf1431bb593aeaa1b74c445d616f955d3 | |
3983 | Author: Scott Wood <[email protected]> | |
3984 | Date: Thu Jun 12 13:13:23 2008 -0500 | |
3985 | ||
3986 | NAND: Always skip blocks on read/write/boot. | |
3987 | ||
3988 | Use of the non-skipping versions was almost always (if not always) | |
3989 | an error, and no valid use case has been identified. | |
3990 | ||
3991 | Signed-off-by: Scott Wood <[email protected]> | |
3992 | ||
3993 | commit e1c3dbada349992875934575c97b328ab2cb33ca | |
3994 | Author: Anton Vorontsov <[email protected]> | |
3995 | Date: Thu Jun 12 11:10:21 2008 -0500 | |
3996 | ||
3997 | nand: fsl_upm: convert to updated MTD NAND infrastructure | |
3998 | ||
3999 | Signed-off-by: Anton Vorontsov <[email protected]> | |
4000 | Signed-off-by: Scott Wood <[email protected]> | |
4001 | ||
4002 | commit 300253306acc72b1b2e9faf0987f86551151d7cf | |
4003 | Author: Scott Wood <[email protected]> | |
4004 | Date: Thu May 22 15:02:46 2008 -0500 | |
4005 | ||
4006 | fsl_elbc_nand: Hard-code the FBAR/FPAR split. | |
4007 | ||
4008 | The hardware has separate registers for block and page-within-block, | |
4009 | but the division between the two has no apparent relation to the | |
4010 | actual erase block size of the NAND chip. | |
4011 | ||
4012 | Signed-off-by: Scott Wood <[email protected]> | |
4013 | ||
4014 | commit 9c814b0a716aae884bec977b9a032dfa59cfb79a | |
4015 | Author: Anton Vorontsov <[email protected]> | |
4016 | Date: Fri Mar 28 22:10:54 2008 +0300 | |
4017 | ||
4018 | fsl_elbc_nand: workaround for hangs during nand write | |
4019 | ||
4020 | Using current driver elbc sometimes hangs during nand write. Reading back | |
4021 | last byte helps though (thanks to Scott Wood for the idea). | |
4022 | ||
4023 | Signed-off-by: Anton Vorontsov <[email protected]> | |
4024 | Signed-off-by: Scott Wood <[email protected]> | |
4025 | ||
4026 | commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e | |
4027 | Author: Scott Wood <[email protected]> | |
4028 | Date: Fri Mar 21 16:12:51 2008 -0500 | |
4029 | ||
4030 | Freescale eLBC FCM NAND driver | |
4031 | ||
4032 | This is a driver for the Flash Control Machine of the enhanched Local Bus | |
4033 | Controller found on some Freescale chips (such as the mpc8313 and the | |
4034 | mpc8379). | |
4035 | ||
4036 | Signed-off-by: Scott Wood <[email protected]> | |
4037 | ||
4038 | commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6 | |
4039 | Author: Scott Wood <[email protected]> | |
4040 | Date: Tue Mar 18 15:29:14 2008 -0500 | |
4041 | ||
4042 | Don't panic if a controller driver does ecc its own way. | |
4043 | ||
4044 | Some hardware, such as the enhanced local bus controller used on some | |
4045 | mpc83xx chips, does ecc transparently when reading and writing data, rather | |
4046 | than providing a generic calculate/correct mechanism that can be exported to | |
4047 | the nand subsystem. | |
4048 | ||
4049 | The subsystem should not BUG() when calculate, correct, or hwctl are | |
4050 | missing, if the methods that call them have been overridden. | |
4051 | ||
4052 | Signed-off-by: Scott Wood <[email protected]> | |
4053 | ||
4054 | commit e52b34d40a8a646e3d11638ea8797e96398dba13 | |
4055 | Author: Stefan Roese <[email protected]> | |
4056 | Date: Thu Jan 10 18:47:33 2008 +0100 | |
4057 | ||
4058 | NAND: Make NAND driver less verbose per default | |
4059 | ||
4060 | This patch turns off printing of bad blocks per default upon bootup. | |
4061 | This can always be shown via the "nand bad" command later. | |
4062 | ||
4063 | Signed-off-by: Stefan Roese <[email protected]> | |
4064 | ||
4065 | commit fe56a2772e5c59577df906163d0d4b29b056140e | |
4066 | Author: Sergey Kubushyn <[email protected]> | |
4067 | Date: Wed Jan 9 15:36:20 2008 +0100 | |
4068 | ||
4069 | NAND: Davinci driver updates | |
4070 | ||
4071 | Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I | |
4072 | don't have hardware handy so I can not test it at the moment but changes are | |
4073 | rather trivial so it should work. It would be nice if somebody with a | |
4074 | hardware checked it anyways. | |
4075 | ||
4076 | Signed-off-by: Sergey Kubushyn <[email protected]> | |
4077 | ||
4078 | commit deac913effd8d80535c9ff4687b6fcdff540c554 | |
4079 | Author: Stefan Roese <[email protected]> | |
4080 | Date: Sat Jan 5 16:50:32 2008 +0100 | |
4081 | ||
4082 | NAND: Fix compilation warning and small coding style issue | |
4083 | ||
4084 | Signed-off-by: Stefan Roese <[email protected]> | |
4085 | ||
4086 | commit c568f77acdf896fc3dd6413ce53205b17ba809a3 | |
4087 | Author: Stefan Roese <[email protected]> | |
4088 | Date: Sat Jan 5 16:49:37 2008 +0100 | |
4089 | ||
4090 | NAND: Update nand_spl driver to match updated nand subsystem | |
4091 | ||
4092 | This patch changes the NAND booting driver nand_spl/nand_boot.c to match | |
4093 | the new infrastructure from the updated NAND subsystem. This NAND | |
4094 | subsystem was recently synced again with the Linux 2.6.22 MTD/NAND | |
4095 | subsystem. | |
4096 | ||
4097 | Signed-off-by: Stefan Roese <[email protected]> | |
4098 | ||
4099 | commit 3df2ece0f0fbba47d27f02fff96c533732b98c14 | |
4100 | Author: Stefan Roese <[email protected]> | |
4101 | Date: Sat Jan 5 16:47:58 2008 +0100 | |
4102 | ||
4103 | NAND: Update 4xx NDFC driver to match updated nand subsystem | |
4104 | ||
4105 | This patch changes the 4xx NAND driver ndfc.c to match the new | |
4106 | infrastructure from the updated NAND subsystem. This NAND | |
4107 | subsystem was recently synced again with the Linux 2.6.22 MTD/NAND | |
4108 | subsystem. | |
4109 | ||
4110 | Tested successfully on AMCC Sequoia and Bamboo. | |
4111 | ||
4112 | Signed-off-by: Stefan Roese <[email protected]> | |
4113 | ||
4114 | commit 12072264528eba33737bc9674e19f0e925ffda23 | |
4115 | Author: Stefan Roese <[email protected]> | |
4116 | Date: Sat Jan 5 16:43:25 2008 +0100 | |
4117 | ||
4118 | NAND: Change nand_wait_ready() to not call nand_wait() | |
4119 | ||
4120 | This patch changes nand_wait_ready() to not just call nand_wait(), | |
4121 | since this will send a new command to the NAND chip. We just want to | |
4122 | wait for the chip to become ready here. | |
4123 | ||
4124 | Signed-off-by: Stefan Roese <[email protected]> | |
4125 | ||
4126 | commit 9ad754fef5053144daed3b007adaf1c9bec654c9 | |
4127 | Author: William Juul <[email protected]> | |
4128 | Date: Fri Dec 14 16:33:45 2007 +0100 | |
4129 | ||
4130 | make nand dump and nand dump.oob work | |
4131 | ||
4132 | Signed-off-by: William Juul <[email protected]> | |
4133 | Signed-off-by: Scott Wood <[email protected]> | |
4134 | ||
4135 | commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838 | |
4136 | Author: William Juul <[email protected]> | |
4137 | Date: Mon Nov 19 14:46:00 2007 +0100 | |
4138 | ||
4139 | moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks | |
4140 | ||
4141 | Signed-off-by: William Juul <[email protected]> | |
4142 | ||
4143 | commit 98824ce3f95e6c4d08d439b779c0acb0048045a6 | |
4144 | Author: William Juul <[email protected]> | |
4145 | Date: Tue Jun 10 16:18:13 2008 -0500 | |
4146 | ||
4147 | Clean out unneeded files | |
4148 | ||
4149 | Signed-off-by: William Juul <[email protected]> | |
4150 | ||
4151 | commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23 | |
4152 | Author: William Juul <[email protected]> | |
4153 | Date: Fri Nov 16 08:44:27 2007 +0100 | |
4154 | ||
4155 | Create symlinks from yaffs2/direct to yaffs2 | |
4156 | ||
4157 | Signed-off-by: William Juul <[email protected]> | |
4158 | ||
4159 | commit 90ef117b68387d66763291af0117677644166611 | |
4160 | Author: William Juul <[email protected]> | |
4161 | Date: Thu Nov 15 12:23:57 2007 +0100 | |
4162 | ||
4163 | Incorporate yaffs2 into U-boot | |
4164 | ||
4165 | To use YAFFS2 define CONFIG_YAFFS2 | |
4166 | ||
4167 | Signed-off-by: William Juul <[email protected]> | |
4168 | Signed-off-by: Scott Wood <[email protected]> | |
4169 | ||
4170 | commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61 | |
4171 | Author: William Juul <[email protected]> | |
4172 | Date: Thu Nov 15 11:13:05 2007 +0100 | |
4173 | ||
4174 | YAFFS2 import | |
4175 | ||
4176 | Direct import of yaffs as a tarball as of 20071113 from their public | |
4177 | CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/ | |
4178 | ||
4179 | The code can also be imported on the command line with: | |
4180 | export CVSROOT=:pserver:[email protected]:/home/aleph1/cvs cvs logon | |
4181 | (Hit return when asked for a password) | |
4182 | cvs checkout yaffs2 | |
4183 | ||
4184 | Signed-off-by: William Juul <[email protected]> | |
4185 | Signed-off-by: Stig Olsen <[email protected]> | |
4186 | ||
4187 | commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038 | |
4188 | Author: William Juul <[email protected]> | |
4189 | Date: Wed Nov 14 14:28:11 2007 +0100 | |
4190 | ||
4191 | Whitespace cleanup and marking broken code. | |
4192 | ||
4193 | Changes requested by maintainer Stefan Roese after | |
4194 | posting patch to U-boot mailing list. | |
4195 | ||
4196 | Signed-off-by: William Juul <[email protected]> | |
4197 | Signed-off-by: Scott Wood <[email protected]> | |
4198 | ||
4199 | commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f | |
4200 | Author: William Juul <[email protected]> | |
4201 | Date: Fri Nov 9 13:32:30 2007 +0100 | |
4202 | ||
4203 | Fixing coding style issues | |
4204 | ||
4205 | - Fixing leading white spaces | |
4206 | - Fixing indentation where 4 spaces are used instead of tab | |
4207 | - Removing C++ comments (//), wherever I introduced them | |
4208 | ||
4209 | Signed-off-by: William Juul <[email protected]> | |
4210 | Signed-off-by: Scott Wood <[email protected]> | |
4211 | ||
4212 | commit 4cbb651b29cb64d378a06729970e1e153bb605b1 | |
4213 | Author: William Juul <[email protected]> | |
4214 | Date: Thu Nov 8 10:39:53 2007 +0100 | |
4215 | ||
4216 | Remove white space at end. | |
4217 | ||
4218 | Signed-off-by: William Juul <[email protected]> | |
4219 | Signed-off-by: Scott Wood <[email protected]> | |
4220 | ||
4221 | commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b | |
4222 | Author: William Juul <[email protected]> | |
4223 | Date: Wed Oct 31 13:53:06 2007 +0100 | |
4224 | ||
4225 | Update MTD to that of Linux 2.6.22.1 | |
4226 | ||
4227 | A lot changed in the Linux MTD code, since it was last ported from | |
4228 | Linux to U-Boot. This patch takes U-Boot NAND support to the level | |
4229 | of Linux 2.6.22.1 and will enable support for very large NAND devices | |
4230 | (4KB pages) and ease the compatibility between U-Boot and Linux | |
4231 | filesystems. | |
4232 | ||
4233 | This patch is tested on two custom boards with PPC and ARM | |
4234 | processors running YAFFS in U-Boot and Linux using gcc-4.1.2 | |
4235 | cross compilers. | |
4236 | ||
4237 | MAKEALL ppc/arm has some issues: | |
4238 | * DOC/OneNand/nand_spl is not building (I have not tried porting | |
4239 | these parts, and since I do not have any HW and I am not familiar | |
4240 | with this code/HW I think its best left to someone else.) | |
4241 | ||
4242 | Except for the issues mentioned above, I have ported all drivers | |
4243 | necessary to run MAKEALL ppc/arm without errors and warnings. Many | |
4244 | drivers were trivial to port, but some were not so trivial. The | |
4245 | following drivers must be examined carefully and maybe rewritten to | |
4246 | some degree: | |
4247 | cpu/ppc4xx/ndfc.c | |
4248 | cpu/arm926ejs/davinci/nand.c | |
4249 | board/delta/nand.c | |
4250 | board/zylonite/nand.c | |
4251 | ||
4252 | Signed-off-by: William Juul <[email protected]> | |
4253 | Signed-off-by: Stig Olsen <[email protected]> | |
4254 | Signed-off-by: Scott Wood <[email protected]> | |
4255 | ||
4256 | commit cd82919e6c8a73b363a26f34b734923844e52d1c | |
4257 | Author: Wolfgang Denk <[email protected]> | |
4258 | Date: Tue Aug 12 16:08:38 2008 +0200 | |
4259 | ||
4260 | Coding style cleanup, update CHANGELOG, prepare release | |
4261 | ||
4262 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4263 | ||
cd82919e WD |
4264 | commit 17e900b8c0f38d922da47073246219dce2a847f2 |
4265 | Author: Wolfgang Denk <[email protected]> | |
4266 | Date: Tue Aug 12 14:54:04 2008 +0200 | |
4267 | ||
4268 | MVBC_P: fix compile problem | |
4269 | ||
4270 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4271 | ||
4272 | commit 52b047ae48219b59bebe37ba743ab103fd4f8316 | |
4273 | Author: Wolfgang Denk <[email protected]> | |
4274 | Date: Tue Aug 12 12:10:11 2008 +0200 | |
4275 | ||
4276 | MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk' | |
4277 | ||
4278 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4279 | ||
4280 | commit c9c101c660b3d1995045c61c7c6041f52b6cf335 | |
4281 | Author: Wolfgang Denk <[email protected]> | |
4282 | Date: Tue Aug 12 00:36:53 2008 +0200 | |
4283 | ||
4284 | ads5121: fix compiler warnings (unused variables) | |
4285 | ||
4286 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4287 | ||
4288 | commit 902ca09246039964d59bbcb519b1e1b5aed01308 | |
4289 | Author: Kumar Gala <[email protected]> | |
4290 | Date: Mon Aug 11 11:29:28 2008 -0500 | |
4291 | ||
4292 | 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS | |
4293 | ||
4294 | Use CONFIG_NUM_CPUS to match existing define used by 86xx. | |
4295 | ||
4296 | Signed-off-by: Kumar Gala <[email protected]> | |
4297 | Acked-by: Jon Loeliger <[email protected]> | |
4298 | ||
4299 | commit 3216ca9692ff80d7c638723ef448f3d36301d9e7 | |
4300 | Author: Kumar Gala <[email protected]> | |
4301 | Date: Mon Aug 11 09:20:53 2008 -0500 | |
4302 | ||
4303 | Fix fallout from autostart revert | |
4304 | ||
4305 | The autostart revert caused a bit of duplicated code as well as | |
4306 | code that was using images->autostart that needs to get removed so | |
4307 | we can build again. | |
4308 | ||
4309 | Signed-off-by: Kumar Gala <[email protected]> | |
4310 | ||
4311 | commit 3cf8a234b8e8c02e4da1f23566043bc288b05220 | |
4312 | Author: Kumar Gala <[email protected]> | |
4313 | Date: Mon Aug 11 09:16:25 2008 -0500 | |
4314 | ||
4315 | Fix compile error related to r8a66597-hcd & usb | |
4316 | ||
4317 | When building the 8544DS board we get this error: | |
4318 | ||
4319 | In file included from r8a66597-hcd.c:22: | |
4320 | u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined | |
4321 | make[1]: *** [r8a66597-hcd.o] Error 1 | |
4322 | ||
4323 | The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD | |
4324 | is set. | |
4325 | ||
4326 | Signed-off-by: Kumar Gala <[email protected]> | |
4327 | ||
4328 | commit 2d0daa03612338a813e3c9d22680e54eabfea378 | |
4329 | Author: Becky Bruce <[email protected]> | |
4330 | Date: Mon Aug 4 14:02:26 2008 -0500 | |
4331 | ||
4332 | POWERPC 86xx: Move BAT setup code to C | |
4333 | ||
4334 | This is needed because we will be possibly be locating | |
4335 | devices at physical addresses above 32bits, and the asm | |
4336 | preprocessing does not appear to deal with ULL constants | |
4337 | properly. We now call write_bat in lib_ppc/bat_rw.c. | |
4338 | ||
4339 | Signed-off-by: Becky Bruce <[email protected]> | |
4340 | Acked-by: Jon Loeliger <[email protected]> | |
4341 | ||
4342 | commit 9de67149db576c91b9c2a0a182652331e7e44211 | |
4343 | Author: Becky Bruce <[email protected]> | |
4344 | Date: Mon Aug 4 14:01:53 2008 -0500 | |
4345 | ||
4346 | POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c | |
4347 | ||
4348 | Perform sync/isync as required by the architecture. | |
4349 | ||
4350 | Signed-off-by: Becky Bruce <[email protected]> | |
4351 | Acked-by: Jon Loeliger <[email protected]> | |
4352 | ||
4353 | commit 23f935c073e7578c6066804fd2f9ee116cae6ffe | |
4354 | Author: Becky Bruce <[email protected]> | |
4355 | Date: Mon Aug 4 14:01:16 2008 -0500 | |
4356 | ||
4357 | POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config | |
4358 | ||
4359 | Signed-off-by: Becky Bruce <[email protected]> | |
4360 | Acked-by: Jon Loeliger <[email protected]> | |
4361 | ||
4362 | commit 5276a3584d26a9533404f0ec00c3b61cf9a97939 | |
4363 | Author: Magnus Lilja <[email protected]> | |
4364 | Date: Sun Aug 3 21:44:10 2008 +0200 | |
4365 | ||
4366 | i.MX31: Fix mx31_gpio_mux() function and MUX_-macros. | |
4367 | ||
4368 | Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX | |
4369 | contacts instead of only the first 256 ones as is the case prior to | |
4370 | this patch. | |
4371 | ||
4372 | Add missing MUX_* macros and update board files to use the new macros. | |
4373 | ||
4374 | Signed-off-by: Magnus Lilja <[email protected]> | |
4375 | ||
4376 | commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac | |
4377 | Author: Magnus Lilja <[email protected]> | |
4378 | Date: Sun Aug 3 21:43:37 2008 +0200 | |
4379 | ||
4380 | i.MX31: Fix IOMUX related typos | |
4381 | ||
4382 | Correct the names of some IOMUX macros. | |
4383 | ||
4384 | Signed-off-by: Magnus Lilja <[email protected]> | |
4385 | ||
4386 | commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0 | |
4387 | Author: Steve Sakoman <[email protected]> | |
4388 | Date: Mon Aug 11 20:26:16 2008 +0200 | |
4389 | ||
4390 | OneNAND: Remove unused parameters to onenand_verify_page | |
4391 | ||
4392 | The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled. | |
4393 | ||
4394 | Signed-off-by: Steve Sakoman <[email protected]> | |
4395 | Signed-off-by: Dirk Behme <[email protected]> | |
4396 | ||
4397 | commit e84d568fa2a9f4ce7888141e71676368ef6b3f25 | |
4398 | Author: Anatolij Gustschin <[email protected]> | |
4399 | Date: Fri Aug 8 18:00:40 2008 +0200 | |
4400 | ||
4401 | video: fix bug in cfb_console code | |
4402 | ||
4403 | FILL_15BIT_555RGB macro extension for pixel swapping | |
4404 | by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35 | |
4405 | introduced a bug in cfb_console: | |
4406 | ||
4407 | Bitmaps with odd-numbered width won't be rendered | |
4408 | correctly and even U-Boot crashes are observed on | |
4409 | some platforms while repeated rendering of such | |
4410 | bitmaps with "bmp display". Also if a bitmap is | |
4411 | rendered to an odd-numbered x starting position, | |
4412 | the same problem occurs. This patch is an attempt | |
4413 | to fix it. | |
4414 | ||
4415 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
4416 | ||
4417 | commit d9015f6a50d7258125349ef5c2af836458a0029a | |
4418 | Author: Anatolij Gustschin <[email protected]> | |
4419 | Date: Fri Aug 8 18:00:39 2008 +0200 | |
4420 | ||
4421 | video: fix bug in logo_plot | |
4422 | ||
4423 | If logo_plot() should ever be called with x starting | |
4424 | position other than zero and for pixel depths greater | |
4425 | than 8bpp, logo colors distortion will be observed. | |
4426 | This patch fixes the issue. | |
4427 | ||
4428 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
4429 | ||
4430 | commit 406819ae94f79f5b59e01d163380ca7d83709251 | |
4431 | Author: Wolfgang Denk <[email protected]> | |
4432 | Date: Mon Aug 11 00:17:52 2008 +0200 | |
4433 | ||
4434 | MAINTAINERS: sort entries | |
4435 | ||
4436 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4437 | ||
4438 | commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc | |
4439 | Author: Roy Zang <[email protected]> | |
4440 | Date: Thu Aug 7 18:19:28 2008 +0800 | |
4441 | ||
4442 | Add mpc7448hpc2 maintainer information | |
4443 | ||
4444 | Signed-off-by: Roy Zang <[email protected]> | |
4445 | ||
4446 | commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8 | |
4447 | Author: Gururaja Hebbar K R <[email protected]> | |
4448 | Date: Thu Aug 7 13:13:27 2008 +0530 | |
4449 | ||
4450 | common/cmd_load.c - Minor code & Coding Style cleanup | |
4451 | ||
4452 | - os_data_header Variable is a carry over feature | |
4453 | & unused. So removed all instance of this variable | |
4454 | - Minor Code Style Update | |
4455 | ||
4456 | Signed-off-by: Gururaja Hebbar <[email protected]> | |
4457 | Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4458 | ||
4459 | commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14 | |
4460 | Author: Magnus Lilja <[email protected]> | |
4461 | Date: Wed Aug 6 19:32:33 2008 +0200 | |
4462 | ||
4463 | Update the U-Boot wiki URL. | |
4464 | ||
4465 | Signed-off-by: Magnus Lilja <[email protected]> | |
4466 | ||
4467 | commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754 | |
4468 | Author: [email protected] <[email protected]> | |
4469 | Date: Sun Aug 10 17:56:36 2008 +0200 | |
4470 | ||
4471 | OneNAND: Remove base address offset usage | |
4472 | ||
4473 | While locally preparing some U-Boot patches for ARM based OMAP3 boards, some | |
4474 | using OneNAND and some using NAND, we found some differences in OneNAND and | |
4475 | NAND command address handling. | |
4476 | ||
4477 | As this might confuse users (it already confused us), we like to align OneNAND | |
4478 | and NAND address handling. | |
4479 | ||
4480 | The issue is that cmd_onenand.c subtracts the onenand base address from the | |
4481 | addresses you type into the u-boot command line so, unlike nand, you can't | |
4482 | use addresses relative to the start of the onenand part e.g. this won't work: | |
4483 | ||
4484 | onenand read 82000000 280000 400000 | |
4485 | ||
4486 | you have to use: | |
4487 | ||
4488 | onenand read 82000000 20280000 400000 | |
4489 | ||
4490 | Looking at recent git, the only board currently using OneNAND is Apollon, and | |
4491 | for this the OneNAND base address is 0 (apollon.h) | |
4492 | ||
4493 | #define CFG_ONENAND_BASE 0x00000000 | |
4494 | ||
4495 | so patch below won't break any existing boards and will align OneNAND and NAND | |
4496 | handling on boards where OneNAND base address is != 0. | |
4497 | ||
4498 | Signed-off-by: Steve Sakoman <[email protected]> | |
4499 | Signed-off-by: Manikandan Pillai <[email protected]> | |
4500 | Signed-off-by: Dirk Behme <[email protected]> | |
4501 | ||
4502 | commit c11528083ef6e55e76df742228c26e39d151813d | |
4503 | Author: Kumar Gala <[email protected]> | |
4504 | Date: Thu Aug 7 09:28:20 2008 -0500 | |
4505 | ||
4506 | mpc85xx: workaround old binutils bug | |
4507 | ||
4508 | The recent change to move the .bss outside of the image gives older | |
4509 | binutils (ld from eldk4.1/binutils-2.16) some headache: | |
4510 | ||
4511 | ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) | |
4512 | ppc_85xx-ld: final link failed: Bad value | |
4513 | ||
4514 | We workaround it by being explicit about the program headers and not | |
4515 | assigning the .bss to a program header. | |
4516 | ||
4517 | Signed-off-by: Kumar Gala <[email protected]> | |
4518 | ||
4519 | commit 0bf202ec586d4466c900e987720fa635c594d689 | |
4520 | Author: Wolfgang Denk <[email protected]> | |
4521 | Date: Sun Aug 10 01:26:26 2008 +0200 | |
4522 | ||
4523 | Revert "[new uImage] Add autostart flag to bootm_headers structure" | |
4524 | ||
4525 | This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004. | |
4526 | ||
4527 | The commit was based on a misunderstanding of the (documented) | |
4528 | meaning of the 'autostart' environment variable. It might cause | |
4529 | boards to hang if 'autostart' was used, with the potential to brick | |
4530 | them. Go back to the documented behaviour. | |
4531 | ||
4532 | Conflicts: | |
4533 | ||
4534 | common/cmd_bootm.c | |
4535 | common/image.c | |
4536 | include/image.h | |
4537 | ||
4538 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4539 | ||
4540 | commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2 | |
4541 | Author: Wolfgang Denk <[email protected]> | |
4542 | Date: Sat Aug 9 23:17:32 2008 +0200 | |
4543 | ||
4544 | TQM8xx{L,M}: try to normalize config files for TQM8xx? based board | |
4545 | ||
4546 | - enable CFI driver where this was forgotten | |
4547 | - enable mtdparts support | |
4548 | - adjust default environment | |
4549 | etc. | |
4550 | ||
4551 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4552 | ||
4553 | commit 41266c9b5a5f873df3ec891bb0907616958b5602 | |
4554 | Author: Peter Tyser <[email protected]> | |
4555 | Date: Tue Aug 5 10:51:57 2008 -0500 | |
4556 | ||
4557 | FIT: Fix handling of images without ramdisks | |
4558 | ||
4559 | boot_get_ramdisk() should not treat the case when a FIT image does | |
4560 | not contain a ramdisk as an error. | |
4561 | ||
4562 | Signed-off-by: Peter Tyser <[email protected]> | |
4563 | Acked-by: Michal Simek <[email protected]> | |
4564 | ||
4565 | commit f77d92a3f56d88e63cc02226a1204b3bdbac6961 | |
4566 | Author: Sergey Lapin <[email protected]> | |
4567 | Date: Sat Aug 9 01:39:09 2008 +0400 | |
4568 | ||
4569 | DataFlash: AT45DB021 fix and AT45DB081 support | |
4570 | ||
4571 | Fix for page size of AT45DB021. Also adding bigger AT45DB081 | |
4572 | which comes with some newer boards. | |
4573 | ||
4574 | Signed-off-by: Sergey Lapin <[email protected]> | |
4575 | ||
4576 | commit ba9324451b662dd393afa53e5cc36fc5d3d10966 | |
4577 | Author: Nobuhiro Iwamatsu <[email protected]> | |
4578 | Date: Fri Aug 8 16:30:23 2008 +0900 | |
4579 | ||
4580 | sh: Update sh7763rdp config | |
4581 | ||
4582 | Add sh_eth support to sh7763rdp. | |
4583 | ||
4584 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
4585 | ||
4586 | commit 21f971ec265f6042ec21636d55d06a6bc0751077 | |
4587 | Author: Wolfgang Denk <[email protected]> | |
4588 | Date: Mon Jul 7 01:22:29 2008 +0200 | |
4589 | ||
4590 | TQM823L: re-enable logo support; update LCD_INFO text | |
4591 | ||
4592 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4593 | ||
4594 | commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d | |
4595 | Author: Wolfgang Denk <[email protected]> | |
4596 | Date: Fri Aug 8 16:41:56 2008 +0200 | |
4597 | ||
4598 | TQM8xxL: fix support for second flash bank | |
4599 | ||
4600 | When switching the TQM8xxL modules to use the CFI flash driver, | |
4601 | support for the second flash bank was broken because the CFI driver | |
4602 | did not support dynamically sized banks. This gets fixed now. | |
4603 | ||
4604 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4605 | ||
4606 | commit 2a112b234d879f6390503a5f4e38246acce9d0b0 | |
4607 | Author: Wolfgang Denk <[email protected]> | |
4608 | Date: Fri Aug 8 16:39:54 2008 +0200 | |
4609 | ||
4610 | CFI: allow for dynamically determined flash sizes and addresses | |
4611 | ||
4612 | The CFI driver allowed only for static initializers in the | |
4613 | CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map | |
4614 | several flash banks contiguously if the bank sizes were not known in | |
4615 | advance, which kind of violates U-Boot's design philosophy. | |
4616 | ||
4617 | (will be used for example by the TQM8xxL boards) | |
4618 | ||
4619 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4620 | ||
4621 | commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61 | |
4622 | Author: Ben Warren <[email protected]> | |
4623 | Date: Thu Aug 7 23:26:35 2008 -0700 | |
4624 | ||
4625 | QE UEC: Fix compiler warnings | |
4626 | ||
4627 | Moved static functions earlier in file so forward declarations are not needed. | |
4628 | ||
4629 | Signed-off-by: Ben Warren <[email protected]> | |
4630 | ||
4631 | commit d5d28fe4aad5f4535400647a5617c11039506467 | |
4632 | Author: David Saada <[email protected]> | |
4633 | Date: Mon Mar 31 02:37:38 2008 -0700 | |
4634 | ||
4635 | QE UEC: Add MII Commands | |
4636 | ||
4637 | Add MII commands to the UEC driver. Note that once a UEC device is selected, | |
4638 | any device on its MDIO bus can be addressed. | |
4639 | ||
4640 | Signed-off-by: David Saada <[email protected]> | |
4641 | Signed-off-by: Ben Warren <[email protected]> | |
4642 | ||
4643 | commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7 | |
4644 | Author: Yoshihiro Shimoda <[email protected]> | |
4645 | Date: Wed Jul 9 21:07:38 2008 +0900 | |
4646 | ||
4647 | usb: add support for R8A66597 usb controller | |
4648 | ||
4649 | add support for Renesas R8A66597 usb controller. | |
4650 | This patch supports USB Host mode. | |
4651 | ||
4652 | Signed-off-by: Yoshihiro Shimoda <[email protected]> | |
4653 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
4654 | ||
4655 | commit 1d10dcd041aaeae9fd7c821005692898a0303382 | |
4656 | Author: Hunter, Jon <[email protected]> | |
4657 | Date: Sat Jul 26 18:59:16 2008 -0500 | |
4658 | ||
4659 | Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c | |
4660 | ||
4661 | Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices. | |
4662 | ||
4663 | Signed-off-by: Jon Hunter <[email protected]> | |
4664 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
4665 | ||
4666 | commit eab1007334b93a6209f1ec33615e26ef5311ede7 | |
4667 | Author: Steven A. Falco <[email protected]> | |
4668 | Date: Wed Aug 6 15:42:52 2008 -0400 | |
4669 | ||
4670 | ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic. | |
4671 | ||
4672 | The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO | |
4673 | configuration to match the schematic, and also sets the SDR0_PFC1 register to | |
4674 | select the corresponding mode for the UARTs. | |
4675 | ||
4676 | Signed-off-by: Steven A. Falco <[email protected]> | |
4677 | Signed-off-by: Stefan Roese <[email protected]> | |
4678 | ||
a49d10cf WD |
4679 | commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5 |
4680 | Author: Hans-Christian Egtvedt <[email protected]> | |
4681 | Date: Wed Aug 6 14:42:13 2008 +0200 | |
4682 | ||
4683 | avr32: add support for EarthLCD Favr-32 board | |
4684 | ||
4685 | This patch adds support for the Favr-32 board made by EarthLCD. | |
4686 | ||
4687 | This kit, which is also called ezLCD-101 when running with EarthLCD firmware, | |
4688 | has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash, | |
4689 | Ethernet, audio out, USB device, SD-card slot, USART and various other | |
4690 | connectors for cennecting stuff to SPI, I2C, GPIO, etc. | |
4691 | ||
4692 | Signed-off-by: Hans-Christian Egtvedt <[email protected]> | |
4693 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
4694 | ||
4695 | commit bc9019e19758a19a388fb20ef18dc771cd39fdda | |
4696 | Author: Rafael Campos <[email protected]> | |
4697 | Date: Thu Jul 31 10:22:20 2008 +0200 | |
4698 | ||
4699 | cfi-flash: Added support to flash_real_protect for Atmel flash devices | |
4700 | ||
4701 | Some of the flash memories produced by ATMEL start in read-only mode. | |
4702 | We need to unprotect it. This patch allows the AT49BV6416 to work with | |
4703 | cfi_flash memories. Tested in the at91rm9200ek board. | |
4704 | ||
4705 | Signed-off-by: Rafael Campos Las Heras <[email protected]> | |
4706 | Signed-off-by: Stefan Roese <[email protected]> | |
4707 | ||
4708 | commit 7949839e5836bf8b1074bb6142c46d30ac3aa350 | |
4709 | Author: Guennadi Liakhovetski <[email protected]> | |
4710 | Date: Tue Aug 5 15:36:39 2008 +0200 | |
4711 | ||
4712 | cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash | |
4713 | ||
4714 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
4715 | Signed-off-by: Stefan Roese <[email protected]> | |
4716 | ||
4b070809 WD |
4717 | commit 1318673045fe188c6e24c582b1e6efc00ae1c62c |
4718 | Author: Stefan Roese <[email protected]> | |
4719 | Date: Wed Aug 6 14:06:03 2008 +0200 | |
4720 | ||
4721 | Fix merge problems | |
4722 | ||
4723 | Signed-off-by: Stefan Roese <[email protected]> | |
4724 | ||
4725 | commit f2302d4430e7f3f48308d6a585320fe96af8afbd | |
4726 | Author: Stefan Roese <[email protected]> | |
4727 | Date: Wed Aug 6 14:05:38 2008 +0200 | |
4728 | ||
4729 | Fix merge problems | |
4730 | ||
4731 | Signed-off-by: Stefan Roese <[email protected]> | |
4732 | ||
cd82919e WD |
4733 | commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d |
4734 | Author: Kenneth Johansson <[email protected]> | |
4735 | Date: Tue Jul 15 12:13:38 2008 +0200 | |
4736 | ||
4737 | mpc5121: Move iopin features from board specific to common files. | |
4738 | ||
4739 | And in the process eliminate some duplicate register defines. | |
4740 | ||
4741 | Signed-off-by: Kenneth Johansson <[email protected]> | |
4742 | ||
4743 | commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12 | |
4744 | Author: John Rigby <[email protected]> | |
4745 | Date: Tue Aug 5 17:38:57 2008 -0600 | |
4746 | ||
4747 | mpc5121: squash some fdt fixup errors | |
4748 | ||
4749 | On ADS5121 when booting linux the following errors are seen: | |
4750 | Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND | |
4751 | Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND | |
4752 | Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND | |
4753 | ||
4754 | This is caused by ft_cpu_setup trying to deal with | |
4755 | both old and new soc node naming. This patch | |
4756 | fixes this by being smarter about what to | |
4757 | fixup. | |
4758 | ||
4759 | Also do soc node fixups by compatible instead of by path. | |
4760 | A new board config called OF_SOC_COMPAT defined | |
4761 | to be "fsl,mpc5121-immr" replaces the old | |
4762 | OF_SOC node path that was defined to be "soc@80000000". | |
4763 | ||
4764 | Old device trees still work, but the compatiblity | |
4765 | is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES | |
4766 | which is on by default in include/configs/ads5121.h. | |
4767 | ||
4768 | Signed-off-by: John Rigby <[email protected]> | |
4769 | ||
4770 | commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c | |
4771 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4772 | Date: Sat Aug 2 23:48:30 2008 +0200 | |
4773 | ||
4774 | drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros | |
4775 | ||
4776 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4777 | ||
4778 | commit 4cd7e6528f61ec669755c3754bb4f9779874fab3 | |
4779 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4780 | Date: Sat Aug 2 23:48:32 2008 +0200 | |
4781 | ||
4782 | nios2/sysid: fix printf warning | |
4783 | ||
4784 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4785 | ||
4786 | commit 66da6fa0e35e7ee56628c85981709afe7180fc8e | |
4787 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4788 | Date: Sat Aug 2 23:48:33 2008 +0200 | |
4789 | ||
4790 | Fix remaining build issues with MPC8xx FADS boards. | |
4791 | ||
4792 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4793 | ||
4794 | commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2 | |
4795 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4796 | Date: Sat Aug 2 23:48:31 2008 +0200 | |
4797 | ||
4798 | nios2: fix phys_addr_t and phys_size_t support | |
4799 | ||
4800 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4801 | ||
4802 | commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef | |
4803 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4804 | Date: Sat Aug 2 23:48:34 2008 +0200 | |
4805 | ||
4806 | mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)' | |
4807 | ||
4808 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4809 | ||
4810 | commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f | |
4811 | Author: Mark Jackson <[email protected]> | |
4812 | Date: Fri Aug 1 09:48:29 2008 +0100 | |
4813 | ||
4814 | Fix bitmap display for atmel lcd controller | |
4815 | ||
4816 | The current lcd_display_bitmap() function does not work properly | |
4817 | for the Atmel LCD controller. | |
4818 | ||
4819 | 2 fixes need to be done:- | |
4820 | ||
4821 | (a) when setting the colour map, use the lcd_setcolreg() function | |
4822 | as provided by the Atmel driver | |
4823 | (b) the data is never actually written to the lcd framebuffer !! | |
4824 | ||
4825 | Signed-off-by: Mark Jackson <[email protected]> | |
4826 | ||
4827 | commit 2a433c66b1e2770349fe4911be23c375f053ebd8 | |
4828 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4829 | Date: Fri Aug 1 08:40:34 2008 +0200 | |
4830 | ||
4831 | qemu_mips: update README to follow qemu update about default machine | |
4832 | ||
4833 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4834 | ||
4835 | commit ac169d645f5f0e0b9a232563099209e92a355d8e | |
4836 | Author: TsiChung Liew <[email protected]> | |
4837 | Date: Thu Jul 31 19:53:21 2008 -0500 | |
4838 | ||
4839 | ColdFire: Fix compilation issue caused by a missing function | |
4840 | ||
4841 | Implement usec2ticks() which is used by fsl_i2c.c in | |
4842 | lib_m68k/time.c | |
4843 | ||
4844 | Signed-off-by: TsiChung Liew <[email protected]> | |
4845 | ||
4846 | commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b | |
4847 | Author: TsiChung Liew <[email protected]> | |
4848 | Date: Thu Jul 31 19:53:06 2008 -0500 | |
4849 | ||
4850 | Fix compilation error for TASREG | |
4851 | ||
4852 | TASREG is ColdFire platform, the include ppc4xx.h in | |
4853 | board/esd/common/flash.c causes conflict. | |
4854 | ||
4855 | Signed-off-by: TsiChung Liew <[email protected]> | |
4856 | ||
4857 | commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7 | |
4858 | Author: TsiChung Liew <[email protected]> | |
4859 | Date: Thu Jul 31 19:52:36 2008 -0500 | |
4860 | ||
4861 | Fix compilation error for MCF5275 | |
4862 | ||
4863 | Rename OBJ to COBJ in board/platform/Makefile | |
4864 | ||
4865 | Signed-off-by: TsiChung Liew <[email protected]> | |
4866 | ||
4867 | commit 5c40548f01218360a1f1395198c50ff45f3035b5 | |
4868 | Author: TsiChung Liew <[email protected]> | |
4869 | Date: Thu Jul 31 19:52:28 2008 -0500 | |
4870 | ||
4871 | Fix compile error caused by incorrect function return type | |
4872 | ||
4873 | Rename int mii_init(void) to void mii_init(void) for idmr | |
4874 | ColdFire platform | |
4875 | ||
4876 | Signed-off-by: TsiChung Liew <[email protected]> | |
4877 | ||
4878 | commit a58c78067c928976c082c758d3987e89ead5b191 | |
4879 | Author: Wolfgang Denk <[email protected]> | |
4880 | Date: Fri Aug 1 12:06:22 2008 +0200 | |
4881 | ||
4882 | Fix build issues with MPC8xx FADS boards. | |
4883 | ||
4884 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4885 | ||
4886 | commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa | |
4887 | Author: Wolfgang Denk <[email protected]> | |
4888 | Date: Thu Jul 31 17:54:03 2008 +0200 | |
4889 | ||
4890 | Prepare v1.3.4-rc2: update CHANGELOG | |
4891 | ||
4892 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4893 | ||
4b50cd12 WD |
4894 | commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4 |
4895 | Author: Mark Jackson <[email protected]> | |
4896 | Date: Thu Jul 31 16:09:00 2008 +0100 | |
4897 | ||
4898 | Add gzipped logo support | |
4899 | ||
4900 | The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows: | |
4901 | ||
4902 | If this option is set, additionally to standard BMP | |
4903 | images, gzipped BMP images can be displayed via the | |
4904 | splashscreen support or the bmp command. | |
4905 | ||
4906 | However, the splashscreen function *only* supports standard BMP images. | |
4907 | ||
4908 | This patch adds the documented gzip support. | |
4909 | ||
4910 | Signed-off-by: Mark Jackson <[email protected]> | |
4911 | ||
4912 | commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac | |
4913 | Author: Mark Jackson <[email protected]> | |
4914 | Date: Thu Jul 31 15:56:48 2008 +0100 | |
4915 | ||
4916 | Fix Atmel LCD controller endianess for AVR32 processors | |
4917 | ||
4918 | The Atmel lcd controller is used on Atmel's AT91 (little endian) and | |
4919 | AVR32 (big endian) platforms. | |
4920 | ||
4921 | As such, the controller can handle both big and little endian memory. | |
4922 | ||
4923 | This patch fixes the driver for the AVR32 platform. | |
4924 | ||
4925 | Signed-off-by: Mark Jackson <[email protected]> | |
4926 | ||
4927 | commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1 | |
4928 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4929 | Date: Thu Jul 31 15:56:01 2008 +0200 | |
4930 | ||
4931 | apollon: fix build out of tree | |
4932 | ||
4933 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4934 | ||
4935 | commit 2e752be39d3e398d4ab89ffa6634c397df298297 | |
4936 | Author: Guennadi Liakhovetski <[email protected]> | |
4937 | Date: Thu Jul 31 12:35:04 2008 +0200 | |
4938 | ||
4939 | Uncompressed images loaded to their start address shall set load_end too | |
4940 | ||
4941 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
4942 | Acked-by: Bartlomiej Sieka <[email protected]> | |
4943 | ||
4944 | commit c37207d7f51e19c17f859966f314e27cc1231801 | |
4945 | Author: Wolfgang Denk <[email protected]> | |
4946 | Date: Wed Jul 16 16:38:59 2008 +0200 | |
4947 | ||
4948 | Fix printf() format problems with configurable prompts | |
4949 | ||
4950 | U-Boot allows for configurable prompt strings using the | |
4951 | CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far, | |
4952 | the assumption was that any such user defined problts would contain | |
4953 | exactly one "%d" format specifier. But some boards did not. | |
4954 | ||
4955 | To allow for flexible boot prompts without adding too complex code we | |
4956 | now allow to specify the whole list of printf() arguments in the user | |
4957 | definition. This is powerful, but requires a responsible user who | |
4958 | really understands what he is doing, as he needs to know for exanple | |
4959 | which variables are available in the respective context. | |
4960 | ||
4961 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4962 | ||
4963 | commit 54754120637b6a7f4ff774fb199fc550bcfea1da | |
4964 | Author: Wolfgang Denk <[email protected]> | |
4965 | Date: Thu Jul 31 17:02:14 2008 +0200 | |
4966 | ||
4967 | TQM85xx: fix typo introduce by commit ffbb5cb9 | |
4968 | ||
4969 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4970 | ||
4971 | commit 0b4951d4cddca9cc800745891c95b291e47cbbd7 | |
4972 | Author: Wolfgang Denk <[email protected]> | |
4973 | Date: Thu Jul 31 15:27:01 2008 +0200 | |
4974 | ||
4975 | mvbc_p board: fix most build warnings. | |
4976 | ||
4977 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4978 | ||
4979 | commit c4ec6db074051d2f6fc76a66411c60621b22bc02 | |
4980 | Author: Wolfgang Denk <[email protected]> | |
4981 | Date: Thu Jul 31 13:57:20 2008 +0200 | |
4982 | ||
4983 | E1000: clean up CONFIG_E1000_FALLBACK_MAC handling | |
4984 | ||
4985 | Avoid "integer constant is too large for 'long' type" warnings. | |
4986 | And simplify the code. | |
4987 | ||
4988 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4989 | ||
4990 | commit 9196b44334c330cc13de2464c59181e4db71f549 | |
4991 | Author: Matvejchikov Ilya <[email protected]> | |
4992 | Date: Wed Jul 30 23:21:19 2008 +0400 | |
4993 | ||
4994 | 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI | |
4995 | ||
4996 | Signed-off-by: Matvejchikov Ilya <[email protected]> | |
4997 | ||
4998 | commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0 | |
4999 | Author: Matvejchikov Ilya <[email protected]> | |
5000 | Date: Wed Jul 30 23:20:32 2008 +0400 | |
5001 | ||
5002 | PPC: Add pci_clk in the global_data for CPM2 processors | |
5003 | ||
5004 | This patch adds pci_clk field to the global_data structure for the | |
5005 | processors which have CPM2 module in case the CONFIG_PCI is defined. | |
5006 | ||
5007 | Signed-off-by: Matvejchikov Ilya <[email protected]> | |
5008 | ||
5009 | commit f0ff885ca64655bee6540eb8a25eed90b1152686 | |
5010 | Author: Kumar Gala <[email protected]> | |
5011 | Date: Wed Jul 30 14:13:30 2008 -0500 | |
5012 | ||
5013 | mpc85xx: Update linker scripts for Freescale boards | |
5014 | ||
5015 | * Move to using absolute addressing always. Makes the scripts a bit more | |
5016 | portable and common | |
5017 | * Moved .bss after the end of the image. These allows us to have more | |
5018 | room in the resulting binary image for code and data. | |
5019 | * Removed .text object files that aren't really needed | |
5020 | * Make sure _end is 4-byte aligned as the .bss init code expects this. | |
5021 | (Its possible that the end of .bss isn't 4-byte aligned) | |
5022 | ||
5023 | Signed-off-by: Kumar Gala <[email protected]> | |
5024 | ||
5025 | commit 57c219ad5d34dd9d49991777a62e3899595f2ec7 | |
5026 | Author: Kumar Gala <[email protected]> | |
5027 | Date: Wed Jul 30 08:01:15 2008 -0500 | |
5028 | ||
5029 | Fix compile warnings in dlmalloc | |
5030 | ||
5031 | The origional code was using on odd reference to get to the first | |
5032 | real element in av_[]. The first two elements of the array are | |
5033 | not used for actual bins, but for house keeping. If we are more | |
5034 | explicit about how use the first few elements we can get rid of the | |
5035 | warnings: | |
5036 | ||
5037 | dlmalloc.c: In function 'malloc_extend_top': | |
5038 | dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
5039 | dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
5040 | dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
5041 | ... | |
5042 | ||
5043 | The logic of how this code came to be is: | |
5044 | bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ | |
5045 | ||
5046 | SIZE_SZ is the size of pointer, and av_ is arry of pointers so: | |
5047 | bin_at(0) = &(av_[0]) | |
5048 | ||
5049 | Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward. | |
5050 | ||
5051 | Signed-off-by: Kumar Gala <[email protected]> | |
5052 | ||
5053 | commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9 | |
5054 | Author: Stefan Roese <[email protected]> | |
5055 | Date: Wed Jul 30 10:21:01 2008 +0200 | |
5056 | ||
5057 | ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines | |
5058 | ||
5059 | Signed-off-by: Stefan Roese <[email protected]> | |
5060 | ||
5061 | commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5 | |
5062 | Author: Stefan Roese <[email protected]> | |
5063 | Date: Wed Jul 30 09:59:51 2008 +0200 | |
5064 | ||
5065 | cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' | |
5066 | ||
5067 | A recent patch used '#if (CONFIG_CMD_USB)' instead of | |
5068 | '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes | |
5069 | common/bootm.c compile again. | |
5070 | ||
5071 | Signed-off-by: Stefan Roese <[email protected]> | |
5072 | Acked-by: Markus Klotzbuecher <[email protected]> | |
5073 | ||
5074 | commit 2cb9080427fe641dcb71da46cd0634dd406f37ed | |
5075 | Author: Kyungmin Park <[email protected]> | |
5076 | Date: Tue Jul 22 08:01:43 2008 +0900 | |
5077 | ||
5078 | Remove unused I2C at apollon board | |
5079 | ||
5080 | There are no I2C devices on this board. | |
5081 | ||
5082 | Signed-off-by: Kyungmin Park <[email protected]> | |
5083 | ||
5084 | commit 3c95960e526b3b026da20201db64526f46faf14b | |
5085 | Author: Wolfgang Denk <[email protected]> | |
5086 | Date: Thu Jul 31 10:12:09 2008 +0200 | |
5087 | ||
5088 | at91rm9200dk, csb637: fix NAND related build problems | |
5089 | ||
5090 | Tried fixing NAND support for the at91rm9200dk board; untested. | |
5091 | Disabled NAND support in the csb637 board config file. | |
5092 | ||
5093 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5094 | ||
4b070809 WD |
5095 | commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd |
5096 | Author: Ricardo Ribalda Delgado <[email protected]> | |
5097 | Date: Wed Jul 30 12:39:28 2008 +0200 | |
5098 | ||
5099 | ppc4xx: ML507: Environment in flash and MTD Support | |
5100 | ||
5101 | - Relocate the location of U-Boot in the flash | |
5102 | - Save the environment in one sector of the flash memory | |
5103 | - MTD Support | |
5104 | ||
5105 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
5106 | Signed-off-by: Stefan Roese <[email protected]> | |
5107 | ||
5108 | commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5 | |
5109 | Author: Ricardo Ribalda Delgado <[email protected]> | |
5110 | Date: Tue Jul 29 17:16:10 2008 +0200 | |
5111 | ||
5112 | ppc4xx: ML507: Use of get_ram_size in board ml507 | |
5113 | ||
5114 | - Change suggested by WD | |
5115 | ||
5116 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
5117 | Signed-off-by: Stefan Roese <[email protected]> | |
5118 | ||
5119 | commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4 | |
5120 | Author: Ricardo Ribalda Delgado <[email protected]> | |
5121 | Date: Mon Jul 21 20:30:07 2008 +0200 | |
5122 | ||
5123 | ppc4xx: ML507: U-Boot in flash and System ACE | |
5124 | ||
5125 | This patch allows booting from FLASH the ML507 board by Xilinx. | |
5126 | Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF | |
5127 | ||
5128 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
5129 | Signed-off-by: Stefan Roese <[email protected]> | |
5130 | ||
a49d10cf WD |
5131 | commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783 |
5132 | Author: Julien May <[email protected]> | |
5133 | Date: Mon Jun 23 13:57:52 2008 +0200 | |
5134 | ||
5135 | Add support for the hammerhead (AVR32) board | |
5136 | ||
5137 | The Hammerhead platform is built around a AVR32 32-bit microcontroller | |
5138 | from Atmel. It offers versatile peripherals, such as ethernet, usb | |
5139 | device, usb host etc. | |
5140 | ||
5141 | The board also incooperates a power supply and is a Power over Ethernet | |
5142 | (PoE) Powered Device (PD). | |
5143 | ||
5144 | Additonally, a Cyclone III FPGA from Altera is integrated on the board. | |
5145 | The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two | |
5146 | DDR2 SDRAM interfaces, which will cover even the most exceptional need | |
5147 | of memory bandwidth. Together with the onboard video decoder the board | |
5148 | is ready for video processing. | |
5149 | ||
5150 | For more information see: http:///www.miromico.com/hammerhead | |
5151 | ||
5152 | Signed-off-by: Julien May <[email protected]> | |
5153 | [[email protected]: various small fixes and adaptions] | |
5154 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
5155 | ||
4b50cd12 WD |
5156 | commit 09d318a8bb1444ec92e31cafcdba877eb9409e58 |
5157 | Author: Kumar Gala <[email protected]> | |
5158 | Date: Tue Jul 29 12:23:49 2008 -0500 | |
5159 | ||
5160 | fsl_i2c: Use timebase timer functions instead of get_timer() | |
5161 | ||
5162 | The current implementation of get_timer() is only really useful after we | |
5163 | have relocated u-boot to memory. The i2c code is used before that as part | |
5164 | of the SPD DDR setup. | |
5165 | ||
5166 | We actually have a bug when using the get_timer() code before relocation | |
5167 | because the .bss hasn't been setup and thus we could be reading/writing | |
5168 | a random location (probably in flash). | |
5169 | ||
5170 | Signed-off-by: Kumar Gala <[email protected]> | |
5171 | ||
5172 | commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4 | |
5173 | Author: Frank Svendsbøe <[email protected]> | |
5174 | Date: Tue Jul 29 14:49:31 2008 +0200 | |
5175 | ||
5176 | Adder8xx: Fix CFG_MONITOR_LEN | |
5177 | ||
5178 | Due to increased space usage, U-Boot can no longer be stored in three sectors. | |
5179 | The current U-Boot use just over three flash sectors (197k), and U-Boot will | |
5180 | become corrupt after saving environment variables. This patch adds another 64k | |
5181 | to CFG_MONITOR_LEN. | |
5182 | ||
5183 | Signed-off-by: Frank E. Svendsbøe <[email protected]> | |
5184 | ||
5185 | commit a4c59ad4a21140550ada6f97690d2527c4146ce5 | |
5186 | Author: Kyungmin Park <[email protected]> | |
5187 | Date: Tue Jul 29 08:47:57 2008 +0900 | |
5188 | ||
5189 | Add OneNAND IPL related files to gitignore | |
5190 | ||
5191 | Signed-off-by: Kyungmin Park <[email protected]> | |
5192 | ||
5193 | commit 8d87589e8e874df7120a3d9667f051bc33bac250 | |
5194 | Author: Rafal Jaworowski <[email protected]> | |
5195 | Date: Mon Jul 28 20:38:25 2008 +0200 | |
5196 | ||
5197 | API: Teach the storage layer about SATA and MMC options. | |
5198 | ||
5199 | Signed-off-by: Rafal Czubak <[email protected]> | |
5200 | Acked-by: Rafal Jaworowski <[email protected]> | |
5201 | ||
5202 | commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8 | |
5203 | Author: Rafal Jaworowski <[email protected]> | |
5204 | Date: Mon Jul 28 20:37:48 2008 +0200 | |
5205 | ||
5206 | API: Dump contents of sector 0 in the demo application. | |
5207 | ||
5208 | Signed-off-by: Rafal Czubak <[email protected]> | |
5209 | Acked-by: Rafal Jaworowski <[email protected]> | |
5210 | ||
5211 | commit 13ca6305f2eba49c175f6370c35286141059c789 | |
5212 | Author: Rafal Jaworowski <[email protected]> | |
5213 | Date: Mon Jul 28 20:37:10 2008 +0200 | |
5214 | ||
5215 | API: Correct storage enumeration routine, other minor fixes in API storage area. | |
5216 | ||
5217 | Signed-off-by: Rafal Czubak <[email protected]> | |
5218 | Acked-by: Rafal Jaworowski <[email protected]> | |
5219 | ||
5220 | commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8 | |
5221 | Author: Rafal Jaworowski <[email protected]> | |
5222 | Date: Mon Jul 28 20:36:19 2008 +0200 | |
5223 | ||
5224 | API: Fix compilation warnings in api_examples/demo.c. | |
5225 | ||
5226 | Signed-off-by: Rafal Czubak <[email protected]> | |
5227 | ||
5228 | commit c14eefcc48212af2f3314809605698dd8393a90a | |
5229 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5230 | Date: Sun Jul 27 17:09:43 2008 +0200 | |
5231 | ||
5232 | Fix more printf() format warnings | |
5233 | ||
5234 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5235 | ||
5236 | commit 936897d4d1365452bbbdf8430db5e7769ef08d38 | |
5237 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5238 | Date: Fri Jul 25 15:18:16 2008 +0200 | |
5239 | ||
5240 | Fix remaining CFG_CMD_ define, ifdef and comments | |
5241 | ||
5242 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5243 | ||
5244 | commit 5d1d00fb36005482e1803a00ddc46efa11d719af | |
5245 | Author: Stefano Babic <[email protected]> | |
5246 | Date: Fri Jul 25 08:57:40 2008 +0200 | |
5247 | ||
5248 | Add include for config.h in command.h. | |
5249 | ||
5250 | Because the cmd_tbl_s structure depends on the configuration file, it | |
5251 | must be assured that config.h is included before the structure is | |
5252 | evaluated by the compiler. If this is not certain, it could happen | |
5253 | that the compiler generates structures of different size, depending | |
5254 | on the fact if the source file includes <config.h> before or after | |
5255 | <command.h>. | |
5256 | ||
5257 | The effect is that u-boot crashes when tries to relocate the command | |
5258 | table (for ppc) or try to access to the command table for other | |
5259 | architectures. | |
5260 | ||
5261 | The problem can happen on board-depending commands. All general | |
5262 | commands under /common are unaffected, because they include already | |
5263 | config.h before command.h. | |
5264 | ||
5265 | Signed-off-by: Stefano Babic <[email protected]> | |
5266 | ||
5267 | commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a | |
5268 | Author: Scott Wood <[email protected]> | |
5269 | Date: Wed Jul 23 13:16:06 2008 -0500 | |
5270 | ||
5271 | NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile. | |
5272 | ||
5273 | This fixes building out-of-tree. | |
5274 | ||
5275 | Signed-off-by: Scott Wood <[email protected]> | |
5276 | ||
5277 | commit 36d59bd9da9e15d19b867b48449408830f4e2ad5 | |
5278 | Author: Heiko Schocher <[email protected]> | |
5279 | Date: Wed Jul 23 07:30:46 2008 +0200 | |
5280 | ||
5281 | Fix warnings if compiling with IDE support. | |
5282 | ||
5283 | cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior | |
5284 | cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior | |
5285 | ||
5286 | Signed-off-by: Heiko Schocher <[email protected]> | |
5287 | ||
5288 | commit 7610db17fd4d59c51d825488526d85ede2f06767 | |
5289 | Author: Adrian Filipi <[email protected]> | |
5290 | Date: Tue Jul 22 14:28:11 2008 -0400 | |
5291 | ||
5292 | Removed support for the adsvix board. | |
5293 | ||
5294 | Support for the adsvix was originally provided by Applied Data | |
5295 | Systems (ADS), inc., now EuroTech, Inc. | |
5296 | The board never shipped aside from some sample boards. | |
5297 | ||
5298 | Signed-off-by: Adrian Filipi <[email protected]> | |
5299 | ||
5300 | commit f96b44cef897bd372beb86dde1b33637c119d84d | |
5301 | Author: Remy Bohmer <[email protected]> | |
5302 | Date: Tue Jul 22 16:22:11 2008 +0200 | |
5303 | ||
5304 | ARM: set GD_FLG_RELOC for boards skipping relocation to RAM | |
5305 | ||
5306 | If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually | |
5307 | never set, because relocation to RAM is actually never done by U-boot | |
5308 | itself. However, several pieces of code check if this flag is set at | |
5309 | some time. | |
5310 | ||
5311 | So, to make sure this flag is set on boards skipping relocation, this | |
5312 | is added to the initialisation of U-boot at a moment where it is safe | |
5313 | to do so. | |
5314 | ||
5315 | Signed-off-by: Remy Bohmer <[email protected]> | |
5316 | ||
5317 | commit e4dafff86f289b5677143a3e41da7b45c6d27fc7 | |
5318 | Author: Timur Tabi <[email protected]> | |
5319 | Date: Mon Jul 21 14:26:23 2008 -0500 | |
5320 | ||
5321 | fsl-i2c: fix writes to data segment before relocation | |
5322 | ||
5323 | Prevent i2c_init() in fsl_i2c.c from writing to the data segment before | |
5324 | relocation. Commit d8c82db4 added the ability for i2c_init() to program the | |
5325 | I2C bus speed and save the value in i2c_bus_speed[], which is a global | |
5326 | variable. It is an error to write to the data segment before relocation, | |
5327 | which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[]. | |
5328 | ||
5329 | Signed-off-by: Timur Tabi <[email protected]> | |
5330 | ||
5331 | commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21 | |
5332 | Author: Wolfgang Ocker <[email protected]> | |
5333 | Date: Mon Jul 28 16:56:51 2008 +0200 | |
5334 | ||
5335 | mips: Fix baudrate divisor computation on alchemy cpus | |
5336 | ||
5337 | Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor | |
5338 | on alchemy cpus. | |
5339 | ||
5340 | Signed-off-by: Wolfgang Ocker <[email protected]> | |
5341 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
5342 | ||
a49d10cf WD |
5343 | commit c8c845cfdc6d0217135c1d5927eebd2b133a3314 |
5344 | Author: Ben Warren <[email protected]> | |
5345 | Date: Sat Jul 5 00:08:48 2008 -0700 | |
5346 | ||
5347 | Moved initialization of AVR32 Ethernet controllers to board_eth_init() | |
5348 | ||
5349 | Renamed initialization functions for atngw100 and atstk1000. | |
5350 | Removed initializations for these boards from net/eth.c | |
5351 | ||
5352 | Signed-off-by: Ben Warren <[email protected]> | |
5353 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
5354 | ||
4b50cd12 WD |
5355 | commit a229d291f33308ab7761d39f25fa1a53c0fc00a2 |
5356 | Author: Haavard Skinnemoen <[email protected]> | |
5357 | Date: Wed Jul 23 10:55:46 2008 +0200 | |
5358 | ||
5359 | spi flash: Fix printf() format warnings | |
5360 | ||
5361 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
5362 | ||
5363 | commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e | |
5364 | Author: Haavard Skinnemoen <[email protected]> | |
5365 | Date: Wed Jul 23 10:55:31 2008 +0200 | |
5366 | ||
5367 | atmel_mci: Fix printf() format warnings | |
5368 | ||
5369 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
5370 | ||
5371 | commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c | |
5372 | Author: Haavard Skinnemoen <[email protected]> | |
5373 | Date: Wed Jul 23 10:55:15 2008 +0200 | |
5374 | ||
5375 | avr32: Fix printf() format warnings | |
5376 | ||
5377 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
5378 | ||
5379 | commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4 | |
5380 | Author: Haavard Skinnemoen <[email protected]> | |
5381 | Date: Wed Jul 23 10:52:19 2008 +0200 | |
5382 | ||
5383 | avr32: asm/io.h needs asm/types.h | |
5384 | ||
5385 | map_physmem() takes a phys_addr_t as parameter. This type is defined in | |
5386 | asm/types.h, so we need to include that file. | |
5387 | ||
5388 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
5389 | ||
5390 | commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6 | |
5391 | Author: Michal Simek <[email protected]> | |
5392 | Date: Thu Jul 17 12:25:46 2008 +0200 | |
5393 | ||
5394 | microblaze: Fix printf() format issues | |
5395 | ||
5396 | Signed-off-by: Michal Simek <[email protected]> | |
5397 | ||
5398 | commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0 | |
5399 | Author: Gururaja Hebbar K R <[email protected]> | |
5400 | Date: Thu Jul 17 07:27:51 2008 +0530 | |
5401 | ||
5402 | Remove unused code from lib_arm/bootm.c | |
5403 | ||
5404 | Signed-off-by: Gururaja Hebbar <[email protected]> | |
5405 | ||
5406 | commit ffbb5cb942e9856fa24e946977e0a60c64df04ab | |
5407 | Author: Detlev Zundel <[email protected]> | |
5408 | Date: Wed Jul 16 18:56:45 2008 +0200 | |
5409 | ||
5410 | tqm85xx: Demystify 'DK: !!!' comment | |
5411 | ||
5412 | Signed-off-by: Detlev Zundel <[email protected]> | |
5413 | ||
5414 | commit b2f44ba570f3a01113bbb745daf46f3858d22f53 | |
5415 | Author: Detlev Zundel <[email protected]> | |
5416 | Date: Wed Jul 16 18:56:44 2008 +0200 | |
5417 | ||
5418 | 83xx/85xx/86xx: Add LTEDR local bus definitions | |
5419 | ||
5420 | Signed-off-by: Detlev Zundel <[email protected]> | |
5421 | ||
5422 | commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494 | |
5423 | Author: Ricardo Ribalda Delgado <[email protected]> | |
5424 | Date: Wed Jul 16 16:22:32 2008 +0200 | |
5425 | ||
5426 | serial_xuartlite.c: fix compiler warnings | |
5427 | ||
5428 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
5429 | Acked-by: Grant Likely <[email protected]> | |
5430 | ||
5431 | commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9 | |
5432 | Author: Stefan Roese <[email protected]> | |
5433 | Date: Fri Jul 18 11:03:35 2008 +0200 | |
5434 | ||
5435 | POST: Add disable interrupts in some of the missing CPU POST tests | |
5436 | ||
5437 | Some CPU POST tests did not disable the interrupts while running. This | |
5438 | seems to be necessary to protect this self modifying code. | |
5439 | ||
5440 | Signed-off-by: Stefan Roese <[email protected]> | |
5441 | ||
5442 | commit 97a3bf268d096e0e97e54048448c35114edcf557 | |
5443 | Author: Stefan Roese <[email protected]> | |
5444 | Date: Fri Jul 18 10:43:24 2008 +0200 | |
5445 | ||
5446 | ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL | |
5447 | ||
5448 | This is needed for boards that define CFG_64BIT_STRTOUL but don't define | |
5449 | CFG_64BIT_LBA. | |
5450 | ||
5451 | Signed-off-by: Stefan Roese <[email protected]> | |
5452 | ||
5453 | commit 0043ac55024963295fc79b39af85b6dc3b261e17 | |
5454 | Author: Niklaus Giger <[email protected]> | |
5455 | Date: Fri Jul 18 11:22:23 2008 +0200 | |
5456 | ||
5457 | POST PPC4xx/spr IVPR only if PPC440 | |
5458 | ||
5459 | The SPR IVPR register is only present (as far as I know) for | |
5460 | processors with a PPC440 core. | |
5461 | ||
5462 | Signed-off-by: Niklaus Giger <[email protected]> | |
5463 | Acked-by: Stefan Roese <[email protected]> | |
5464 | ||
5465 | commit 1092fbd64748dfa2e979b102611ece9bc5ec1855 | |
5466 | Author: Stefan Roese <[email protected]> | |
5467 | Date: Fri Jul 18 10:42:29 2008 +0200 | |
5468 | ||
5469 | ppc4xx: Enable 64bit printf format on 440/460 platforms | |
5470 | ||
5471 | This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all | |
5472 | 440/460 platforms. This may be needed since those platforms support | |
5473 | 36bit physical address space. | |
5474 | ||
5475 | Signed-off-by: Stefan Roese <[email protected]> | |
5476 | ||
5477 | commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5 | |
5478 | Author: Stefan Roese <[email protected]> | |
5479 | Date: Fri Jul 18 15:57:23 2008 +0200 | |
5480 | ||
5481 | ppc4xx: Fix incorrect MODTx setup for some DIMM configurations | |
5482 | ||
5483 | This patch fixes a problem with incorrect MODTx (On Die Termination) | |
5484 | setup for a configuration with multiple DIMM's and multiple ranks. | |
5485 | Without this change Katmai was unable to boot Linux with DDR2 frequency | |
5486 | >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux | |
5487 | with DDR2 frequency = 640MHz and mem=4GB. | |
5488 | ||
5489 | Signed-off-by: Stefan Roese <[email protected]> | |
5490 | ||
4b070809 WD |
5491 | commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c |
5492 | Author: Stefan Roese <[email protected]> | |
5493 | Date: Fri Jul 18 12:24:41 2008 +0200 | |
5494 | ||
5495 | ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support | |
5496 | ||
5497 | Signed-off-by: Stefan Roese <[email protected]> | |
5498 | ||
5499 | commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc | |
5500 | Author: Ricardo Ribalda Delgado <[email protected]> | |
5501 | Date: Thu Jul 17 12:47:09 2008 +0200 | |
5502 | ||
5503 | ppc4xx: ML507 Board Support | |
5504 | ||
5505 | The Xilinx ML507 Board is a Virtex 5 prototyping board that includes, | |
5506 | among others: | |
5507 | -Virtex 5 FX FPGA (With a ppc440x5 in it) | |
5508 | -256MB of SDRAM2 | |
5509 | -32MB of Flash | |
5510 | -I2C Eeprom | |
5511 | -System ACE chip | |
5512 | -Serial ATA connectors | |
5513 | -RS232 Level Conversors | |
5514 | -Ethernet Transceiver | |
5515 | ||
5516 | This patch gives support to a standard design produced by EDK for this | |
5517 | board: ppc440, uartlite, xilinx_int and flash | |
5518 | ||
5519 | - Includes Changes propossed by Stefan Roese and Michal Simek | |
5520 | ||
5521 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
5522 | Acked-by: Stefan Roese <[email protected]> | |
5523 | ||
5524 | commit d865fd09809a3a18669f35f970781820af40e4de | |
5525 | Author: Ricardo Ribalda Delgado <[email protected]> | |
5526 | Date: Thu Jul 17 11:44:12 2008 +0200 | |
5527 | ||
5528 | ppc4xx: CPU PPC440x5 on Virtex5 FX | |
5529 | ||
5530 | -This patchs gives support for the embbedded ppc440 | |
5531 | on the Virtex5 FPGAs | |
5532 | -interrupts.c divided in uic.c and interrupts.c | |
5533 | -xilinx_irq.c for xilinx interrupt controller | |
5534 | -Include modifications propossed by Stefan Roese | |
5535 | ||
5536 | Signed-off-by: Ricardo Ribalda Delgado <[email protected]> | |
5537 | Acked-by: Stefan Roese <[email protected]> | |
5538 | ||
4b50cd12 WD |
5539 | commit 340ccb260f21516be360745d5c5e3bd0657698df |
5540 | Author: Sebastian Siewior <[email protected]> | |
5541 | Date: Wed Jul 16 20:04:49 2008 +0200 | |
5542 | ||
5543 | cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA | |
5544 | ||
5545 | This got broken by commits 93c56f212c | |
5546 | [cfi_flash: support of long cmd in U-boot.] | |
5547 | ||
5548 | That command needs to be in little endian format on BE machines | |
5549 | with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0 | |
5550 | gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into | |
5551 | the cmdbuf in case portwidth = chipwidth = 8bit. | |
5552 | ||
5553 | Cc: Alexey Korolev <[email protected]> | |
5554 | Cc: Vasiliy Leonenko <[email protected]> | |
5555 | Signed-off-by: Sebastian Siewior <[email protected]> | |
5556 | ||
4b070809 WD |
5557 | commit 11188d55bc16dd907451c00282e00a038f73dd62 |
5558 | Author: Stefan Roese <[email protected]> | |
5559 | Date: Thu Jul 17 10:40:51 2008 +0200 | |
5560 | ||
5561 | ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood) | |
5562 | ||
5563 | Signed-off-by: Stefan Roese <[email protected]> | |
5564 | ||
285db747 WD |
5565 | commit 021f6df6e96af5b387810cf96d24848da1faa55c |
5566 | Author: Anton Vorontsov <[email protected]> | |
5567 | Date: Thu Jul 10 17:20:51 2008 +0400 | |
5568 | ||
5569 | 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup | |
5570 | ||
5571 | The thinko was quite silly indeed, I messed with !ptr. Normally this | |
5572 | would trigger some fault, but in U-Boot NULL pointer is equal to phys | |
5573 | 0, so the code was working still, just didn't actually test mpc8315erdb | |
5574 | environment variable value. Heh. | |
5575 | ||
5576 | Signed-off-by: Anton Vorontsov <[email protected]> | |
5577 | Signed-off-by: Kim Phillips <[email protected]> | |
5578 | ||
5579 | commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da | |
5580 | Author: Anton Vorontsov <[email protected]> | |
5581 | Date: Tue Jul 8 21:00:04 2008 +0400 | |
5582 | ||
5583 | 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs | |
5584 | ||
5585 | Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI | |
5586 | support, or without TSEC1 but with USB ULPI PHY support in addition. | |
5587 | With this patch user can specify desired USB PHY. | |
5588 | ||
5589 | Also, it seems that we can't distinguish the two boards in software, so | |
5590 | user have to set `mpc8315erdb' environment variable to either 'tsec1' | |
5591 | (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that | |
5592 | Linux will not probe for TSEC1. | |
5593 | ||
5594 | Signed-off-by: Anton Vorontsov <[email protected]> | |
5595 | Signed-off-by: Kim Phillips <[email protected]> | |
5596 | ||
5597 | commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6 | |
5598 | Author: Anton Vorontsov <[email protected]> | |
5599 | Date: Tue Jul 8 20:59:43 2008 +0400 | |
5600 | ||
5601 | fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups | |
5602 | ||
5603 | Currently U-Boot can only fixup the usb dr_mode, but some boards (namely | |
5604 | MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI | |
5605 | (connected to the four-ports hub, usb host only). | |
5606 | ||
5607 | This patch implements support for passing Dual-Role USB controller's | |
5608 | device tree property phy_type through the usb_phy_type environment | |
5609 | variable. | |
5610 | ||
5611 | Signed-off-by: Anton Vorontsov <[email protected]> | |
5612 | Acked-by: Gerald Van Baren <[email protected]> | |
5613 | Signed-off-by: Kim Phillips <[email protected]> | |
5614 | ||
4b50cd12 WD |
5615 | commit 699f05125509249072a0b865c8d35520d97cd501 |
5616 | Author: Wolfgang Denk <[email protected]> | |
5617 | Date: Tue Jul 15 22:22:44 2008 +0200 | |
5618 | ||
5619 | Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile | |
5620 | ||
5621 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5622 | ||
699f0512 WD |
5623 | commit bcab74baa6b1b1c969038ab6f64a186239180405 |
5624 | Author: Hugo Villeneuve <[email protected]> | |
5625 | Date: Tue Jul 15 11:23:02 2008 -0400 | |
5626 | ||
5627 | Round the serial port clock divisor value returned by calc_divisor() | |
5628 | ||
5629 | Round the serial port clock divisor value returned by | |
5630 | calc_divisor() | |
5631 | ||
5632 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
5633 | Acked-by: Gerald Van Baren <[email protected]> | |
5634 | ||
5635 | commit 0328ef0edfe950f0b7b8b368dae482531506b74a | |
5636 | Author: Robin Getz <[email protected]> | |
5637 | Date: Tue Jul 15 21:44:46 2008 +0200 | |
5638 | ||
5639 | Fix DHCP protocol so U-Boot does not respond too early | |
5640 | on the network with it's offered IP number; it should not reply until | |
5641 | after it has received a DHCP ACK message. Also ensures that U-Boot | |
5642 | does it's DHCPREQUEST as broadcast (per RFC 2131). | |
5643 | ||
5644 | Signed-off-by: Robin Getz <[email protected]> | |
5645 | Acked-by: Ben Warren <[email protected]> | |
5646 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5647 | ||
5648 | commit 7288f972fcaee14a9741cb08c8688a23874b4a2e | |
5649 | Author: Sebastian Siewior <[email protected]> | |
5650 | Date: Tue Jul 15 13:35:23 2008 +0200 | |
5651 | ||
5652 | cfi_flash: make the command u32 only | |
5653 | ||
5654 | This got changed by commit 93c56f212c | |
5655 | [cfi_flash: support of long cmd in U-boot.] | |
5656 | ||
5657 | Long is the wrong type because it will behave differently on 64bit | |
5658 | machines in a way that is probably not expected. u32 should be | |
5659 | enough. | |
5660 | ||
5661 | Cc: Alexey Korolev <[email protected]> | |
5662 | Cc: Vasiliy Leonenko <[email protected]> | |
5663 | Signed-off-by: Sebastian Siewior <[email protected]> | |
5664 | ||
5665 | commit 31cfe57491b183acae575d486729e158f016c27b | |
5666 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5667 | Date: Mon Jul 14 23:48:41 2008 +0200 | |
5668 | ||
5669 | tools/gitignore: update to all generated files | |
5670 | ||
5671 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5672 | ||
5673 | commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e | |
5674 | Author: Andre Schwarz <[email protected]> | |
5675 | Date: Wed Jul 9 18:30:44 2008 +0200 | |
5676 | ||
5677 | mpc5xxx: Add MVBC_P board support | |
5678 | ||
5679 | The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet | |
5680 | controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. | |
5681 | ||
5682 | Signed-off-by: Andre Schwarz <[email protected]> | |
5683 | Signed-off-by: Grant Likely <[email protected]> | |
5684 | ||
5685 | commit e2d31fb3450653115452144363d5bde4e5e3e693 | |
5686 | Author: Timur Tabi <[email protected]> | |
5687 | Date: Thu Jun 19 17:56:11 2008 -0500 | |
5688 | ||
5689 | Update Freescale sys_eeprom.c to handle CCID formats | |
5690 | ||
5691 | Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The | |
5692 | NXID format replaces the older CCID format, but it's important to support both | |
5693 | since most boards out there still use the CCID format. This change is in | |
5694 | preparation for using one file to handle both formats. This will also unify | |
5695 | EEPROM support for all Freescale 85xx and 86xx boards. | |
5696 | ||
5697 | Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR | |
5698 | instead of ID_EEPROM_ADDR. | |
5699 | ||
5700 | Signed-off-by: Timur Tabi <[email protected]> | |
5701 | ||
5702 | commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a | |
5703 | Author: Nobuhiro Iwamatsu <[email protected]> | |
5704 | Date: Fri Jul 11 17:22:43 2008 +0900 | |
5705 | ||
5706 | pci: sh: Add pci_skip_dev and pci_print_dev function | |
5707 | ||
5708 | Add function of new PCI, pci_skip_dev and pci_print_dev. | |
5709 | ||
5710 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
5711 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
5712 | ||
5713 | commit 1107014e835ec9d46c0333f4211d104f77442db0 | |
5714 | Author: Andy Fleming <[email protected]> | |
5715 | Date: Mon Jul 14 20:29:07 2008 -0500 | |
5716 | ||
5717 | Clean up INIT_RAM options | |
5718 | ||
5719 | The L2_INIT_RAM option was unused, and recent changes to the TLB code | |
5720 | meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce | |
5721 | the amount of mapped space attached to nothing, we change things so the TLBs | |
5722 | get cleared. | |
5723 | ||
5724 | Signed-off-by: Andy Fleming <[email protected]> | |
5725 | ||
5726 | commit 4524561820a9327e89107854b3a7187800ccf719 | |
5727 | Author: Andy Fleming <[email protected]> | |
5728 | Date: Mon Jul 14 20:26:57 2008 -0500 | |
5729 | ||
5730 | Remove fake flash bank from 8544 DS | |
5731 | ||
5732 | The fake flash bank was generating errors for anyone who didn't have a | |
5733 | PromJET hooked up to the board. As that constitutes the vast majority of | |
5734 | users, we remove it. | |
5735 | ||
5736 | Signed-off-by: Andy Fleming <[email protected]> | |
5737 | ||
5738 | commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3 | |
5739 | Author: Kumar Gala <[email protected]> | |
5740 | Date: Mon Jul 14 14:07:03 2008 -0500 | |
5741 | ||
5742 | MPC8544DS: Add ATI Video card support | |
5743 | ||
5744 | Add support for using a PCIe ATI Video card on PCIe2. | |
5745 | ||
5746 | Signed-off-by: Kumar Gala <[email protected]> | |
5747 | ||
5748 | commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15 | |
5749 | Author: Kumar Gala <[email protected]> | |
5750 | Date: Mon Jul 14 14:07:02 2008 -0500 | |
5751 | ||
5752 | 85xx: Add some L1/L2 SPR register definitions | |
5753 | ||
5754 | Add new L1/L2 SPRs related to e500mc cache config and control. | |
5755 | ||
5756 | Signed-off-by: Kumar Gala <[email protected]> | |
5757 | ||
5758 | commit e5852787f0c3c442a276262f13d91ca450605ac0 | |
5759 | Author: Kumar Gala <[email protected]> | |
5760 | Date: Mon Jul 14 14:07:01 2008 -0500 | |
5761 | ||
5762 | MPC8544DS: Report board id, board version and fpga version. | |
5763 | ||
5764 | Signed-off-by: Kumar Gala <[email protected]> | |
5765 | ||
5766 | commit 73f15a060f67a2462551c334215bd20fac6b81d1 | |
5767 | Author: Kumar Gala <[email protected]> | |
5768 | Date: Mon Jul 14 14:07:00 2008 -0500 | |
5769 | ||
5770 | 85xx: Cleanup L2 cache size detection | |
5771 | ||
5772 | The L2 size detection code was a bit confusing and we kept having to add | |
5773 | code to it to handle new processors. Change the sense of detection so we | |
5774 | look for the older processors that aren't changing. | |
5775 | ||
5776 | Also added support for 1M cache size on 8572. | |
5777 | ||
5778 | Signed-off-by: Kumar Gala <[email protected]> | |
5779 | ||
5780 | commit c3ca7e5e00a24451f20df3bded9a61ba541921df | |
5781 | Author: Paul Gortmaker <[email protected]> | |
5782 | Date: Fri Jul 11 15:33:08 2008 -0400 | |
5783 | ||
5784 | sbc8560: enable CONFIG_OF_LIBFDT by default | |
5785 | ||
5786 | Make the default build for the sbc8560 board be powerpc | |
5787 | capable with libfdt support. | |
5788 | ||
5789 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5790 | ||
5791 | commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd | |
5792 | Author: Andy Fleming <[email protected]> | |
5793 | Date: Mon Jul 14 20:04:40 2008 -0500 | |
5794 | ||
5795 | Fix indentation for default boot environment variables | |
5796 | ||
5797 | This was proposed by Paul Gortmaker in response to Wolfgang's comments on | |
5798 | similar #defines in sbc8560.h. | |
5799 | ||
5800 | Signed-off-by: Andy Fleming <[email protected]> | |
5801 | ||
5802 | commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a | |
5803 | Author: Paul Gortmaker <[email protected]> | |
5804 | Date: Fri Jul 11 15:33:07 2008 -0400 | |
5805 | ||
5806 | sbc8560: add default fdt values | |
5807 | ||
5808 | Add in the default fdt settings and the typical EXTRA_ENV | |
5809 | settings as borrowed from the mpc8560ads. Fix a couple | |
5810 | of stale references to the mpc8560ads dating back to the | |
5811 | original clone/fork. | |
5812 | ||
5813 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5814 | Signed-off-by: Andy Fleming <[email protected]> | |
5815 | ||
5816 | commit d04e76edf92f7f89696989e8702b97e020455af3 | |
5817 | Author: Paul Gortmaker <[email protected]> | |
5818 | Date: Fri Jul 11 15:33:06 2008 -0400 | |
5819 | ||
5820 | sbc8560: add in ft_board_setup() | |
5821 | ||
5822 | Add in for the sbc8560, the ft_board_setup() routine, based on what is | |
5823 | in use for the Freescale MPC8560ADS board. | |
5824 | ||
5825 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5826 | ||
5827 | commit c158bcaca3b31cbe38c4143812e6170e38a57393 | |
5828 | Author: Paul Gortmaker <[email protected]> | |
5829 | Date: Fri Jul 11 15:33:05 2008 -0400 | |
5830 | ||
5831 | sbc8560: define eth0 and eth1 instead of eth1 and eth2 | |
5832 | ||
5833 | The existing config doesn't define CONFIG_HAS_ETH0, and so the | |
5834 | fdt support doesn't update the zeros in the dtb local-mac with | |
5835 | real data from the u-boot env. Since the existing config is | |
5836 | tailored to just two interfaces, get rid of the ETH2 definitions | |
5837 | at the same time. | |
5838 | ||
5839 | Also don't include any end user specific data into the environment | |
5840 | by default -- things like MAC address, network parameters etc. need | |
5841 | to come from the end user. | |
5842 | ||
5843 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5844 | Signed-off-by: Andy Fleming <[email protected]> | |
5845 | ||
5846 | commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d | |
5847 | Author: Paul Gortmaker <[email protected]> | |
5848 | Date: Fri Jul 11 15:33:04 2008 -0400 | |
5849 | ||
5850 | sbc8560: properly set cs0_bnds for 512MB | |
5851 | ||
5852 | The sbc8560 board ships with 512MB of memory installed, | |
5853 | but the current cs0_bnds is hard coded for 256MB. Set the | |
5854 | value based on CFG_SDRAM_SIZE. | |
5855 | ||
5856 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5857 | ||
5858 | commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27 | |
5859 | Author: Paul Gortmaker <[email protected]> | |
5860 | Date: Fri Jul 11 15:33:03 2008 -0400 | |
5861 | ||
5862 | sbc8560: proper definitions for TSEC. | |
5863 | ||
5864 | The definitions for the TSEC have become out of date. There is no | |
5865 | longer any such options like "CONFIG_MPC85xx_TSEC1" or similar. | |
5866 | Update to match those of other boards, like the MPC8560ADS. | |
5867 | ||
5868 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5869 | Acked-by: Ben Warren <[email protected]> | |
5870 | ||
5871 | commit 71074abbe0c76429577aff58aeff0a24ad210b23 | |
5872 | Author: Paul Gortmaker <[email protected]> | |
5873 | Date: Wed Jul 9 13:23:05 2008 -0400 | |
5874 | ||
5875 | 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq | |
5876 | ||
5877 | Some boards that have external 16550 UARTs don't have a direct | |
5878 | tie between bi_busfreq and the clock used for the UARTs. Boards | |
5879 | that do have such a tie should set CFG_NS16550_CLK to be | |
5880 | get_bus_freq(0) -- which most of them do already. | |
5881 | ||
5882 | Signed-off-by: Paul Gortmaker <[email protected]> | |
5883 | Acked-by: Kim Phillips <[email protected]> | |
5884 | ||
5885 | commit 24ef76f320fbadf074105229826514db140f939f | |
5886 | Author: Andrew Klossner <[email protected]> | |
5887 | Date: Wed Jul 2 07:03:53 2008 -0700 | |
5888 | ||
5889 | Change the temp map to ROM to align addresses to page size. | |
5890 | ||
5891 | With a page size of BOOKE_PAGESZ_16M, both the real and effective | |
5892 | addresses must be multiples of 16MB. The hardware silently truncates | |
5893 | them so the code happens to work. This patch clarifies the situation | |
5894 | by establishing addresses that the hardware doesn't need to truncate. | |
5895 | ||
5896 | Signed-off-by: Andrew Klossner <[email protected]> | |
5897 | Signed-off-by: Andy Fleming <[email protected]> | |
5898 | ||
5899 | commit 06b4186c10204b6683edb047ac5f506fb0ce0937 | |
5900 | Author: Kim Phillips <[email protected]> | |
5901 | Date: Tue Jun 17 17:45:22 2008 -0500 | |
5902 | ||
5903 | mpc85xx: use IS_E_PROCESSOR macro | |
5904 | ||
5905 | Signed-off-by: Kim Phillips <[email protected]> | |
5906 | ||
5907 | commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78 | |
5908 | Author: Kim Phillips <[email protected]> | |
5909 | Date: Mon Jun 16 15:55:53 2008 -0500 | |
5910 | ||
5911 | fdt: add crypto node handling for MPC8{3, 5}xxE processors | |
5912 | ||
5913 | Delete the crypto node if not on an E-processor. If on 8360 or 834x family, | |
5914 | check rev and up-rev crypto node (to SEC rev. 2.4 property values) | |
5915 | if on an 'EA' processor, e.g. MPC8349EA. | |
5916 | ||
5917 | Signed-off-by: Kim Phillips <[email protected]> | |
5918 | ||
5919 | commit 85e5808e8ea9f77da5219f23394112f0b424fa5e | |
5920 | Author: Hugo Villeneuve <[email protected]> | |
5921 | Date: Fri Jul 11 15:10:11 2008 -0400 | |
5922 | ||
5923 | ARM DaVinci: Remove extern phy_t declaration by moving code to proper place | |
5924 | ||
5925 | ARM DaVinci: Remove extern phy_t declaration by moving | |
5926 | code to proper place. | |
5927 | ||
5928 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
5929 | ||
5930 | commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971 | |
5931 | Author: Hugo Villeneuve <[email protected]> | |
5932 | Date: Fri Jul 11 15:10:10 2008 -0400 | |
5933 | ||
5934 | ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init() | |
5935 | ||
5936 | ARM DaVinci: Remove duplicate definitions of MACH_TYPE | |
5937 | and prototype of i2c_init(). | |
5938 | ||
5939 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
5940 | ||
5941 | commit 348753d416cd2c9e7ec6520a544c8f33cf02a560 | |
5942 | Author: Kumar Gala <[email protected]> | |
5943 | Date: Mon Jul 14 14:03:02 2008 -0500 | |
5944 | ||
5945 | Fix some more printf() format problems. | |
5946 | ||
5947 | Signed-off-by: Kumar Gala <[email protected]> | |
5948 | ||
5949 | commit 45b16d22c64674ccd8c4637456a987463609141c | |
5950 | Author: Wolfgang Denk <[email protected]> | |
5951 | Date: Mon Jul 14 22:38:42 2008 +0200 | |
5952 | ||
5953 | Fix coding style; make code better parsable by external tools | |
5954 | ||
5955 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5956 | ||
5957 | commit b880cbf207b1c109d3a661417a8feddcbd729a9d | |
5958 | Author: Wolfgang Denk <[email protected]> | |
5959 | Date: Mon Jul 14 21:19:08 2008 +0200 | |
5960 | ||
5961 | cpu/i386/serial.c: Fix syntax errors | |
5962 | ||
5963 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5964 | ||
5965 | commit e2d45e6f4d9919e1afeac5e09557b2252832fccf | |
5966 | Author: Wolfgang Denk <[email protected]> | |
5967 | Date: Mon Jul 14 20:41:35 2008 +0200 | |
5968 | ||
5969 | elppc board: Coding style cleanup. | |
5970 | ||
5971 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5972 | ||
5973 | commit 82b24a8a505fc81466484b3c55b574ee0b4205bc | |
5974 | Author: Wolfgang Denk <[email protected]> | |
5975 | Date: Mon Jul 14 20:40:22 2008 +0200 | |
5976 | ||
5977 | elppc board: fix syntax error. | |
5978 | ||
5979 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5980 | ||
5981 | commit 0fe340585a6a48bd392d315b0dd84d068b1c3790 | |
5982 | Author: Wolfgang Denk <[email protected]> | |
5983 | Date: Mon Jul 14 20:38:26 2008 +0200 | |
5984 | ||
5985 | EB+MCF-EV123 board: fix coding style (alingment) | |
5986 | ||
5987 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5988 | ||
5989 | commit 6841785a0bb0f38175456a923edd634fb7dd6947 | |
5990 | Author: Wolfgang Denk <[email protected]> | |
5991 | Date: Mon Jul 14 20:36:44 2008 +0200 | |
5992 | ||
5993 | EB+MCF-EV123 board: fix syntx error | |
5994 | ||
5995 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5996 | ||
5997 | commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904 | |
5998 | Author: Andy Fleming <[email protected]> | |
5999 | Date: Mon Jul 7 18:02:08 2008 -0500 | |
6000 | ||
6001 | Remove LBC_CACHE_BASE from 8544 DS | |
6002 | ||
6003 | The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping | |
6004 | space for some anyway, we were allowing speculative loads into unmapped space, | |
6005 | which would cause an exception (annoying, even if ultimately harmless). | |
6006 | Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the | |
6007 | problem. | |
6008 | ||
6009 | Signed-off-by: Andy Fleming <[email protected]> | |
6010 | ||
6011 | commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90 | |
6012 | Author: Wolfgang Denk <[email protected]> | |
6013 | Date: Mon Jul 14 15:19:07 2008 +0200 | |
6014 | ||
6015 | Code cleanup: fix old style assignment ambiguities like "=-" etc. | |
6016 | ||
6017 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6018 | ||
6019 | commit d7854223c5c85b5849fbf422cc8ac0efef461c37 | |
6020 | Author: Wolfgang Denk <[email protected]> | |
6021 | Date: Mon Jul 14 15:10:53 2008 +0200 | |
6022 | ||
6023 | AmigaOneG3SE: remove dead and incomplete files | |
6024 | ||
6025 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6026 | ||
6027 | commit b64f190b7a34224df09b559ca111eb1b733f00ad | |
6028 | Author: Wolfgang Denk <[email protected]> | |
6029 | Date: Mon Jul 14 15:06:35 2008 +0200 | |
6030 | ||
6031 | Fix printf() format issues with sizeof_t types by using %zu | |
6032 | ||
6033 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6034 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6035 | ||
6036 | commit f354b73e16a86f9e9085471a830605f74f84ea5d | |
6037 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6038 | Date: Mon Jul 14 14:11:45 2008 +0200 | |
6039 | ||
6040 | vsprintf: add z and t options | |
6041 | ||
6042 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6043 | ||
6044 | commit 25dbe98abb686d8210e1731fba85ced7d3ce874c | |
6045 | Author: Wolfgang Denk <[email protected]> | |
6046 | Date: Sun Jul 13 23:07:35 2008 +0200 | |
6047 | ||
6048 | Fix some more printf() format issues. | |
6049 | ||
6050 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6051 | ||
6052 | commit d5996dd555edf52721b7691a4c59de016251ed39 | |
6053 | Author: Wolfgang Denk <[email protected]> | |
6054 | Date: Sun Jul 13 19:51:00 2008 +0200 | |
6055 | ||
6056 | Fix some more printf() format problems. | |
6057 | ||
6058 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6059 | ||
6060 | commit 0f9d5f6d6e814907794995c6a22af752040c35d9 | |
6061 | Author: Wolfgang Denk <[email protected]> | |
6062 | Date: Sun Jul 13 19:48:26 2008 +0200 | |
6063 | ||
6064 | ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype | |
6065 | ||
6066 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6067 | ||
6068 | commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34 | |
6069 | Author: Anatolij Gustschin <[email protected]> | |
6070 | Date: Sat Jul 12 17:31:36 2008 +0200 | |
6071 | ||
6072 | Fix bug in Lime video driver | |
6073 | ||
6074 | We need to wait while drawing engine clears frame | |
6075 | buffer before any further software accesses to frame | |
6076 | buffer will be initiated. Otherwise software drawn | |
6077 | parts could be partially destroyed by the drawing | |
6078 | engine or even GDC chip freeze could occur (as | |
6079 | observed on socrates board). | |
6080 | ||
6081 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
6082 | ||
6083 | commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34 | |
6084 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6085 | Date: Sat Jul 12 14:36:34 2008 +0200 | |
6086 | ||
6087 | Fix some more printf() format issues. | |
6088 | ||
6089 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6090 | ||
6091 | commit 18c8a28aad49803780bd8d52432ded528e37e701 | |
6092 | Author: Michal Simek <[email protected]> | |
6093 | Date: Fri Jul 11 15:11:57 2008 +0200 | |
6094 | ||
6095 | hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722 | |
6096 | ||
6097 | Signed-off-by: Michal Simek <[email protected]> | |
6098 | Acked-by: Stefan Roese <[email protected]> | |
6099 | ||
6100 | commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0 | |
6101 | Author: Michal Simek <[email protected]> | |
6102 | Date: Fri Jul 11 11:50:53 2008 +0200 | |
6103 | ||
6104 | hwmon: Cleaning hwmon devices | |
6105 | ||
6106 | Clean Makefile | |
6107 | Move device specific values to driver for better reading | |
6108 | ||
6109 | Signed-off-by: Michal Simek <[email protected]> | |
6110 | Acked-by: Stefan Roese <[email protected]> | |
6111 | ||
6112 | commit c78fce699c7ff467ecd841da6a79f065180bf578 | |
6113 | Author: Michal Simek <[email protected]> | |
6114 | Date: Fri Jul 11 10:43:13 2008 +0200 | |
6115 | ||
6116 | FIS: repare incorrect return value with ramdisk handling | |
6117 | ||
6118 | Microblaze and PowerPC use boot_get_ramdisk for loading | |
6119 | ramdisk to memory with checking return value. | |
6120 | Return 0 means success. Return 1 means failed. | |
6121 | Here is correspond part of code from bootm.c which check | |
6122 | return code. | |
6123 | ||
6124 | ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC, | |
6125 | &rd_data_start, &rd_data_end); | |
6126 | if (ret) | |
6127 | goto error; | |
6128 | ||
6129 | Signed-off-by: Michal Simek <[email protected]> | |
6130 | ||
6131 | commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477 | |
6132 | Author: Michal Simek <[email protected]> | |
6133 | Date: Fri Jul 11 10:10:32 2008 +0200 | |
6134 | ||
6135 | microblaze: Remove useless ancient headers | |
6136 | ||
6137 | Signed-off-by: Michal Simek <[email protected]> | |
6138 | ||
6139 | commit 53ea981c3124b13c137c2d10e975b7c6672266e0 | |
6140 | Author: Michal Simek <[email protected]> | |
6141 | Date: Fri Jul 11 10:10:31 2008 +0200 | |
6142 | ||
6143 | microblaze: Clean uartlite driver | |
6144 | ||
6145 | Redesign uartlite driver to in_be32 and out_be32 macros | |
6146 | Fix missing header in io.h | |
6147 | ||
6148 | Signed-off-by: Michal Simek <[email protected]> | |
6149 | Acked-by: Grant Likely <[email protected]> | |
6150 | ||
6151 | commit dbf3dfb386a2d5d2381814e39985ab2e21894550 | |
6152 | Author: Marcel Ziswiler <[email protected]> | |
6153 | Date: Fri Jul 11 02:39:14 2008 +0200 | |
6154 | ||
6155 | Enable passing of ATAGs required by latest Linux kernel. | |
6156 | ||
6157 | commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a | |
6158 | Author: Hugo Villeneuve <[email protected]> | |
6159 | Date: Fri Jul 11 10:24:15 2008 -0400 | |
6160 | ||
6161 | Fix integer overflow warning in calc_divisor() | |
6162 | ||
6163 | which happened when rounding the serial port clock divisor | |
6164 | ||
6165 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
6166 | ||
6167 | commit 6b760189d77f001684e3160b355c185ca3804961 | |
6168 | Author: Marcel Ziswiler <[email protected]> | |
6169 | Date: Fri Jul 11 01:09:59 2008 +0200 | |
6170 | ||
6171 | Fix build time warnings in function mmc_decode_csd() | |
6172 | ||
6173 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
6174 | ||
6175 | commit c15947d6ce0d59925c97fdfac692476af6e262d0 | |
6176 | Author: Hugo Villeneuve <[email protected]> | |
6177 | Date: Thu Jul 10 10:46:33 2008 -0400 | |
6178 | ||
6179 | ARM: Fix for broken compilation when defining CONFIG_CMD_ELF | |
6180 | ||
6181 | caused by missing dcache status/enable/disable functions. | |
6182 | ||
6183 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
6184 | ||
6185 | commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce | |
6186 | Author: Stefan Roese <[email protected]> | |
6187 | Date: Thu Jul 10 13:53:31 2008 +0200 | |
6188 | ||
6189 | ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards | |
6190 | ||
6191 | This patch removes some ft_board_setup() functions from some 4xx boards. | |
6192 | This can be done since we now have a default weak implementation for this | |
6193 | in cpu/ppc4xx/fdt.c. Only board in need for a different/custom | |
6194 | implementation like canyonlands need their own version. | |
6195 | ||
6196 | Signed-off-by: Stefan Roese <[email protected]> | |
6197 | ||
6198 | commit d39a089f8bc960ba9ae6a08fda5582b578620cc1 | |
6199 | Author: Wolfgang Denk <[email protected]> | |
6200 | Date: Sun Jul 13 14:58:16 2008 +0200 | |
6201 | ||
6202 | Add last known maintainer for orphaned boards; reformat. | |
6203 | ||
6204 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6205 | ||
6206 | commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6 | |
6207 | Author: Haavard Skinnemoen <[email protected]> | |
6208 | Date: Thu Jul 10 13:16:04 2008 +0200 | |
6209 | ||
6210 | Remove [email protected] from MAINTAINERS | |
6211 | ||
6212 | Mail to [email protected] bounces because the user doesn't exist | |
6213 | anymore. You can't be a maintainer without a valid e-mail address, so | |
6214 | move all boards that used to be maintained by Kyle Harris to the | |
6215 | "orphaned" list. | |
6216 | ||
6217 | Currently, only PowerPC has a list of orphaned boards, so this patch | |
6218 | creates one for ARM as well. | |
6219 | ||
6220 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
6221 | ||
6222 | commit 17bd17071463b0cde391ac4a0863d600474b4ea1 | |
6223 | Author: Anatolij Gustschin <[email protected]> | |
6224 | Date: Thu Jul 10 01:15:10 2008 +0200 | |
6225 | ||
6226 | at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260 | |
6227 | ||
6228 | On the at91sam9260ep development board there is an EEPROM | |
6229 | connected to the TWI interface (PA23, PA24 Peripheral A | |
6230 | multiplexing), so we cannot use these pins as ETX2, ETX3. | |
6231 | This patch configures PA10, PA11 pins for ETX2, ETX3 | |
6232 | instead of PA23, PA24 pins. | |
6233 | ||
6234 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
6235 | Signed-off-by: Manuel Sahm <[email protected]> | |
6236 | ||
6237 | commit f889265753ddf4465d9d580827bb9289bfac55d6 | |
6238 | Author: Kenneth Johansson <[email protected]> | |
6239 | Date: Sat Jul 12 13:18:34 2008 -0600 | |
6240 | ||
6241 | fix DIU for small screens | |
6242 | ||
6243 | The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values | |
6244 | so it was not possible to set a slow pixel clock and thus prevented | |
6245 | display on small screens. | |
6246 | ||
6247 | Signed-off-by: Kenneth Johansson <[email protected]> | |
6248 | Acked-by: John Rigby <[email protected]> | |
6249 | ||
6250 | commit b60b8573875e650e4c69be667bfc88d3ed474a7c | |
6251 | Author: John Rigby <[email protected]> | |
6252 | Date: Fri Jul 11 14:44:09 2008 -0600 | |
6253 | ||
6254 | ADS5121 cleanup compile warnings | |
6255 | ||
6256 | board/ads5121/iopin.c | |
6257 | Replace bit fields in struct iopin_t with a single | |
6258 | field and intialize it via plain old macros. | |
6259 | This fixes the type pun warnings and makes the code | |
6260 | more readable. | |
6261 | ||
6262 | board/ads5121/ads5121.c | |
6263 | Add include iopin.h to ads5121.c for the iopin_initialize | |
6264 | prototype. | |
6265 | ||
6266 | Add an extern void ads5121_diu_init(void) | |
6267 | ||
6268 | Signed-off-by: John Rigby <[email protected]> | |
6269 | ||
6270 | commit bde63587622c4b830a27d1ddf7265843de9e994f | |
6271 | Author: Wolfgang Denk <[email protected]> | |
6272 | Date: Fri Jul 11 22:56:11 2008 +0200 | |
6273 | ||
6274 | Fix some more printf() format issues. | |
6275 | ||
6276 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6277 | ||
6278 | commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8 | |
6279 | Author: Wolfgang Denk <[email protected]> | |
6280 | Date: Fri Jul 11 22:55:31 2008 +0200 | |
6281 | ||
6282 | Fixed some out-of-tree build issues | |
6283 | ||
6284 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6285 | ||
6286 | commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82 | |
6287 | Author: TsiChung Liew <[email protected]> | |
6288 | Date: Wed Jul 9 16:20:23 2008 -0500 | |
6289 | ||
6290 | ColdFire: Fix FB CS not setup properly for Mcf5282 | |
6291 | ||
6292 | Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If | |
6293 | CFG_CSn_RO is defined as 0, the chipselect will not | |
6294 | be assigned. | |
6295 | ||
6296 | Signed-off-by: TsiChung Liew <[email protected]> | |
6297 | ||
6298 | commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a | |
6299 | Author: TsiChung Liew <[email protected]> | |
6300 | Date: Wed Jul 9 15:47:27 2008 -0500 | |
6301 | ||
6302 | ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC | |
6303 | ||
6304 | Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time | |
6305 | clock module in cpu/<cf arch>/cpu_init.c | |
6306 | ||
6307 | Signed-off-by: TsiChung Liew <[email protected]> | |
6308 | ||
6309 | commit f94945b517f10e01927101679c62361e03d4e837 | |
6310 | Author: TsiChung Liew <[email protected]> | |
6311 | Date: Wed Jul 9 15:25:01 2008 -0500 | |
6312 | ||
6313 | ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE | |
6314 | ||
6315 | Signed-off-by: TsiChung Liew <[email protected]> | |
6316 | ||
6317 | commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab | |
6318 | Author: TsiChung Liew <[email protected]> | |
6319 | Date: Wed Jul 9 15:21:44 2008 -0500 | |
6320 | ||
6321 | Fix compile error caused by missing timer function | |
6322 | ||
6323 | Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file | |
6324 | ||
6325 | Signed-off-by: TsiChung Liew <[email protected]> | |
6326 | ||
6327 | commit c37ea031175b807c54e6bad9b270e9bede6c0078 | |
6328 | Author: TsiChung Liew <[email protected]> | |
6329 | Date: Wed Jul 9 15:14:25 2008 -0500 | |
6330 | ||
6331 | Fix compile error caused by incorrect function return type | |
6332 | ||
6333 | Rename int mii_init(void) to void mii_init(void) | |
6334 | ||
6335 | Signed-off-by: TsiChung Liew <[email protected]> | |
6336 | ||
6337 | commit ab4860b255239dbaecccdd002c8d11f4ef54dd75 | |
6338 | Author: TsiChung Liew <[email protected]> | |
6339 | Date: Wed Jun 18 19:27:23 2008 -0500 | |
6340 | ||
6341 | ColdFire: Fix power up issue for MCF5235 | |
6342 | ||
6343 | Signed-off-by: TsiChung Liew <[email protected]> | |
6344 | ||
6345 | commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11 | |
6346 | Author: TsiChung Liew <[email protected]> | |
6347 | Date: Wed Jun 18 19:19:07 2008 -0500 | |
6348 | ||
6349 | ColdFire: Fix compiling error for MCF5275 | |
6350 | ||
6351 | The compiling error was caused by missing a closed parentheses | |
6352 | in speed.c | |
6353 | ||
6354 | Signed-off-by: TsiChung Liew <[email protected]> | |
6355 | ||
6356 | commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3 | |
6357 | Author: TsiChung Liew <[email protected]> | |
6358 | Date: Wed Jun 18 19:14:01 2008 -0500 | |
6359 | ||
6360 | ColdFire: Fix timer issue for MCF5272 | |
6361 | ||
6362 | The timer was assigned to wrong timer memory mapped which | |
6363 | caused udelay() and timer() not working properly. | |
6364 | ||
6365 | Signed-off-by: TsiChung Liew <[email protected]> | |
6366 | ||
6367 | commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515 | |
6368 | Author: TsiChung Liew <[email protected]> | |
6369 | Date: Wed Jun 18 19:12:13 2008 -0500 | |
6370 | ||
6371 | ColdFire: Change invalid JMP to BRA caught by new v4e toolchain | |
6372 | ||
6373 | Signed-off-by: Kurt Mahan <[email protected]> | |
6374 | ||
6375 | commit 8371dc2066136be21e10b7b9293e469297d77298 | |
6376 | Author: TsiChung Liew <[email protected]> | |
6377 | Date: Wed Jun 18 19:05:23 2008 -0500 | |
6378 | ||
6379 | ColdFire: Add -got=single param for new linux v4e toolchains | |
6380 | ||
6381 | Signed-off-by: Kurt Mahan <[email protected]> | |
6382 | ||
6383 | commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7 | |
6384 | Author: TsiChung Liew <[email protected]> | |
6385 | Date: Wed Jun 18 13:21:19 2008 -0500 | |
6386 | ||
6387 | ColdFire: Fix code flash configuration for M547x/M548x boards | |
6388 | ||
6389 | Signed-off-by: Kurt Mahan <[email protected]> | |
6390 | ||
6391 | commit 6e37091afc07fdcc15590093fd066b0cb7399f85 | |
6392 | Author: TsiChung Liew <[email protected]> | |
6393 | Date: Tue Jun 24 12:12:16 2008 -0500 | |
6394 | ||
6395 | ColdFire: Fix warning messages by passing correct data type in board.c | |
6396 | ||
6397 | Signed-off-by: TsiChung Liew <[email protected]> | |
6398 | ||
6399 | commit 81cc32322acb1b3225ee45606ced48e2a14824dc | |
6400 | Author: TsiChung Liew <[email protected]> | |
6401 | Date: Thu May 29 12:21:54 2008 -0500 | |
6402 | ||
6403 | ColdFire: Fix UART baudrate formula | |
6404 | ||
6405 | The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32" | |
6406 | can generate the wrong divisor due to integer division truncation. | |
6407 | Round the calculated divisor value by adding 1/2 the baudrate | |
6408 | before dividing by the baudrate. | |
6409 | ||
6410 | Signed-off-by: TsiChung Liew <[email protected]> | |
6411 | Acked-by: Gerald Van Baren <[email protected]> | |
6412 | ||
6413 | commit b578fb471444cbd7db1285701ba51343baaf73fb | |
6414 | Author: Stefan Roese <[email protected]> | |
6415 | Date: Thu Jul 10 11:38:26 2008 +0200 | |
6416 | ||
6417 | ppc4xx: Fix include sequence in 4xx_pcie.c | |
6418 | ||
6419 | This patch now moves common.h to the top of the inlcude list. This | |
6420 | is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that | |
6421 | the phys_size_t/phys_addr_t are defined to the correct size in this | |
6422 | driver. | |
6423 | ||
6424 | Signed-off-by: Stefan Roese <[email protected]> | |
6425 | ||
4b070809 WD |
6426 | commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e |
6427 | Author: Stefan Roese <[email protected]> | |
6428 | Date: Fri Jul 11 13:10:56 2008 +0200 | |
6429 | ||
6430 | ppc4xx: Fix compile warning in 44x_spd_ddr2.c | |
6431 | ||
6432 | Signed-off-by: Stefan Roese <[email protected]> | |
6433 | ||
6434 | commit 6bd9138498c2e4f4f09190108b99157d1b2140b5 | |
6435 | Author: Stefan Roese <[email protected]> | |
6436 | Date: Fri Jul 11 11:40:13 2008 +0200 | |
6437 | ||
6438 | ppc4xx: Fix small korat merge problem | |
6439 | ||
6440 | Signed-off-by: Stefan Roese <[email protected]> | |
6441 | ||
6442 | commit 1d0554736a0a1dd59718acda660871ce56b69e18 | |
6443 | Author: Stefan Roese <[email protected]> | |
6444 | Date: Fri Jul 11 11:34:52 2008 +0200 | |
6445 | ||
6446 | ppc4xx: Some Rewood cleanups (coding style, leading white spaces) | |
6447 | ||
6448 | Signed-off-by: Stefan Roese <[email protected]> | |
6449 | ||
6450 | commit 3a82113ed5934d498f25080441a8261fc9454b15 | |
6451 | Author: Stefan Roese <[email protected]> | |
6452 | Date: Thu Jul 10 16:37:09 2008 +0200 | |
6453 | ||
6454 | ppc4xx: Add 460SX UIC defines | |
6455 | ||
6456 | Only the really needed ones are added (cascading and EMAC/MAL). | |
6457 | ||
6458 | Signed-off-by: Stefan Roese <[email protected]> | |
6459 | ||
6460 | commit 26173fc6f60521c2a8072f652f863617fc11ba9a | |
6461 | Author: Stefan Roese <[email protected]> | |
6462 | Date: Mon Jun 30 14:11:07 2008 +0200 | |
6463 | ||
6464 | ppc4xx: Continue cleanup of ppc440.h | |
6465 | ||
6466 | This patch continues the ppc440.h cleanup by removing some of the unused | |
6467 | defines. | |
6468 | ||
6469 | Signed-off-by: Stefan Roese <[email protected]> | |
6470 | ||
6471 | commit d9056b7913ed6a228d2f33671d916efedee541dd | |
6472 | Author: Stefan Roese <[email protected]> | |
6473 | Date: Mon Jun 30 14:05:05 2008 +0200 | |
6474 | ||
6475 | ppc4xx: Cleanup Katmai & Yucca PCIe register usage | |
6476 | ||
6477 | This patch cleans up the 440SPe PCIe register usage. Now only defines | |
6478 | from the include/asm-ppc/4xx_pcie.h are used. | |
6479 | ||
6480 | Signed-off-by: Stefan Roese <[email protected]> | |
6481 | ||
6482 | commit 5de851403b01489b493fa83137ad990b8ce60d1c | |
6483 | Author: Stefan Roese <[email protected]> | |
6484 | Date: Thu Jun 26 17:36:39 2008 +0200 | |
6485 | ||
6486 | ppc4xx: Rework 440GX UIC handling | |
6487 | ||
6488 | This patch reworks the 440GX interrupt handling so that the common 4xx | |
6489 | code can be used. The 440GX is an exception to all other 4xx variants | |
6490 | by having the cascading interrupt vectors not on UIC0 but on a special | |
6491 | UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references | |
6492 | the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt | |
6493 | handling is simpler without any 440GX special cases. | |
6494 | ||
6495 | Also some additional cleanup to cpu/ppc4xx/interrupt.c is done. | |
6496 | ||
6497 | Signed-off-by: Stefan Roese <[email protected]> | |
6498 | ||
6499 | commit d1631fe1a05b063ccaf62ea892a8887b829847d1 | |
6500 | Author: Stefan Roese <[email protected]> | |
6501 | Date: Thu Jun 26 13:40:57 2008 +0200 | |
6502 | ||
6503 | ppc4xx: Consolidate PPC4xx UIC defines | |
6504 | ||
6505 | This 2nd patch now removes all UIC mask bit definition. They should be | |
6506 | generated from the vectors by using the UIC_MASK() macro from now on. | |
6507 | This way only the vectors need to get defined for new PPC's. | |
6508 | ||
6509 | Also only the really used interrupt vectors are now defined. This makes | |
6510 | definitions for new PPC versions easier and less error prone. | |
6511 | ||
6512 | Another part of this patch is that the 4xx emac driver got a little | |
6513 | cleanup, since now the usage of the interrupts is clearer. | |
6514 | ||
6515 | Signed-off-by: Stefan Roese <[email protected]> | |
6516 | ||
6517 | commit 4fb25a3db3b3839094aa9ab748efd7a95924690b | |
6518 | Author: Stefan Roese <[email protected]> | |
6519 | Date: Wed Jun 25 10:59:22 2008 +0200 | |
6520 | ||
6521 | ppc4xx: Consolidate PPC4xx UIC defines | |
6522 | ||
6523 | This patch is the first step to consolidate the UIC related defines in the | |
6524 | 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to | |
6525 | asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next | |
6526 | steps. | |
6527 | ||
6528 | Signed-off-by: Stefan Roese <[email protected]> | |
6529 | ||
6530 | commit 7ee2619c20ccecd57966d74d844e6329e141261c | |
6531 | Author: Stefan Roese <[email protected]> | |
6532 | Date: Tue Jun 24 17:18:50 2008 +0200 | |
6533 | ||
6534 | ppc4xx: Consolidate PPC4xx EBC defines | |
6535 | ||
6536 | This patch removes all EBC related defines from the PPC4xx headers | |
6537 | ppc405.h and ppc440.h and introduces a new header | |
6538 | ||
6539 | include/asm-ppc/ppc4xx-ebc.h | |
6540 | ||
6541 | with all those defines. | |
6542 | ||
6543 | Signed-off-by: Stefan Roese <[email protected]> | |
6544 | ||
6545 | commit e321801bed5a6d896d298c00fd20046f039d5d66 | |
6546 | Author: Stefan Roese <[email protected]> | |
6547 | Date: Thu Jul 10 13:52:44 2008 +0200 | |
6548 | ||
6549 | ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards | |
6550 | ||
6551 | This patch removes some ft_board_setup() functions from some 4xx boards. | |
6552 | This can be done since we now have a default weak implementation for this | |
6553 | in cpu/ppc4xx/fdt.c. Only board in need for a different/custom | |
6554 | implementation like canyonlands need their own version. | |
6555 | ||
6556 | Signed-off-by: Stefan Roese <[email protected]> | |
6557 | ||
6558 | commit 08250eb2edbd96514d049602d9e134110ac3185f | |
6559 | Author: Stefan Roese <[email protected]> | |
6560 | Date: Thu Jul 10 15:32:32 2008 +0200 | |
6561 | ||
6562 | ppc4xx: Fix merge problems in 44x_spd_ddr2.c | |
6563 | ||
6564 | Signed-off-by: Stefan Roese <[email protected]> | |
6565 | ||
6566 | commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038 | |
6567 | Author: Grant Erickson <[email protected]> | |
6568 | Date: Tue Jul 8 08:35:00 2008 -0700 | |
6569 | ||
6570 | ppc4xx: Add MII mode support to the EMAC RGMII Bridge | |
6571 | ||
6572 | This patch adds support for placing the RGMII bridge on the | |
6573 | PPC405EX(r) into MII/GMII mode and allows a board-specific | |
6574 | configuration to specify the bridge mode at compile-time. | |
6575 | ||
6576 | Signed-off-by: Grant Erickson <[email protected]> | |
6577 | Signed-off-by: Stefan Roese <[email protected]> | |
6578 | ||
6579 | commit 2e2050842e731c823ce8d41fb0c15579eb70ced9 | |
6580 | Author: Grant Erickson <[email protected]> | |
6581 | Date: Wed Jul 9 16:46:35 2008 -0700 | |
6582 | ||
6583 | ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller | |
6584 | ||
6585 | This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM | |
6586 | controller registers (MODT and INITPLR) used by the | |
6587 | PowerPC405EX(r). The MMODE and MEMODE registers are unified with their | |
6588 | peer values used for the INITPLR MR and EMR registers, | |
6589 | respectively. Finally, a spelling typo is correct (MANUEL to MANUAL). | |
6590 | ||
6591 | With these mnemonics in place, the CFG_SDRAM0_* magic numbers for | |
6592 | Kilauea are replaced by equivalent mnemonics to make it easier to | |
6593 | compare and contrast other 405EX(r)-based boards (e.g. during board | |
6594 | bring-up). | |
6595 | ||
6596 | Finally, unified the SDRAM controller register dump routine such that | |
6597 | it can be used across all processor variants that utilize the IBM DDR2 | |
6598 | SDRAM controller core. It produces output of the form: | |
6599 | ||
6600 | PPC4xx IBM DDR2 Register Dump: | |
6601 | ... | |
6602 | SDRAM_MB0CF[40] = 0x00006701 | |
6603 | ... | |
6604 | ||
6605 | which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included | |
6606 | since it is not uncommon that the DCR values in header files get mixed | |
6607 | up and it helps to validate, at a glance, they match what is printed | |
6608 | in the user manual. | |
6609 | ||
6610 | Tested on: | |
6611 | AMCC Kilauea/Haleakala: | |
6612 | - NFS Linux Boot: PASSED | |
6613 | - NAND Linux Boot: PASSED | |
6614 | ||
6615 | Signed-off-by: Grant Erickson <[email protected]> | |
6616 | Signed-off-by: Stefan Roese <[email protected]> | |
6617 | ||
6618 | commit ad7382d828982e9c1bafc4313ef1b666f6145f58 | |
6619 | Author: Grant Erickson <[email protected]> | |
6620 | Date: Wed Jul 9 16:31:59 2008 -0700 | |
6621 | ||
6622 | ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics | |
6623 | ||
6624 | Add additional DDR2 SDRAM memory controller DCR mneomnics, condition | |
6625 | revision ID DCR based on 405EX, and add field mnemonics for bus error | |
6626 | status and ECC error status registers. | |
6627 | ||
6628 | Signed-off-by: Grant Erickson <[email protected]> | |
6629 | Signed-off-by: Stefan Roese <[email protected]> | |
6630 | ||
6631 | commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6 | |
6632 | Author: Grant Erickson <[email protected]> | |
6633 | Date: Wed Jul 9 16:31:36 2008 -0700 | |
6634 | ||
6635 | ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r) | |
6636 | ||
6637 | This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register. | |
6638 | ||
6639 | Signed-off-by: Grant Erickson <[email protected]> | |
6640 | Signed-off-by: Stefan Roese <[email protected]> | |
6641 | ||
6642 | commit 5b457d00730d4aa0c6450d21a9104723e606fb98 | |
6643 | Author: Grant Erickson <[email protected]> | |
6644 | Date: Wed Jul 9 11:55:46 2008 -0700 | |
6645 | ||
6646 | PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r) | |
6647 | ||
6648 | While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM | |
6649 | controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in | |
6650 | the 405EX(r), SDRAM_MCSTAT has a different DCR value. | |
6651 | ||
6652 | Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF | |
6653 | which causes SDRAM initialization to periodically fail since it can | |
6654 | prematurely indicate SDRAM ready status. | |
6655 | ||
6656 | Signed-off-by: Grant Erickson <[email protected]> | |
6657 | Signed-off-by: Stefan Roese <[email protected]> | |
6658 | ||
6659 | commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d | |
6660 | Author: Feng Kan <[email protected]> | |
6661 | Date: Tue Jul 8 22:48:42 2008 -0700 | |
6662 | ||
6663 | ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board. | |
6664 | ||
6665 | Add AMCC Redwood reference board that uses the latest | |
6666 | PPC 464 CPU processor combined with a rich mix of peripheral | |
6667 | controllers. The board will support PCIe, mutiple Gig ethernet | |
6668 | ports, advanced hardware RAID assistance and IEEE 1588. | |
6669 | ||
6670 | Signed-off-by: Feng Kan <[email protected]> | |
6671 | Signed-off-by: Stefan Roese <[email protected]> | |
6672 | ||
6673 | commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89 | |
6674 | Author: Feng Kan <[email protected]> | |
6675 | Date: Tue Jul 8 22:48:07 2008 -0700 | |
6676 | ||
6677 | ppc4xx: Add initial 460SX reference board (redwood) config file and defines. | |
6678 | ||
6679 | Signed-off-by: Feng Kan <[email protected]> | |
6680 | Signed-off-by: Stefan Roese <[email protected]> | |
6681 | ||
6682 | commit 7d30793685efcada183891c78fc892e6c9ba50c7 | |
6683 | Author: Feng Kan <[email protected]> | |
6684 | Date: Tue Jul 8 22:47:31 2008 -0700 | |
6685 | ||
6686 | ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory. | |
6687 | ||
6688 | Signed-off-by: Feng Kan <[email protected]> | |
6689 | Signed-off-by: Stefan Roese <[email protected]> | |
6690 | ||
699f0512 WD |
6691 | commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96 |
6692 | Author: Wolfgang Denk <[email protected]> | |
6693 | Date: Fri Jul 11 01:16:00 2008 +0200 | |
6694 | ||
6695 | Fix some more print() format errors. | |
6696 | ||
6697 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6698 | ||
6699 | commit fdd70d1921b87287d9a99d1be99bc35226c2b412 | |
6700 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6701 | Date: Thu Jul 10 20:57:54 2008 +0200 | |
6702 | ||
6703 | MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm | |
6704 | ||
6705 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6706 | ||
6707 | commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c | |
6708 | Author: Sergey Lapin <[email protected]> | |
6709 | Date: Thu Jun 5 11:06:29 2008 +0400 | |
6710 | ||
6711 | DataFlash AT45DB021 support | |
6712 | ||
6713 | Some boards based on AT91SAM926X-EK use smaller DF chips to keep | |
6714 | bootstrap, u-boot and its environment, using NAND or other external | |
6715 | storage for kernel and rootfs. This patch adds support for | |
6716 | small 1024x263 chip. | |
6717 | ||
6718 | Signed-off-by: Sergey Lapin <[email protected]> | |
6719 | ||
6720 | commit 4109df6f75fc00ab7da56d286ba50149a0d16a69 | |
6721 | Author: Kim Phillips <[email protected]> | |
6722 | Date: Thu Jul 10 14:00:15 2008 -0500 | |
6723 | ||
6724 | silence misc printf formatting compiler warnings | |
6725 | ||
6726 | Signed-off-by: Kim Phillips <[email protected]> | |
6727 | ||
6728 | commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3 | |
6729 | Author: Markus Klotzbücher <[email protected]> | |
6730 | Date: Thu Jul 10 14:47:09 2008 +0200 | |
6731 | ||
6732 | USB: shutdown USB before booting | |
6733 | ||
6734 | This patch fixes a potentially serious issue related to USB which was | |
6735 | discouvered by Martin Krause <[email protected]> and fixed for | |
6736 | ARM920T. Martin wrote: | |
6737 | ||
6738 | Turn off USB to prevent the host controller from writing to the | |
6739 | SDRAM while Linux is booting. This could happen, because the HCCA | |
6740 | (Host Controller Communication Area) lies within the SDRAM and the | |
6741 | host controller writes continously to this area (as busmaster!), for | |
6742 | example to increase the HccaFrameNumber variable, which happens | |
6743 | every 1 ms. | |
6744 | ||
6745 | This is a slightly modified version of the patch in order to shutdown | |
6746 | USB when booting on all architectures. | |
6747 | ||
6748 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
6749 | ||
6750 | commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8 | |
6751 | Author: Martha Marx <[email protected]> | |
6752 | Date: Thu May 29 14:23:25 2008 -0400 | |
6753 | ||
6754 | Configuration changes for ADS5121 Rev 3 | |
6755 | ||
6756 | ADS5121 Rev 3 board is now the default config | |
6757 | ||
6758 | config targets are now | |
6759 | ||
6760 | ads5121_config | |
6761 | Rev 3 board with | |
6762 | PCI | |
6763 | M41T62 on board RTC | |
6764 | 512MB DRAM | |
6765 | ||
6766 | ads5121_rev2_config | |
6767 | Rev 2 board with | |
6768 | No PCI | |
6769 | 256MB DRAM | |
6770 | ||
6771 | Signed-off-by: Martha Marx <[email protected]> | |
6772 | Acked-by: Grant Likely <[email protected]> | |
6773 | Acked-by: John Rigby <[email protected]> | |
6774 | ||
6775 | commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615 | |
6776 | Author: Martha Marx <[email protected]> | |
6777 | Date: Thu May 29 15:37:21 2008 -0400 | |
6778 | ||
6779 | Consolidate ADS5121 IO Pin configuration | |
6780 | ||
6781 | Consolidate ADS5121 IO Pin configuration to one file | |
6782 | board/ads5121/iopin.c. | |
6783 | ||
6784 | Remove pin config from cpu/mpc512x/fec.c | |
6785 | ||
6786 | Signed-off-by: Martha Marx <[email protected]> | |
6787 | Acked-by: Grant Likely <[email protected]> | |
6788 | Acked-by: John Rigby <[email protected]> | |
6789 | ||
6790 | commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7 | |
6791 | Author: Christian Eggers <[email protected]> | |
6792 | Date: Fri Jun 27 19:46:51 2008 +0200 | |
6793 | ||
6794 | Fix "usb part" command | |
6795 | ||
6796 | Only print partition for selected device if user supplied the <dev> | |
6797 | arg with the "usb part [dev]" command. | |
6798 | ||
6799 | Signed-off-by: Christian Eggers <[email protected]> | |
6800 | Acked-by: Markus Klotzbuecher <[email protected]> | |
6801 | ||
6802 | commit cc83b27217f7380041fea386ddb6d6d9b261617d | |
6803 | Author: Harald Welte <[email protected]> | |
6804 | Date: Mon Jul 7 00:58:05 2008 +0800 | |
6805 | ||
6806 | fix USB devices with multiple configurations | |
6807 | ||
6808 | This patch fixes bugs in usbdcore*.c related to the use of devices | |
6809 | with multiple configurations. | |
6810 | ||
6811 | The original code made mistakes about the meaning of configuration value and | |
6812 | configuration index, and the resulting off-by-one errors resulted in: | |
6813 | ||
6814 | * SET_CONFIGURATION always selected the first configuration, no matter what | |
6815 | wValue is being passed. | |
6816 | * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first | |
6817 | configuration (index 0). | |
6818 | ||
6819 | Signed-off-by: Harald Welte <[email protected]> | |
6820 | Acked-by: Markus Klotzbuecher <[email protected]> | |
6821 | ||
6822 | commit 06c53beae1a726e707971c555613f09b270a2461 | |
6823 | Author: Wolfgang Denk <[email protected]> | |
6824 | Date: Thu Jul 10 13:16:09 2008 +0200 | |
6825 | ||
6826 | Fix some more print() format errors. | |
6827 | ||
6828 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6829 | ||
6830 | commit d4b5f3fa001228d76e2c3380cedadf804b802c2a | |
6831 | Author: Christian Eggers <[email protected]> | |
6832 | Date: Fri Jun 27 19:46:51 2008 +0200 | |
6833 | ||
6834 | Fix "usb part" command | |
6835 | ||
6836 | Only print partition for selected device if user supplied the <dev> | |
6837 | arg with the "usb part [dev]" command. | |
6838 | ||
6839 | Signed-off-by: Christian Eggers <[email protected]> | |
6840 | Acked-by: Markus Klotzbuecher <[email protected]> | |
6841 | ||
6842 | commit e73b5212e0463a3db0af0a5c95c75bfb762ca973 | |
6843 | Author: Harald Welte <[email protected]> | |
6844 | Date: Mon Jul 7 00:58:05 2008 +0800 | |
6845 | ||
6846 | fix USB devices with multiple configurations | |
6847 | ||
6848 | This patch fixes bugs in usbdcore*.c related to the use of devices | |
6849 | with multiple configurations. | |
6850 | ||
6851 | The original code made mistakes about the meaning of configuration value and | |
6852 | configuration index, and the resulting off-by-one errors resulted in: | |
6853 | ||
6854 | * SET_CONFIGURATION always selected the first configuration, no matter what | |
6855 | wValue is being passed. | |
6856 | * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first | |
6857 | configuration (index 0). | |
6858 | ||
6859 | Signed-off-by: Harald Welte <[email protected]> | |
6860 | Acked-by: Markus Klotzbuecher <[email protected]> | |
6861 | ||
6862 | commit e870690bdca154943ecadd5212d2d59c1b9d391b | |
6863 | Author: Stefan Roese <[email protected]> | |
6864 | Date: Thu Jul 10 10:10:54 2008 +0200 | |
6865 | ||
6866 | MTD/NAND: Fix printf format warning in nand code | |
6867 | ||
6868 | This patch fixes NAND related printf format warning. Those warnings are | |
6869 | now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd | |
6870 | [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is | |
6871 | really helpful. | |
6872 | ||
6873 | Signed-off-by: Stefan Roese <[email protected]> | |
6874 | ||
6875 | commit 10943c9afa25694bd9999461f4e9e50ce22fff2b | |
6876 | Author: Stefan Roese <[email protected]> | |
6877 | Date: Thu Jul 10 10:00:45 2008 +0200 | |
6878 | ||
6879 | rtc: Fix printf format warning in m41t60.c | |
6880 | ||
6881 | Signed-off-by: Stefan Roese <[email protected]> | |
6882 | ||
6883 | commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb | |
6884 | Author: Stefan Roese <[email protected]> | |
6885 | Date: Tue Jul 8 12:01:47 2008 +0200 | |
6886 | ||
6887 | pci: Move PCI device configuration check into a separate weak function | |
6888 | ||
6889 | This patch moves the check, if a device should be skipped in PCI PNP | |
6890 | configuration into the function pci_skip_dev(). This function is defined | |
6891 | as weak so that it can be overwritten by a platform specific one if | |
6892 | needed. The check if the device should get printed in the PCI summary upon | |
6893 | bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function | |
6894 | pci_print_dev() which is also defined as weak too. | |
6895 | ||
6896 | Signed-off-by: Stefan Roese <[email protected]> | |
6897 | ||
6898 | commit b002144e1dc21374b1ef5281fe6b5d014af96650 | |
6899 | Author: Stefan Roese <[email protected]> | |
6900 | Date: Thu Jul 10 09:58:06 2008 +0200 | |
6901 | ||
6902 | ppc4xx: Fix printf format warnings now visible with the updated format check | |
6903 | ||
6904 | This patch fixes ppc4xx related printf format warning. Those warnings are | |
6905 | now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd | |
6906 | [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is | |
6907 | really helpful. | |
6908 | ||
6909 | Signed-off-by: Stefan Roese <[email protected]> | |
6910 | ||
6911 | commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3 | |
6912 | Author: Stefan Roese <[email protected]> | |
6913 | Date: Wed Jul 9 17:33:57 2008 +0200 | |
6914 | ||
6915 | ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai | |
6916 | ||
6917 | Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM. | |
6918 | To support such configurations, we "only" map the first 2GB via the TLB's. We | |
6919 | need some free virtual address space for the remaining peripherals like, SoC | |
6920 | devices, FLASH etc. | |
6921 | ||
6922 | Note that ECC is currently not supported on configurations with more than 2GB | |
6923 | SDRAM. This is because we only map the first 2GB on such systems, and therefore | |
6924 | the ECC parity byte of the remaining area can't be written. | |
6925 | ||
6926 | Signed-off-by: Stefan Roese <[email protected]> | |
6927 | ||
6928 | commit cf1c2ed91df26903b956948f37f82de9e1158a89 | |
6929 | Author: Larry Johnson <[email protected]> | |
6930 | Date: Sat Jun 14 17:02:49 2008 -0400 | |
6931 | ||
6932 | ppc4xx: Remove implementation of testdram() from Korat board support | |
6933 | ||
6934 | Signed-off-by: Larry Johnson <[email protected]> | |
6935 | Signed-off-by: Stefan Roese <[email protected]> | |
6936 | ||
6937 | commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e | |
6938 | Author: Larry Johnson <[email protected]> | |
6939 | Date: Sat Jun 14 16:53:02 2008 -0400 | |
6940 | ||
6941 | ppc4xx: Update and add FDT to Korat board support | |
6942 | ||
6943 | Signed-off-by: Larry Johnson <[email protected]> | |
6944 | Signed-off-by: Stefan Roese <[email protected]> | |
6945 | ||
6946 | commit 4188f0491886b3b486164e819c0a83fdb97efd7d | |
6947 | Author: Wolfgang Denk <[email protected]> | |
6948 | Date: Thu Jul 10 01:13:30 2008 +0200 | |
6949 | ||
6950 | Minor coding style cleanup; update CHANGELOG | |
6951 | ||
6952 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6953 | ||
4188f049 WD |
6954 | commit 8915f1189c1d29d8be7f4de325702d90a8988219 |
6955 | Author: Paul Gortmaker <[email protected]> | |
6956 | Date: Wed Jul 9 17:50:45 2008 -0400 | |
6957 | ||
6958 | e1000: add support for 82545GM 64bit PCI-X copper variant | |
6959 | ||
6960 | This PCI-X e1000 variant works by just adding in the correct | |
6961 | PCI IDs in the appropriate places. | |
6962 | ||
6963 | Signed-off-by: Paul Gortmaker <[email protected]> | |
6964 | ||
6965 | commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030 | |
6966 | Author: Daniel Hellstrom <[email protected]> | |
6967 | Date: Wed Jul 9 12:34:11 2008 +0000 | |
6968 | ||
6969 | SPARC: Build error fix | |
6970 | ||
6971 | (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378) | |
6972 | ||
6973 | This patch makes SPARC targets build again. It is caused by | |
6974 | phys_addr_t and phys_size_t being defined in the wrong header | |
6975 | file. include/lmb.h need those typedefs to build. | |
6976 | ||
6977 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
6978 | ||
6979 | commit 11ccc33fa21acce108f6b4a6936e3271af904c64 | |
6980 | Author: Marcel Ziswiler <[email protected]> | |
6981 | Date: Wed Jul 9 08:17:15 2008 +0200 | |
6982 | ||
6983 | Many spelling fixes in README. | |
6984 | ||
6985 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
6986 | ||
6987 | commit dbab0691d2533560f7e91b92ae844046a9ad1df3 | |
6988 | Author: Marcel Ziswiler <[email protected]> | |
6989 | Date: Wed Jul 9 08:17:06 2008 +0200 | |
6990 | ||
6991 | Minor spelling fix in comment. | |
6992 | ||
6993 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
6994 | ||
6995 | commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484 | |
6996 | Author: Hugo Villeneuve <[email protected]> | |
6997 | Date: Tue Jul 8 14:54:58 2008 -0400 | |
6998 | ||
6999 | Round the serial port clock divisor value returned by calc_divisor() | |
7000 | ||
7001 | Round the serial port clock divisor value returned by | |
7002 | calc_divisor(). | |
7003 | ||
7004 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
7005 | Signed-off-by: John Roberts <[email protected]> | |
7006 | ||
7007 | commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe | |
7008 | Author: Scott Wood <[email protected]> | |
7009 | Date: Wed Jul 9 17:47:52 2008 -0500 | |
7010 | ||
7011 | NAND: ifdef-protect most of nand.h when using legacy NAND. | |
7012 | ||
7013 | Some macros such as NAND_CTL_SETALE conflict between current and legacy | |
7014 | NAND, being defined by the subsystem in the former case and the board | |
7015 | config file in the latter. | |
7016 | ||
7017 | Signed-off-by: Scott Wood <[email protected]> | |
7018 | ||
7019 | commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e | |
7020 | Author: Hugo Villeneuve <[email protected]> | |
7021 | Date: Tue Jul 8 11:02:05 2008 -0400 | |
7022 | ||
7023 | ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS) | |
7024 | ||
7025 | ARM: Fix for incorrect version of patch applied when | |
7026 | adding support for the Lyrtech SFF-SDR board. | |
7027 | ||
7028 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
7029 | Signed-off-by: Philip Balister, OpenSDR <[email protected]> | |
7030 | ||
7031 | commit 47042b363ee5022b8180c65d3f4558e7972c79cd | |
7032 | Author: Kyungmin Park <[email protected]> | |
7033 | Date: Tue Jul 8 09:08:40 2008 +0900 | |
7034 | ||
7035 | Remove useless print message at apollon | |
7036 | ||
7037 | Remove useless print message at apollon | |
7038 | ||
7039 | Signed-off-by: Kyungmin Park <[email protected]> | |
7040 | ||
7041 | commit 98874ff329d4a5b32c467b43f6e966e1aa68479f | |
7042 | Author: Andy Fleming <[email protected]> | |
7043 | Date: Mon Jul 7 14:24:39 2008 -0500 | |
7044 | ||
7045 | Fix LMB type issues | |
7046 | ||
7047 | The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple | |
7048 | of casting problems in the bootm code that called the LMB functions. | |
7049 | ||
7050 | Signed-off-by: Andy Fleming <[email protected]> | |
7051 | ||
7052 | commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54 | |
7053 | Author: Kumar Gala <[email protected]> | |
7054 | Date: Mon Jul 7 09:39:06 2008 -0500 | |
7055 | ||
7056 | Fix compiler warnings | |
7057 | ||
7058 | gcc-4.3.x generates the following: | |
7059 | ||
7060 | bootm.c: In function 'do_bootm_linux': | |
7061 | bootm.c:208: warning: cast from pointer to integer of different size | |
7062 | bootm.c:215: warning: cast from pointer to integer of different size | |
7063 | ||
7064 | Signed-off-by: Kumar Gala <[email protected]> | |
7065 | ||
7066 | commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698 | |
7067 | Author: Harald Welte <[email protected]> | |
7068 | Date: Mon Jul 7 15:40:39 2008 +0800 | |
7069 | ||
7070 | Remove code duplication for setting the default environment | |
7071 | ||
7072 | common/env_common.c (default_env): new function that resets the environment to | |
7073 | the default value | |
7074 | common/env_common.c (env_relocate): use default_env instead of own copy | |
7075 | common/env_nand.c (env_relocate_spec): use default_env instead of own copy | |
7076 | include/environment.h: added default_env prototype | |
7077 | ||
7078 | Signed-off-by: Werner Almesberger <[email protected]> | |
7079 | Signed-off-by: Harald Welte <[email protected]> | |
7080 | ||
7081 | commit 99c2b434d37863df5dda5207a53760c6506fc2be | |
7082 | Author: Marcel Ziswiler <[email protected]> | |
7083 | Date: Sun Jun 22 16:13:46 2008 +0200 | |
7084 | ||
7085 | NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. | |
7086 | ||
7087 | The writeenv() and readenv() calls introduced by the recently added bad block | |
7088 | management for environment variables were missing casts therefore producing | |
7089 | compile time warnings. | |
7090 | While at it fixing some typo in a comment and indentation. | |
7091 | ||
7092 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
7093 | Signed-off-by: Scott Wood <[email protected]> | |
7094 | ||
7095 | commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd | |
7096 | Author: Scott Wood <[email protected]> | |
7097 | Date: Fri Jun 20 12:38:57 2008 -0500 | |
7098 | ||
7099 | NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. | |
7100 | ||
7101 | This is particularly problematic now that non-NAND-specific code is | |
7102 | including <nand.h>, and thus all debugging code is being compiled | |
7103 | regardless of whether it was requested, as reported by Scott McNutt | |
7104 | <[email protected]>. | |
7105 | ||
7106 | Signed-off-by: Scott Wood <[email protected]> | |
7107 | ||
7108 | commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05 | |
7109 | Author: Haavard Skinnemoen <[email protected]> | |
7110 | Date: Thu Jun 12 19:27:58 2008 +0200 | |
7111 | ||
7112 | mmc: Move atmel_mci driver into drivers/mmc | |
7113 | ||
7114 | This makes it easier to use the driver on other platforms. | |
7115 | ||
7116 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
7117 | Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <[email protected]> | |
7118 | ||
7119 | commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0 | |
7120 | Author: Haavard Skinnemoen <[email protected]> | |
7121 | Date: Thu Jun 12 19:27:57 2008 +0200 | |
7122 | ||
7123 | avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver | |
7124 | ||
7125 | After we move the atmel_mci driver into drivers/mmc, we can't select | |
7126 | it with CONFIG_MMC anymore. Introduce a new symbol specifically for | |
7127 | this driver so that there's no ambiguity. | |
7128 | ||
7129 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
7130 | Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <[email protected]> | |
7131 | ||
7132 | commit 5ce13051a48c62bda9723df3b4778c492fb47f36 | |
7133 | Author: Haavard Skinnemoen <[email protected]> | |
7134 | Date: Thu Jun 12 19:27:56 2008 +0200 | |
7135 | ||
7136 | Create drivers/mmc subdirectory | |
7137 | ||
7138 | In order to consolidate more of the various MMC drivers around the | |
7139 | tree, we must first have a common place to put them. | |
7140 | ||
7141 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
7142 | Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <[email protected]> | |
7143 | ||
7144 | commit b502611b51f02718c2d1117d4981dabceb5af6de | |
7145 | Author: Joakim Tjernlund <[email protected]> | |
7146 | Date: Sun Jul 6 12:30:09 2008 +0200 | |
7147 | ||
7148 | Change env_get_char from a global function ptr to a function | |
7149 | ||
7150 | This avoids an early global data reference. | |
7151 | ||
7152 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
7153 | ||
7154 | commit 27269417ade432189b234d9fbac98b54e37b978c | |
7155 | Author: Matvejchikov Ilya <[email protected]> | |
7156 | Date: Sun Jul 6 13:57:58 2008 +0400 | |
7157 | ||
7158 | Some copy-n-paste fixes in printf usage | |
7159 | ||
7160 | Signed-off-by: Matvejchikov Ilya <[email protected]> | |
7161 | ||
7162 | commit 0e6989b9faf1588e8723535539e88a0df3c71356 | |
7163 | Author: Matvejchikov Ilya <[email protected]> | |
7164 | Date: Sun Jul 6 13:57:00 2008 +0400 | |
7165 | ||
7166 | FDT memory and pci node fixes for MPC8260ADS | |
7167 | ||
7168 | Signed-off-by: Matvejchikov Ilya <[email protected]> | |
7169 | ||
7170 | commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd | |
7171 | Author: Andrew Klossner <[email protected]> | |
7172 | Date: Mon Jul 7 06:41:14 2008 -0700 | |
7173 | ||
7174 | Fix printf errors. | |
7175 | ||
7176 | The compiler will help find mismatches between printf formats and | |
7177 | arguments if you let it. This patch adds the necessary attributes to | |
7178 | declarations in include/common.h, then begins to correct the resulting | |
7179 | compiler warnings. Some of these were bugs, e.g., "$d" instead of | |
7180 | "%d" and incorrect arguments. Others were just annoying, like | |
7181 | int-long mismatches on a system where both are 32 bits. It's worth | |
7182 | fixing the annoying errors to catch the real ones. | |
7183 | ||
7184 | Signed-off-by: Andrew Klossner <[email protected]> | |
7185 | ||
7186 | commit 417faf285b2527acb2de24c5cd3e2621d385408c | |
7187 | Author: Becky Bruce <[email protected]> | |
7188 | Date: Wed Jul 9 11:09:41 2008 -0500 | |
7189 | ||
7190 | Allow print_size to print in GB | |
7191 | ||
7192 | Signed-off-by: Becky Bruce <[email protected]> | |
7193 | ||
7194 | commit e7c374529c87525c9aa463e0557c287887ae4e9e | |
7195 | Author: Jason McMullan <[email protected]> | |
7196 | Date: Sun Jun 8 23:56:00 2008 -0400 | |
7197 | ||
7198 | mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment | |
7199 | ||
7200 | Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if | |
7201 | they are set in the U-Boot environment. | |
7202 | ||
7203 | Signed-off-by: Jason McMullan <[email protected]> | |
7204 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
7205 | ||
7206 | commit 0192d7d56e9320819dea262f49789ae18fdd2c72 | |
7207 | Author: Stefan Roese <[email protected]> | |
7208 | Date: Tue Jul 8 12:57:14 2008 +0200 | |
7209 | ||
7210 | jedec_flash: Fix AM29DL800BB device ID | |
7211 | ||
7212 | As pointed out by Jerry Hicks, this patch corrects the device ID of | |
7213 | the Spansion AM29DL800BB NOR device. Verified against latest Spansion | |
7214 | datasheet (rev C4 from Dezember 2006). | |
7215 | ||
7216 | Signed-off-by: Stefan Roese <[email protected]> | |
7217 | ||
7218 | commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63 | |
7219 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7220 | Date: Mon Jul 7 11:22:37 2008 +0900 | |
7221 | ||
7222 | sh: Fix compile error sh7763rdp board | |
7223 | ||
7224 | Disable SH ether driver. | |
7225 | ||
7226 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7227 | ||
7228 | commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074 | |
7229 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7230 | Date: Tue Jul 8 12:03:24 2008 +0900 | |
7231 | ||
7232 | sh: Fix SH-boards compile error | |
7233 | ||
7234 | By Cleanup out-or-tree building for some boards (.depend) | |
7235 | (commit:c8a3b109f07f02342d097b30908965f7261d9f15) | |
7236 | because filse ware changed, some SH-boards have compile error. | |
7237 | I revised this problem. | |
7238 | ||
7239 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7240 | ||
699f0512 WD |
7241 | commit 3473ab737282b08ad61841fcbb14c4d264a93a8e |
7242 | Author: Jason Jin <[email protected]> | |
7243 | Date: Tue May 13 11:50:36 2008 +0800 | |
7244 | ||
7245 | Feed the watchdog in u-boot for 8610 board. | |
7246 | ||
7247 | The watchdog on 8610 board is enabled by setting sw[6] | |
7248 | to on. Once enabled, the watchdog can not be disabled | |
7249 | by software. So feed the dog in u-boot is necessary for | |
7250 | normal operation. | |
7251 | ||
7252 | Signed-off-by: Jason Jin <[email protected]> | |
7253 | ||
4188f049 WD |
7254 | commit 63676841ca2d603b13765f3f7b72ff1a61c23f90 |
7255 | Author: Hugo Villeneuve <[email protected]> | |
7256 | Date: Wed Jun 18 12:10:33 2008 -0400 | |
7257 | ||
7258 | Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. | |
7259 | ||
7260 | Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. | |
7261 | ||
7262 | Remove duplicate code in a if/else block in | |
7263 | cpu/arm926ejs/davinci/lxt972.c. | |
7264 | Fixed style issues. | |
7265 | ||
7266 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
7267 | Signed-off-by: Ben Warren <[email protected]> | |
7268 | ||
7269 | commit fec61431a003f5778bafa2624073a571af8bec9f | |
7270 | Author: Hugo Villeneuve <[email protected]> | |
7271 | Date: Wed Jun 18 12:10:31 2008 -0400 | |
7272 | ||
7273 | Remove duplicate definitions in include/lxt971a.h. | |
7274 | ||
7275 | Remove duplicate definitions in include/lxt971a.h. | |
7276 | ||
7277 | Remove duplicate registers and bits definitions in | |
7278 | include/lxt971a.h for standard MII registers, and | |
7279 | use values in include/miiphy.h instead. | |
7280 | ||
7281 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
7282 | Signed-off-by: Ben Warren <[email protected]> | |
7283 | ||
7284 | commit 9751ee0990f467941da0b095a4e995f863672d7a | |
7285 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7286 | Date: Wed Jun 11 21:05:00 2008 +0900 | |
7287 | ||
7288 | net: sh: Renesas SH7763 Ethernet device support | |
7289 | ||
7290 | Renesas SH7763 has 2 channel Ethernet device. | |
7291 | This is 10/100/1000 Base support. | |
7292 | But this patch check 10/100 Base only. | |
7293 | ||
7294 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7295 | Signed-off-by: Ben Warren <[email protected]> | |
7296 | ||
7297 | commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9 | |
7298 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7299 | Date: Tue Jun 17 16:28:05 2008 +0900 | |
7300 | ||
7301 | sh: Update Renesas R2DPlus board | |
7302 | ||
7303 | New NOR Flash board support and remove old type flash board config. | |
7304 | And Remove network setting from config file. | |
7305 | ||
7306 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7307 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7308 | ||
7309 | commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c | |
7310 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7311 | Date: Tue Jun 17 16:28:01 2008 +0900 | |
7312 | ||
7313 | sh: Update Renesas R7780MP board | |
7314 | ||
7315 | New NOR Flash board support and remove network setting from config file. | |
7316 | ||
7317 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7318 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7319 | ||
7320 | commit c001cd604e9f133743effbddb1c215b48e761c5a | |
7321 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7322 | Date: Tue Jun 17 16:27:56 2008 +0900 | |
7323 | ||
7324 | sh: Update Renesas Migo-R board | |
7325 | ||
7326 | Remove network setting from config file. | |
7327 | ||
7328 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7329 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7330 | ||
7331 | commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e | |
7332 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7333 | Date: Tue Jun 17 16:27:52 2008 +0900 | |
7334 | ||
7335 | sh: Update Hitachi MS7722SE board | |
7336 | ||
7337 | Remove network setting from config file. | |
7338 | ||
7339 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7340 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7341 | ||
7342 | commit 26209e48e8791670c93108029a5c31a30016c6df | |
7343 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7344 | Date: Tue Jun 17 16:27:48 2008 +0900 | |
7345 | ||
7346 | sh: Cleanup source code of SH7763RDP | |
7347 | ||
7348 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7349 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7350 | ||
7351 | commit 5cd5b2c96ef0025762931349d350287aec03ab47 | |
7352 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7353 | Date: Tue Jun 17 16:27:44 2008 +0900 | |
7354 | ||
7355 | sh: Cleanup source code of R2DPlus | |
7356 | ||
7357 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7358 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7359 | ||
7360 | commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8 | |
7361 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7362 | Date: Tue Jun 17 16:27:41 2008 +0900 | |
7363 | ||
7364 | sh: Cleanup source code of R7780MP | |
7365 | ||
7366 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7367 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7368 | ||
7369 | commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6 | |
7370 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7371 | Date: Tue Jun 17 16:27:38 2008 +0900 | |
7372 | ||
7373 | sh: Cleanup source code of MS7722SE | |
7374 | ||
7375 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7376 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7377 | ||
7378 | commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691 | |
7379 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7380 | Date: Tue Jun 17 16:27:34 2008 +0900 | |
7381 | ||
7382 | sh: Cleanup source code of MS7720SE | |
7383 | ||
7384 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7385 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7386 | ||
7387 | commit 3ab4827cbe409488ebea1a2ee5094783f2672214 | |
7388 | Author: Wolfgang Denk <[email protected]> | |
7389 | Date: Mon Jul 7 00:45:03 2008 +0200 | |
7390 | ||
7391 | SH: fix out of tree building | |
7392 | ||
7393 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7394 | ||
7395 | commit 9047bfa1e737d787be460387dd6f45737eeceb10 | |
7396 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7397 | Date: Thu Jul 3 23:16:06 2008 +0900 | |
7398 | ||
7399 | net: smc911x: Fix typo | |
7400 | ||
7401 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7402 | ||
7403 | commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca | |
7404 | Author: Andre Schwarz <[email protected]> | |
7405 | Date: Wed Jul 2 18:54:08 2008 +0200 | |
7406 | ||
7407 | update mvBL-M7 board config | |
7408 | ||
7409 | update mvBL-M7 config file to use UBOOT_VERSION and define | |
7410 | CONFIG_HIGH_BATS. | |
7411 | ||
7412 | Signed-off-by: Andre Schwarz <[email protected]> | |
7413 | ||
7414 | commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30 | |
7415 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7416 | Date: Mon Jun 30 17:45:01 2008 +0900 | |
7417 | ||
7418 | net: fix compile problem in smc911x driver. | |
7419 | ||
7420 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7421 | Acked-by: Ben Warren <[email protected]> | |
7422 | ||
7423 | commit 9fea65a6c469b1b474b27446feb58738baba2d31 | |
7424 | Author: Michal Simek <[email protected]> | |
7425 | Date: Tue Jun 24 09:54:09 2008 +0200 | |
7426 | ||
7427 | ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 | |
7428 | ||
7429 | This change helps with better handling with others | |
7430 | Xilinx based platform. | |
7431 | ||
7432 | Signed-off-by: Michal Simek <[email protected]> | |
7433 | Acked-by: Stefan Roese <[email protected]> | |
7434 | ||
7435 | commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0 | |
7436 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7437 | Date: Tue Jun 17 13:07:11 2008 +0900 | |
7438 | ||
7439 | net: ne2000: Move dev_addr variable from grobal to local. | |
7440 | ||
7441 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7442 | Signed-off-by: Ben Warren <[email protected]> | |
7443 | ||
7444 | commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb | |
7445 | Author: Nobuhiro Iwamatsu <[email protected]> | |
7446 | Date: Tue Jun 17 13:07:15 2008 +0900 | |
7447 | ||
7448 | net: ne2000: Fix compile error of NE2000 | |
7449 | ||
7450 | If enable DEBUG, can not compile ne2000 driver. | |
7451 | ||
7452 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
7453 | Signed-off-by: Ben Warren <[email protected]> | |
7454 | ||
7455 | commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24 | |
7456 | Author: Ben Warren <[email protected]> | |
7457 | Date: Mon Jun 23 22:57:27 2008 -0700 | |
7458 | ||
7459 | Add mechanisms for CPU and board-specific Ethernet initialization | |
7460 | ||
7461 | This patch is the first step in cleaning up net/eth.c, by moving Ethernet | |
7462 | initialization to CPU or board-specific code. Initial implementation is | |
7463 | only on the Freescale TSEC controller, but others will be added soon. | |
7464 | ||
7465 | Signed-off-by: Ben Warren <[email protected]> | |
7466 | ||
7467 | commit 7754f2be5d1835d263aad21b5a629526f3e680b0 | |
7468 | Author: Wolfgang Denk <[email protected]> | |
7469 | Date: Sun Jul 6 01:21:46 2008 +0200 | |
7470 | ||
7471 | include/sha256.h: fix file permissions. | |
7472 | ||
7473 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7474 | ||
7475 | commit d3bcdf838e2991d58571308fa6e04ca335bc06e8 | |
7476 | Author: Patrice Vilchez <[email protected]> | |
7477 | Date: Tue May 27 11:15:29 2008 +0200 | |
7478 | ||
7479 | [AT91SAM9] Fix NAND FLASH timings | |
7480 | ||
7481 | Fix NAND FLASH timings for at91sam9x evaluation kits. | |
7482 | ||
7483 | New timings are based on application note | |
7484 | "NAND Flash Support on AT91SAM9 Microcontrollers" available at | |
7485 | http://atmel.com/dyn/resources/prod_documents/doc6255.pdf | |
7486 | ||
7487 | Signed-off-by: Patrice Vilchez <[email protected]> | |
7488 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7489 | Acked-by: Stelian Pop <[email protected]> | |
7490 | ||
7491 | commit 19bd688484322fe62d1a66c8299da6ff9e967ff9 | |
7492 | Author: Stelian Pop <[email protected]> | |
7493 | Date: Thu May 22 00:15:40 2008 +0200 | |
7494 | ||
7495 | Fix boot from NOR due to incorrect reset delay. | |
7496 | ||
7497 | AT91 RSTC registers are battery-backuped, so their values | |
7498 | are not reset across power cycles. One of those registers, | |
7499 | the AT91_RSTC_MR register, is being modified by U-Boot, in | |
7500 | the ethernet initialisation routine, to generate a 500ms | |
7501 | user reset. | |
7502 | ||
7503 | Unfortunately, this value is not being restored afterwards, | |
7504 | causing subsequent resets to also last for 500ms. | |
7505 | ||
7506 | This long reset sequence causes problems (at least) in the | |
7507 | boot sequence from NOR: by the time the CPU tries to load | |
7508 | a program from the NOR flash, the latter is still in reset | |
7509 | and not yet available. | |
7510 | ||
7511 | Additionaly, this patch fixes a bug in the original code which | |
7512 | caused the reset delay to last for 2s instead of 500ms. | |
7513 | ||
7514 | Signed-off-by: Stelian Pop <[email protected]> | |
7515 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7516 | ||
7517 | commit f492dd636fbbae529e17533995bc6e5813c007f6 | |
7518 | Author: Wolfgang Denk <[email protected]> | |
7519 | Date: Fri Jul 4 20:11:49 2008 +0200 | |
7520 | ||
7521 | Update CHANGELOG | |
7522 | ||
7523 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7524 | ||
f492dd63 WD |
7525 | commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d |
7526 | Author: Wolfgang Denk <[email protected]> | |
7527 | Date: Fri Jul 4 20:07:35 2008 +0200 | |
7528 | ||
7529 | CCM/SCM boards: fix out of tree building | |
7530 | ||
7531 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7532 | ||
7533 | commit ab4c3a490df9a964711556d2a05b0c787db45fde | |
7534 | Author: Wolfgang Denk <[email protected]> | |
7535 | Date: Thu Jul 3 23:22:27 2008 +0200 | |
7536 | ||
7537 | SCM board: fix build errors. | |
7538 | ||
7539 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7540 | ||
7541 | commit a566466f17ba0e2d2b6c250e77da678fb932470d | |
7542 | Author: Wolfgang Denk <[email protected]> | |
7543 | Date: Thu Jul 3 23:06:36 2008 +0200 | |
7544 | ||
7545 | IAD210 board: fix ``"ALIGN" redefined'' warning. | |
7546 | ||
7547 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7548 | ||
7549 | commit ad756314797c16fa5dca23e115aab881011f164f | |
7550 | Author: Wolfgang Denk <[email protected]> | |
7551 | Date: Thu Jul 3 23:00:24 2008 +0200 | |
7552 | ||
7553 | CCM board: fix build errors. | |
7554 | ||
7555 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7556 | ||
4188f049 WD |
7557 | commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b |
7558 | Author: Andre Schwarz <[email protected]> | |
7559 | Date: Wed Jul 2 18:54:08 2008 +0200 | |
7560 | ||
7561 | update mvBL-M7 board config | |
7562 | ||
7563 | update mvBL-M7 config file to use UBOOT_VERSION. | |
7564 | ||
7565 | Signed-off-by: Andre Schwarz <[email protected]> | |
7566 | Signed-off-by: Kim Phillips <[email protected]> | |
7567 | ||
f492dd63 WD |
7568 | commit ced209c50e80c25f13c083099b05044048d21f4f |
7569 | Author: Wolfgang Denk <[email protected]> | |
7570 | Date: Thu Jul 3 22:39:21 2008 +0200 | |
7571 | ||
7572 | sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'" | |
7573 | ||
7574 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7575 | ||
7576 | commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e | |
7577 | Author: Wolfgang Denk <[email protected]> | |
7578 | Date: Thu Jul 3 22:34:08 2008 +0200 | |
7579 | ||
7580 | Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors | |
7581 | ||
7582 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7583 | ||
7584 | commit 730f298485984b011b6ee8f4acb511cb45a843dd | |
7585 | Author: Wolfgang Denk <[email protected]> | |
7586 | Date: Thu Jul 3 22:04:17 2008 +0200 | |
7587 | ||
7588 | lmb: fix "implicit declaration of function 'lmb_free'" warning | |
7589 | ||
7590 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7591 | ||
7592 | commit 322ef5e28d2dc62571afc699b00add22a8e006e4 | |
7593 | Author: Wolfgang Denk <[email protected]> | |
7594 | Date: Wed Jul 2 23:53:23 2008 +0200 | |
7595 | ||
7596 | Cleanup: remove redundant deleting on *~ files | |
7597 | ||
7598 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7599 | ||
7600 | commit c8a3b109f07f02342d097b30908965f7261d9f15 | |
7601 | Author: Wolfgang Denk <[email protected]> | |
7602 | Date: Wed Jul 2 23:49:18 2008 +0200 | |
7603 | ||
7604 | Cleanup out-or-tree building for some boards (.depend) | |
7605 | ||
7606 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7607 | ||
7608 | commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4 | |
7609 | Author: Wolfgang Denk <[email protected]> | |
7610 | Date: Wed Jul 2 23:38:50 2008 +0200 | |
7611 | ||
7612 | Cleanup: fix out-of-tree building for some boards | |
7613 | ||
7614 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7615 | ||
7616 | commit 461fa68d20861811487944d22291db5a13410e20 | |
7617 | Author: Wolfgang Denk <[email protected]> | |
7618 | Date: Wed Jul 2 23:00:14 2008 +0200 | |
7619 | ||
7620 | Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS) | |
7621 | ||
7622 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7623 | ||
7624 | commit 5981ebd32017e062b08aa6747cf591276f2db779 | |
7625 | Author: Detlev Zundel <[email protected]> | |
7626 | Date: Fri Jun 20 22:26:24 2008 +0200 | |
7627 | ||
7628 | fdt: Fix typo in variable name. | |
7629 | ||
7630 | Signed-off-by: Detlev Zundel <[email protected]> | |
7631 | ||
7632 | commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc | |
7633 | Author: Gary Jennejohn <[email protected]> | |
7634 | Date: Thu Jun 19 11:11:19 2008 +0200 | |
7635 | ||
7636 | Add logos for RRvision board | |
7637 | ||
7638 | Signed-off-by: Gary Jennejohn <[email protected]> | |
7639 | ||
7640 | commit ee4ae38342142237ca85913f88ee570c1eb5ca7c | |
7641 | Author: Esben Haabendal <[email protected]> | |
7642 | Date: Wed Jun 18 11:03:57 2008 +0200 | |
7643 | ||
7644 | mpc8260: add fdt_fixup_ethernet support | |
7645 | ||
7646 | Add support for updating mac-address and local-mac-address in fdt for | |
7647 | all MPC8260 targets. | |
7648 | ||
7649 | Signed-off-by: Esben Haabendal <[email protected]> | |
7650 | ||
7651 | commit f6a69559d64498a04e1e0b087a9b920e5775f866 | |
7652 | Author: Steven A. Falco <[email protected]> | |
7653 | Date: Thu Jun 12 13:24:42 2008 -0400 | |
7654 | ||
7655 | cmd_nvedit.c: clean up syntax highlighting | |
7656 | ||
7657 | My text-editor (vim) has a bit of trouble syntax-highlighting the | |
7658 | cmd_nvedit.c file, because it apparently does not parse C | |
7659 | ifdef/else/endif. The following patch does not change the behavior of | |
7660 | the code at all, but does allow the editor to properly | |
7661 | syntax-highlight the file. | |
7662 | ||
7663 | Signed-off-by: Steve Falco <[email protected]> | |
7664 | ||
7665 | commit 75678c807a6272ecc5541eb32898c93887f08400 | |
7666 | Author: Steven A. Falco <[email protected]> | |
7667 | Date: Thu Jun 12 13:22:12 2008 -0400 | |
7668 | ||
7669 | Make setenv() return status | |
7670 | ||
7671 | Currently, the setenv function does not return an error code. | |
7672 | This patch allows to test for errors. | |
7673 | ||
7674 | Signed-off-by: Steve Falco <[email protected]> | |
7675 | ||
7676 | commit 4928e97c8531283ca9b368b7c29a8a12e726562a | |
7677 | Author: Kumar Gala <[email protected]> | |
7678 | Date: Wed Jun 11 10:14:06 2008 -0500 | |
7679 | ||
7680 | PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops | |
7681 | ||
7682 | fls64, __ilog2_u64, ffs64 are variants that work on an u64, | |
7683 | and fls is used to implement them. | |
7684 | ||
7685 | Signed-off-by: Kumar Gala <[email protected]> | |
7686 | ||
7687 | commit 83002a77cbdf383015ca384eff5fa31722d8e571 | |
7688 | Author: Magnus Lilja <[email protected]> | |
7689 | Date: Mon Jun 9 22:58:48 2008 +0200 | |
7690 | ||
7691 | i.MX31: Cleanup comments in lowlevel_init.S. | |
7692 | ||
7693 | Signed-off-by: Magnus Lilja <[email protected]> | |
7694 | ||
7695 | commit f8cc312bbee69257d741dc9f4062f4a0f5adf609 | |
7696 | Author: Ben Warren <[email protected]> | |
7697 | Date: Sun Jun 8 23:28:33 2008 -0700 | |
7698 | ||
7699 | Move conditional compilation of MPC8XXX SPI driver to Makefile | |
7700 | ||
7701 | Signed-off-by: Ben Warren <[email protected]> | |
7702 | ||
7703 | commit d92ea21bafb674ee2bf27447970b047845e7b0a2 | |
7704 | Author: Juergen Kilb <[email protected]> | |
7705 | Date: Sun Jun 8 17:59:53 2008 +0200 | |
7706 | ||
7707 | i.MX31: fixed CTRL-C detection | |
7708 | ||
7709 | The Register URXD contains status information in bits [15..8]. | |
7710 | With status bit 15 set, CTRL-C was reported as 0x8003 instead | |
7711 | of 0x03. Therefore CTRL-C was not detected. | |
7712 | To solve this, bits [15..8] were masked out now. | |
7713 | ||
7714 | Signed-off-by: Juergen Kilb <[email protected]> | |
7715 | Acked-by: Felix Radensky <[email protected]> | |
7716 | ||
699f0512 WD |
7717 | commit dd1c5523d6f44e842e69f2fcb50788c6060eab86 |
7718 | Author: Stefan Roese <[email protected]> | |
7719 | Date: Tue Jul 1 17:03:19 2008 +0200 | |
7720 | ||
7721 | ppc4xx: Fix 460EX/GT PCIe port initialization | |
7722 | ||
7723 | This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was | |
7724 | configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing | |
7725 | this out. | |
7726 | ||
7727 | Signed-off-by: Stefan Roese <[email protected]> | |
7728 | ||
f492dd63 WD |
7729 | commit b571afde0295b007a45055ee49f8822c753a5651 |
7730 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7731 | Date: Sat Jun 7 12:29:52 2008 +0200 | |
7732 | ||
7733 | add SHA256 support | |
7734 | ||
7735 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7736 | Signed-off-by: Francesco Albanese <[email protected]> | |
7737 | ||
7738 | commit 3bab76a26e03df4ff81342fcc16393ce37d9766b | |
7739 | Author: Marian Balakowicz <[email protected]> | |
7740 | Date: Fri Jun 6 23:07:40 2008 +0200 | |
7741 | ||
7742 | Delay FIT format check on sector based devices | |
7743 | ||
7744 | Global FIT image operations like format check cannot be performed on | |
7745 | a first sector data, defer them to the point when whole FIT image was | |
7746 | uploaded to a system RAM. | |
7747 | ||
7748 | Signed-off-by: Marian Balakowicz <[email protected]> | |
7749 | Partial ('cmd_nand' case) Acked-by: Grant Erickson <[email protected]> | |
7750 | NAND and DOC bits Acked-by: Scott Wood <[email protected]> | |
7751 | ||
7752 | commit 9810263afec5ac5f38f92963bb3b6d799e4331d0 | |
7753 | Author: Dave Liu <[email protected]> | |
7754 | Date: Tue Jun 3 17:38:19 2008 +0800 | |
7755 | ||
7756 | sata: wait for device updating signature to host | |
7757 | ||
7758 | The driver need wait for the device updating signature to host. | |
7759 | If we don't wait for it, the driver can not detect the device(disk) | |
7760 | when the system powers up. | |
7761 | ||
7762 | Signed-off-by: Dave Liu <[email protected]> | |
7763 | ||
4188f049 WD |
7764 | commit 745d8a0d3cea82e6d1753e14afb4588c34761b15 |
7765 | Author: Stefan Roese <[email protected]> | |
7766 | Date: Sat Jun 28 14:56:17 2008 +0200 | |
7767 | ||
7768 | ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic | |
7769 | ||
7770 | This patch implements a fix provided by AMCC so that the lockup upon | |
7771 | simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur | |
7772 | anymore: | |
7773 | ||
7774 | Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2] | |
7775 | (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG, | |
7776 | USB 2.0 host and SATA. | |
7777 | ||
7778 | This errata is not officially available yet. I'll update the comment | |
7779 | to add the errata number later. | |
7780 | ||
7781 | Signed-off-by: Stefan Roese <[email protected]> | |
7782 | ||
f492dd63 WD |
7783 | commit 8b616edb118e37d05f6401389eaee1c636b22828 |
7784 | Author: Stuart Wood <[email protected]> | |
7785 | Date: Mon Jun 2 16:42:19 2008 -0400 | |
7786 | ||
7787 | serial_pl010.c: add watchdog support | |
7788 | ||
7789 | Signed-off-by: Stuart Wood <[email protected]> | |
7790 | ||
7791 | commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b | |
7792 | Author: Stuart Wood <[email protected]> | |
7793 | Date: Mon Jun 2 16:40:08 2008 -0400 | |
7794 | ||
7795 | jffs2_1pass.c: add watchdog support | |
7796 | ||
7797 | Signed-off-by: Stuart Wood <[email protected]> | |
7798 | ||
7799 | commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89 | |
7800 | Author: Sascha Laue <[email protected]> | |
7801 | Date: Fri May 30 09:48:14 2008 +0200 | |
7802 | ||
7803 | Configure DSP POST; add watchdog reset to diag command | |
7804 | ||
7805 | Signed-off-by: Sascha Laue <[email protected]> | |
7806 | ||
7807 | commit f13526517859bf6b573e23ff47199e107d1009b5 | |
7808 | Author: Tor Krill <[email protected]> | |
7809 | Date: Thu May 29 10:40:17 2008 +0200 | |
7810 | ||
7811 | Add sata sil3114 support | |
7812 | ||
7813 | Signed-off-by: Tor Krill <[email protected]> | |
7814 | ||
7815 | commit e093a247628228100f405b6d7f6b1bfc16141938 | |
7816 | Author: Wolfgang Denk <[email protected]> | |
7817 | Date: Sat Jun 28 23:34:37 2008 +0200 | |
7818 | ||
7819 | Coding Style Cleanup | |
7820 | ||
7821 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7822 | ||
7823 | commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83 | |
7824 | Author: Wolfgang Denk <[email protected]> | |
7825 | Date: Sat Jun 28 23:16:01 2008 +0200 | |
7826 | ||
7827 | Update CHANGELOG | |
7828 | ||
7829 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7830 | ||
01db232d WD |
7831 | commit c7f879ec2b389c4f2bf726b293bd516f4c692e03 |
7832 | Author: Hugo Villeneuve <[email protected]> | |
7833 | Date: Wed May 21 13:58:41 2008 -0400 | |
7834 | ||
7835 | ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS) | |
7836 | ||
7837 | This patch adds support for the Lyrtech SFF-SDR board, | |
7838 | based on the TI DaVinci architecture (ARM926EJS). | |
7839 | ||
7840 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
7841 | Signed-off-by: Philip Balister <[email protected]> | |
7842 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7843 | ||
7844 | commit 341188b9ccaa8d4462d772cc067aca8d7618633a | |
7845 | Author: Haavard Skinnemoen <[email protected]> | |
7846 | Date: Thu May 22 11:09:59 2008 +0200 | |
7847 | ||
7848 | MMC: Consolidate MMC/SD command definitions | |
7849 | ||
7850 | This moves the MMC and SD Card command definitions from | |
7851 | include/asm/arch/mmc.h into include/mmc.h. These definitions are | |
7852 | given by the MMC and SD Card standards, not by any particular | |
7853 | architecture. | |
7854 | ||
7855 | There's a lot more room for consolidation in the MMC drivers which | |
7856 | I'm hoping to get done eventually, but this patch is a start. | |
7857 | ||
7858 | Compile-tested for all avr32 boards as well as lpc2292sodimm and | |
7859 | lubbock. This should cover all three mmc drivers in the tree. | |
7860 | ||
7861 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
7862 | ||
7863 | commit fa60edfc4c952626e048c0e065f654b3c1822fa5 | |
7864 | Author: Kyungmin Park <[email protected]> | |
7865 | Date: Wed May 21 14:38:08 2008 +0900 | |
7866 | ||
7867 | Use better Ethernet timings for apollon board | |
7868 | ||
7869 | Signed-off-by: Kyungmin Park <[email protected]> | |
7870 | ||
7871 | commit 41c5eaa7253ed82bbae1eda5667755872c615164 | |
7872 | Author: Andy Fleming <[email protected]> | |
7873 | Date: Mon Jun 16 13:58:56 2008 -0500 | |
7874 | ||
7875 | Resize device tree to allow space for board changes and the chosen node | |
7876 | ||
7877 | Current code requires that a compiled device tree have space added to the end to | |
7878 | leave room for extra nodes added by board code (and the chosen node). This | |
7879 | requires that device tree creators anticipate how much space U-Boot will add to | |
7880 | the tree, which is absurd. Ideally, the code would resize and/or relocate the | |
7881 | tree when it needed more space, but this would require a systemic change to the | |
7882 | fdt code, which is non-trivial. Instead, we resize the tree inside | |
7883 | boot_relocate_fdt, reserving either the remainder of the bootmap (in the case | |
7884 | where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size. | |
7885 | ||
7886 | Signed-off-by: Andy Fleming <[email protected]> | |
7887 | ||
7888 | commit 7570a9941fc565922078679a72d246fe208d696d | |
7889 | Author: Andy Fleming <[email protected]> | |
7890 | Date: Mon Jun 16 13:58:55 2008 -0500 | |
7891 | ||
7892 | Fix an underflow bug in __lmb_alloc_base | |
7893 | ||
7894 | __lmb_alloc_base can underflow if it fails to find free space. This was fixed | |
7895 | in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch | |
7896 | merely updates __lmb_alloc_base to resemble the current version in Linux. | |
7897 | ||
7898 | Signed-off-by: Andy Fleming <[email protected]> | |
7899 | ||
7900 | commit 63796c4e61b207d2e635729d41b7a7f7d188b03c | |
7901 | Author: Andy Fleming <[email protected]> | |
7902 | Date: Mon Jun 16 13:58:54 2008 -0500 | |
7903 | ||
7904 | Add lmb_free | |
7905 | ||
7906 | lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or | |
7907 | lmb_reserve to temporarily reserve some memory. | |
7908 | ||
7909 | Signed-off-by: Andy Fleming <[email protected]> | |
7910 | ||
7911 | commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d | |
7912 | Author: Andy Fleming <[email protected]> | |
7913 | Date: Mon Jun 16 13:58:53 2008 -0500 | |
7914 | ||
7915 | Add ALIGN() macro | |
7916 | ||
7917 | ALIGN() returns the smallest aligned value greater than the passed | |
7918 | in address or size. Taken from Linux. | |
7919 | ||
7920 | Signed-off-by: Andy Fleming <[email protected]> | |
7921 | ||
4188f049 WD |
7922 | commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2 |
7923 | Author: Stefan Roese <[email protected]> | |
7924 | Date: Tue Jun 24 17:15:22 2008 +0200 | |
7925 | ||
7926 | ppc4xx: Fix compilation problems with phys_size_t | |
7927 | ||
7928 | This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx | |
7929 | board specific files where it has been missing. | |
7930 | ||
7931 | Signed-off-by: Stefan Roese <[email protected]> | |
7932 | ||
01db232d WD |
7933 | commit 28eab0d77352b84885f938759bf2612b7bf0bc44 |
7934 | Author: Haavard Skinnemoen <[email protected]> | |
7935 | Date: Mon May 19 12:26:38 2008 +0200 | |
7936 | ||
7937 | Conditionally add -fno-stack-protector to CFLAGS | |
7938 | ||
7939 | When compile-testing on powerpc, I get errors like this: | |
7940 | ||
7941 | net/nfs.c:422: undefined reference to `__stack_chk_fail_local' | |
7942 | ||
7943 | This seems to be because -fstack-protector is on by default, so | |
7944 | let's explicitly disable it on all architectures that support the | |
7945 | option. | |
7946 | ||
7947 | The Ubuntu toolchain is affected by this problem, and according to | |
7948 | Mike Frysinger, Gentoo has been running with SSP enabled for years. | |
7949 | More and more distros are turning SSP on by default, so this problem | |
7950 | is likely to get worse in the future. | |
7951 | ||
7952 | Also, powerpc just happens to be one of the arches I do | |
7953 | compile-testing on. There may be other arches affected by this too. | |
7954 | ||
7955 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
7956 | ||
7957 | commit dfd3be881c03a26e31f0dea4a42e76061fa610ac | |
7958 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7959 | Date: Sun May 18 19:09:52 2008 +0200 | |
7960 | ||
7961 | pcmcia/ti_pci1410a: Move compile condition to the Makefile | |
7962 | ||
7963 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7964 | ||
7965 | commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a | |
7966 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7967 | Date: Sun May 18 19:09:51 2008 +0200 | |
7968 | ||
7969 | pxa_pcmcia: Move compile condition to the Makefile | |
7970 | ||
7971 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7972 | ||
7973 | commit c9eff32881fb429101c937cf8c268f1d42e5c2a9 | |
7974 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7975 | Date: Sun May 18 19:09:50 2008 +0200 | |
7976 | ||
7977 | marabun_pcmcia: Move compile condition to the Makefile | |
7978 | ||
7979 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7980 | ||
4188f049 WD |
7981 | commit 6a19c46cae43c16c528eddefae3db97134f1915d |
7982 | Author: Andre Schwarz <[email protected]> | |
7983 | Date: Mon Jun 23 13:25:34 2008 +0200 | |
7984 | ||
7985 | fix non-working mvBL-M7 | |
7986 | ||
7987 | Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file. | |
7988 | ||
7989 | Signed-off-by: Andre Schwarz <[email protected]> | |
7990 | Signed-off-by: Kim Phillips <[email protected]> | |
7991 | ||
7992 | commit 846f1574ddddeda2bc227655e687308695f41cdc | |
7993 | Author: Andre Schwarz <[email protected]> | |
7994 | Date: Mon Jun 23 11:40:56 2008 +0200 | |
7995 | ||
7996 | fix system config overwrite @ MPC834x and MPC8313 | |
7997 | ||
7998 | During 83xx setup the "System I/O configuration register high" gets | |
7999 | overwritten with user defined value if CFG_SICRH is defined. | |
8000 | ||
8001 | Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH | |
8002 | must keep their reset value regardless of configuration. | |
8003 | ||
8004 | On my board (using RGMII) those bits are set after reset - yet it's | |
8005 | unclear where they come from. | |
8006 | ||
8007 | The patch keeps both bits on MPC834x and MPC8313. | |
8008 | ||
8009 | Signed-off-by: Andre Schwarz <[email protected]> | |
8010 | Signed-off-by: Kim Phillips <[email protected]> | |
8011 | ||
8012 | commit 4890246a2c5df90a74e2941e3673a49bbd36aee9 | |
8013 | Author: Kim Phillips <[email protected]> | |
8014 | Date: Tue Jun 17 17:45:27 2008 -0500 | |
8015 | ||
8016 | mpc83xx: move CPU_TYPE_ENTRY over to processor.h | |
8017 | ||
8018 | to avoid this: | |
8019 | ||
8020 | cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined | |
8021 | In file included from cpu.c:33: | |
8022 | /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition | |
8023 | ||
8024 | Signed-off-by: Kim Phillips <[email protected]> | |
8025 | ||
8026 | commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8 | |
8027 | Author: Stefan Roese <[email protected]> | |
8028 | Date: Mon Jun 23 11:15:09 2008 +0200 | |
8029 | ||
8030 | ppc4xx: Fix problem in gpio_config() | |
8031 | ||
8032 | As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted | |
8033 | left by one. So the additional shift is bogus. | |
8034 | ||
8035 | Signed-off-by: Stefan Roese <[email protected]> | |
8036 | ||
8037 | commit 40777812316fc252c941665c0f60c148fd79d50f | |
8038 | Author: Detlev Zundel <[email protected]> | |
8039 | Date: Fri Jun 20 22:24:05 2008 +0200 | |
8040 | ||
8041 | fdt: Fix typo in variable name. | |
8042 | ||
8043 | Signed-off-by: Detlev Zundel <[email protected]> | |
8044 | ||
8045 | commit 5f723a3b98c630bde33de74351f2121691fdef14 | |
8046 | Author: Haavard Skinnemoen <[email protected]> | |
8047 | Date: Fri Jun 20 10:41:05 2008 +0200 | |
8048 | ||
8049 | avr32: Enable SPI flash support on ATNGW100 | |
8050 | ||
8051 | The ATNGW100 has 8MB DataFlash on board. Give users access to it through | |
8052 | the new SPI flash framework. | |
8053 | ||
8054 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
8055 | ||
8056 | commit 5605ef6b5802921cbefe6a933a9dea3497396b5c | |
8057 | Author: Haavard Skinnemoen <[email protected]> | |
8058 | Date: Fri Jun 20 12:44:28 2008 +0200 | |
8059 | ||
8060 | avr32: Fix SPI portmux initialization | |
8061 | ||
8062 | Use the new GPIO manipulation functions to set up the chip select lines, | |
8063 | and make sure both busses use GPIO for chip select control. | |
8064 | ||
8065 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
8066 | ||
8067 | commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab | |
8068 | Author: Peter Ma <[email protected]> | |
8069 | Date: Sun Jun 1 22:59:24 2008 -0700 | |
8070 | ||
8071 | avr32: Add GPIO manipulation functions | |
8072 | ||
8073 | Adds GPIO manipulation functions for AVR32 AP7 platform. | |
8074 | ||
8075 | Signed-off-by: Peter Ma <[email protected]> | |
8076 | [[email protected]: coding style fixup, slight simplification] | |
8077 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
8078 | ||
01db232d WD |
8079 | commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a |
8080 | Author: Wolfgang Grandegger <[email protected]> | |
8081 | Date: Thu Jun 5 13:02:30 2008 +0200 | |
8082 | ||
8083 | MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver | |
8084 | ||
8085 | This patch is based on the following patch sent a few minutes ago: | |
8086 | "NAND FSL UPM: driver re-write using the hwcontrol callback" | |
8087 | It is untested, of course. Anton, could you please give it a try. | |
8088 | ||
8089 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8090 | Acked-by: Anton Vorontsov <[email protected]> | |
8091 | ||
8092 | commit 96026d42fa4e646d28318c0a1438aac4b2017909 | |
8093 | Author: Anatolij Gustschin <[email protected]> | |
8094 | Date: Thu Jun 12 12:40:11 2008 +0200 | |
8095 | ||
8096 | Fix 4xx build issue | |
8097 | ||
8098 | Building for 4xx doesn't work since commit 4dbdb768: | |
8099 | ||
8100 | In file included from 4xx_pcie.c:28: | |
8101 | include/asm/processor.h:971: error: expected ')' before 'ver' | |
8102 | make[1]: *** [4xx_pcie.o] Error 1 | |
8103 | ||
8104 | This patch fixes the problem. | |
8105 | ||
8106 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
8107 | Acked-by: Stefan Roese <[email protected]> | |
8108 | Acked-by: Kumar Gala <[email protected]> | |
8109 | ||
699f0512 WD |
8110 | commit a036b0443657fe0f4773786de9092251869f08ac |
8111 | Author: Kumar Gala <[email protected]> | |
8112 | Date: Thu Jun 19 01:45:50 2008 -0500 | |
8113 | ||
8114 | MPC8610HPCD: Report board id, board version and fpga version. | |
8115 | ||
8116 | Signed-off-by: Kumar Gala <[email protected]> | |
8117 | ||
8118 | commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835 | |
8119 | Author: Kumar Gala <[email protected]> | |
8120 | Date: Thu Jun 19 01:45:27 2008 -0500 | |
8121 | ||
8122 | MPC8641HPCN: Report board id, board version and fpga version. | |
8123 | ||
8124 | Signed-off-by: Kumar Gala <[email protected]> | |
8125 | ||
01db232d WD |
8126 | commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8 |
8127 | Author: Stefan Roese <[email protected]> | |
8128 | Date: Mon Jun 16 10:40:02 2008 +0200 | |
8129 | ||
8130 | cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably | |
8131 | ||
8132 | This patch simplifies flash_toggle() (AMD commandset), which is used to | |
8133 | detect if a FLASH device is still busy with erase/program operations. On | |
8134 | 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation | |
8135 | did not detect the busy state reliably, resulting in non erased sectors | |
8136 | etc. This patch now simplifies this function by "just" comparing the | |
8137 | complete data-word instead of ANDing it with the command-word (0x40) | |
8138 | before the compatison. It is done the same way in the Linux implementation | |
8139 | chip_ready() in cfi_cmdset_0002.c. | |
8140 | ||
8141 | Signed-off-by: Stefan Roese <[email protected]> | |
8142 | ||
8143 | commit 9e4006bca3d9fb4a2d061996771036cb01e539d3 | |
8144 | Author: Philip Balister <[email protected]> | |
8145 | Date: Mon Jun 16 08:58:07 2008 -0400 | |
8146 | ||
8147 | NAND: Add missing declaration to non-redundant saveenv(). | |
8148 | ||
8149 | Signed-off-by: Scott Wood <[email protected]> | |
8150 | ||
8151 | commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52 | |
8152 | Author: Wolfgang Grandegger <[email protected]> | |
8153 | Date: Mon Jun 2 15:09:55 2008 +0200 | |
8154 | ||
8155 | MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver | |
8156 | ||
8157 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8158 | Acked-by: Anton Vorontsov <[email protected]> | |
8159 | Signed-off-by: Scott Wood <[email protected]> | |
8160 | ||
8161 | commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f | |
8162 | Author: Stefan Roese <[email protected]> | |
8163 | Date: Tue Jun 10 15:34:11 2008 +0200 | |
8164 | ||
8165 | ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output | |
8166 | ||
8167 | This patch disables the square wave output of the M41T62 RTC used on | |
8168 | Canyonlands & Glacier. Here the explanation: | |
8169 | ||
8170 | The serial real-time clock part used in the design is an | |
8171 | STMicro M41T62. This part has a full-time 32KHz square wave | |
8172 | output that is connected to the TmrClk input to the | |
8173 | processor. The default state for this square wave output is | |
8174 | enabled so the output runs continuously when the board is | |
8175 | powered normally and also from the battery. The TmrClk input | |
8176 | to the processor goes to ground when the power is removed | |
8177 | from the board/processor, and therefore the running square | |
8178 | wave output is driving ground which drains the battery quickly. | |
8179 | ||
8180 | Signed-off-by: Stefan Roese <[email protected]> | |
8181 | ||
8182 | commit a94f22f08f280905926219e568568964cb9eeb9d | |
8183 | Author: Andy Fleming <[email protected]> | |
8184 | Date: Wed Jun 11 18:10:20 2008 -0500 | |
8185 | ||
8186 | Fix build issue with string.h and linux/string.h | |
8187 | ||
8188 | This commit: | |
8189 | commit 338cc038461a6c7709c5b86fd9a240209338a1ae | |
8190 | Author: Wolfgang Denk <[email protected]> | |
8191 | Date: Fri Jun 6 14:28:14 2008 +0200 | |
8192 | ||
8193 | tools/mkimage: fix compiler warnings on some systems. | |
8194 | ||
8195 | Broke building on some systems, because the host's string.h was interfering | |
8196 | with u-boot's linux/string.h. It doesn't look like we need the u-boot one if | |
8197 | we're building for the host, so now we only include when building inside | |
8198 | u-boot. | |
8199 | ||
8200 | Signed-off-by: Andy Fleming <[email protected]> | |
8201 | ||
8202 | commit 9973e3c614721bbf169882ffc3be266a6611cd60 | |
8203 | Author: Becky Bruce <[email protected]> | |
8204 | Date: Mon Jun 9 16:03:40 2008 -0500 | |
8205 | ||
8206 | Change initdram() return type to phys_size_t | |
8207 | ||
8208 | This patch changes the return type of initdram() from long int to phys_size_t. | |
8209 | This is required for a couple of reasons: long int limits the amount of dram | |
8210 | to 2GB, and u-boot in general is moving over to phys_size_t to represent the | |
8211 | size of physical memory. phys_size_t is defined as an unsigned long on almost | |
8212 | all current platforms. | |
8213 | ||
8214 | This patch *only* changes the return type of the initdram function (in | |
8215 | include/common.h, as well as in each board's implementation of initdram). It | |
8216 | does not actually modify the code inside the function on any of the platforms; | |
8217 | platforms which wish to support more than 2GB of DRAM will need to modify | |
8218 | their initdram() function code. | |
8219 | ||
8220 | Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc | |
8221 | MPC8641HPCN. | |
8222 | ||
8223 | Signed-off-by: Becky Bruce <[email protected]> | |
8224 | ||
8225 | commit 391fd93ab23e15ab3dd58a54f5b609024009c378 | |
8226 | Author: Becky Bruce <[email protected]> | |
8227 | Date: Mon Jun 9 20:37:18 2008 -0500 | |
8228 | ||
8229 | Change lmb to use phys_size_t/phys_addr_t | |
8230 | ||
8231 | This updates the lmb code to use phys_size_t | |
8232 | and phys_addr_t instead of unsigned long. Other code | |
8233 | which interacts with this code, like getenv_bootm_size() | |
8234 | is also updated. | |
8235 | ||
8236 | Booted on MPC8641HPCN, build-tested ppc, arm, mips. | |
8237 | ||
8238 | Signed-off-by: Becky Bruce <[email protected]> | |
8239 | ||
8240 | commit 61b09fc2952dc636017df4e7970e3de132276ba1 | |
8241 | Author: Becky Bruce <[email protected]> | |
8242 | Date: Mon Jun 9 20:37:17 2008 -0500 | |
8243 | ||
8244 | Change print_size to take phys_size_t | |
8245 | ||
8246 | Signed-off-by: Becky Bruce <[email protected]> | |
8247 | ||
8248 | commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe | |
8249 | Author: Becky Bruce <[email protected]> | |
8250 | Date: Mon Jun 9 20:37:16 2008 -0500 | |
8251 | ||
8252 | Change bd/gd memsize/ram_size to be phys_size_t. | |
8253 | ||
8254 | Currently, both are defined as an unsigned long, but | |
8255 | should be phys_size_t. This should result in no real change, | |
8256 | since phys_size_t is currently an unsigned long for all the | |
8257 | default configs. Also add print_lnum to cmd_bdinfo to deal | |
8258 | with the potentially wider memsize. | |
8259 | ||
8260 | Signed-off-by: Becky Bruce <[email protected]> | |
8261 | ||
8262 | commit ba04f7010958e88a8910f2a123fee53fdc72e013 | |
8263 | Author: Kumar Gala <[email protected]> | |
8264 | Date: Tue Jun 10 16:16:02 2008 -0500 | |
8265 | ||
8266 | FSL LAW: Add new interface to use the last free LAW | |
8267 | ||
8268 | LAWs have the concept of priority so its useful to be able to allocate | |
8269 | the lowest (highest number) priority. We will end up using this with the | |
8270 | new DDR code. | |
8271 | ||
8272 | Signed-off-by: Kumar Gala <[email protected]> | |
8273 | ||
8274 | commit 859a86a25c569d3665ff413d1d923394b8a961f3 | |
8275 | Author: Kumar Gala <[email protected]> | |
8276 | Date: Wed Jun 11 00:51:45 2008 -0500 | |
8277 | ||
8278 | 85xx/86xx: Move to dynamic mgmt of LAWs | |
8279 | ||
8280 | With the new LAW interface (set_next_law) we can move to letting the | |
8281 | system allocate which LAWs are used for what purpose. This makes life | |
8282 | a bit easier going forward with the new DDR code. | |
8283 | ||
8284 | Signed-off-by: Kumar Gala <[email protected]> | |
8285 | Signed-off-by: Andy Fleming <[email protected]> | |
8286 | Acked-by: Jon Loeliger <[email protected]> | |
8287 | Acked-by: Becky Bruce <[email protected]> | |
8288 | ||
8289 | commit f060054dadbbe7027ca088eed806a3ef1f82fdb7 | |
8290 | Author: Kumar Gala <[email protected]> | |
8291 | Date: Wed Jun 11 00:44:10 2008 -0500 | |
8292 | ||
8293 | FSL LAW: Keep track of LAW allocations | |
8294 | ||
8295 | Make it so we keep track of which LAWs have allocated and provide | |
8296 | a function (set_next_law) which can allocate a LAW for us if one is | |
8297 | free. | |
8298 | ||
8299 | In the future we will move to doing more "dynamic" LAW allocation | |
8300 | since the majority of users dont really care about what LAW number | |
8301 | they are at. | |
8302 | ||
8303 | Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them | |
8304 | ||
8305 | Signed-off-by: Kumar Gala <[email protected]> | |
8306 | Signed-off-by: Andy Fleming <[email protected]> | |
8307 | ||
8308 | commit ddde74a159caa6e18b481fec01d40b885aebb566 | |
8309 | Author: Kumar Gala <[email protected]> | |
8310 | Date: Mon Jun 9 22:31:57 2008 -0500 | |
8311 | ||
8312 | 85xx: remove dummy board_early_init_f | |
8313 | ||
8314 | A number of board ports have empty version of board_early_init_f | |
8315 | for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F. | |
8316 | ||
8317 | Signed-off-by: Kumar Gala <[email protected]> | |
8318 | ||
8319 | commit 81e56e9af0d43712db8efb843606a8d62eab454f | |
8320 | Author: Kumar Gala <[email protected]> | |
8321 | Date: Mon Jun 9 18:55:38 2008 -0500 | |
8322 | ||
8323 | MPC8544DS: Update config.h | |
8324 | ||
8325 | * Enable flash progress | |
8326 | * remove CLEAR_LAW0 since we dont really use it | |
8327 | ||
8328 | Signed-off-by: Kumar Gala <[email protected]> | |
8329 | ||
8330 | commit 978e81604c1b28526ed580df0fbe64eb8384e94f | |
8331 | Author: Kumar Gala <[email protected]> | |
8332 | Date: Mon Jun 9 13:37:24 2008 -0500 | |
8333 | ||
8334 | 85xx: Remove unused and unconfigured memory test code. | |
8335 | ||
8336 | Remove unused and unconfigured DDR test code from FSL 85xx boards. | |
8337 | Besides, other common code exists. | |
8338 | ||
8339 | Signed-off-by: Kumar Gala <[email protected]> | |
8340 | ||
8341 | commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7 | |
8342 | Author: Sergei Poselenov <[email protected]> | |
8343 | Date: Fri Jun 6 15:42:45 2008 +0200 | |
8344 | ||
8345 | Socrates: Added FPGA base address update in FDT. | |
8346 | ||
8347 | Signed-off-by: Sergei Poselenov <[email protected]> | |
8348 | ||
8349 | commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4 | |
8350 | Author: Sergei Poselenov <[email protected]> | |
8351 | Date: Fri Jun 6 15:42:44 2008 +0200 | |
8352 | ||
8353 | Socrates: NAND support added. Changed the U-Boot base address and | |
8354 | ||
8355 | Signed-off-by: Sergei Poselenov <[email protected]> | |
8356 | ||
8357 | commit 248ae5cfc8bf69074d1da099dc495d8e06070547 | |
8358 | Author: Sergei Poselenov <[email protected]> | |
8359 | Date: Fri Jun 6 15:42:43 2008 +0200 | |
8360 | ||
8361 | NAND: Added support for 128-bit OOB, adapted | |
8362 | ||
8363 | Signed-off-by: Sergei Poselenov <[email protected]> | |
8364 | ||
8365 | commit 31ca0208612f2eb57690110d7c2815953650e47b | |
8366 | Author: Sergei Poselenov <[email protected]> | |
8367 | Date: Fri Jun 6 15:42:42 2008 +0200 | |
8368 | ||
8369 | Socrates: added missed file with UPMA configuration data. | |
8370 | ||
8371 | Signed-of-by: Sergei Poselenov <[email protected]> | |
8372 | ||
8373 | commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba | |
8374 | Author: Sergei Poselenov <[email protected]> | |
8375 | Date: Fri Jun 6 15:42:41 2008 +0200 | |
8376 | ||
8377 | Socrates: Added FPGA mapping. LAWs and TLBs cleanup. | |
8378 | ||
8379 | Signed-off-by: Sergei Poselenov <[email protected]> | |
8380 | ||
8381 | commit 740280e68ccc0b971e613face7eaaa8bd1382b8c | |
8382 | Author: Sergei Poselenov <[email protected]> | |
8383 | Date: Fri Jun 6 15:42:40 2008 +0200 | |
8384 | ||
8385 | Added the upmconfig() function for 85xx. | |
8386 | ||
8387 | Signed-off-by: Sergei Poselenov <[email protected]> | |
8388 | Signed-off-by: Andy Fleming <[email protected]> | |
8389 | ||
8390 | commit d39e68514ff943930ee692cff3fde03532eb7fec | |
8391 | Author: Sergei Poselenov <[email protected]> | |
8392 | Date: Fri Jun 6 15:42:39 2008 +0200 | |
8393 | ||
8394 | Socrates: config file cleanup. | |
8395 | ||
8396 | Signed-off-by: Sergei Poselenov <[email protected]> | |
8397 | ||
8398 | commit e8cc3f04b124f757af4528206e60d8eb715ae083 | |
8399 | Author: Wolfgang Grandegger <[email protected]> | |
8400 | Date: Thu Jun 5 13:12:10 2008 +0200 | |
8401 | ||
8402 | TQM85xx: Change memory map to support Flash memory > 128 MiB | |
8403 | ||
8404 | Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash | |
8405 | memory. The current memory map only supports up to 128 MiB Flash. | |
8406 | This patch adds the configuration option CONFIG_TQM_BIGFLASH. If | |
8407 | set, up to 1 GiB flash is supported. To achieve this, the memory | |
8408 | map has to be adjusted in great parts (for example the CCSRBAR is | |
8409 | moved from 0xE0000000 to 0xA0000000). | |
8410 | ||
8411 | If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new | |
8412 | memory map also has to be considered in the kernel (changed | |
8413 | CCSRBAR address, changed PCI IO base address, ...). Please use | |
8414 | an appropriate Flat Device Tree blob (tqm8548.dtb). | |
8415 | ||
8416 | Signed-off-by: Martin Krause <[email protected]> | |
8417 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8418 | ||
8419 | commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051 | |
8420 | Author: Wolfgang Grandegger <[email protected]> | |
8421 | Date: Thu Jun 5 13:12:09 2008 +0200 | |
8422 | ||
8423 | TQM85xx: NAND support via local bus UPMB | |
8424 | ||
8425 | This patch adds support for NAND FLASH on the TQM8548. It is disabled by | |
8426 | default and can be enabled for the TQM8548 modules. It is now based on | |
8427 | the re-written FSL NAND UPM driver. A patch has been posted earlier today | |
8428 | with the subject: | |
8429 | ||
8430 | "NAND FSL UPM: driver re-write using the hwcontrol callback" | |
8431 | ||
8432 | Note that the R/B pin is not supported by that module requiring to use | |
8433 | the specified maximum delay time. | |
8434 | ||
8435 | Note: With NAND support enabled the size of the U-Boot image exceeds | |
8436 | 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk, | |
8437 | doubling the image size :-(. | |
8438 | ||
8439 | Signed-off-by: Thomas Waehner <[email protected]> | |
8440 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8441 | ||
8442 | commit b9e8078bb3f3c48111a7081e27279938c3a445e1 | |
8443 | Author: Wolfgang Grandegger <[email protected]> | |
8444 | Date: Thu Jun 5 13:12:08 2008 +0200 | |
8445 | ||
8446 | TQM8548: PCI express support | |
8447 | ||
8448 | This patch adds support for PCI express cards. The board support | |
8449 | now uses common FSL PCI init code, for both, PCI and PCIe on all | |
8450 | TQM85xx modules. | |
8451 | ||
8452 | Signed-off-by: Thomas Waehner <[email protected]> | |
8453 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8454 | ||
8455 | commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876 | |
8456 | Author: Wolfgang Grandegger <[email protected]> | |
8457 | Date: Thu Jun 5 13:12:07 2008 +0200 | |
8458 | ||
8459 | TQM8548: Basic support for the TQM8548 modules | |
8460 | ||
8461 | This patch adds basic support for the TQM8548 module from TQ-Components | |
8462 | (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for | |
8463 | eTSEC 3 and 4 | |
8464 | ||
8465 | Furthermore Flash buffer write has been enabled to speed up output to | |
8466 | the Flash by approx. a factor of 10. | |
8467 | ||
8468 | Signed-off-by: Thomas Waehner <[email protected]> | |
8469 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8470 | ||
8471 | commit 25991353204c78b094c3c1fec90182dcd607ab8f | |
8472 | Author: Wolfgang Grandegger <[email protected]> | |
8473 | Date: Thu Jun 5 13:12:06 2008 +0200 | |
8474 | ||
8475 | TQM85xx: Support for Flat Device Tree | |
8476 | ||
8477 | This patch adds support for Linux kernels using the Flat Device Tree. | |
8478 | It also re-defines the default environment settings for booting Linux | |
8479 | with the FDT blob. | |
8480 | ||
8481 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8482 | ||
8483 | commit d9ee843d54c54776e1fdb86336ce554906a87331 | |
8484 | Author: Wolfgang Grandegger <[email protected]> | |
8485 | Date: Thu Jun 5 13:12:05 2008 +0200 | |
8486 | ||
8487 | TQM85xx: Support for Intel 82527 compatible CAN controller | |
8488 | ||
8489 | This patch adds initialization of the UPMC RAM to support up to two | |
8490 | Intel 82527 compatible CAN controller on the TQM85xx modules. | |
8491 | ||
8492 | Signed-off-by: Thomas Waehner <[email protected]> | |
8493 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8494 | ||
8495 | commit 518d5cfe72916323c746af1647764459914f555f | |
8496 | Author: Wolfgang Grandegger <[email protected]> | |
8497 | Date: Thu Jun 5 13:12:04 2008 +0200 | |
8498 | ||
8499 | TQM85xx: Bugfix in the SDRAM initialisation | |
8500 | ||
8501 | The CS0_BNDS register is now set according to the detected | |
8502 | memory size. | |
8503 | ||
8504 | Signed-off-by Martin Krause <[email protected]> | |
8505 | ||
8506 | commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d | |
8507 | Author: Wolfgang Grandegger <[email protected]> | |
8508 | Date: Thu Jun 5 13:12:03 2008 +0200 | |
8509 | ||
8510 | TQM85xx: Fix chip select configuration for second FLASH bank | |
8511 | ||
8512 | This patch fixes the re-calculation of the automatic chip select | |
8513 | configuration for boards with two populated FLASH banks. | |
8514 | ||
8515 | Signed-off-by: Martin Krause <[email protected]> | |
8516 | ||
8517 | commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f | |
8518 | Author: Wolfgang Grandegger <[email protected]> | |
8519 | Date: Thu Jun 5 13:12:02 2008 +0200 | |
8520 | ||
8521 | TQM85xx: Support for Spansion 'N' type flashes added | |
8522 | ||
8523 | The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors, | |
8524 | than the formerly used 'M' types (S29GLxxxM series), so the flash layout | |
8525 | needs to be changed -> new start address of the environment. The macro | |
8526 | definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be | |
8527 | defined for boards with 'N' type flashes. | |
8528 | ||
8529 | Signed-off-by: Martin Krause <[email protected]> | |
8530 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8531 | ||
8532 | commit 5d5bd838f76eade22c0ea40a500389f924d0da36 | |
8533 | Author: Wolfgang Grandegger <[email protected]> | |
8534 | Date: Thu Jun 5 13:12:01 2008 +0200 | |
8535 | ||
8536 | TQM85xx: Fix CPM port pin configuration | |
8537 | ||
8538 | Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560 | |
8539 | board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used | |
8540 | as serial interface anyway. Worse, on some board variants configuring the | |
8541 | pins for SCC1 leads to short circuits (for example on the TQM8541-BG). | |
8542 | ||
8543 | Signed-off-by: Martin Krause <[email protected]> | |
8544 | ||
8545 | commit b99ba1679e8cd51b023e67098c89e606e47137d2 | |
8546 | Author: Wolfgang Grandegger <[email protected]> | |
8547 | Date: Thu Jun 5 13:12:00 2008 +0200 | |
8548 | ||
8549 | TQM85xx: Various coding style fixes | |
8550 | ||
8551 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8552 | ||
8553 | commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00 | |
8554 | Author: Gerald Van Baren <[email protected]> | |
8555 | Date: Tue Jun 10 22:15:58 2008 -0400 | |
8556 | ||
8557 | libfdt: Move the working_fdt pointer to cmd_fdt.c | |
8558 | ||
8559 | The working_fdt pointer was declared in common/fdt_support.c but was | |
8560 | not used there. Move it to common/cmd_fdt.c where it is used (it is | |
8561 | also used in lib_ppc/bootm.c). | |
8562 | ||
8563 | Signed-off-by: Gerald Van Baren <[email protected]> | |
8564 | ||
8565 | commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e | |
8566 | Author: Kim Phillips <[email protected]> | |
8567 | Date: Tue Jun 10 11:06:17 2008 -0500 | |
8568 | ||
8569 | fdt: unshadow global working fdt variable | |
8570 | ||
8571 | differentiate with local variables of the same name by renaming the | |
8572 | global 'fdt' variable 'working_fdt'. | |
8573 | ||
8574 | Signed-off-by: Kim Phillips <[email protected]> | |
8575 | ||
8576 | commit e1eb0e25d9d8fd8efdfb93f670a417663f386022 | |
8577 | Author: Andy Fleming <[email protected]> | |
8578 | Date: Tue Jun 10 18:49:34 2008 -0500 | |
8579 | ||
8580 | socrates: Fix PCI clk fix patch | |
8581 | ||
8582 | The submitted patch seems to have been more up-to-date, but an older patch was | |
8583 | already in the repository. This patch encompasses the differences | |
8584 | ||
8585 | Taken entirely from Sergei Poselenov <[email protected]> | |
8586 | ||
8587 | Signed-off-by: Andy Fleming <[email protected]> | |
8588 | ||
8589 | commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0 | |
8590 | Author: Wolfgang Grandegger <[email protected]> | |
8591 | Date: Thu Jun 5 13:02:29 2008 +0200 | |
8592 | ||
8593 | NAND FSL UPM: driver re-write using the hwcontrol callback | |
8594 | ||
8595 | This is a re-write of the NAND FSL UPM driver using the more universal | |
8596 | hwcontrol callback (instead of the cmdfunc callback). Here is a brief | |
8597 | list of furher modifications: | |
8598 | ||
8599 | - For the time being, the UPM setup writing the UPM array has been | |
8600 | removed from the driver and must now be done by the board specific | |
8601 | code. | |
8602 | ||
8603 | - The bus width definition in "struct fsl_upm_nand" is now in bits to | |
8604 | comply with the corresponding Linux driver and 8, 16 and 32 bit | |
8605 | accesses are supported. | |
8606 | ||
8607 | - chip->dev_read is only set if fun->dev_ready != NULL, which is | |
8608 | required for boards not connecting the R/B pin. | |
8609 | ||
8610 | - A few issue have been fixed with MxMR bit manipulation like in the | |
8611 | corresponding Linux driver. | |
8612 | ||
8613 | Note: I think the "io_addr" field of "struct fsl_upm" could be removed | |
8614 | as well, because the address is already determined by | |
8615 | "nand->IO_ADDR_[RW]", but I'm not 100% sure. | |
8616 | ||
8617 | This patch has been tested on a TQM8548 modules with the NAND chip | |
8618 | Micron MT29F8G08FABWP. | |
8619 | ||
8620 | This patch is based on the following patches posted to this list a few | |
8621 | minutes ago: | |
8622 | ||
8623 | PPC: add accessor macros to clear and set bits in one shot | |
8624 | 83xx/85xx/86xx: add more MxMR local bus definitions | |
8625 | ||
8626 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8627 | Acked-by: Anton Vorontsov <[email protected]> | |
8628 | ||
8629 | commit 6beecfbb542992eede5831240cd58678274683a9 | |
8630 | Author: Wolfgang Grandegger <[email protected]> | |
8631 | Date: Thu Jun 5 13:11:59 2008 +0200 | |
8632 | ||
8633 | MPC85xx: Beautify boot output of L2 cache configuration | |
8634 | ||
8635 | The boot output is now aligned poperly with other boot output | |
8636 | lines, e.g.: | |
8637 | ||
8638 | FLASH: 128 MB | |
8639 | L2: 512 KB enabled | |
8640 | ||
8641 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8642 | ||
8643 | commit 398415114f0a705163a14543e9fef03f734b1ffa | |
8644 | Author: Wolfgang Grandegger <[email protected]> | |
8645 | Date: Wed Jun 4 12:45:22 2008 +0200 | |
8646 | ||
8647 | PPC: add accessor macros to clear and set bits in one shot | |
8648 | ||
8649 | PPC: add accessor macros to clear and set bits in one shot | |
8650 | ||
8651 | This patch adds macros from linux/include/asm-powerpc/io.h to clear and | |
8652 | set bits in one shot using the in_be32, out_be32, etc. accessor functions. | |
8653 | They are very handy to manipulate bits it I/O registers. | |
8654 | ||
8655 | This patch is required for my forthcoming FSL NAND UPM driver re-write and | |
8656 | the support for the TQM8548 module. | |
8657 | ||
8658 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8659 | ||
8660 | commit 4677988c7edc070c3786d3db7994abeca3ab82a0 | |
8661 | Author: Wolfgang Grandegger <[email protected]> | |
8662 | Date: Wed Jun 4 13:52:17 2008 +0200 | |
8663 | ||
8664 | TQM: move TQM boards to board/tqc | |
8665 | ||
8666 | Move all TQM board directories to the vendor specific directory "tqc" | |
8667 | for modules from TQ-Components GmbH (http://www.tqc.de). | |
8668 | ||
8669 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8670 | ||
8671 | commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50 | |
8672 | Author: Wolfgang Grandegger <[email protected]> | |
8673 | Date: Mon Jun 2 12:09:30 2008 +0200 | |
8674 | ||
8675 | 83xx/85xx/86xx: add more MxMR local bus definitions | |
8676 | ||
8677 | 83xx/85xx/86xx: add more MxMR local bus definitions | |
8678 | ||
8679 | This patch adds more macro definitions for the UPM Machine Mode Registers | |
8680 | They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx | |
8681 | common local bus definitions into include/asm-ppc/fsl_lbc.h. They are | |
8682 | required for my forthcoming FSL NAND UPM driver re-write and the support | |
8683 | for the TQM8548 module. | |
8684 | ||
8685 | This patch is based on the following two patches from Anton Vorontsov: | |
8686 | ||
8687 | http://www.mail-archive.com/[email protected]/msg06511.html | |
8688 | http://www.mail-archive.com/[email protected]/msg06587.html | |
8689 | ||
8690 | I leave coding style violation fixes, code beautification and name | |
8691 | corrections to somebody else ;-(. | |
8692 | ||
8693 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
8694 | ||
8695 | commit c8c5fc266e4499e283c293ccb972863156aa4134 | |
8696 | Author: Anton Vorontsov <[email protected]> | |
8697 | Date: Thu May 29 18:14:56 2008 +0400 | |
8698 | ||
8699 | 83xx/85xx: further localbus cleanups | |
8700 | ||
8701 | Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names | |
8702 | from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2. | |
8703 | ||
8704 | Signed-off-by: Anton Vorontsov <[email protected]> | |
8705 | ||
8706 | commit 42dbd667c88d496882d53e22656e89b654205492 | |
8707 | Author: Anton Vorontsov <[email protected]> | |
8708 | Date: Wed May 28 18:20:15 2008 +0400 | |
8709 | ||
8710 | 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h | |
8711 | ||
8712 | This patch moves Freescale Localbus defines out of mpc83xx.h, so we could | |
8713 | use it on MPC85xx and MPC86xx processors. | |
8714 | ||
8715 | Signed-off-by: Anton Vorontsov <[email protected]> | |
8716 | ||
8717 | commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769 | |
8718 | Author: Kumar Gala <[email protected]> | |
8719 | Date: Thu May 29 11:22:06 2008 -0500 | |
8720 | ||
8721 | 85xx: Add setting of cache props in the device tree. | |
8722 | ||
8723 | Signed-off-by: Kumar Gala <[email protected]> | |
8724 | ||
8725 | commit 4dbdb7681e243431530df0725627192a0c4aefda | |
8726 | Author: Kumar Gala <[email protected]> | |
8727 | Date: Tue Jun 10 16:53:46 2008 -0500 | |
8728 | ||
8729 | 85xx: expose cpu identification | |
8730 | ||
8731 | The current cpu identification code is used just to return the name | |
8732 | of the processor at boot. There are some other locations that the name | |
8733 | is useful (device tree setup). Expose the functionality to other bits | |
8734 | of code. | |
8735 | ||
8736 | Also, drop the 'E' suffix and add it on by looking at the SVR version | |
8737 | when we print this out. This is mainly to allow the most flexible use | |
8738 | of the name. The device tree code tends to not care about the 'E' suffix. | |
8739 | ||
8740 | Signed-off-by: Kumar Gala <[email protected]> | |
8741 | ||
8742 | commit 2329fe113d847e43cca8e4a0e4edd613b50b8492 | |
8743 | Author: Kim Phillips <[email protected]> | |
8744 | Date: Tue Jun 10 13:25:24 2008 -0500 | |
8745 | ||
8746 | mpc83xx: MVBLM7: minor build fixups | |
8747 | ||
8748 | Signed-off-by: Kim Phillips <[email protected]> | |
8749 | ||
8750 | commit a1293e549b56da135ef32ffca5b9d35a16aa6802 | |
8751 | Author: Andre Schwarz <[email protected]> | |
8752 | Date: Tue Jun 10 09:14:05 2008 +0200 | |
8753 | ||
8754 | add MPC8343 based board mvBlueLYNX-M7 (board+make files) | |
8755 | ||
8756 | Add MPC8343 based board mvBlueLYNX-M7. | |
8757 | It's a single board stereo camera system. | |
8758 | Please read doc/README.mvblm7 for details. | |
8759 | ||
8760 | Signed-off-by: Andre Schwarz <[email protected]> | |
8761 | Signed-off-by: Kim Phillips <[email protected]> | |
8762 | ||
8763 | commit c005b93925ba49f07da2aa748527996d927e172f | |
8764 | Author: Andre Schwarz <[email protected]> | |
8765 | Date: Tue Jun 10 09:13:16 2008 +0200 | |
8766 | ||
8767 | add MPC8343 based board mvBlueLYNX-M7 (doc+config) | |
8768 | ||
8769 | Add MPC8343 based board mvBlueLYNX-M7. | |
8770 | It's a single board stereo camera system. | |
8771 | Please read doc/README.mvblm7 for details. | |
8772 | ||
8773 | Signed-off-by: Andre Schwarz <[email protected]> | |
8774 | Signed-off-by: Kim Phillips <[email protected]> | |
8775 | ||
8776 | commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3 | |
8777 | Author: Anton Vorontsov <[email protected]> | |
8778 | Date: Thu May 29 18:14:56 2008 +0400 | |
8779 | ||
8780 | 83xx/85xx: further localbus cleanups | |
8781 | ||
8782 | move the BRx_* and ORx_* left behind in mpc85xx.h | |
8783 | ||
8784 | The same is needed for mpc8xx.h and mpc8260.h (defines are almost | |
8785 | the same, just few differences which needs some attention though). | |
8786 | ||
8787 | But the bad news for mpc8xx and mpc8260 is that there are a lot of users | |
8788 | of these defines. So this cleanup I'll leave for the "better times". | |
8789 | ||
8790 | Signed-off-by: Anton Vorontsov <[email protected]> | |
8791 | Signed-off-by: Kim Phillips <[email protected]> | |
8792 | ||
8793 | commit bf30bb1f7c954d7855d9b23624b33b00c50b4697 | |
8794 | Author: Anton Vorontsov <[email protected]> | |
8795 | Date: Wed May 28 18:20:15 2008 +0400 | |
8796 | ||
8797 | 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h | |
8798 | ||
8799 | This patch moves Freescale Localbus defines out of mpc83xx.h, so we could | |
8800 | use it on MPC85xx and MPC86xx processors. | |
8801 | ||
8802 | Signed-off-by: Anton Vorontsov <[email protected]> | |
8803 | Acked-by: Andy Fleming <[email protected]> | |
8804 | Signed-off-by: Kim Phillips <[email protected]> | |
8805 | ||
8806 | commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a | |
8807 | Author: Tor Krill <[email protected]> | |
8808 | Date: Mon Jun 2 15:09:30 2008 +0200 | |
8809 | ||
8810 | Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h | |
8811 | ||
8812 | Signed-off-by: Tor Krill <[email protected]> | |
8813 | Signed-off-by: Kim Phillips <[email protected]> | |
8814 | ||
8815 | commit 3b904ccb93c3196727e2e9870cb1df903cab19ad | |
8816 | Author: Shinya Kuribayashi <[email protected]> | |
8817 | Date: Mon Jun 9 23:37:44 2008 +0900 | |
8818 | ||
8819 | net: Conditional COBJS inclusion of network drivers | |
8820 | ||
8821 | Replace COBJS-y with appropriate driver config names. | |
8822 | ||
8823 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
8824 | Signed-off-by: Ben Warren <[email protected]> | |
8825 | ||
8826 | commit 2fb698bf50f4aff2485581a12fa634a07c040e4a | |
8827 | Author: Gerald Van Baren <[email protected]> | |
8828 | Date: Mon Jun 9 21:02:17 2008 -0400 | |
8829 | ||
8830 | Use strncmp() for the fdt command | |
8831 | ||
8832 | Cleaner than doing multiple conditionals on characters. | |
8833 | ||
8834 | Signed-off-by: Gerald Van Baren <[email protected]> | |
8835 | ||
8836 | commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0 | |
8837 | Author: Gerald Van Baren <[email protected]> | |
8838 | Date: Sat Jun 7 12:25:05 2008 -0400 | |
8839 | ||
8840 | The fdt boardsetup command criteria was not unique | |
8841 | ||
8842 | It was checking just for "b", which is not unique with respect to the | |
8843 | "boot" command. Change to check for "boa"[rdsetup]. | |
8844 | ||
8845 | Signed-off-by: Gerald Van Baren <[email protected]> | |
8846 | ||
8847 | commit 2f08bfa9526bae4f461e043530cfb903fec0d273 | |
8848 | Author: David Gibson <[email protected]> | |
8849 | Date: Tue May 20 17:19:11 2008 +1000 | |
8850 | ||
8851 | libfdt: Several cleanups to parameter checking | |
8852 | ||
8853 | This patch makes a couple of small cleanups to parameter checking of | |
8854 | libfdt functions. | |
8855 | ||
8856 | - In several functions which take a node offset, we use an | |
8857 | idiom involving fdt_next_tag() first to check that we have indeed been | |
8858 | given a node offset. This patch adds a helper function | |
8859 | _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag(). | |
8860 | ||
8861 | - In fdt_rw.c in several places we have the expanded version | |
8862 | of the RW_CHECK_HEADER() macro for no particular reason. This patch | |
8863 | replaces those instances with an invocation of the macro; that's what | |
8864 | it's for. | |
8865 | ||
8866 | - In fdt_sw.c we rename the check_header_sw() function to | |
8867 | sw_check_header() to match the analgous function in fdt_rw.c, and we | |
8868 | provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER() | |
8869 | functions in fdt_rw.c | |
8870 | ||
8871 | Signed-off-by: David Gibson <[email protected]> | |
8872 | ||
8873 | commit fec6d9ee7c10443f65ce1788ef818919167bbf2e | |
8874 | Author: Gerald Van Baren <[email protected]> | |
8875 | Date: Tue Jun 3 20:34:45 2008 -0400 | |
8876 | ||
8877 | Remove the deprecated CONFIG_OF_FLAT_TREE | |
8878 | ||
8879 | Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is | |
8880 | cleaner, has better functionality, and is better supported. | |
8881 | ||
8882 | Signed-off-by: Gerald Van Baren <[email protected]> | |
8883 | ||
8884 | commit 62bcdda293efa752f8281fbd9da03822b27ce82f | |
8885 | Author: Gerald Van Baren <[email protected]> | |
8886 | Date: Tue Jun 3 20:26:29 2008 -0400 | |
8887 | ||
8888 | Change the stxxst to CONFIG_OF_LIBFDT | |
8889 | ||
8890 | This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change | |
8891 | to CONFIG_OF_LIBFDT. | |
8892 | ||
8893 | WARNING: It appears that this board lost its ability to boot via a | |
8894 | flattened device tree prior to this changeset. | |
8895 | ||
8896 | WARNING: This conversion was untested because I do not have a board to | |
8897 | test it on. | |
8898 | ||
8899 | Signed-off-by: Gerald Van Baren <[email protected]> | |
8900 | ||
8901 | commit 589c04271d129729a8b01391453851ab9cc4069c | |
8902 | Author: Gerald Van Baren <[email protected]> | |
8903 | Date: Tue Jun 3 20:24:58 2008 -0400 | |
8904 | ||
8905 | Convert mpc7448hpc2 to CONFIG_OF_LIBFDT | |
8906 | ||
8907 | This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change | |
8908 | to CONFIG_OF_LIBFDT. | |
8909 | ||
8910 | WARNING: This conversion is untested because I do not have a board to | |
8911 | test it on. | |
8912 | ||
8913 | NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally) | |
8914 | /aliases/ethernet1 property for the ethernet to work. | |
8915 | ||
8916 | Signed-off-by: Gerald Van Baren <[email protected]> | |
8917 | ||
8918 | commit ee1e35bede91debc8bff9b02f75574486033b652 | |
8919 | Author: Kumar Gala <[email protected]> | |
8920 | Date: Thu May 29 01:21:24 2008 -0500 | |
8921 | ||
8922 | 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it | |
8923 | ||
8924 | Signed-off-by: Kumar Gala <[email protected]> | |
8925 | ||
8926 | commit 3b9519fc50802436e417c839e69df7b2016cade5 | |
8927 | Author: Becky Bruce <[email protected]> | |
8928 | Date: Wed May 14 13:10:04 2008 -0500 | |
8929 | ||
8930 | MPC85xx: Change traps.c to not reference non-addressable memory | |
8931 | ||
8932 | Currently, END_OF_RAM is used by the trap code to determine if | |
8933 | we should attempt to access the stack pointer or not. However, | |
8934 | on systems with a lot of RAM, only a subset of the RAM is | |
8935 | guaranteed to be mapped in and accessible. Change END_OF_RAM | |
8936 | to use get_effective_memsize() instead of using the raw ram | |
8937 | size out of the bd. | |
8938 | ||
8939 | Signed-off-by: Becky Bruce <[email protected]> | |
8940 | ||
8941 | commit 7faddaecea52f585f538fdf9c2e61f85a789b19c | |
8942 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8943 | Date: Mon Jun 9 13:39:57 2008 +0900 | |
8944 | ||
8945 | sh: Renesas Solutions SH7763RDP board support | |
8946 | ||
8947 | SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. | |
8948 | In this patch, support SCIF, NOR Flash, and Ethernet. | |
8949 | ||
8950 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8951 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8952 | ||
8953 | commit 60179098a95eaa972007d7ec58e4c1588029720f | |
8954 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8955 | Date: Fri Jun 6 16:24:13 2008 +0900 | |
8956 | ||
8957 | sh: Add support Renesas SH7763 | |
8958 | ||
8959 | Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other. | |
8960 | This patch supprts CPU register's header file. | |
8961 | ||
8962 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8963 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8964 | ||
8965 | commit 08c5fabe181d663eec0feba5ecd02c0b78934a52 | |
8966 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8967 | Date: Fri Jun 6 16:16:08 2008 +0900 | |
8968 | ||
8969 | sh: SH7763 SCIF support | |
8970 | ||
8971 | SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution, | |
8972 | but only SCIF2 is different. This patch work all SCIF channel. | |
8973 | ||
8974 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8975 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8976 | ||
8977 | commit 79b51ff8205f0354d5300570614c1d2db499679c | |
8978 | Author: Shinya Kuribayashi <[email protected]> | |
8979 | Date: Sat Jun 7 20:51:59 2008 +0900 | |
8980 | ||
8981 | [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines | |
8982 | ||
8983 | Also get rid of some #ifdefs in *.c files. | |
8984 | ||
8985 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
8986 | ||
8987 | commit 8bde63eb3f79d68f693201528dafc8ae7aa087de | |
8988 | Author: Shinya Kuribayashi <[email protected]> | |
8989 | Date: Sat Jun 7 20:51:56 2008 +0900 | |
8990 | ||
8991 | [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* | |
8992 | ||
8993 | CONFIG_SOC_AU1X00 | |
8994 | ||
8995 | Common Alchemy Au1x00 stuff. All Alchemy processor based machines | |
8996 | need to have this config as a system type specifier. | |
8997 | ||
8998 | CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200, | |
8999 | CONFIG_SOC_AU1500, CONFIG_SOC_AU1550 | |
9000 | ||
9001 | Machine type specifiers. Each port should have one of aboves. | |
9002 | ||
9003 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9004 | ||
9005 | commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc | |
9006 | Author: Stuart Wood <[email protected]> | |
9007 | Date: Fri May 30 16:05:28 2008 -0400 | |
9008 | ||
9009 | env_nand.c: Added bad block management for environment variables | |
9010 | ||
9011 | Modified to check for bad blocks and to skipping over them when | |
9012 | CFG_ENV_RANGE has been defined. | |
9013 | CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND | |
9014 | flash block size. | |
9015 | ||
9016 | Signed-off-by: Stuart Wood <[email protected]> | |
9017 | Signed-off-by: Scott Wood <[email protected]> | |
9018 | ||
9019 | commit 279726bd00558e80263d44581c44167625b7fb9a | |
9020 | Author: Becky Bruce <[email protected]> | |
9021 | Date: Wed May 14 13:09:58 2008 -0500 | |
9022 | ||
9023 | MPC86xx: Change traps.c to not reference non-addressable memory | |
9024 | ||
9025 | Currently, END_OF_RAM is used by the trap code to determine if | |
9026 | we should attempt to access the stack pointer or not. However, | |
9027 | on systems with a lot of RAM, only a subset of the RAM is | |
9028 | guaranteed to be mapped in and accessible. Change END_OF_RAM | |
9029 | to use get_effective_memsize() instead of using the raw ram | |
9030 | size out of the bd to prevent us from trying to access | |
9031 | non-mapped memory. | |
9032 | ||
9033 | Signed-off-by: Becky Bruce <[email protected]> | |
9034 | ||
9035 | commit 338cc038461a6c7709c5b86fd9a240209338a1ae | |
9036 | Author: Wolfgang Denk <[email protected]> | |
9037 | Date: Fri Jun 6 14:28:14 2008 +0200 | |
9038 | ||
9039 | tools/mkimage: fix compiler warnings on some systems. | |
9040 | ||
9041 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9042 | ||
9043 | commit b2815f79288d4da7a3ba18bdbd05120ce09d5622 | |
9044 | Author: Stefan Roese <[email protected]> | |
9045 | Date: Fri Jun 6 16:10:41 2008 +0200 | |
9046 | ||
9047 | ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options | |
9048 | ||
9049 | We use upper case letters for the AMCC processor defines (like | |
9050 | CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and | |
9051 | not CONFIG_440SPe. This patch fixes the last misspelled config options. | |
9052 | ||
9053 | Signed-off-by: Stefan Roese <[email protected]> | |
9054 | ||
9055 | commit 72675dc6c06a48846d180106161d49dd714383cc | |
9056 | Author: Stefan Roese <[email protected]> | |
9057 | Date: Fri Jun 6 15:55:21 2008 +0200 | |
9058 | ||
9059 | ppc4xx: Unify AMCC's board config files (part 3/3) | |
9060 | ||
9061 | This patch series unifies the AMCC eval board ports by introducing | |
9062 | a common include header for all AMCC eval boards: | |
9063 | ||
9064 | include/configs/amcc-common.h | |
9065 | ||
9066 | This header now includes all common configuration options/defines which | |
9067 | are removed from the board specific headers. | |
9068 | ||
9069 | The reason for this is ease of maintenance and unified look and feel | |
9070 | of all AMCC boards. | |
9071 | ||
9072 | Signed-off-by: Stefan Roese <[email protected]> | |
9073 | ||
9074 | commit 490f204096d6e2c9940f67816f154a8125bab116 | |
9075 | Author: Stefan Roese <[email protected]> | |
9076 | Date: Fri Jun 6 15:55:03 2008 +0200 | |
9077 | ||
9078 | ppc4xx: Unify AMCC's board config files (part 2/3) | |
9079 | ||
9080 | This patch series unifies the AMCC eval board ports by introducing | |
9081 | a common include header for all AMCC eval boards: | |
9082 | ||
9083 | include/configs/amcc-common.h | |
9084 | ||
9085 | This header now includes all common configuration options/defines which | |
9086 | are removed from the board specific headers. | |
9087 | ||
9088 | The reason for this is ease of maintenance and unified look and feel | |
9089 | of all AMCC boards. | |
9090 | ||
9091 | Signed-off-by: Stefan Roese <[email protected]> | |
9092 | ||
9093 | commit a8a11a9ed046b480a16e47a158f8f5300028dfa6 | |
9094 | Author: Stefan Roese <[email protected]> | |
9095 | Date: Fri Jun 6 15:54:31 2008 +0200 | |
9096 | ||
9097 | ppc4xx: Unify AMCC's board config files (part 1/3) | |
9098 | ||
9099 | This patch series unifies the AMCC eval board ports by introducing | |
9100 | a common include header for all AMCC eval boards: | |
9101 | ||
9102 | include/configs/amcc-common.h | |
9103 | ||
9104 | This header now includes all common configuration options/defines which | |
9105 | are removed from the board specific headers. | |
9106 | ||
9107 | The reason for this is ease of maintenance and unified look and feel | |
9108 | of all AMCC boards. | |
9109 | ||
9110 | Signed-off-by: Stefan Roese <[email protected]> | |
9111 | ||
9112 | commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202 | |
9113 | Author: Remy Bohmer <[email protected]> | |
9114 | Date: Thu Jun 5 13:03:36 2008 +0200 | |
9115 | ||
9116 | DM9000 fix status check fail 0x6d error for trizeps board | |
9117 | ||
9118 | According to the Application Notes of the DM9000, only the 2 bits 0:1 of | |
9119 | the status byte need to be checked to identify a valid packet in the fifo | |
9120 | ||
9121 | But, The several different Application Notes do not all speak the same | |
9122 | language on these bits. They do not disagree, but only 1 Application Note | |
9123 | noted explicitly that only these 2 bits need to be checked. | |
9124 | Even the datasheets do not mention anything about these 2 bits. | |
9125 | ||
9126 | Because the old code, and the kernel check the whole byte, I left this piece | |
9127 | untouched. | |
9128 | ||
9129 | However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so | |
9130 | it should work. | |
9131 | ||
9132 | Notice, that the 2nd iteration through this receive loop (when a 2nd packet is | |
9133 | in the fifo) is much shorter now, compared to the older U-boot driver code, | |
9134 | so that we can maybe run into a hardware condition now that was never seen | |
9135 | before, or maybe was seen very unfrequently. | |
9136 | ||
9137 | Additionaly added a cleanup of a stack variable. | |
9138 | ||
9139 | Signed-off-by: Remy Bohmer <[email protected]> | |
9140 | Signed-off-by: Ben Warren <[email protected]> | |
9141 | ||
9142 | commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413 | |
9143 | Author: Shinya Kuribayashi <[email protected]> | |
9144 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
9145 | ||
9146 | [MIPS] Update <asm/addrspace.h> header | |
9147 | ||
9148 | - Fix traditional KSEG names | |
9149 | - Replace PHYSADDR with CPHYSADDR | |
9150 | ||
9151 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9152 | ||
9153 | commit f0d5a6f060d00358b85c62a921a423ea8df71184 | |
9154 | Author: Shinya Kuribayashi <[email protected]> | |
9155 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
9156 | ||
9157 | [MIPS] mips_config.mk: Misc fixes | |
9158 | ||
9159 | - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk) | |
9160 | - Modify comments | |
9161 | ||
9162 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9163 | ||
9164 | commit 5f64d21c9a2998794f255b469165b91f092dfc2d | |
9165 | Author: Shinya Kuribayashi <[email protected]> | |
9166 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
9167 | ||
9168 | [MIPS] Kill unused <version.h> inclusions | |
9169 | ||
9170 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9171 | ||
9172 | commit a55d48174cfd1a5bc184159513f48dcbbe409c83 | |
9173 | Author: Shinya Kuribayashi <[email protected]> | |
9174 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
9175 | ||
9176 | [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines | |
9177 | ||
9178 | MIPS port has two problems in timer routines. One is now we assume CFG_HZ | |
9179 | equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000 | |
9180 | in the U-Boot system. | |
9181 | ||
9182 | The other is we don't have a proper time management counter like timestamp | |
9183 | other ARCHs have. We need the 32-bit millisecond clock counter. | |
9184 | ||
9185 | This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a | |
9186 | 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number | |
9187 | of calculated CP0 counter cycles in a CFG_HZ. | |
9188 | ||
9189 | STRATEGY: | |
9190 | ||
9191 | * Fix improper CFG_HZ value to have 1000 | |
9192 | ||
9193 | * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead. | |
9194 | ||
9195 | * timer_init: initialize timestamp and set up the first timer expiration. | |
9196 | Note that we don't need to initialize CP0 count/compare registers here | |
9197 | as they have been already zeroed out on the system reset. Leave them as | |
9198 | they are. | |
9199 | ||
9200 | * get_timer: calculate how many timestamps have been passed, then return | |
9201 | base-relative timestamp. Make sure we can easily count missed timestamps | |
9202 | regardless of CP0 count/compare value. | |
9203 | ||
9204 | * get_ticks: return the current timestamp, that is get_timer(0). | |
9205 | ||
9206 | Most parts are from good old Linux v2.6.16 kernel. | |
9207 | ||
9208 | v2: | |
9209 | - Remove FIXME comments as they turned out to be trivial. | |
9210 | - Use CP0 compare register as a global variable for expirelo. | |
9211 | - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY | |
9212 | instead. | |
9213 | ||
9214 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9215 | ||
9216 | commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25 | |
9217 | Author: Shinya Kuribayashi <[email protected]> | |
9218 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
9219 | ||
9220 | [MIPS] lib_mips/time.c: Fix udelay | |
9221 | ||
9222 | What we have to do is just to wait for given micro-seconds. No need to | |
9223 | take into account current time, get_timer and CFG_HZ. | |
9224 | ||
9225 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9226 | ||
9227 | commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03 | |
9228 | Author: Shinya Kuribayashi <[email protected]> | |
9229 | Date: Thu Jun 5 22:28:59 2008 +0900 | |
9230 | ||
9231 | [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros | |
9232 | ||
9233 | We already have many pre-defined CP0 access macros in <asm/mipsregs.h>. | |
9234 | This patch replaces mips_{compare,count}_set and mips_count_get with | |
9235 | existing macros. | |
9236 | ||
9237 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9238 | ||
9239 | commit 6b52cfe16cd539935e32bd8cf19146522e462a4d | |
9240 | Author: Remy Bohmer <[email protected]> | |
9241 | Date: Tue Jun 3 15:48:17 2008 +0200 | |
9242 | ||
9243 | Get rid of annoying/superfluous bad-checksum warning message | |
9244 | ||
9245 | U-boot can complain a lot about 'checksum bad' when it is attached to the network. | |
9246 | It is annoying for ordinary users who start to doubt the network connection | |
9247 | in general when they see messages like this. | |
9248 | ||
9249 | This is caused by the routine NetCksumOk() which cannot handle IP-headers longer | |
9250 | than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them | |
9251 | now before checking the checksum. | |
9252 | ||
9253 | Signed-off-by: Remy Bohmer <[email protected]> | |
9254 | Signed-off-by: Ben Warren <[email protected]> | |
9255 | ||
9256 | commit d6ee5fa40c26970d39990c6fc4a2f20a97822650 | |
9257 | Author: Remy Bohmer <[email protected]> | |
9258 | Date: Wed Jun 4 10:47:25 2008 +0200 | |
9259 | ||
9260 | Fix order for reading rx-status registers in 32bit mode of DM9000 | |
9261 | ||
9262 | A last minute cleanup before submitting the DM9000A patch series yesterday introduced | |
9263 | a bug in reading the rx-status registers in 32bit mode only. | |
9264 | This patch repairs this. | |
9265 | ||
9266 | Signed-off-by: Remy Bohmer <[email protected]> | |
9267 | Signed-off-by: Ben Warren <[email protected]> | |
9268 | ||
9269 | commit 98291e2e689096420465074cce926b226d2e71b4 | |
9270 | Author: Remy Bohmer <[email protected]> | |
9271 | Date: Tue Jun 3 15:26:26 2008 +0200 | |
9272 | ||
9273 | DM9000: Some minor code cleanups | |
9274 | ||
9275 | Some lines of the U-boot DM9000x driver are longer than 80 characters, or | |
9276 | need some other minor cleanup. | |
9277 | ||
9278 | Signed-off-by: Remy Bohmer <[email protected]> | |
9279 | Signed-off-by: Ben Warren <[email protected]> | |
9280 | ||
9281 | commit 850ba7555dbd4ca8d14fc475b864d534797adab3 | |
9282 | Author: Remy Bohmer <[email protected]> | |
9283 | Date: Tue Jun 3 15:26:25 2008 +0200 | |
9284 | ||
9285 | DM9000: Make driver work properly for DM9000A | |
9286 | ||
9287 | The DM9000A network controller does not work with the U-boot DM9000x driver. | |
9288 | Analysis showed that many incoming packets are lost. | |
9289 | ||
9290 | The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to | |
9291 | check for a valid rx packet be done on the interrupt status register, not | |
9292 | directly by performing the dummy read and the rx status check as is currently | |
9293 | the case in the u-boot driver. | |
9294 | ||
9295 | When the recommended poll is done as suggested the driver starts working | |
9296 | correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there | |
9297 | can be more than 1 package in the fifo at the same time. | |
9298 | ||
9299 | The driver must perform the rx-status check in a loop and read and handle all | |
9300 | packages until there is no more left _after_ the interrupt RX flag is set. | |
9301 | ||
9302 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
9303 | ||
9304 | Signed-off-by: Remy Bohmer <[email protected]> | |
9305 | Signed-off-by: Ben Warren <[email protected]> | |
9306 | ||
9307 | commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d | |
9308 | Author: Remy Bohmer <[email protected]> | |
9309 | Date: Tue Jun 3 15:26:24 2008 +0200 | |
9310 | ||
9311 | DM9000: Improve eth_reset() routine | |
9312 | ||
9313 | According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the | |
9314 | reset procedure must be done twice to properly reset the DM9000 by means of software. | |
9315 | This errata is not needed anymore for the DM9000A, but it does not bother it. | |
9316 | ||
9317 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
9318 | ||
9319 | Signed-off-by: Remy Bohmer <[email protected]> | |
9320 | Signed-off-by: Ben Warren <[email protected]> | |
9321 | ||
9322 | commit acba31847fad9ae40708cc2c9f3a634ec35f3416 | |
9323 | Author: Remy Bohmer <[email protected]> | |
9324 | Date: Tue Jun 3 15:26:23 2008 +0200 | |
9325 | ||
9326 | DM9000: improve eth_send() routine | |
9327 | ||
9328 | The eth_send routine of the U-boot DM9000x driver does not match the | |
9329 | DM9000 or DM9000A application notes/programming guides. | |
9330 | ||
9331 | This change improves the stability of the DM9000A network controller. | |
9332 | ||
9333 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
9334 | ||
9335 | Signed-off-by: Remy Bohmer <[email protected]> | |
9336 | Signed-off-by: Ben Warren <[email protected]> | |
9337 | ||
9338 | commit 134e266253c02a7832560da59d394989c4f64453 | |
9339 | Author: Remy Bohmer <[email protected]> | |
9340 | Date: Tue Jun 3 15:26:22 2008 +0200 | |
9341 | ||
9342 | DM9000: repair debug logging | |
9343 | ||
9344 | It seems that the debugging code of the DM9000x driver in U-boot has not been | |
9345 | compiled for a long time, because it cannot compile... | |
9346 | ||
9347 | Also rearranged some loglines to get more useful info while debugging. | |
9348 | ||
9349 | Signed-off-by: Remy Bohmer <[email protected]> | |
9350 | Signed-off-by: Ben Warren <[email protected]> | |
9351 | ||
9352 | commit a101361bfe23c120321e45d114c0603b8e0763e9 | |
9353 | Author: Remy Bohmer <[email protected]> | |
9354 | Date: Tue Jun 3 15:26:21 2008 +0200 | |
9355 | ||
9356 | DM9000: Add data bus-width auto detection. | |
9357 | ||
9358 | The U-boot DM9000x driver contains a compile time bus-width definition for | |
9359 | the databus connected to the network controller. | |
9360 | ||
9361 | This compile check makes the code unclear, inflexible and is unneccessary. | |
9362 | It can be asked to the network controller what its bus-width is by reading bits | |
9363 | 6 and 7 of the interrupt status register. | |
9364 | ||
9365 | The linux kernel already uses a runtime mechanism to determine this bus-width, | |
9366 | so the implementation below looks somewhat like that implementation. | |
9367 | ||
9368 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
9369 | ||
9370 | Signed-off-by: Remy Bohmer <[email protected]> | |
9371 | Signed-off-by: Ben Warren <[email protected]> | |
9372 | ||
9373 | commit 63a0afa0c32e5f4ea98a9439542870072437404d | |
9374 | Author: Stefan Roese <[email protected]> | |
9375 | Date: Wed Jun 4 19:19:20 2008 +0200 | |
9376 | ||
9377 | ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port | |
9378 | ||
9379 | This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene) | |
9380 | introduced by the commit: | |
9381 | ||
9382 | ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S | |
9383 | ||
9384 | With this patch SDRAM will get initialized again and booting from NAND | |
9385 | is working again. | |
9386 | ||
9387 | Signed-off-by: Stefan Roese <[email protected]> | |
9388 | Acked-by: Eugene O'Brien <[email protected]> | |
9389 | ||
9390 | commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc | |
9391 | Author: Wolfgang Denk <[email protected]> | |
9392 | Date: Tue May 27 14:19:30 2008 +0200 | |
9393 | ||
9394 | Socrates: Fix PCI bus frequency report | |
9395 | ||
9396 | Signed-off-by: Sergei Poselenov <[email protected]> | |
9397 | ||
9398 | commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f | |
9399 | Author: Tor Krill <[email protected]> | |
9400 | Date: Thu May 29 11:10:30 2008 +0200 | |
9401 | ||
9402 | Fix incorrect switch for IF_TYPE in part.c | |
9403 | ||
9404 | Use correct field in block_dev_desc_t when writing interface type in | |
9405 | dev_print. Error introduced in 574b3195. | |
9406 | ||
9407 | Also added fix from Martin Krause | |
9408 | ||
9409 | Signed-off-by: Tor Krill <[email protected]> | |
9410 | ||
9411 | commit b64b8a0bd310935b70af69ac970952f2b364ae56 | |
9412 | Author: Andre Schwarz <[email protected]> | |
9413 | Date: Tue May 27 10:25:39 2008 +0200 | |
9414 | ||
9415 | Add size #defines for Altera Cyclone-II EP2C8 and EP2C20. | |
9416 | ||
9417 | Signed-off-by: Andre Schwarz <[email protected]> | |
9418 | ||
9419 | commit 35ef877f0a8f6232cdef748f442fed5accb2b641 | |
9420 | Author: Peter Tyser <[email protected]> | |
9421 | Date: Thu May 22 18:56:52 2008 -0500 | |
9422 | ||
9423 | Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating | |
9424 | ||
9425 | Removed unneeded command line history initialization. Also, the original | |
9426 | code would access the 'initted' variable before relocation to SDRAM | |
9427 | which resulted in erratic behavior since the bss is not initialized when | |
9428 | executing from flash. | |
9429 | ||
9430 | Signed-off-by: Peter Tyser <[email protected]> | |
9431 | ||
9432 | commit 22f371b63038a4ecab04068877c1089e51a01ba1 | |
9433 | Author: Grant Erickson <[email protected]> | |
9434 | Date: Wed May 21 13:28:30 2008 -0700 | |
9435 | ||
9436 | PPC4xx: Simplified post_word_{load, store} | |
9437 | ||
9438 | This patch simplifies post_word_{load,store} by using the preprocessor | |
9439 | to eliminate redundant, copy-and-pasted code. | |
9440 | ||
9441 | Signed-off-by: Grant Erickson <[email protected]> | |
9442 | ||
9443 | commit 9c048b523413ae5f3ff34e00cf57569c3368ab51 | |
9444 | Author: Vasiliy Leoenenko <[email protected]> | |
9445 | Date: Wed May 7 21:25:33 2008 +0400 | |
9446 | ||
9447 | cfi_flash: enable M18 flash chips family support. | |
9448 | ||
9449 | Added new command set ID. Buffered write command processing is changed | |
9450 | in order to support M18 flash chips family. | |
9451 | ||
9452 | Signed-off-by: Alexey Korolev <[email protected]> | |
9453 | Signed-off-by: Vasiliy Leonenko <[email protected]> | |
9454 | ||
9455 | commit 93c56f212ccdadc182018f0769cb284426b88f1d | |
9456 | Author: Vasiliy Leoenenko <[email protected]> | |
9457 | Date: Wed May 7 21:24:44 2008 +0400 | |
9458 | ||
9459 | cfi_flash: support of long cmd in U-boot. | |
9460 | ||
9461 | Some NOR flash chips needs support of commands with length grether than max | |
9462 | value size of uchar. For example all M18 family chips use 0x1ff command in | |
9463 | buffered write mode as value of program loops count. | |
9464 | ||
9465 | Signed-off-by: Alexey Korolev <[email protected]> | |
9466 | Signed-off-by: Vasiliy Leonenko <[email protected]> | |
9467 | ||
9468 | commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e | |
9469 | Author: Stefan Roese <[email protected]> | |
9470 | Date: Fri May 16 11:06:06 2008 +0200 | |
9471 | ||
9472 | DTT: Issue one-shot command on AD7414 (LM75 code) to read temp | |
9473 | ||
9474 | On AD7414 the first value upon bootup is not read correctly. | |
9475 | This is most likely because of the 800ms update time of the | |
9476 | temp register in normal update mode. To get current values | |
9477 | each time we issue the "dtt" command including upon powerup | |
9478 | we switch into one-short mode. | |
9479 | ||
9480 | This patch fixes the problem on AD7414 equipped boards (Sequoia, | |
9481 | Canyonlands etc), that temp value printed in the bootup log was | |
9482 | incorrect. | |
9483 | ||
9484 | Signed-off-by: Stefan Roese <[email protected]> | |
9485 | ||
9486 | commit de5bfcf7b0425e032be12698252dbaa6b65a28c0 | |
9487 | Author: Matthias Fuchs <[email protected]> | |
9488 | Date: Fri May 30 16:55:06 2008 +0200 | |
9489 | ||
9490 | ppc4xx: Cleanup CPCI405 variant's config file | |
9491 | ||
9492 | This patch removes some dead code from CPCI405 board's | |
9493 | config files. JFFS2 support is also removed. It's not used and | |
9494 | CPCI4052 does not build anymore without some size reduction. | |
9495 | ||
9496 | Signed-off-by: Matthias Fuchs <[email protected]> | |
9497 | ||
9498 | commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65 | |
9499 | Author: Kenneth Johansson <[email protected]> | |
9500 | Date: Thu May 29 16:32:33 2008 +0200 | |
9501 | ||
9502 | Remove shell variable UNDEF_SYM. | |
9503 | ||
9504 | UNDEF_SYM is a shell variable in the main Makefile used to force the | |
9505 | linker to add all u-boot commands to the final image. It has no use here. | |
9506 | ||
9507 | Signed-off-by: Kenneth Johansson <[email protected]> | |
9508 | ||
9509 | commit 8c66497e06bf803489c589df58ee591d71033274 | |
9510 | Author: Haavard Skinnemoen <[email protected]> | |
9511 | Date: Fri May 16 11:10:35 2008 +0200 | |
9512 | ||
9513 | Add support for environment in SPI flash | |
9514 | ||
9515 | This is pretty incomplete...it doesn't handle reading the environment | |
9516 | before relocation, it doesn't support redundant environment, and it | |
9517 | doesn't support embedded environment. But apart from that, it does | |
9518 | seem to work. | |
9519 | ||
9520 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9521 | ||
9522 | commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4 | |
9523 | Author: Haavard Skinnemoen <[email protected]> | |
9524 | Date: Fri May 16 11:10:34 2008 +0200 | |
9525 | ||
9526 | SPI Flash: Add "sf" command | |
9527 | ||
9528 | This adds a new command, "sf" which can be used to manipulate SPI | |
9529 | flash. Currently, initialization, reading, writing and erasing is | |
9530 | supported. | |
9531 | ||
9532 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9533 | ||
9534 | commit d25ce7d24cc0f93881559f4009175ea305af65e8 | |
9535 | Author: Haavard Skinnemoen <[email protected]> | |
9536 | Date: Fri May 16 11:10:33 2008 +0200 | |
9537 | ||
9538 | SPI Flash subsystem | |
9539 | ||
9540 | This adds a new SPI flash subsystem. | |
9541 | ||
9542 | Currently, only AT45 DataFlash in non-power-of-two mode is supported, | |
9543 | but some preliminary support for other flash types is in place as | |
9544 | well. | |
9545 | ||
9546 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9547 | ||
9548 | commit 60445cb5c3eb77ed1a07f2d908eef09174483698 | |
9549 | Author: Hans-Christian Egtvedt <[email protected]> | |
9550 | Date: Fri May 16 11:10:32 2008 +0200 | |
9551 | ||
9552 | atmel_spi: Driver for the Atmel SPI controller | |
9553 | ||
9554 | This adds a driver for the SPI controller found on most AT91 and AVR32 | |
9555 | chips, implementing the new SPI API. | |
9556 | ||
9557 | Changed in v4: | |
9558 | - Update to new API | |
9559 | - Handle zero-length transfers appropriately. The user may send a | |
9560 | zero-length SPI transfer with SPI_XFER_END set in order to | |
9561 | deactivate the chip select after a series of transfers with chip | |
9562 | select active. This is useful e.g. when polling the status | |
9563 | register of DataFlash. | |
9564 | ||
9565 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9566 | ||
9567 | commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d | |
9568 | Author: Haavard Skinnemoen <[email protected]> | |
9569 | Date: Fri May 16 11:10:31 2008 +0200 | |
9570 | ||
9571 | SPI API improvements | |
9572 | ||
9573 | This patch gets rid of the spi_chipsel table and adds a handful of new | |
9574 | functions that makes the SPI layer cleaner and more flexible. | |
9575 | ||
9576 | Instead of the spi_chipsel table, each board that wants to use SPI | |
9577 | gets to implement three hooks: | |
9578 | * spi_cs_activate(): Activates the chipselect for a given slave | |
9579 | * spi_cs_deactivate(): Deactivates the chipselect for a given slave | |
9580 | * spi_cs_is_valid(): Determines if the given bus/chipselect | |
9581 | combination can be activated. | |
9582 | ||
9583 | Not all drivers may need those extra functions however. If that's the | |
9584 | case, the board code may just leave them out (assuming they know what | |
9585 | the driver needs) or rely on the linker to strip them out (assuming | |
9586 | --gc-sections is being used.) | |
9587 | ||
9588 | To set up communication parameters for a given slave, the driver needs | |
9589 | to call spi_setup_slave(). This returns a pointer to an opaque | |
9590 | spi_slave struct which must be passed as a parameter to subsequent SPI | |
9591 | calls. This struct can be freed by calling spi_free_slave(), but most | |
9592 | driver probably don't want to do this. | |
9593 | ||
9594 | Before starting one or more SPI transfers, the driver must call | |
9595 | spi_claim_bus() to gain exclusive access to the SPI bus and initialize | |
9596 | the hardware. When all transfers are done, the driver must call | |
9597 | spi_release_bus() to make the bus available to others, and possibly | |
9598 | shut down the SPI controller hardware. | |
9599 | ||
9600 | spi_xfer() behaves mostly the same as before, but it now takes a | |
9601 | spi_slave parameter instead of a spi_chipsel function pointer. It also | |
9602 | got a new parameter, flags, which is used to specify chip select | |
9603 | behaviour. This may be extended with other flags in the future. | |
9604 | ||
9605 | This patch has been build-tested on all powerpc and arm boards | |
9606 | involved. I have not tested NIOS since I don't have a toolchain for it | |
9607 | installed, so I expect some breakage there even though I've tried | |
9608 | fixing up everything I could find by visual inspection. | |
9609 | ||
9610 | I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and | |
9611 | DataFlash drivers posted as a follow-up. I'd like some help testing | |
9612 | other boards that use the existing SPI API. | |
9613 | ||
9614 | But most of all, I'd like some comments on the new API. Is this stuff | |
9615 | usable for everyone? If not, why? | |
9616 | ||
9617 | Changed in v4: | |
9618 | - Build fixes for various boards, drivers and commands | |
9619 | - Provide common struct spi_slave definition that can be extended by | |
9620 | drivers | |
9621 | - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate | |
9622 | - Make default bus and mode build-time configurable | |
9623 | - Override default SPI bus ID and mode on mx32ads and imx31_litekit. | |
9624 | ||
9625 | Changed in v3: | |
9626 | - Add opaque struct spi_slave for controller-specific data associated | |
9627 | with a slave. | |
9628 | - Add spi_claim_bus() and spi_release_bus() | |
9629 | - Add spi_free_slave() | |
9630 | - spi_setup() is now called spi_setup_slave() and returns a | |
9631 | struct spi_slave | |
9632 | - soft_spi now supports four SPI modes (CPOL|CPHA) | |
9633 | - Add bus parameter to spi_setup_slave() | |
9634 | - Convert the new i.MX32 SPI driver | |
9635 | - Convert the new MC13783 RTC driver | |
9636 | ||
9637 | Changed in v2: | |
9638 | - Convert the mpc8xxx_spi driver and the mpc8349emds board to the | |
9639 | new API. | |
9640 | ||
9641 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9642 | Tested-by: Guennadi Liakhovetski <[email protected]> | |
9643 | ||
9644 | commit 289011207d999b2e4085150d2aa30d547ad9b800 | |
9645 | Author: Haavard Skinnemoen <[email protected]> | |
9646 | Date: Fri May 16 11:10:30 2008 +0200 | |
9647 | ||
9648 | Move definition of container_of() to common.h | |
9649 | ||
9650 | AVR32 and AT91SAM9 both have their own identical definitions of | |
9651 | container_of() taken from the Linux kernel. Move it to common.h so | |
9652 | that all architectures can use it. | |
9653 | ||
9654 | container_of() is already used by some drivers, and will be used | |
9655 | extensively by the new and improved SPI API. | |
9656 | ||
9657 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9658 | ||
9659 | commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b | |
9660 | Author: Haavard Skinnemoen <[email protected]> | |
9661 | Date: Fri May 16 11:08:11 2008 +0200 | |
9662 | ||
9663 | soft_i2c: Pull SDA high before reading | |
9664 | ||
9665 | Spotted by Dean Capindale. | |
9666 | ||
9667 | Systems that support open-drain GPIO properly are allowed provide an | |
9668 | empty I2C_TRISTATE define. However, this means that we need to be | |
9669 | careful not to drive SDA low when the slave is expected to respond. | |
9670 | ||
9671 | This patch adds a missing I2C_SDA(1) to read_byte() required to | |
9672 | tristate the SDA line on systems that support open-drain GPIO. | |
9673 | ||
9674 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
9675 | ||
9676 | commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2 | |
9677 | Author: Stefan Roese <[email protected]> | |
9678 | Date: Mon May 19 11:34:53 2008 +0200 | |
9679 | ||
9680 | ppc4xx: Remove implementations of testdram() | |
9681 | ||
9682 | This patch removes the used testdram() implementations of the board | |
9683 | that are maintained by myself. | |
9684 | ||
9685 | Signed-off-by: Stefan Roese <[email protected]> | |
9686 | ||
9687 | commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a | |
9688 | Author: Stefan Roese <[email protected]> | |
9689 | Date: Mon Jun 2 17:37:28 2008 +0200 | |
9690 | ||
9691 | ppc4xx: Remove superfluous dram_init() call or replace it by initdram() | |
9692 | ||
9693 | Historically the 405 U-Boot port had a dram_init() call in early init | |
9694 | stage. This function was still called from start.S and most of the time | |
9695 | coded in assembler. This is not needed anymore (since a long time) and | |
9696 | boards should implement the common initdram() function in C instead. | |
9697 | ||
9698 | This patch now removed the dram_init() call from start.S and removes the | |
9699 | empty implementations that are scattered through most of the 405 board | |
9700 | ports. Some older board ports really implement this dram_init() though. | |
9701 | These are: | |
9702 | ||
9703 | csb272 | |
9704 | csb472 | |
9705 | ERIC | |
9706 | EXBITGEN | |
9707 | W7OLMC | |
9708 | W7OLMG | |
9709 | ||
9710 | I changed those boards to call this assembler dram_init() function now | |
9711 | from their board specific initdram() instead. This *should* work, but please | |
9712 | test again on those platforms. And it is perhaps a good idea that those | |
9713 | boards use some common 405 SDRAM initialization code from cpu/ppc4xx at | |
9714 | some time. So further patches welcome here. | |
9715 | ||
9716 | Signed-off-by: Stefan Roese <[email protected]> | |
9717 | ||
9718 | commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2 | |
9719 | Author: Stefan Roese <[email protected]> | |
9720 | Date: Mon Jun 2 17:22:11 2008 +0200 | |
9721 | ||
9722 | ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code | |
9723 | ||
9724 | Signed-off-by: Stefan Roese <[email protected]> | |
9725 | ||
9726 | commit 39b32be18cd33b53a84065edcd4e465165cc5564 | |
9727 | Author: Stefan Roese <[email protected]> | |
9728 | Date: Mon Jun 2 17:20:03 2008 +0200 | |
9729 | ||
9730 | ppc4xx: Fix common ECC generation code for 440GP style platforms | |
9731 | ||
9732 | This patch makes the common 4xx ECC code really usable on 440GP style | |
9733 | platforms. | |
9734 | ||
9735 | Since the IBM DDR controller used on 440GP/GX/EP/GR is not register | |
9736 | compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT | |
9737 | we need to make some processor dependant defines used later on by the | |
9738 | driver. | |
9739 | ||
9740 | Signed-off-by: Stefan Roese <[email protected]> | |
9741 | ||
9742 | commit ec724f883ee3f3925e6c55027e8ffa70ada83303 | |
9743 | Author: Stefan Roese <[email protected]> | |
9744 | Date: Mon Jun 2 17:13:55 2008 +0200 | |
9745 | ||
9746 | ppc4xx: Change Kilauea to use the common DDR2 init function | |
9747 | ||
9748 | This patch changes the kilauea and kilauea_nand (for NAND booting) | |
9749 | board port to not use a board specific DDR2 init routine anymore. Now | |
9750 | the common code from cpu/ppc4xx is used. | |
9751 | ||
9752 | Thanks to Grant Erickson for all his basic work on this 405EX early | |
9753 | bootup. | |
9754 | ||
9755 | Signed-off-by: Stefan Roese <[email protected]> | |
9756 | ||
9757 | commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba | |
9758 | Author: Stefan Roese <[email protected]> | |
9759 | Date: Mon Jun 2 14:59:21 2008 +0200 | |
9760 | ||
9761 | ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2 | |
9762 | ||
9763 | This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all | |
9764 | ppc4xx related SDRAM/DDR/DDR2 controller defines. | |
9765 | ||
9766 | Signed-off-by: Stefan Roese <[email protected]> | |
9767 | ||
9768 | commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569 | |
9769 | Author: Stefan Roese <[email protected]> | |
9770 | Date: Mon Jun 2 14:57:41 2008 +0200 | |
9771 | ||
9772 | ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1 | |
9773 | ||
9774 | This patch removes all SDRAM related defines from the PPC4xx headers | |
9775 | ppc405.h and ppc440.h. This is needed since now some 405 PPC's use | |
9776 | the same SDRAM controller as 440 systems do (like 405EX and 440SP). | |
9777 | ||
9778 | It also introduces new defines for the equipped SDRAM controller based on | |
9779 | which PPC variant is used. There new defines are: | |
9780 | ||
9781 | used on 405GR/CR/EP and some Xilinx Virtex boards. | |
9782 | ||
9783 | used on 440GP/GX/EP/GR. | |
9784 | ||
9785 | used on 440EPx/GRx. | |
9786 | ||
9787 | used on 405EX/r/440SP/SPe/460EX/GT. | |
9788 | ||
9789 | Signed-off-by: Stefan Roese <[email protected]> | |
9790 | ||
9791 | commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6 | |
9792 | Author: Stefan Roese <[email protected]> | |
9793 | Date: Mon Jun 2 14:35:44 2008 +0200 | |
9794 | ||
9795 | ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S | |
9796 | ||
9797 | This patch consolidates the 405 and 440 parts of the NAND booting code | |
9798 | selected via CONFIG_NAND_SPL. Now common code is used to initialize the | |
9799 | SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc. | |
9800 | Only *after* running from this location, nand_boot() is called. | |
9801 | ||
9802 | Please note that the initsdram() call is now moved from nand_boot.c | |
9803 | to start.S. I experienced problems with some boards like Kilauea | |
9804 | (405EX), which don't have internal SRAM (OCM) and relocation needs to | |
9805 | be done to SDRAM before the NAND controller can get accessed. When | |
9806 | initdram() is called later on in nand_boot(), this can lead to problems | |
9807 | with variables in the bss sections like nand_ecc_pos[]. | |
9808 | ||
9809 | Signed-off-by: Stefan Roese <[email protected]> | |
9810 | Acked-by: Scott Wood <[email protected]> | |
9811 | ||
9812 | commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98 | |
9813 | Author: Grant Erickson <[email protected]> | |
9814 | Date: Thu May 22 14:44:24 2008 -0700 | |
9815 | ||
9816 | ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling | |
9817 | ||
9818 | This patch (Part 2 of 2): | |
9819 | ||
9820 | * Rolls up a suite of changes to enable correct primordial stack and | |
9821 | global data handling when the data cache is used for such a purpose | |
9822 | for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). | |
9823 | ||
9824 | * Related to the first, unifies DDR2 SDRAM and ECC initialization by | |
9825 | eliminating redundant ECC initialization implementations and moving | |
9826 | redundant SDRAM initialization out of board code into shared 4xx | |
9827 | code. | |
9828 | ||
9829 | * Enables MCSR visibility on the 405EX(r). | |
9830 | ||
9831 | * Enables the use of the data cache for initial RAM on | |
9832 | both AMCC's Kilauea and Makalu and removes a redundant | |
9833 | CFG_POST_MEMORY flag from each board's CONFIG_POST value. | |
9834 | ||
9835 | - Removed, per Stefan Roese's request, defunct memory.c file for | |
9836 | Makalu and rolled sdram_init from it into makalu.c. | |
9837 | ||
9838 | With respect to the 4xx DDR initialization and ECC unification, there | |
9839 | is certainly more work that can and should be done (file renaming, | |
9840 | etc.). However, that can be handled at a later date on a second or | |
9841 | third pass. As it stands, this patch moves things forward in an | |
9842 | incremental yet positive way for those platforms that utilize this | |
9843 | code and the features associated with it. | |
9844 | ||
9845 | Signed-off-by: Grant Erickson <[email protected]> | |
9846 | Signed-off-by: Stefan Roese <[email protected]> | |
9847 | ||
9848 | commit c821b5f120bedf73867513466412587c6912a8f8 | |
9849 | Author: Grant Erickson <[email protected]> | |
9850 | Date: Thu May 22 14:44:14 2008 -0700 | |
9851 | ||
9852 | ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling | |
9853 | ||
9854 | This patch (Part 1 of 2): | |
9855 | ||
9856 | * Rolls up a suite of changes to enable correct primordial stack and | |
9857 | global data handling when the data cache is used for such a purpose | |
9858 | for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). | |
9859 | ||
9860 | * Related to the first, unifies DDR2 SDRAM and ECC initialization by | |
9861 | eliminating redundant ECC initialization implementations and moving | |
9862 | redundant SDRAM initialization out of board code into shared 4xx | |
9863 | code. | |
9864 | ||
9865 | * Enables MCSR visibility on the 405EX(r). | |
9866 | ||
9867 | * Enables the use of the data cache for initial RAM on | |
9868 | both AMCC's Kilauea and Makalu and removes a redundant | |
9869 | CFG_POST_MEMORY flag from each board's CONFIG_POST value. | |
9870 | ||
9871 | - Removed, per Stefan Roese's request, defunct memory.c file for | |
9872 | Makalu and rolled sdram_init from it into makalu.c. | |
9873 | ||
9874 | With respect to the 4xx DDR initialization and ECC unification, there | |
9875 | is certainly more work that can and should be done (file renaming, | |
9876 | etc.). However, that can be handled at a later date on a second or | |
9877 | third pass. As it stands, this patch moves things forward in an | |
9878 | incremental yet positive way for those platforms that utilize this | |
9879 | code and the features associated with it. | |
9880 | ||
9881 | Signed-off-by: Grant Erickson <[email protected]> | |
9882 | Signed-off-by: Stefan Roese <[email protected]> | |
9883 | ||
9884 | commit a439680019e06171d4a5694b7992accce87f590e | |
9885 | Author: Grant Erickson <[email protected]> | |
9886 | Date: Wed May 21 13:28:30 2008 -0700 | |
9887 | ||
9888 | PPC4xx: Simplified post_word_{load, store} | |
9889 | ||
9890 | This patch simplifies post_word_{load,store} by using the preprocessor | |
9891 | to eliminate redundant, copy-and-pasted code. | |
9892 | ||
9893 | Signed-off-by: Grant Erickson <[email protected]> | |
9894 | ||
9895 | commit f979690ee337450b2030aba128f95b7a8d9881c0 | |
9896 | Author: Kumar Gala <[email protected]> | |
9897 | Date: Thu May 15 15:13:08 2008 -0500 | |
9898 | ||
9899 | Fix warnings from gcc-4.3.0 build on a ppc host | |
9900 | ||
9901 | * The cfi_flash.c memset fix actual allows the board to boot so there is | |
9902 | a bit more going on here than just resolving warnings associated with | |
9903 | uninitialized variables. | |
9904 | ||
9905 | * include/asm/bitops.h:302: warning: '__swab32p' is static but used in | |
9906 | inline function 'ext2_find_next_zero_bit' which is not static | |
9907 | ||
9908 | Signed-off-by: Kumar Gala <[email protected]> | |
9909 | ||
9910 | commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e | |
9911 | Author: Becky Bruce <[email protected]> | |
9912 | Date: Wed May 14 13:09:51 2008 -0500 | |
9913 | ||
9914 | MPC512x: Change traps.c to not reference non-addressable memory | |
9915 | ||
9916 | Currently, END_OF_RAM is used by the trap code to determine if | |
9917 | we should attempt to access the stack pointer or not. However, | |
9918 | on systems with a lot of RAM, only a subset of the RAM is | |
9919 | guaranteed to be mapped in and accessible. Change END_OF_RAM | |
9920 | to use get_effective_memsize() instead of using the raw ram | |
9921 | size out of the bd. | |
9922 | ||
9923 | Signed-off-by: Becky Bruce <[email protected]> | |
9924 | ||
9925 | commit 81673e9ae14b771cd13faf19947192599cae3959 | |
9926 | Author: Kumar Gala <[email protected]> | |
9927 | Date: Tue May 13 19:01:54 2008 -0500 | |
9928 | ||
9929 | Make sure common.h is the first include. | |
9930 | ||
9931 | If common.h isn't first we can get CONFIG_ options defined in the | |
9932 | board config file ignored. This can cause an issue if any of those | |
9933 | config options impact the size of types of data structures | |
9934 | (eg CONFIG_PHYS_64BIT). | |
9935 | ||
9936 | Signed-off-by: Kumar Gala <[email protected]> | |
9937 | ||
9938 | commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3 | |
9939 | Author: Marian Balakowicz <[email protected]> | |
9940 | Date: Tue May 13 15:53:29 2008 +0200 | |
9941 | ||
9942 | Avoid initrd and logbuffer area overlaps | |
9943 | ||
9944 | Add logbuffer to reserved LMB areas to prevent initrd allocation | |
9945 | from overlaping with it. | |
9946 | ||
9947 | Make sure to use correct logbuffer base address. | |
9948 | ||
9949 | Signed-off-by: Marian Balakowicz <[email protected]> | |
9950 | ||
9951 | commit 6956d53d9934862507f83f0e3255dfd4662e7482 | |
9952 | Author: Sascha Laue <[email protected]> | |
9953 | Date: Tue May 13 13:29:54 2008 +0200 | |
9954 | ||
9955 | lwmon5: add memory-pattern-test to FPGA POST. | |
9956 | ||
9957 | commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35 | |
9958 | Author: Becky Bruce <[email protected]> | |
9959 | Date: Thu May 8 19:02:51 2008 -0500 | |
9960 | ||
9961 | PPC: 86xx Add bat registers to reginfo command | |
9962 | ||
9963 | Signed-off-by: Becky Bruce <[email protected]> | |
9964 | ||
9965 | commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9 | |
9966 | Author: Becky Bruce <[email protected]> | |
9967 | Date: Fri May 9 15:41:35 2008 -0500 | |
9968 | ||
9969 | PPC: Add print_bats() to lib_ppc/bat_rw.c | |
9970 | ||
9971 | This function prints the values of all the BAT register | |
9972 | pairs - I needed this for debug earlier this week; adding it to | |
9973 | lib_ppc so others can use it (and add it to reginfo commands | |
9974 | if so desired). | |
9975 | ||
9976 | Signed-off-by: Becky Bruce <[email protected]> | |
9977 | ||
9978 | commit c148f24c15743a02e855636e6bed013bd121f7f2 | |
9979 | Author: Becky Bruce <[email protected]> | |
9980 | Date: Thu May 15 21:29:04 2008 -0500 | |
9981 | ||
9982 | PPC: Change lib_ppc/bat_rw.c to use high bats | |
9983 | ||
9984 | Currently, this code only deals with BATs 0-3, which makes | |
9985 | it useless on systems that support BATs 4-7. Add the | |
9986 | support for these registers. | |
9987 | ||
9988 | Signed-off-by: Becky Bruce <[email protected]> | |
9989 | ||
9990 | commit 31d826722434931e1152a09d140187dcf72f8aac | |
9991 | Author: Becky Bruce <[email protected]> | |
9992 | Date: Thu May 8 19:02:12 2008 -0500 | |
9993 | ||
9994 | PPC: Create and use CONFIG_HIGH_BATS | |
9995 | ||
9996 | Change all code that conditionally operates on high bat | |
9997 | registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS | |
9998 | instead of the myriad ways this is done now. Define the option | |
9999 | for every config for which high bats are supported (and | |
10000 | enabled by early boot, on parts where they're not always | |
10001 | enabled) | |
10002 | ||
10003 | Signed-off-by: Becky Bruce <[email protected]> | |
10004 | ||
10005 | commit aa3b8bf9c30065bb2ea852799d32db5020598495 | |
10006 | Author: Wolfgang Grandegger <[email protected]> | |
10007 | Date: Wed May 28 19:55:19 2008 +0200 | |
10008 | ||
10009 | E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter | |
10010 | ||
10011 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
10012 | Signed-off-by: Ben Warren <[email protected]> | |
10013 | ||
10014 | commit ff36fbb2e7583fb808eef773f511489c7a9c2df3 | |
10015 | Author: TsiChung Liew <[email protected]> | |
10016 | Date: Wed May 28 13:06:25 2008 -0500 | |
10017 | ||
10018 | ColdFire: Add 10 base ethernet support for mcf5445x | |
10019 | ||
10020 | Signed-off-by: TsiChung Liew <[email protected]> | |
10021 | Signed-off-by: Ben Warren <[email protected]> | |
10022 | ||
10023 | commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba | |
10024 | Author: Jason McMullan <[email protected]> | |
10025 | Date: Fri May 30 00:53:38 2008 +0900 | |
10026 | ||
10027 | mips: Add an 'include/asm/errno.h', like all other architectures | |
10028 | ||
10029 | All other u-boot architectures have an include/asm/errno.h, so | |
10030 | this change adds it to the mips include/asm-mips headers also. | |
10031 | ||
10032 | Stolen from Linux 2.6.25. | |
10033 | ||
10034 | Signed-off-by: Jason McMullan <[email protected]> | |
10035 | ||
10036 | commit e2ad8426624bac457acc6925b6ff408e9bf20466 | |
10037 | Author: Shinya Kuribayashi <[email protected]> | |
10038 | Date: Fri May 30 00:53:38 2008 +0900 | |
10039 | ||
10040 | [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros | |
10041 | ||
10042 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
10043 | ||
10044 | commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194 | |
10045 | Author: Shinya Kuribayashi <[email protected]> | |
10046 | Date: Fri May 30 00:53:38 2008 +0900 | |
10047 | ||
10048 | [MIPS] <asm/mipsregs.h>: Update register / bit field definitions | |
10049 | ||
10050 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
10051 | ||
10052 | commit bf462ae450a7f2eeeddc699ed345b391e3263540 | |
10053 | Author: Shinya Kuribayashi <[email protected]> | |
10054 | Date: Fri May 30 00:53:37 2008 +0900 | |
10055 | ||
10056 | [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups | |
10057 | ||
10058 | No functional changes. | |
10059 | ||
10060 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
10061 | ||
10062 | commit 89a1550ec6b74452274a7a23127936e2c7eec711 | |
10063 | Author: Jason McMullan <[email protected]> | |
10064 | Date: Fri May 30 00:53:37 2008 +0900 | |
10065 | ||
10066 | mips: If CONFIG_CMD_SPI is defined, call spi_init() | |
10067 | ||
10068 | The mips architecture currently does not call 'spi_init()' in the generic | |
10069 | board initialization routine is CONFIG_CMD_SPI is defined. | |
10070 | ||
10071 | This patch rectifies that problem. | |
10072 | ||
10073 | Signed-off-by: Jason McMullan <[email protected]> | |
10074 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
10075 | ||
10076 | commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3 | |
10077 | Author: Jason McMullan <[email protected]> | |
10078 | Date: Fri May 30 00:53:37 2008 +0900 | |
10079 | ||
10080 | [MIPS] lib_mips/board.c: Add nand_init | |
10081 | ||
10082 | This patch adds the standard 'nand_init()' call to the mips generic | |
10083 | 'board_init_r()' call, bringing MIPS in line with the other architectures. | |
10084 | ||
10085 | Signed-off-by: Jason McMullan <[email protected]> | |
10086 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
10087 | ||
10088 | commit d6ac2ed893c2168738aee01579d6283af8d37045 | |
10089 | Author: Scott Wood <[email protected]> | |
10090 | Date: Thu May 22 10:49:46 2008 -0500 | |
10091 | ||
10092 | Remove prototypes of nand_init() in favor of including nand.h. | |
10093 | ||
10094 | Likewise with onenand_init(). | |
10095 | ||
10096 | Signed-off-by: Scott Wood <[email protected]> | |
10097 | ||
10098 | commit 229c56f07a82eacda8c8720cb146fc9be0f6db54 | |
10099 | Author: Scott Wood <[email protected]> | |
10100 | Date: Thu May 22 10:49:00 2008 -0500 | |
10101 | ||
10102 | Make onenand_uboot.h self-sufficient. | |
10103 | ||
10104 | Don't assume types are provided by previously included headers. | |
10105 | ||
10106 | Signed-off-by: Scott Wood <[email protected]> | |
10107 | ||
10108 | commit 9723bbb46abb7b2ca24eead5114a3faa58060c20 | |
10109 | Author: Dirk Behme <[email protected]> | |
10110 | Date: Wed Jan 16 14:26:59 2008 +0100 | |
10111 | ||
10112 | nand: Correct NAND erase percentage output | |
10113 | ||
10114 | For NAND erase sizes smaller than one NAND erase block, erase | |
10115 | percentage output becomes grater than 100% e.g. | |
10116 | ||
10117 | -- cut -- | |
10118 | > nand info | |
10119 | Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB | |
10120 | > nand erase 0x100000 0x2000 | |
10121 | NAND erase: device 0 offset 0x100000, size 0x2000 | |
10122 | Erasing at 0x100000 -- 200% complete. | |
10123 | OK | |
10124 | > | |
10125 | -- cut -- | |
10126 | ||
10127 | Correct this and give user a warning that more is erased than specified: | |
10128 | ||
10129 | -- cut -- | |
10130 | > nand erase 0x100000 0x2000 | |
10131 | NAND erase: device 0 offset 0x100000, size 0x2000 | |
10132 | Warning: Erase size 0x00002000 smaller than one erase block 0x00004000 | |
10133 | Erasing 0x00004000 instead | |
10134 | Erasing at 0x100000 -- 100% complete. | |
10135 | OK | |
10136 | > | |
10137 | -- cut -- | |
10138 | ||
10139 | Signed-off-by: Dirk Behme <[email protected]> | |
10140 | ||
10141 | commit 5922db6c0948506be91e0de44e7a6863a18a417f | |
10142 | Author: Stelian Pop <[email protected]> | |
10143 | Date: Tue May 13 17:31:24 2008 +0200 | |
10144 | ||
10145 | Cleanup nand_info[] declaration. | |
10146 | ||
10147 | The nand_info array is declared as extern in several .c files. | |
10148 | Those days, nand.h contains a reference to the array, so there is | |
10149 | no need to declare it elsewhere. | |
10150 | ||
10151 | Signed-off-by: Stelian Pop <[email protected]> | |
10152 | Signed-off-by: Scott Wood <[email protected]> | |
10153 | ||
10154 | commit 135f0a7488af2947adbe4b40b79280bdfe5e9886 | |
10155 | Author: Scott Wood <[email protected]> | |
10156 | Date: Mon May 19 09:30:43 2008 -0500 | |
10157 | ||
10158 | NAND: Provide a sane default for NAND_MAX_CHIPS. | |
10159 | ||
10160 | This allows the header to be included regardless of whether a board's | |
10161 | config file provides NAND-related defininitions. | |
10162 | ||
10163 | Signed-off-by: Scott Wood <[email protected]> | |
10164 | ||
10165 | commit a8092c021d27f27f4b323b7d49979ca01b3fc19d | |
10166 | Author: Haavard Skinnemoen <[email protected]> | |
10167 | Date: Mon May 26 12:19:10 2008 +0200 | |
10168 | ||
10169 | avr32: Fix theoretical race in udelay() | |
10170 | ||
10171 | If the specified delay is very short, the cycle counter may go past the | |
10172 | "end" time we are waiting for before we get around to reading it. | |
10173 | ||
10174 | Fix it by checking the different between the cycle count "now" and the | |
10175 | cycle count at the beginning. This will work as long as the delay | |
10176 | measured in number of cycles is below 2^31. | |
10177 | ||
10178 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10179 | ||
10180 | commit 48ea623eae8674793372e3e7c95e72e5a44d7a95 | |
10181 | Author: Haavard Skinnemoen <[email protected]> | |
10182 | Date: Wed May 21 13:01:09 2008 +0200 | |
10183 | ||
10184 | avr32: Compile atmel_mci.o conditionally | |
10185 | ||
10186 | Remove #ifdef CONFIG_MMC from the source file and use conditional | |
10187 | compilation in the Makefile instead. | |
10188 | ||
10189 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10190 | ||
10191 | commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0 | |
10192 | Author: Haavard Skinnemoen <[email protected]> | |
10193 | Date: Thu May 22 12:28:25 2008 +0200 | |
10194 | ||
10195 | avr32: Fix wrong error flags in atmel_mci driver | |
10196 | ||
10197 | Make sure we check for CRC errors when sending commands that use CRC | |
10198 | checking. | |
10199 | ||
10200 | Reported-by: Gururaja Hebbar K R <[email protected]> | |
10201 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10202 | ||
10203 | commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49 | |
10204 | Author: Haavard Skinnemoen <[email protected]> | |
10205 | Date: Wed May 21 11:10:59 2008 +0200 | |
10206 | ||
10207 | avr32: Fix two warnings in atmel_mci.c | |
10208 | ||
10209 | The warnings are harmless but annoying. Let's fix them. | |
10210 | ||
10211 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10212 | ||
10213 | commit a23e277c4a3a2bbc42d237aae29da3a8971e757f | |
10214 | Author: Haavard Skinnemoen <[email protected]> | |
10215 | Date: Mon May 19 11:36:28 2008 +0200 | |
10216 | ||
10217 | avr32: Rework SDRAM initialization code | |
10218 | ||
10219 | This cleans up the SDRAM initialization and related code a bit, and | |
10220 | allows faster booting. | |
10221 | ||
10222 | * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h | |
10223 | * Remove memory test from sdram_init() and make caller responsible | |
10224 | for verifying the SDRAM and determining its size. | |
10225 | * Remove base_address member from struct sdram_config (was sdram_info) | |
10226 | * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT | |
10227 | * Add support for a common STK1000 hack: 16MB SDRAM instead of 8. | |
10228 | ||
10229 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10230 | ||
10231 | commit 95107b7c028806919630bf02c653aa8f4f867c94 | |
10232 | Author: Haavard Skinnemoen <[email protected]> | |
10233 | Date: Mon May 19 11:27:37 2008 +0200 | |
10234 | ||
10235 | avr32: Do stricter stack checking in the exception handler | |
10236 | ||
10237 | Don't do a stack dump if the stack pointer is outside the memory area | |
10238 | reserved for stack. | |
10239 | ||
10240 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10241 | ||
10242 | commit caf83ea888a0220f41747d0b7748fa43b4a4bd49 | |
10243 | Author: Haavard Skinnemoen <[email protected]> | |
10244 | Date: Fri May 2 15:32:57 2008 +0200 | |
10245 | ||
10246 | avr32: Use the same entry point for reset and exception handling | |
10247 | ||
10248 | Since the reset vector is always aligned to a very large boundary, we | |
10249 | can save a couple of KB worth of alignment padding by placing the | |
10250 | exception vectors at the same address. | |
10251 | ||
10252 | Deciding which one it is is easy: If we're handling an exception, the | |
10253 | CPU is in Exception mode. If we're starting up after reset, the CPU is | |
10254 | in Supervisor mode. So this adds a very minimal overhead to the reset | |
10255 | path (only executed once) and the exception handling path (normally | |
10256 | never executed at all.) | |
10257 | ||
10258 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10259 | ||
10260 | commit 0c16eed2189a190bd5655b33c029f809a9b31128 | |
10261 | Author: Haavard Skinnemoen <[email protected]> | |
10262 | Date: Fri May 2 15:24:22 2008 +0200 | |
10263 | ||
10264 | avr32: Put memset in its own section | |
10265 | ||
10266 | All C code is compiled with -ffunction-sections -fdata-sections. | |
10267 | Assembly functions should get their own sections as well so that | |
10268 | everything looks consistent. | |
10269 | ||
10270 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10271 | ||
10272 | commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020 | |
10273 | Author: Haavard Skinnemoen <[email protected]> | |
10274 | Date: Fri May 2 15:21:40 2008 +0200 | |
10275 | ||
10276 | avr32: Rename pm_init() as clk_init() and make SoC-specific | |
10277 | ||
10278 | pm_init() was always more about clock initialization than anything | |
10279 | else. Dealing with PLLs, clock gating and such is also inherently | |
10280 | SoC-specific, so move it into a SoC-specific directory. | |
10281 | ||
10282 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10283 | ||
10284 | commit 4f5972c3b2454c22957f2842cfe64ec8118e015b | |
10285 | Author: Haavard Skinnemoen <[email protected]> | |
10286 | Date: Wed Apr 30 16:15:57 2008 +0200 | |
10287 | ||
10288 | avr32: Use new-style Makefile for the at32ap platform | |
10289 | ||
10290 | This makes it easier to avoid compiling certain files later. | |
10291 | ||
10292 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10293 | ||
10294 | commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213 | |
10295 | Author: Haavard Skinnemoen <[email protected]> | |
10296 | Date: Wed Apr 30 14:36:47 2008 +0200 | |
10297 | ||
10298 | avr32: Remove unused file cpu/at32ap/pm.c | |
10299 | ||
10300 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10301 | ||
10302 | commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2 | |
10303 | Author: Haavard Skinnemoen <[email protected]> | |
10304 | Date: Wed Apr 30 14:19:28 2008 +0200 | |
10305 | ||
10306 | avr32: Clean up the HMATRIX code | |
10307 | ||
10308 | Rework the HMATRIX configuration interface so that it becomes easier | |
10309 | to configure the HMATRIX for boards with special needs, and add new | |
10310 | parts. | |
10311 | ||
10312 | The HMATRIX header file has been split into a general, | |
10313 | chip-independent part with register definitions, etc. and a | |
10314 | chip-specific part with SFR bitfield definitions and master/slave | |
10315 | identifiers. | |
10316 | ||
10317 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10318 | ||
10319 | commit 0a2e48792dd372c90b80059f3235e67a567e16fc | |
10320 | Author: Haavard Skinnemoen <[email protected]> | |
10321 | Date: Thu Nov 22 12:14:11 2007 +0100 | |
10322 | ||
10323 | avr32: Add support for the ATSTK1006 board | |
10324 | ||
10325 | This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on | |
10326 | board. It's currently in production and will be available soon. | |
10327 | ||
10328 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10329 | ||
10330 | commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440 | |
10331 | Author: Haavard Skinnemoen <[email protected]> | |
10332 | Date: Tue Apr 29 12:53:05 2008 +0200 | |
10333 | ||
10334 | avr32: Get rid of the .flashprog section | |
10335 | ||
10336 | The .flashprog section was only needed back when we were running | |
10337 | directly from flash, and it's even more useless on NGW100 since it | |
10338 | uses the CFI flash driver which never used this workaround in the | |
10339 | first place. | |
10340 | ||
10341 | Remove it on STK1000 as well, and get rid of all the associated code and | |
10342 | annotations. | |
10343 | ||
10344 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10345 | ||
10346 | commit cdd42c0c7a5205fc380912d83229069a71ea3abf | |
10347 | Author: Haavard Skinnemoen <[email protected]> | |
10348 | Date: Wed Apr 30 13:09:56 2008 +0200 | |
10349 | ||
10350 | avr32: Use correct condition around macb clock accessors | |
10351 | ||
10352 | get_macb_pclk_rate() and get_macb_hclk_rate() should be available when | |
10353 | the chip has a MACB controller, not when it has a USART. | |
10354 | ||
10355 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10356 | ||
10357 | commit f793a3581901ff39c2abb94012d9bbc8573ccf02 | |
10358 | Author: David Brownell <[email protected]> | |
10359 | Date: Wed Apr 16 22:57:58 2008 -0700 | |
10360 | ||
10361 | avr32: Disable the AP7000 internal watchdog on startup | |
10362 | ||
10363 | This patch forces the watchdog off in all cases. That will at least | |
10364 | get rid of the constant reboot cycle, though it won't let the watchdog | |
10365 | actually run in the new kernels: its probe() comes up with a polite | |
10366 | warning. | |
10367 | ||
10368 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10369 | ||
10370 | commit 55ac7a7490b55da56659f95d82a0c83b9756df27 | |
10371 | Author: David Brownell <[email protected]> | |
10372 | Date: Fri Feb 22 12:54:39 2008 -0800 | |
10373 | ||
10374 | avr32: stk1002 and ngw100 convergence | |
10375 | ||
10376 | Make STK1002 and NGW100 boards act more alike: | |
10377 | - STK boards can use as many arguments as NGW | |
10378 | - STK boards don't need to manage FPGAs either | |
10379 | - NGW commands should match STK ones | |
10380 | ||
10381 | Also spell U-Boot right in prompts for STK1002 and NGW100. | |
10382 | ||
10383 | Signed-off-by: David Brownell <[email protected]> | |
10384 | [[email protected]: update STK100[34] as well] | |
10385 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
10386 | ||
10387 | commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54 | |
10388 | Author: Sergei Poselenov <[email protected]> | |
10389 | Date: Tue May 27 13:47:00 2008 +0200 | |
10390 | ||
10391 | Socrates: Fix PCI bus frequency report | |
10392 | ||
10393 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10394 | ||
10395 | commit 791e1dba8de76ad8e762a7badb869f224a1f8b82 | |
10396 | Author: Sergei Poselenov <[email protected]> | |
10397 | Date: Tue May 27 11:49:13 2008 +0200 | |
10398 | ||
10399 | Socrates: Added USB support. | |
10400 | ||
10401 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10402 | ||
10403 | commit 5a904e5637cff1d708dc67098004f83ba9e84c54 | |
10404 | Author: Sergei Poselenov <[email protected]> | |
10405 | Date: Tue May 27 11:35:02 2008 +0200 | |
10406 | ||
10407 | USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO | |
10408 | ||
10409 | In case of several PCI USB controllers on a board this variable | |
10410 | specifys which controller to use. | |
10411 | See doc/README.generic_usb_ohci for details. | |
10412 | ||
10413 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10414 | ||
10415 | commit 2f7468aeba60e1288030a8d007c4e63bd3f13221 | |
10416 | Author: Sergei Poselenov <[email protected]> | |
10417 | Date: Tue May 27 10:36:07 2008 +0200 | |
10418 | ||
10419 | Socrates: add support for DS75 Digital Thermo Sensor on I2C bus. | |
10420 | ||
10421 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10422 | ||
10423 | commit 83e9d7a2614d4006b92690afa3390c291734267e | |
10424 | Author: Sergei Poselenov <[email protected]> | |
10425 | Date: Mon May 26 18:16:04 2008 +0200 | |
10426 | ||
10427 | Socrates: Config file cleanup. | |
10428 | ||
10429 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10430 | ||
10431 | commit 602cac1389b755b223272f2328a47e6f8c240848 | |
10432 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10433 | Date: Sat May 24 12:47:46 2008 +0200 | |
10434 | ||
10435 | MAKEALL: add at91 list | |
10436 | ||
10437 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10438 | ||
10439 | commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0 | |
10440 | Author: Ron Madrid <[email protected]> | |
10441 | Date: Fri May 23 15:37:05 2008 -0700 | |
10442 | ||
10443 | Add Marvell 88E1118 support for TSEC | |
10444 | ||
10445 | Signed-off-by: Ron Madrid <[email protected]> | |
10446 | Signed-off-by: Ben Warren <[email protected]> | |
10447 | ||
10448 | commit 557b377d8bfc8b833b6e749457bcdfa298331a24 | |
10449 | Author: Jens Gehrlein <[email protected]> | |
10450 | Date: Mon May 5 14:06:11 2008 +0200 | |
10451 | ||
10452 | smc911x: add 16 bit support | |
10453 | ||
10454 | Signed-off-by: Jens Gehrlein <[email protected]> | |
10455 | Signed-off-by: Ben Warren <[email protected]> | |
10456 | ||
cd82919e WD |
10457 | commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb |
10458 | Author: Christian Eggers <[email protected]> | |
10459 | Date: Wed May 21 21:29:10 2008 +0200 | |
10460 | ||
10461 | Fix endianess conversion in usb_ohci.c | |
10462 | ||
10463 | Sorry, I forgot this line: | |
10464 | ||
10465 | Signed-off-by: Christian Eggers <[email protected]> | |
10466 | ||
10467 | I think this must be swapped (result may be equal). | |
10468 | ||
01db232d WD |
10469 | commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596 |
10470 | Author: Christian Eggers <[email protected]> | |
10471 | Date: Wed May 21 22:12:00 2008 +0200 | |
10472 | ||
10473 | USB: replace old swap_ with proper endianess conversion macros | |
10474 | ||
10475 | Signed-off-by: Christian Eggers <[email protected]> | |
10476 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
10477 | ||
10478 | commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c | |
10479 | Author: Christian Eggers <[email protected]> | |
10480 | Date: Wed May 21 21:29:10 2008 +0200 | |
10481 | ||
10482 | Fix endianess conversion in usb_ohci.c | |
10483 | ||
10484 | Signed-off-by: Christian Eggers <[email protected]> | |
10485 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
10486 | ||
10487 | commit 477434c63c2ea5baa5c6c4e43500786f436511ff | |
10488 | Author: Sergei Poselenov <[email protected]> | |
10489 | Date: Thu May 22 01:15:53 2008 +0200 | |
10490 | ||
10491 | USB: add support for multiple PCI OHCI controllers | |
10492 | ||
10493 | Add new configuration variable CONFIG_PCI_OHCI_DEVNO. | |
10494 | In case of several PCI USB controllers on a board this variable | |
10495 | specifys which controller to use. | |
10496 | ||
10497 | Also add USB support for sokrates board. | |
10498 | ||
10499 | See doc/README.generic_usb_ohci for details. | |
10500 | ||
10501 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10502 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
10503 | ||
10504 | commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77 | |
10505 | Author: Wolfgang Denk <[email protected]> | |
10506 | Date: Wed May 21 16:56:08 2008 +0200 | |
10507 | ||
10508 | Fix some whitespace issues | |
10509 | ||
10510 | introduced by 53677ef18 "Big white-space cleanup." | |
10511 | ||
10512 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10513 | ||
10514 | commit 4416603aeb06861b468b06a981e52c3ff805db7b | |
10515 | Author: York Sun <[email protected]> | |
10516 | Date: Mon May 12 14:36:39 2008 -0500 | |
10517 | ||
10518 | Make ads5121 out-of-tree compiling safe | |
10519 | ||
10520 | Reuse the existing DIU driver in board/freescale/common. | |
10521 | ||
10522 | Signed-off-by: York Sun <[email protected]> | |
10523 | ||
10524 | commit 0e1bad47cd345c76c91a64caf41011e431b62599 | |
10525 | Author: York Sun <[email protected]> | |
10526 | Date: Mon May 5 10:20:01 2008 -0500 | |
10527 | ||
10528 | Adding DIU support for Freescale 5121ADS | |
10529 | ||
10530 | Add DIU and cfb console support to FSL 5121ADS board. | |
10531 | ||
10532 | Use #define CONFIG_VIDEO in config file to enable fb console. | |
10533 | ||
10534 | Signed-off-by: York Sun <[email protected]> | |
10535 | ||
10536 | commit a48ff68d235e671176f6b496c44246dbe5e0a93f | |
10537 | Author: York Sun <[email protected]> | |
10538 | Date: Mon May 5 10:20:00 2008 -0500 | |
10539 | ||
10540 | Replace DPRINTF with debug | |
10541 | ||
10542 | Remove DPRINTF macro and replace it with generic debug macro. | |
10543 | ||
10544 | Signed-off-by: York Sun <[email protected]> | |
10545 | ||
10546 | commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d | |
10547 | Author: York Sun <[email protected]> | |
10548 | Date: Mon May 5 10:19:59 2008 -0500 | |
10549 | ||
10550 | Move pixel clock setting to board file | |
10551 | ||
10552 | The clock divider has different format in 5121 and 8610. This patch moves it to | |
10553 | board specific code. | |
10554 | ||
10555 | Signed-off-by: York Sun <[email protected]> | |
10556 | ||
10557 | commit 53677ef18e25c97ac613349087c5cb33ae5a2741 | |
10558 | Author: Wolfgang Denk <[email protected]> | |
10559 | Date: Tue May 20 16:00:29 2008 +0200 | |
10560 | ||
10561 | Big white-space cleanup. | |
10562 | ||
10563 | This commit gets rid of a huge amount of silly white-space issues. | |
10564 | Especially, all sequences of SPACEs followed by TAB characters get | |
10565 | removed (unless they appear in print statements). | |
10566 | ||
10567 | Also remove all embedded "vim:" and "vi:" statements which hide | |
10568 | indentation problems. | |
10569 | ||
10570 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10571 | ||
10572 | commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b | |
10573 | Author: Sergei Poselenov <[email protected]> | |
10574 | Date: Thu May 8 17:46:23 2008 +0200 | |
10575 | ||
10576 | socrates: fix second TSEC configuration (it is actually TSEC3) | |
10577 | ||
10578 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10579 | ||
10580 | commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f | |
10581 | Author: Sergei Poselenov <[email protected]> | |
10582 | Date: Thu May 8 14:17:08 2008 +0200 | |
10583 | ||
10584 | Fixed reset for socrates | |
10585 | ||
10586 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10587 | ||
10588 | commit e18575d5f589a62e19c70d471d4b4e27cad3af56 | |
10589 | Author: Sergei Poselenov <[email protected]> | |
10590 | Date: Wed May 7 15:10:49 2008 +0200 | |
10591 | ||
10592 | socrates: changes to support FDT | |
10593 | ||
10594 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10595 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10596 | ||
10597 | commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0 | |
10598 | Author: Sergei Poselenov <[email protected]> | |
10599 | Date: Wed Apr 30 11:42:50 2008 +0200 | |
10600 | ||
10601 | Initial support for "Socrates" board | |
10602 | ||
10603 | Signed-off-by: Sergei Poselenov <[email protected]> | |
10604 | ||
10605 | commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b | |
10606 | Author: Yuri Tikhonov <[email protected]> | |
10607 | Date: Thu May 8 15:46:42 2008 +0200 | |
10608 | ||
10609 | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. | |
10610 | ||
10611 | This way we become able to utilize the full post_log_word for POST | |
10612 | activities (overwise, POST ECC, which has 0x8000 ID, could be | |
10613 | erroneously treated as started in post_output_backlog() even if there | |
10614 | was actually no POST ECC run (because of OCM POST failure, for | |
10615 | example). | |
10616 | ||
10617 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10618 | ||
10619 | commit 7845d49094c81321021b50a4dbb8864d2f3777e4 | |
10620 | Author: Yuri Tikhonov <[email protected]> | |
10621 | Date: Thu May 8 15:46:02 2008 +0200 | |
10622 | ||
10623 | POST: mark OCM test as POST_STOP | |
10624 | ||
10625 | Signed-off-by: Ilya Yanok <[email protected]> | |
10626 | ||
10627 | commit 28a385065882d6cb6ac5f443311ff87887ed7c13 | |
10628 | Author: Yuri Tikhonov <[email protected]> | |
10629 | Date: Thu May 8 15:45:26 2008 +0200 | |
10630 | ||
10631 | POST: add POST_STOP flag | |
10632 | ||
10633 | Don't run futher tests in case of a test fails that is marked as | |
10634 | POST_STOP. | |
10635 | ||
10636 | Signed-off-by: Ilya Yanok <[email protected]> | |
10637 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10638 | ||
10639 | commit a525145d8110d15b4389d23c3ea8a78f22509d3f | |
10640 | Author: Yuri Tikhonov <[email protected]> | |
10641 | Date: Thu May 8 15:44:16 2008 +0200 | |
10642 | ||
10643 | POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround) | |
10644 | ||
10645 | Switch the OCM testid with the codec one. The reason is that current | |
10646 | implementation requires the POST_ROM testid to fit into lower 16 | |
10647 | bits, and the codec test will never run with POST_ROM hopefully. | |
10648 | ||
10649 | Signed-off-by: Ilya Yanok <[email protected]> | |
10650 | ||
10651 | commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd | |
10652 | Author: Yuri Tikhonov <[email protected]> | |
10653 | Date: Thu May 8 15:43:28 2008 +0200 | |
10654 | ||
10655 | lwmon5: enable OCM post test on lwmon5 board | |
10656 | ||
10657 | Signed-off-by: Ilya Yanok <[email protected]> | |
10658 | ||
10659 | commit 6e8ec682268493b8d098f99e17b1ce71b4448977 | |
10660 | Author: Yuri Tikhonov <[email protected]> | |
10661 | Date: Thu May 8 15:42:47 2008 +0200 | |
10662 | ||
10663 | POST: OCM test added. | |
10664 | ||
10665 | Added OCM test to POST layer. This version runs before all other tests | |
10666 | but doesn't yet interrupt post sequence on failure. | |
10667 | ||
10668 | Signed-off-by: Ilya Yanok <[email protected]> | |
10669 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10670 | ||
10671 | commit 6891260bdd935a382c95d9fa333922b0dfded68a | |
10672 | Author: Yuri Tikhonov <[email protected]> | |
10673 | Date: Thu May 8 15:40:39 2008 +0200 | |
10674 | ||
10675 | POST: typo fix | |
10676 | ||
10677 | Signed-off-by: Ilya Yanok <[email protected]> | |
10678 | ||
10679 | commit 727f63334676e760877d43bfb8f0e9331ac8b101 | |
10680 | Author: Hebbar <[email protected]> | |
10681 | Date: Tue May 20 02:16:36 2008 -0700 | |
10682 | ||
10683 | common/usb.c: fix incorrect escape sequence | |
10684 | ||
10685 | Signed off by: Gururaja Hebbar <[email protected]> | |
10686 | ||
10687 | commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa | |
10688 | Author: York Sun <[email protected]> | |
10689 | Date: Thu May 15 15:26:27 2008 -0500 | |
10690 | ||
10691 | Fix 8313ERDB board configuration | |
10692 | ||
10693 | Change LCRR clock ratio from 2 to 4 to commodate VSC7385. | |
10694 | Correct TSEC1 vs TSEC2 assignment. | |
10695 | Define ETHADDR and ETH1ADDR always. | |
10696 | ||
10697 | Signed-off-by: York Sun <[email protected]> | |
10698 | Signed-off-by: Timur Tabi <[email protected]> | |
10699 | ||
10700 | commit 2c289e320dcfb3760e99cf1d765cb067194a1202 | |
10701 | Author: Jon Loeliger <[email protected]> | |
10702 | Date: Mon May 19 09:47:25 2008 -0500 | |
10703 | ||
10704 | mpc86xx: Removed unused and unconfigured memory test code. | |
10705 | ||
10706 | Besides, other common code exists. | |
10707 | ||
10708 | Signed-off-by: Jon Loeliger <[email protected]> | |
10709 | ||
10710 | commit 180a90abdae72587c0f679edf8991455e559440d | |
10711 | Author: Wolfgang Denk <[email protected]> | |
10712 | Date: Mon May 19 12:47:11 2008 +0200 | |
10713 | ||
10714 | Release v1.3.3 | |
10715 | ||
10716 | Update CHANGELOG for release. | |
10717 | ||
10718 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10719 | ||
180a90ab WD |
10720 | commit 16bedc661de0dae767b1377d8413373a3fbcfa79 |
10721 | Author: Stefan Roese <[email protected]> | |
10722 | Date: Mon May 19 07:14:38 2008 +0200 | |
10723 | ||
10724 | ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection | |
10725 | ||
10726 | When SATA is selected (via jumper J6) we need to disable the first PCIe | |
10727 | node in the device tree, so that Linux doesn't initialize it. Otherwise | |
10728 | the Linux SATA driver will fail to detect the devices. | |
10729 | ||
10730 | The same goes the other way around too. So if PCIe is selected we need | |
10731 | to disable the SATA node in the device tree. | |
10732 | ||
10733 | This is because PCIe port 0 and SATA on 460EX share the same pins | |
10734 | (multiplexed) and we have to configure in U-Boot which peripheral is | |
10735 | enabled. | |
10736 | ||
10737 | Signed-off-by: Stefan Roese <[email protected]> | |
10738 | ||
10739 | commit 3cc27b426aeefe2930f911692e9df3143fb2565f | |
10740 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10741 | Date: Sun May 18 19:09:58 2008 +0200 | |
10742 | ||
10743 | i386: Fix multiple definitions of __show_boot_progress | |
10744 | ||
10745 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10746 | ||
10747 | commit 311f3446930c1e64c12026c1cfd00500b05be52d | |
10748 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10749 | Date: Sun May 18 19:09:57 2008 +0200 | |
10750 | ||
10751 | sc530_spunk: add missing SOBJS entry | |
10752 | ||
10753 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10754 | ||
10755 | commit a559317143b4f95927b08cd388707e6f077e95fa | |
10756 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10757 | Date: Sun May 18 19:09:56 2008 +0200 | |
10758 | ||
10759 | sc520_spunk: Fix flash | |
10760 | ||
10761 | flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
10762 | flash.c:398: error: label at end of compound statement | |
10763 | ||
10764 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10765 | ||
10766 | commit 91f221317af64191ee8caf303ea9305943158691 | |
10767 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10768 | Date: Sun May 18 19:09:49 2008 +0200 | |
10769 | ||
10770 | drivers/pcmcia: add missing i82365 | |
10771 | ||
10772 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10773 | ||
10774 | commit dd223944132f97ffa52977ea95e5a52428f5cc2f | |
10775 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10776 | Date: Sun May 18 19:09:47 2008 +0200 | |
10777 | ||
10778 | i386/bootm: remove unused var | |
10779 | ||
10780 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10781 | ||
10782 | commit a9da341df19b32ad2ecb58ce529f7e4fada7814e | |
10783 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10784 | Date: Sun May 18 19:09:45 2008 +0200 | |
10785 | ||
10786 | example/gitignore: update with all generated examples | |
10787 | ||
10788 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10789 | ||
10790 | commit a38dc3ea8614f8b0c41e432b445a9959b9711295 | |
10791 | Author: Wolfgang Denk <[email protected]> | |
10792 | Date: Thu May 15 00:42:45 2008 +0200 | |
10793 | ||
10794 | TQM8272: fix out-of-tree building | |
10795 | ||
10796 | ...and add to MAKEALL script | |
10797 | ||
10798 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10799 | ||
10800 | commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf | |
10801 | Author: Wolfgang Denk <[email protected]> | |
10802 | Date: Wed May 14 23:34:53 2008 +0200 | |
10803 | ||
10804 | environment: fix bug introduced by commit a8409f4f1ac8 | |
10805 | ||
10806 | env_get_char is not a function, but a pointer to one. | |
10807 | ||
10808 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10809 | ||
01db232d WD |
10810 | commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf |
10811 | Author: Gary Jennejohn <[email protected]> | |
10812 | Date: Wed May 14 13:39:22 2008 +0200 | |
10813 | ||
10814 | ppc4xx: QUAD100HD: Allow the environment to be put into flash. | |
10815 | ||
10816 | After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also | |
10817 | use a redundant environment. | |
10818 | ||
10819 | Signed-off-by: Gary Jennejohn <[email protected]> | |
10820 | ||
180a90ab WD |
10821 | commit cda2a4a9961fd4341b7db305cb22fc05957e8b77 |
10822 | Author: Wolfgang Denk <[email protected]> | |
10823 | Date: Wed May 14 13:55:30 2008 +0200 | |
10824 | ||
10825 | Fix config files for out-of-tree building | |
10826 | ||
10827 | Several board/<...>/config.mk files include dynamically built (by | |
10828 | the Makefile) config files but used the wrong file name of | |
10829 | $(TOPDIR)/board/$(BOARDDIR)/config.tmp | |
10830 | instead if the correct | |
10831 | $(OBJTREE)/board/$(BOARDDIR)/config.tmp | |
10832 | ||
10833 | The bug is nasty because the build result is correct for the (normal) | |
10834 | in-tree builds, and because 'sinclude' is used no errors get raised | |
10835 | even for out-of-tree build tests. But out-of-tree builds use an | |
10836 | incomplete and thus usually incorrect configuration... | |
10837 | ||
10838 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10839 | ||
10840 | commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8 | |
10841 | Author: Stefan Roese <[email protected]> | |
10842 | Date: Wed May 14 13:40:03 2008 +0200 | |
10843 | ||
10844 | ppc4xx: Fix bogus Canyonlands config.mk | |
10845 | ||
10846 | This patch fixes the canyonlands config.mk file to enable correct | |
10847 | out-of-tree builds. Thanks to Wolfgang Denk for spotting this. | |
10848 | ||
10849 | Signed-off-by: Stefan Roese <[email protected]> | |
10850 | ||
10851 | commit fdd1247a66d788a3446244f6fde9955a93c26322 | |
10852 | Author: Stefan Roese <[email protected]> | |
10853 | Date: Wed May 14 10:32:32 2008 +0200 | |
10854 | ||
10855 | ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build | |
10856 | ||
10857 | Canyonlands has a file ddr2_fixed.c which needs special treatment when | |
10858 | building in separate directory. It has to be linked to build directory | |
10859 | otherwise it is not seen. | |
10860 | ||
10861 | Signed-off-by: Stefan Roese <[email protected]> | |
10862 | ||
10863 | commit a8409f4f1ac84c36273c1a1e341189662521bcfb | |
10864 | Author: Wolfgang Denk <[email protected]> | |
10865 | Date: Wed May 14 12:22:49 2008 +0200 | |
10866 | ||
10867 | environment: cleanup prototype declarations of env functions. | |
10868 | ||
10869 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10870 | ||
10871 | commit cf39b07948015c480b72a6e732cf7d839aa93a9e | |
10872 | Author: Wolfgang Denk <[email protected]> | |
10873 | Date: Wed May 14 12:21:48 2008 +0200 | |
10874 | ||
10875 | linkstation_HGLAN: Fix out of tree building. | |
10876 | ||
10877 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10878 | ||
10879 | commit 085551c05ca09e6c491ea11a1c6727a36776a545 | |
10880 | Author: Stefan Roese <[email protected]> | |
10881 | Date: Wed May 14 10:32:32 2008 +0200 | |
10882 | ||
10883 | ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build | |
10884 | ||
10885 | Canyonlands has a file ddr2_fixed.c which needs special treatment when | |
10886 | building in separate directory. It has to be linked to build directory | |
10887 | otherwise it is not seen. | |
10888 | ||
10889 | Signed-off-by: Stefan Roese <[email protected]> | |
10890 | ||
10891 | commit 1510b82d50615f344e89d42533e8224cce067dc0 | |
10892 | Author: Wolfgang Denk <[email protected]> | |
10893 | Date: Tue May 13 23:15:52 2008 +0200 | |
10894 | ||
10895 | Makefile: fix "error: version_autogenerated.h: No such file or directory" | |
10896 | ||
10897 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10898 | ||
01db232d WD |
10899 | commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4 |
10900 | Author: Stelian Pop <[email protected]> | |
10901 | Date: Tue May 13 17:31:24 2008 +0200 | |
10902 | ||
10903 | Cleanup nand_info[] declaration. | |
10904 | ||
10905 | The nand_info array is declared as extern in several .c files. | |
10906 | Those days, nand.h contains a reference to the array, so there is | |
10907 | no need to declare it elsewhere. | |
10908 | ||
10909 | Signed-off-by: Stelian Pop <[email protected]> | |
10910 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10911 | ||
180a90ab WD |
10912 | commit 70fab1908fc1734a403711eaabbef546bc4b77dc |
10913 | Author: Stefan Roese <[email protected]> | |
10914 | Date: Tue May 13 20:22:01 2008 +0200 | |
10915 | ||
10916 | ppc4xx: Add 405EX(r) revision C PVR definitions and detection code | |
10917 | ||
10918 | Signed-off-by: Stefan Roese <[email protected]> | |
10919 | ||
10920 | commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6 | |
10921 | Author: Wolfgang Denk <[email protected]> | |
10922 | Date: Mon May 12 01:11:21 2008 +0200 | |
10923 | ||
10924 | Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option" | |
10925 | ||
10926 | This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 | |
10927 | which broke many PowerPC boards. | |
10928 | ||
10929 | commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc | |
10930 | Author: Wolfgang Denk <[email protected]> | |
10931 | Date: Mon May 12 00:56:28 2008 +0200 | |
10932 | ||
10933 | Revert "Avoid initrd and logbuffer area overlaps" | |
10934 | ||
10935 | This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888 | |
10936 | which breaks building on all PPC boards that don't use a log buffer. | |
10937 | ||
10938 | commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b | |
10939 | Author: Nick Spence <[email protected]> | |
10940 | Date: Sat May 10 14:02:04 2008 -0700 | |
10941 | ||
10942 | Fix offset calculation for multi-type legacy images. | |
10943 | ||
10944 | Calculation of tail was incorrect when size % 4 == 0. | |
10945 | ||
10946 | New code removes the conditional and does the same thing but with arithmetic | |
10947 | ||
10948 | Signed-off-by: Nick Spence <[email protected]> | |
10949 | ||
10950 | commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4 | |
10951 | Author: Wolfgang Denk <[email protected]> | |
10952 | Date: Mon May 12 00:40:58 2008 +0200 | |
10953 | ||
10954 | Revert "Change env_get_char from a global function ptr to a function." | |
10955 | ||
10956 | This reverts commit c0559be371b2a64b1a817088c3308688e2182f93 | |
10957 | which is known to break booting from dataflash and NAND. | |
10958 | ||
10959 | commit 20e5ed137483823aaea5178169f3b144c7a4d9e0 | |
10960 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10961 | Date: Sun May 11 23:13:57 2008 +0200 | |
10962 | ||
10963 | API: remove duplicate syscall check | |
10964 | ||
10965 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10966 | ||
01db232d WD |
10967 | commit 67e3beb52c320b0a31cf030716c99392cde2d532 |
10968 | Author: Stelian Pop <[email protected]> | |
10969 | Date: Fri May 9 21:46:51 2008 +0200 | |
10970 | ||
10971 | AT91: Cleanup unused config header file definitions. | |
10972 | ||
10973 | CONFIG_ENV_OVERWRITE is commented out in the config header files, | |
10974 | so let's cleanup the files by removing the whole definition. | |
10975 | ||
10976 | Signed-off-by: Stelian Pop <[email protected]> | |
10977 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10978 | ||
10979 | commit 19883aede2ac0a522493bfb2b35a7dbb200071b1 | |
10980 | Author: Stelian Pop <[email protected]> | |
10981 | Date: Thu May 8 14:52:34 2008 +0200 | |
10982 | ||
10983 | Support AT91CAP9 revC CPUs | |
10984 | ||
10985 | The AT91CAP9 revC CPU has a few differences over the previous, | |
10986 | revB CPU which was distributed in small quantities only (revA was | |
10987 | an internal Atmel product only). | |
10988 | ||
10989 | The revC silicon needs a special initialisation sequence to | |
10990 | switch from the internal (imprecise) RC oscillator to the | |
10991 | external 32k clock. | |
10992 | ||
10993 | Signed-off-by: Stelian Pop <[email protected]> | |
10994 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10995 | ||
10996 | commit 098b7b4b441b12c2a64dd517930f43c793542759 | |
10997 | Author: Stelian Pop <[email protected]> | |
10998 | Date: Thu May 8 14:52:33 2008 +0200 | |
10999 | ||
11000 | Use custom logo for Atmel boards | |
11001 | ||
11002 | This patch adds a custom vendor logo for the Atmel AT91 boards. | |
11003 | ||
11004 | Signed-off-by: Stelian Pop <[email protected]> | |
11005 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11006 | ||
11007 | commit 761c70b80cdd3bead40146b96a8e713d6ae01632 | |
11008 | Author: Stelian Pop <[email protected]> | |
11009 | Date: Thu May 8 14:52:32 2008 +0200 | |
11010 | ||
11011 | AT91SAM9RLEK: hook up the ATMEL LCD driver | |
11012 | ||
11013 | This patch makes the necessary adaptations (PIO configurations and | |
11014 | defines in config header file) to hook up the Atmel LCD driver to the | |
11015 | AT91SAM9RLEK board. | |
11016 | ||
11017 | Signed-off-by: Stelian Pop <[email protected]> | |
11018 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11019 | ||
11020 | commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f | |
11021 | Author: Stelian Pop <[email protected]> | |
11022 | Date: Thu May 8 14:52:31 2008 +0200 | |
11023 | ||
11024 | AT91SAM9263EK: hook up the ATMEL LCD driver | |
11025 | ||
11026 | This patch makes the necessary adaptations (PIO configurations and | |
11027 | defines in config header file) to hook up the Atmel LCD driver to the | |
11028 | AT91SAM9263EK board. | |
11029 | ||
11030 | Signed-off-by: Stelian Pop <[email protected]> | |
11031 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11032 | ||
11033 | commit 820f2a958325061a446115f3035e48e4726b3390 | |
11034 | Author: Stelian Pop <[email protected]> | |
11035 | Date: Thu May 8 14:52:30 2008 +0200 | |
11036 | ||
11037 | AT91SAM9261EK: hook up the ATMEL LCD driver | |
11038 | ||
11039 | This patch makes the necessary adaptations (PIO configurations and | |
11040 | defines in config header file) to hook up the Atmel LCD driver to the | |
11041 | AT91SAM9261EK board. | |
11042 | ||
11043 | Signed-off-by: Stelian Pop <[email protected]> | |
11044 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11045 | ||
11046 | commit c139b17d20c8371c1e0a8d7fb27c11050cf86304 | |
11047 | Author: Stelian Pop <[email protected]> | |
11048 | Date: Thu May 8 14:52:29 2008 +0200 | |
11049 | ||
11050 | AT91CAP9ADK: hook up the ATMEL LCD driver | |
11051 | ||
11052 | This patch makes the necessary adaptations (PIO configurations and | |
11053 | defines in config header file) to hook up the Atmel LCD driver to the | |
11054 | AT91CAP9ADK board. | |
11055 | ||
11056 | Signed-off-by: Stelian Pop <[email protected]> | |
11057 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11058 | ||
11059 | commit 39cf480484fcce5c04a590ee1c30be0c17b02c34 | |
11060 | Author: Stelian Pop <[email protected]> | |
11061 | Date: Fri May 9 21:57:18 2008 +0200 | |
11062 | ||
11063 | Add ATMEL LCD driver | |
11064 | ||
11065 | This patch adds support for the ATMEL LCDC driver which is used on some | |
11066 | AT91 and AVR platforms. | |
11067 | ||
11068 | Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and | |
11069 | AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy. | |
11070 | ||
11071 | Signed-off-by: Stelian Pop <[email protected]> | |
11072 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11073 | ||
11074 | commit 2118ebb44dc40f8117c94950fd95799a9ef821b2 | |
11075 | Author: Stelian Pop <[email protected]> | |
11076 | Date: Thu May 8 18:52:25 2008 +0200 | |
11077 | ||
11078 | AT91SAM9RLEK support | |
11079 | ||
11080 | This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK | |
11081 | board. | |
11082 | ||
11083 | Signed-off-by: Stelian Pop <[email protected]> | |
11084 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11085 | ||
11086 | commit 8e429b3eee23927c1222679f6b6f53667b21595c | |
11087 | Author: Stelian Pop <[email protected]> | |
11088 | Date: Thu May 8 18:52:23 2008 +0200 | |
11089 | ||
11090 | AT91SAM9263EK support | |
11091 | ||
11092 | This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK | |
11093 | board. | |
11094 | ||
11095 | Signed-off-by: Stelian Pop <[email protected]> | |
11096 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11097 | ||
11098 | commit d99a8ff66d8ae87e5c87590ed2e4ead629540607 | |
11099 | Author: Stelian Pop <[email protected]> | |
11100 | Date: Thu May 8 20:52:22 2008 +0200 | |
11101 | ||
11102 | AT91SAM9261EK support | |
11103 | ||
11104 | This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK | |
11105 | board. | |
11106 | ||
11107 | Signed-off-by: Stelian Pop <[email protected]> | |
11108 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11109 | ||
11110 | commit 86c8c8a414988c50104a3b02c29f50af2be738c0 | |
11111 | Author: Stelian Pop <[email protected]> | |
11112 | Date: Thu May 8 20:52:21 2008 +0200 | |
11113 | ||
11114 | AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND | |
11115 | ||
11116 | This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND | |
11117 | in order to cope with the changes in DataFlash partitionning scheme | |
11118 | (cset c3a60cb3). | |
11119 | ||
11120 | Signed-off-by: Stelian Pop <[email protected]> | |
11121 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11122 | ||
11123 | commit 96996ac25d5222611a8888968db6e53a6d3726da | |
11124 | Author: Stelian Pop <[email protected]> | |
11125 | Date: Thu May 8 20:52:20 2008 +0200 | |
11126 | ||
11127 | AT91SAM9260EK: Normalize BOOTARGS | |
11128 | ||
11129 | This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from | |
11130 | DataFlash or from NAND), and gives to Linux a fully specified mtdparts | |
11131 | variable. | |
11132 | ||
11133 | Signed-off-by: Stelian Pop <[email protected]> | |
11134 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11135 | ||
11136 | commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a | |
11137 | Author: Stelian Pop <[email protected]> | |
11138 | Date: Thu May 8 20:52:19 2008 +0200 | |
11139 | ||
11140 | AT91SAM9260EK: Normalize SPI timings | |
11141 | ||
11142 | This patch changes the SPI timings to closely match the ones | |
11143 | used by the Linux kernel and the Atmel's own bootstrap project. | |
11144 | ||
11145 | Signed-off-by: Stelian Pop <[email protected]> | |
11146 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11147 | ||
11148 | commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935 | |
11149 | Author: Stelian Pop <[email protected]> | |
11150 | Date: Thu May 8 20:52:18 2008 +0200 | |
11151 | ||
11152 | AT91SAM9260EK: Handle 8 or 16 bit NAND | |
11153 | ||
11154 | The Atmel boards can handle 8 or 16 bit NAND memories. This patch | |
11155 | makes the support configurable in the board config header file | |
11156 | (CFG_NAND_DBW_8 or CFG_NAND_DBW_16). | |
11157 | ||
11158 | Signed-off-by: Stelian Pop <[email protected]> | |
11159 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11160 | ||
11161 | commit ab52640fc01624e208424e527af0b7b3a5a65a12 | |
11162 | Author: Stelian Pop <[email protected]> | |
11163 | Date: Thu May 8 20:52:17 2008 +0200 | |
11164 | ||
11165 | AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND | |
11166 | ||
11167 | This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND | |
11168 | in order to cope with the changes in DataFlash partitionning scheme | |
11169 | (cset c3a60cb3). | |
11170 | ||
11171 | Signed-off-by: Stelian Pop <[email protected]> | |
11172 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11173 | ||
11174 | commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270 | |
11175 | Author: Stelian Pop <[email protected]> | |
11176 | Date: Thu May 8 20:52:16 2008 +0200 | |
11177 | ||
11178 | AT91CAP9ADK: Normalize BOOTARGS | |
11179 | ||
11180 | This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from | |
11181 | DataFlash or from NAND), and gives to Linux a fully specified mtdparts | |
11182 | variable. | |
11183 | ||
11184 | Signed-off-by: Stelian Pop <[email protected]> | |
11185 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11186 | ||
11187 | commit 93da48b910511911ce110656e17ed733c8ac4c45 | |
11188 | Author: Stelian Pop <[email protected]> | |
11189 | Date: Thu May 8 20:52:15 2008 +0200 | |
11190 | ||
11191 | AT91CAP9ADK: Normalize SPI timings | |
11192 | ||
11193 | This patch changes the SPI timings to closely match the ones | |
11194 | used by the Linux kernel and the Atmel's own bootstrap project. | |
11195 | ||
11196 | Signed-off-by: Stelian Pop <[email protected]> | |
11197 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11198 | ||
11199 | commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0 | |
11200 | Author: Stelian Pop <[email protected]> | |
11201 | Date: Thu May 8 20:52:14 2008 +0200 | |
11202 | ||
11203 | AT91CAP9ADK: Handle 8 or 16 bit NAND | |
11204 | ||
11205 | The Atmel boards can handle 8 or 16 bit NAND memories. This patch | |
11206 | makes the support configurable in the board config header file | |
11207 | (CFG_NAND_DBW_8 or CFG_NAND_DBW_16). | |
11208 | ||
11209 | Signed-off-by: Stelian Pop <[email protected]> | |
11210 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11211 | ||
11212 | commit 11b162bae058e96c7929e358d4adff2bee6c2cc4 | |
11213 | Author: Stelian Pop <[email protected]> | |
11214 | Date: Thu May 8 20:52:13 2008 +0200 | |
11215 | ||
11216 | Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms | |
11217 | ||
11218 | All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch | |
11219 | below avoids the duplication of u-boot.lds by putting the file in the | |
11220 | cpu directory instead of the board one. | |
11221 | ||
11222 | Signed-off-by: Stelian Pop <[email protected]> | |
11223 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11224 | ||
11225 | commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece | |
11226 | Author: Stelian Pop <[email protected]> | |
11227 | Date: Thu May 8 20:52:12 2008 +0200 | |
11228 | ||
11229 | Add proper copyright notices in Atmel boards Makefiles | |
11230 | ||
11231 | The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete | |
11232 | copyright notice. This patch adds the missing pieces. | |
11233 | ||
11234 | Signed-off-by: Stelian Pop <[email protected]> | |
11235 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11236 | ||
11237 | commit e817a042cef6164bf26fee86f90326f2ec9e6745 | |
11238 | Author: Stelian Pop <[email protected]> | |
11239 | Date: Thu May 8 20:52:11 2008 +0200 | |
11240 | ||
11241 | Add copyright information in Atmel boards partition.c | |
11242 | ||
11243 | When Ulf did the dataflash.c cleanup, he didn't add his copyright on | |
11244 | the new created files. This patch fixes the problem. | |
11245 | ||
11246 | Signed-off-by: Stelian Pop <[email protected]> | |
11247 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11248 | ||
11249 | commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19 | |
11250 | Author: Stelian Pop <[email protected]> | |
11251 | Date: Thu May 8 20:52:10 2008 +0200 | |
11252 | ||
11253 | Update origin and copyright information in arch-at91sam9 header files | |
11254 | ||
11255 | When doing the AT91CAP9/AT91SAM9 port, a number of header files were | |
11256 | copied from the Linux kernel sources. This patch explicitly specifies | |
11257 | this origin for all the copied headers, and for those missing copyright | |
11258 | information, adds it. | |
11259 | ||
11260 | Additionaly, the header file 'at91sam926x_mc.h' has been superceeded | |
11261 | in the latest kernel sources by 'at91sam9_smc.h'. | |
11262 | ||
11263 | The copyright information has been confirmed by the AT91 Linux kernel | |
11264 | maintainer, Andrew Victor <[email protected]>. | |
11265 | ||
11266 | Signed-off-by: Stelian Pop <[email protected]> | |
11267 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11268 | ||
180a90ab WD |
11269 | commit 79dd1712689d6a5031d7cbff54957049680751c7 |
11270 | Author: Markus Klotzbücher <[email protected]> | |
11271 | Date: Thu May 8 16:00:55 2008 +0200 | |
11272 | ||
11273 | ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config | |
11274 | ||
11275 | When using dhcp/bootp the "netmask" environment variable is not set | |
11276 | because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is | |
11277 | desireable, so the following patch adds this this option to the board | |
11278 | config. | |
11279 | ||
11280 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
11281 | Signed-off-by: Stefan Roese <[email protected]> | |
11282 | ||
11283 | commit 869d14b4cc2e47de2ddcb117bad0407a44436684 | |
11284 | Author: Stefan Roese <[email protected]> | |
11285 | Date: Sat May 10 10:30:36 2008 +0200 | |
11286 | ||
11287 | ppc4xx: Update Makalu defconfig to use device-tree booting as default | |
11288 | ||
11289 | This patch reworks the default environment on Makalu. Now "net_nfs" for | |
11290 | example uses the device-tree style booting formerly know as "net_nfs_fdt". | |
11291 | Also the addresses in RAM were changed because of the new image booting | |
11292 | support, which check for image overwriting. So the addresses needed to | |
11293 | get adjusted. | |
11294 | ||
11295 | Signed-off-by: Stefan Roese <[email protected]> | |
11296 | ||
11297 | commit f3612a7b199cab3942f60d9c1392eb39d58cc699 | |
11298 | Author: Becky Bruce <[email protected]> | |
11299 | Date: Wed May 7 13:28:16 2008 -0500 | |
11300 | ||
11301 | PPC: fix map_physmem build warning | |
11302 | ||
11303 | map_physmem currently generates a warning when CONFIG_PHYS_64BIT is | |
11304 | enabled. This quiets the warning. | |
11305 | ||
11306 | Signed-off-by: Becky Bruce <[email protected]> | |
11307 | ||
11308 | commit 36f32675f40292002ee1fed252c180a43022d2d4 | |
11309 | Author: Becky Bruce <[email protected]> | |
11310 | Date: Wed May 7 13:24:57 2008 -0500 | |
11311 | ||
11312 | Update pci code to use phys_addr_t | |
11313 | ||
11314 | Physical addrs need to be represented by phys_addr_t, not | |
11315 | unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT | |
11316 | are going to fail mightily. | |
11317 | ||
11318 | Signed-off-by: Becky Bruce <[email protected]> | |
11319 | ||
11320 | commit 91a616741fc128cdb88f39bddcd4d72fe17466d0 | |
11321 | Author: Nick Spence <[email protected]> | |
11322 | Date: Thu May 8 22:32:22 2008 -0700 | |
11323 | ||
11324 | Support legacy multi-type images without FDT section. | |
11325 | ||
11326 | This patch enables legacy multi-type images containing only a Linux kernel | |
11327 | and root file system to be loaded, maintaining compatibility with previous | |
11328 | versions of u-boot. | |
11329 | ||
11330 | This is required when using old image files such as a Linux 2.4 kernel / | |
11331 | filesystem. | |
11332 | ||
11333 | Signed-off-by: Nick Spence <[email protected]> | |
11334 | Acked-by: Bartlomiej Sieka <[email protected]> | |
11335 | ||
11336 | commit 881031d9732783b7aeae2198fc7eb480ae8974a6 | |
11337 | Author: Wolfgang Denk <[email protected]> | |
11338 | Date: Sat May 10 00:38:02 2008 +0200 | |
11339 | ||
11340 | Update CHANGELOG. | |
11341 | ||
11342 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11343 | ||
881031d9 WD |
11344 | commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774 |
11345 | Author: Wolfgang Denk <[email protected]> | |
11346 | Date: Sat May 10 00:36:09 2008 +0200 | |
11347 | ||
11348 | post/cpu/ppc4xx/Makefile: line length cleanup | |
11349 | ||
11350 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11351 | ||
11352 | commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d | |
11353 | Author: Stelian Pop <[email protected]> | |
11354 | Date: Thu May 8 22:52:09 2008 +0200 | |
11355 | ||
11356 | Fix @ -> <at> substitution | |
11357 | ||
11358 | When applying the AT91CAP9 patches upstream, something transformed | |
11359 | the '@' character into the ' <at> ' sequence. | |
11360 | ||
11361 | The patch below restores the original form in all the places where | |
11362 | it has been modified (the AT91CAP9 files, the AT91SAM9260 files which | |
11363 | were copied from AT91CAP9, and a couple of other files where the | |
11364 | ' <at> ' sequence was present). | |
11365 | ||
11366 | Signed-off-by: Stelian Pop <[email protected]> | |
11367 | ||
11368 | commit 9606b3c81b3c47a1d58514e9a232c6f461a17597 | |
11369 | Author: Stelian Pop <[email protected]> | |
11370 | Date: Thu May 8 22:52:10 2008 +0200 | |
11371 | ||
11372 | Update origin and copyright information in arch-at91sam9 header files | |
11373 | ||
11374 | When doing the AT91CAP9/AT91SAM9 port, a number of header files were | |
11375 | copied from the Linux kernel sources. This patch explicitly specifies | |
11376 | this origin for all the copied headers, and for those missing copyright | |
11377 | information, adds it. | |
11378 | ||
11379 | Additionaly, the header file 'at91sam926x_mc.h' has been superceeded | |
11380 | in the latest kernel sources by 'at91sam9_smc.h'. | |
11381 | ||
11382 | The copyright information has been confirmed by the AT91 Linux kernel | |
11383 | maintainer, Andrew Victor <[email protected]>. | |
11384 | ||
11385 | Signed-off-by: Stelian Pop <[email protected]> | |
11386 | ||
11387 | commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1 | |
11388 | Author: Stelian Pop <[email protected]> | |
11389 | Date: Thu May 8 22:52:11 2008 +0200 | |
11390 | ||
11391 | Add copyright information in Atmel boards partition.c | |
11392 | ||
11393 | When Ulf did the dataflash.c cleanup, he didn't add his copyright on | |
11394 | the new created files. This patch fixes the problem. | |
11395 | ||
11396 | Signed-off-by: Stelian Pop <[email protected]> | |
11397 | ||
11398 | commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3 | |
11399 | Author: Guennadi Liakhovetski <[email protected]> | |
11400 | Date: Thu May 8 10:09:27 2008 +0200 | |
11401 | ||
11402 | mx31ads: fix 32kHz clock handling | |
11403 | ||
11404 | According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz | |
11405 | oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value. | |
11406 | Also fix a typo when verifying a jumper configuration. While at it, make | |
11407 | two needlessly global functions static. | |
11408 | ||
11409 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
11410 | ||
11411 | commit 1b5605ca57fbb364f4d78eeee28b974ed875e888 | |
11412 | Author: Marian Balakowicz <[email protected]> | |
11413 | Date: Wed May 7 13:10:04 2008 +0200 | |
11414 | ||
11415 | Avoid initrd and logbuffer area overlaps | |
11416 | ||
11417 | Add logbuffer to reserved LMB areas to prevent initrd allocation | |
11418 | from overlaping with it. | |
11419 | ||
11420 | Make sure to use correct logbuffer base address. | |
11421 | ||
11422 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11423 | ||
11424 | commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b | |
11425 | Author: Marian Balakowicz <[email protected]> | |
11426 | Date: Wed May 7 13:08:54 2008 +0200 | |
11427 | ||
11428 | ppc: Cleanup get_effective_memsize() use | |
11429 | ||
11430 | Removed duplicated effective memory size calculation code. | |
11431 | ||
11432 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11433 | ||
11434 | commit 273c37d843d5b581090378016cd12dd9c586907b | |
11435 | Author: Marian Balakowicz <[email protected]> | |
11436 | Date: Wed May 7 09:03:53 2008 +0200 | |
11437 | ||
11438 | Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled | |
11439 | ||
11440 | Recent modifcations to LOGBUFFER handling code were incorrecly | |
11441 | introduced to fit_check_kernel() routine during | |
11442 | "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", | |
11443 | commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. | |
11444 | ||
11445 | This patch cleans up this merge issue. | |
11446 | ||
11447 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11448 | ||
11449 | commit bc11756daff89a3de09ca80adac962b88cf06e6e | |
11450 | Author: Grant Erickson <[email protected]> | |
11451 | Date: Tue May 6 20:16:15 2008 -0700 | |
11452 | ||
11453 | Propagate Error Status to the Shell on fw_printenv Errors | |
11454 | ||
11455 | Changed implementation such that fw_printenv returns failure status | |
11456 | when one or more specified variables do not exist or when incorrect | |
11457 | command syntax is used. | |
11458 | ||
11459 | This aids scripting fw_printenv such that the script can key of the | |
11460 | return status rather than relying on standard error "scraping". | |
11461 | ||
11462 | Signed-off-by: Grant Erickson <[email protected]> | |
11463 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11464 | ||
11465 | commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6 | |
11466 | Author: Grant Erickson <[email protected]> | |
11467 | Date: Tue May 6 16:18:00 2008 -0700 | |
11468 | ||
11469 | Fix Compilation Errors with 'tools/env/fw_printenv' | |
11470 | ||
11471 | In the current top-of-tree, 1.3.3.-rc2, the optional tool | |
11472 | 'tools/env/fw_printenv' fails to compile for two reasons: | |
11473 | ||
11474 | 1) The header watchdog.h cannot be found. | |
11475 | 2) The header zlib.h is picked up from the tool chain rather than the | |
11476 | project causing a prototype conflict for crc32. | |
11477 | ||
11478 | This patch addresses both of these issues. | |
11479 | ||
11480 | Platforms Tested On: | |
11481 | - AMCC "Kilauea" | |
11482 | ||
11483 | Signed-off-by: Grant Erickson <[email protected]> | |
11484 | ||
11485 | commit 597f6c26a18b389903a64692bacbf9a1ca69355b | |
11486 | Author: James Yang <[email protected]> | |
11487 | Date: Mon May 5 10:22:53 2008 -0500 | |
11488 | ||
11489 | Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating | |
11490 | ||
11491 | When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't | |
11492 | work before relocating to RAM because command history is written into | |
11493 | a global array that is not writable before relocation. This patch | |
11494 | defers to the no-editing and no-history code in readline_into_buffer() | |
11495 | if it is called before relocation. | |
11496 | ||
11497 | Signed-off-by: James Yang <[email protected]> | |
11498 | Signed-off-by: Kumar Gala <[email protected]> | |
11499 | ||
11500 | commit 726c0f1e5f108dccea052965123b95837d2bd402 | |
11501 | Author: Detlev Zundel <[email protected]> | |
11502 | Date: Mon May 5 16:11:22 2008 +0200 | |
11503 | ||
11504 | cosmetic: Adjust coding style for switch statements to be consistent | |
11505 | ||
11506 | Signed-off-by: Detlev Zundel <[email protected]> | |
11507 | ||
11508 | commit 574b319512b13e10800f0045e39b993f4ca25e42 | |
11509 | Author: Detlev Zundel <[email protected]> | |
11510 | Date: Mon May 5 16:11:21 2008 +0200 | |
11511 | ||
11512 | Fix disk type output in disk/part.c | |
11513 | ||
11514 | Signed-off-by: Detlev Zundel <[email protected]> | |
11515 | ||
11516 | commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171 | |
11517 | Author: Vlad Lungu <[email protected]> | |
11518 | Date: Mon May 5 14:20:03 2008 +0300 | |
11519 | ||
11520 | Mail address change, documentation modified | |
11521 | ||
11522 | Signed-off-by: Vlad Lungu <[email protected]> | |
11523 | ||
11524 | commit 4d49b28038e2819088e8356a77212fc95a89ce5a | |
11525 | Author: Michal Simek <[email protected]> | |
11526 | Date: Sun May 4 15:42:41 2008 +0200 | |
11527 | ||
11528 | microblaze: Repare intc handling | |
11529 | ||
11530 | Signed-off-by: Michal Simek <[email protected]> | |
11531 | ||
11532 | commit 878b3b1e193e570caf3e96ad8e31e561f68d0287 | |
11533 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11534 | Date: Sun May 4 15:17:52 2008 +0200 | |
11535 | ||
11536 | include/gitignore: update to all architectures | |
11537 | ||
11538 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11539 | ||
11540 | commit 1df368aed3b8bc240fe1595d290b0e91b22961da | |
11541 | Author: Marcel Ziswiler <[email protected]> | |
11542 | Date: Mon May 5 02:12:06 2008 +0200 | |
11543 | ||
11544 | ide: Remove spurious second include of io.h | |
11545 | ||
11546 | Removed the second include, with all the #ifdef around as suggested by Wolfgang. | |
11547 | ||
11548 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
11549 | ||
11550 | commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c | |
11551 | Author: Adrian Filipi <[email protected]> | |
11552 | Date: Tue May 6 16:46:37 2008 -0400 | |
11553 | ||
11554 | Fix some typos | |
11555 | ||
11556 | This patch fixes three typos. | |
11557 | The first is a repetition of CONFIG_CMD_BSP. | |
11558 | The second makes the #endif comment match its #if. | |
11559 | The third is a spelling error. | |
11560 | ||
11561 | Signed-off-by: Adrian Filipi <[email protected]> | |
11562 | ||
11563 | commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb | |
11564 | Author: Grant Erickson <[email protected]> | |
11565 | Date: Sun May 4 16:45:01 2008 -0700 | |
11566 | ||
11567 | Recognize 'powerpc' As an Alias for IH_ARCH_PPC | |
11568 | ||
11569 | Add support for the recognition of 'powerpc' as an alias for the PowerPC | |
11570 | architecture type since Linux is already trending in that direction, | |
11571 | preferring 'powerpc' to 'ppc'. | |
11572 | ||
11573 | Signed-off-by: Grant Erickson <[email protected]> | |
11574 | ||
11575 | commit f5a24259190c388c2527bdc49fee34577d862cc7 | |
11576 | Author: Wheatley Travis <[email protected]> | |
11577 | Date: Fri May 2 13:35:15 2008 -0700 | |
11578 | ||
11579 | 7450 and 86xx L2 cache invalidate bug corrections | |
11580 | ||
11581 | The 7610 and related parts have an L2IP bit in the L2CR that is | |
11582 | monitored to signal when the L2 cache invalidate is complete whereas the | |
11583 | 7450 and related parts utilize L2I for this purpose. However, the | |
11584 | current code does not account for this difference. Additionally the 86xx | |
11585 | L2 cache invalidate code used an "andi" instruction where an "andis" | |
11586 | instruction should have been used. | |
11587 | ||
11588 | This patch addresses both of these bugs. | |
11589 | ||
11590 | Signed-off-by: Travis Wheatley <[email protected]> | |
11591 | Acked-By: Jon Loeliger <[email protected]> | |
11592 | ||
11593 | commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72 | |
11594 | Author: Wolfgang Denk <[email protected]> | |
11595 | Date: Fri May 9 10:16:13 2008 +0200 | |
11596 | ||
11597 | Avoid infinite loop "Generating include/autoconf.mk" | |
11598 | ||
11599 | Fix a bogus circular dependency that caused an infinite loop of | |
11600 | "Generating include/autoconf.mk" again and again. | |
11601 | ||
11602 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11603 | ||
01db232d WD |
11604 | commit 567fb852178dbf59529d7301620a3f3732a4b02d |
11605 | Author: Stelian Pop <[email protected]> | |
11606 | Date: Thu May 8 22:52:09 2008 +0200 | |
11607 | ||
11608 | Fix @ -> <at> substitution | |
11609 | ||
11610 | When applying the AT91CAP9 patches upstream, something transformed | |
11611 | the '@' character into the ' <at> ' sequence. | |
11612 | ||
11613 | The patch below restores the original form in all the places where | |
11614 | it has been modified (the AT91CAP9 files, the AT91SAM9260 files which | |
11615 | were copied from AT91CAP9, and a couple of other files where the | |
11616 | ' <at> ' sequence was present). | |
11617 | ||
11618 | Signed-off-by: Stelian Pop <[email protected]> | |
11619 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11620 | ||
11621 | commit 73ccb3410a0785593cda7aee455dfc51f790e281 | |
11622 | Author: Gary Jennejohn <[email protected]> | |
11623 | Date: Mon Apr 28 14:04:32 2008 +0200 | |
11624 | ||
11625 | ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board | |
11626 | ||
11627 | Signed-off-by: Gary Jennejohn <[email protected]> | |
11628 | Signed-off-by: Stefan Roese <[email protected]> | |
11629 | ||
881031d9 WD |
11630 | commit ef2642625cbfb1c3695e3478d08ae515052a4950 |
11631 | Author: Stefan Roese <[email protected]> | |
11632 | Date: Thu May 8 11:10:46 2008 +0200 | |
11633 | ||
11634 | ppc4xx: Kilauea: Fix incorrect FPGA FIFO address | |
11635 | ||
11636 | Signed-off-by: Stefan Roese <[email protected]> | |
11637 | ||
11638 | commit a00eccfebc954ad9485161efeca7d9aaf626d530 | |
11639 | Author: Stefan Roese <[email protected]> | |
11640 | Date: Thu May 8 11:05:15 2008 +0200 | |
11641 | ||
11642 | ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards | |
11643 | ||
11644 | This patch adds fdt (flattened device tree) support to all remaining AMCC | |
11645 | eval boards. Most newer boards already support device tree. With this patch, | |
11646 | all AMCC boards now enable device tree passing from U-Boot to Linux | |
11647 | arch/powerpc kernels. | |
11648 | ||
11649 | Signed-off-by: Stefan Roese <[email protected]> | |
11650 | ||
11651 | commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3 | |
11652 | Author: Stefan Roese <[email protected]> | |
11653 | Date: Thu May 8 11:01:09 2008 +0200 | |
11654 | ||
11655 | ppc4xx: Add weak default ft_board_setup() routine | |
11656 | ||
11657 | This patch adds a default ft_board_setup() routine to the 4xx fdt code. | |
11658 | This routine is defined as weak and can be overwritten by a board specific | |
11659 | one if needed. | |
11660 | ||
11661 | Signed-off-by: Stefan Roese <[email protected]> | |
11662 | ||
11663 | commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01 | |
11664 | Author: Stefan Roese <[email protected]> | |
11665 | Date: Thu May 8 10:48:58 2008 +0200 | |
11666 | ||
11667 | ppc4xx: acadia: Add fdt support and fix section overlap problem | |
11668 | ||
11669 | This patch adds fdt (flattened device tree) support to the AMCC | |
11670 | Acadia eval board. This increases the image size and it doesn't | |
11671 | fit anymore into 256kByte. Since we didn't want to remove features | |
11672 | from the configuration, we decided to increase the U-Boot image size | |
11673 | (add one flash sector). | |
11674 | ||
11675 | Also changed the default environment definition to make it | |
11676 | independent of such changes. | |
11677 | ||
11678 | Signed-off-by: Stefan Roese <[email protected]> | |
11679 | ||
11680 | commit 4adb3023de75bc150f088c8935db340930ad38c8 | |
11681 | Author: Ira Snyder <[email protected]> | |
11682 | Date: Tue Apr 29 11:18:54 2008 -0700 | |
11683 | ||
11684 | ppc4xx: Add device tree support to AMCC Yosemite | |
11685 | ||
11686 | Add support for booting with a device tree blob. This is needed to boot | |
11687 | ARCH=powerpc kernels. Also add support for setting the eth0 mac address | |
11688 | via the ethaddr variable. | |
11689 | ||
11690 | Signed-off-by: Ira W. Snyder <[email protected]> | |
11691 | Signed-off-by: Stefan Roese <[email protected]> | |
11692 | ||
11693 | commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b | |
11694 | Author: Dave Mitchell <[email protected]> | |
11695 | Date: Wed May 7 09:00:23 2008 -0700 | |
11696 | ||
11697 | ppc4xx: Fix typos in 460GT/EX FBDV array | |
11698 | ||
11699 | Corrected two typos in the 460GT/EX FBDV array. | |
11700 | ||
11701 | Signed-off-by: Dave Mitchell <[email protected]> | |
11702 | Signed-off-by: Stefan Roese <[email protected]> | |
11703 | ||
11704 | commit 66f5fa9263629271edc86178b1f224e3c9aab2b3 | |
11705 | Author: Andy Fleming <[email protected]> | |
11706 | Date: Wed May 7 16:54:31 2008 -0500 | |
11707 | ||
11708 | 85xx: Limit CPU2 workaround to parts that have the errata | |
11709 | ||
11710 | Signed-off-by: Ebony Zhu <[email protected]> | |
11711 | Signed-off-by: Andy Fleming <[email protected]> | |
11712 | ||
11713 | commit a5fe514e8ace564300d2c1d73846ddff49654243 | |
11714 | Author: Lee Nipper <[email protected]> | |
11715 | Date: Fri Apr 25 15:44:45 2008 -0500 | |
11716 | ||
11717 | mpc83xx: system performance settings for MPC8349EMDS. | |
11718 | ||
11719 | These same settings are used on MPC8349ITX, and | |
11720 | improve performance on MPC8349EMDS. | |
11721 | ||
11722 | Signed-off-by: Lee Nipper <[email protected]> | |
11723 | Signed-off-by: Kim Phillips <[email protected]> | |
11724 | ||
11725 | commit 49387dba910e485640b575e920ee463b7e611dc3 | |
11726 | Author: Shinya Kuribayashi <[email protected]> | |
11727 | Date: Tue May 6 13:22:52 2008 +0900 | |
11728 | ||
11729 | [MIPS] cpu/mips/cache.S: Fix build warning | |
11730 | ||
11731 | Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0), | |
11732 | warns illegal global symbol references by bal (and jal also) instruction. | |
11733 | This does not happen with the latest binutils v2.18. | |
11734 | ||
11735 | Here's an example on gth2_config: | |
11736 | ||
11737 | mips_4KC-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x90000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isy | |
11738 | stem /opt/eldk311/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4k | |
11739 | c -EB -c -o cache.o cache.S | |
11740 | cache.S: Assembler messages: | |
11741 | cache.S:243: Warning: Pretending global symbol used as branch target is local. | |
11742 | cache.S:250: Warning: Pretending global symbol used as branch target is local. | |
11743 | ||
11744 | In principle, gas might be sensitive to global symbol references in PIC | |
11745 | code because they should be processed through GOT (global offset table). | |
11746 | But if `bal' instruction is used, it results in PC-based offset jump. | |
11747 | This is the cause of this warning. | |
11748 | ||
11749 | In practice, we know it doesn't matter whether PC-based reference or GOT- | |
11750 | based. As for this case, both will work before/after relocation. But let's | |
11751 | fix the code. | |
11752 | ||
11753 | This patch explicitly sets up a target address, then jump there. | |
11754 | Here's an example of disassembled code with/without this patch. | |
11755 | ||
11756 | 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20> | |
11757 | 9000066c: ac80fffc sw zero,-4(a0) | |
11758 | 90000670: 01402821 move a1,t2 | |
11759 | -90000674: 0411ffba bal 90000560 <mips_init_icache> | |
11760 | -90000678: 01803021 move a2,t4 | |
11761 | -9000067c: 01602821 move a1,t3 | |
11762 | -90000680: 0411ffcc bal 900005b4 <mips_init_dcache> | |
11763 | -90000684: 01a03021 move a2,t5 | |
11764 | -90000688: 03000008 jr t8 | |
11765 | -9000068c: 00000000 nop | |
11766 | +90000674: 01803021 move a2,t4 | |
11767 | +90000678: 8f8f83ec lw t7,-31764(gp) | |
11768 | +9000067c: 01e0f809 jalr t7 | |
11769 | +90000680: 00000000 nop | |
11770 | +90000684: 01602821 move a1,t3 | |
11771 | +90000688: 01a03021 move a2,t5 | |
11772 | +9000068c: 8f8f81e0 lw t7,-32288(gp) | |
11773 | +90000690: 01e0f809 jalr t7 | |
11774 | +90000694: 00000000 nop | |
11775 | +90000698: 03000008 jr t8 | |
11776 | +9000069c: 00000000 nop | |
11777 | ||
11778 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
11779 | ||
11780 | commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3 | |
11781 | Author: Vlad Lungu <[email protected]> | |
11782 | Date: Mon May 5 14:04:00 2008 +0300 | |
11783 | ||
11784 | Allow building mips versions with ELDK 3.1.1 | |
11785 | ||
11786 | .gpword works only with local symbols on certain binutils versions | |
11787 | ||
11788 | Signed-off-by: Vlad Lungu <[email protected]> | |
11789 | ||
11790 | commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d | |
11791 | Author: Wolfgang Denk <[email protected]> | |
11792 | Date: Mon May 5 12:52:36 2008 +0200 | |
11793 | ||
11794 | MAKEALL: add inka4x0 board | |
11795 | ||
11796 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11797 | ||
11798 | commit b83dcc13ae7b2dab394bfef6f699750d11490ee2 | |
11799 | Author: Wolfgang Denk <[email protected]> | |
11800 | Date: Sun May 4 21:34:23 2008 +0200 | |
11801 | ||
11802 | kb9202 board: fix build problem. | |
11803 | ||
11804 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11805 | ||
11806 | commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869 | |
11807 | Author: Wolfgang Denk <[email protected]> | |
11808 | Date: Sun May 4 12:10:33 2008 +0200 | |
11809 | ||
11810 | Prepare for v1.3.3-rc3 | |
11811 | ||
11812 | Update ChNAGELOG, minor white space cleanup. | |
11813 | ||
11814 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11815 | ||
6adf61dc WD |
11816 | commit 7c0773fde6100b61be2558cb5d8c442a3194aecb |
11817 | Author: Wolfgang Denk <[email protected]> | |
11818 | Date: Sun May 4 00:35:15 2008 +0200 | |
11819 | ||
11820 | drivers/net/tsec.c: Fix typo. | |
11821 | ||
11822 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11823 | ||
11824 | commit aa737945e6f37a5de5dbad550a7694e0cb2a8120 | |
11825 | Author: Mike Frysinger <[email protected]> | |
11826 | Date: Fri May 2 21:45:12 2008 -0400 | |
11827 | ||
11828 | version_autogenerated.h: use printf rather than echo -n | |
11829 | ||
11830 | Some systems are dumb and do not implement the -n flag to echo (like OS X). | |
11831 | Convert the Makefile to use printf as this should work everywhere. | |
11832 | ||
11833 | Signed-off-by: Mike Frysinger <[email protected]> | |
11834 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11835 | ||
11836 | commit 4acc2a108ad0a669165924704a6cb083f9138242 | |
11837 | Author: Mike Frysinger <[email protected]> | |
11838 | Date: Fri May 2 18:17:50 2008 -0400 | |
11839 | ||
11840 | fix building when saveenv is disabled in some setups | |
11841 | ||
11842 | If you enable environment in the flash, but disable the embedded | |
11843 | option, and you disable the saveenv command, then the #if nested | |
11844 | logic will trigger a compile failure: | |
11845 | env_flash.c: In function 'env_relocate_spec': | |
11846 | env_flash.c:399: error: 'flash_addr' undeclared (first use in this function) | |
11847 | The fix is to add CMD_SAVEENV ifdef protection like everywhere else. | |
11848 | ||
11849 | Signed-off-by: Mike Frysinger <[email protected]> | |
11850 | ||
11851 | commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7 | |
11852 | Author: Jeremy McNicoll <[email protected]> | |
11853 | Date: Fri May 2 16:10:04 2008 -0400 | |
11854 | ||
11855 | SBC8548: fix address mask to allow 64M flash | |
11856 | ||
11857 | Fix incorrect mask to enable all 64MB of onboard flash. | |
11858 | Previously U-Boot incorrectly mapped only 8MB of flash, this | |
11859 | patch correctly maps all the available flash. | |
11860 | ||
11861 | Signed-off-by: Jeremy McNicoll <[email protected]> | |
11862 | ||
11863 | commit 3648085c464c8c22ef76fab006ca4344d3796124 | |
11864 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11865 | Date: Fri May 2 19:48:56 2008 +0200 | |
11866 | ||
11867 | qemu_mips: add README | |
11868 | ||
11869 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11870 | ||
11871 | commit 6fdd002689190a0022c7b3dbab37fcba724580ce | |
11872 | Author: Marcel Ziswiler <[email protected]> | |
11873 | Date: Fri May 2 02:35:59 2008 +0200 | |
11874 | ||
11875 | Fix misspelled comment | |
11876 | ||
11877 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
11878 | ||
11879 | commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1 | |
11880 | Author: Mike Frysinger <[email protected]> | |
11881 | Date: Thu May 1 04:13:05 2008 -0400 | |
11882 | ||
11883 | mkimage: make mmap() checks consistent | |
11884 | ||
11885 | The mmap() related code is full of inconsistent casts/constants when | |
11886 | it comes to error checking, and may break when building on some | |
11887 | systems (like ones that do not implicitly define the caddr_t type). | |
11888 | Let's just avoid the whole mess by writing the code nice and clean in | |
11889 | the first place. | |
11890 | ||
11891 | Signed-off-by: Mike Frysinger <[email protected]> | |
11892 | ||
11893 | commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a | |
11894 | Author: Marcel Ziswiler <[email protected]> | |
11895 | Date: Thu May 1 09:05:34 2008 +0200 | |
11896 | ||
11897 | Fix defined but not used build warning | |
11898 | ||
11899 | - warning: 'srom' defined but not used | |
11900 | ||
11901 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
11902 | ||
11903 | commit b71190f3250aaffcc81c35f6cfd3498cb7c48013 | |
11904 | Author: Marcel Ziswiler <[email protected]> | |
11905 | Date: Thu May 1 09:05:26 2008 +0200 | |
11906 | ||
11907 | Fix implicit declaration build warnings | |
11908 | ||
11909 | - warning: implicit declaration of function ‘serial_initialize’ | |
11910 | ||
11911 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
11912 | ||
11913 | commit 9acde129cc3f9c1b3bc11a821480dd446774d618 | |
11914 | Author: Andre Schwarz <[email protected]> | |
11915 | Date: Tue Apr 29 19:18:32 2008 +0200 | |
11916 | ||
11917 | TSEC: add config options for VSC8601 RGMII PHY | |
11918 | ||
11919 | The Vitesse VSC8601 RGMII PHY has internal delay for both Rx | |
11920 | and Tx clock lines. They are configured using 2 bits in extended | |
11921 | register 0x17. | |
11922 | Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have | |
11923 | been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay. | |
11924 | ||
11925 | Signed-off-by: Andre Schwarz <[email protected]> | |
11926 | Acked-by: Andy Fleming <[email protected]> | |
11927 | Acked-by: Ben Warren <[email protected]> | |
11928 | -- | |
11929 | ||
11930 | drivers/net/tsec.c | 6 ++++++ | |
11931 | drivers/net/tsec.h | 3 +++ | |
11932 | 2 files changed, 9 insertions(+), 0 deletions(-) | |
11933 | ||
11934 | commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8 | |
11935 | Author: Wolfgang Denk <[email protected]> | |
11936 | Date: Sat May 3 23:07:15 2008 +0200 | |
11937 | ||
11938 | Revert "ColdFire: Get information from the correct GCC" | |
11939 | ||
11940 | This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a | |
11941 | (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40). | |
11942 | ||
11943 | commit c4e5f52a58d278eebb87f476e353972c5dacea40 | |
11944 | Author: Wolfgang Denk <[email protected]> | |
11945 | Date: Sat May 3 22:25:00 2008 +0200 | |
11946 | ||
11947 | config.mk: use correct (cross) compiler | |
11948 | ||
11949 | Some config.mk files reference $(CC) to test for specific tool chain | |
11950 | features, so make sure $(CC) gets set before including any such | |
11951 | config files. | |
11952 | ||
11953 | This patch replaces commit b7166e05a5 ("ColdFire: Get information from | |
11954 | the correct GCC"). | |
11955 | ||
11956 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11957 | ||
11958 | commit 27c38689d0cfde0e444239345f97b5eecc9f4067 | |
11959 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11960 | Date: Thu May 1 02:13:44 2008 +0200 | |
11961 | ||
11962 | pxa: fix previous definition on cpu init | |
11963 | ||
11964 | start.S:183:1: warning: "ICMR" redefined | |
11965 | In file included from start.S:33: | |
11966 | include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition | |
11967 | start.S:187:1: warning: "RCSR" redefined | |
11968 | ... | |
11969 | ||
11970 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11971 | ||
11972 | commit 6d12e697de794d700767f22f950e3026ccf4daf6 | |
11973 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11974 | Date: Thu May 1 02:13:43 2008 +0200 | |
11975 | ||
11976 | pxa: fix pcmcia operation on 'i' may be undefined | |
11977 | ||
11978 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11979 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11980 | ||
11981 | commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f | |
11982 | Author: Kumar Gala <[email protected]> | |
11983 | Date: Wed Apr 30 16:24:35 2008 -0500 | |
11984 | ||
11985 | MPC8610HPCD: Drop -O2 from the build flags | |
11986 | ||
11987 | Make the flags use -Os like all other boards | |
11988 | ||
11989 | Signed-off-by: Kumar Gala <[email protected]> | |
11990 | ||
11991 | commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd | |
11992 | Author: Stefan Roese <[email protected]> | |
11993 | Date: Wed Apr 30 15:50:39 2008 +0200 | |
11994 | ||
11995 | RTC: Fix month offset by one problem in M41T62 RTC driver | |
11996 | ||
11997 | This patch fixes a problem with the month being read and written | |
11998 | incorrectly (offset by one). This only gets visible by also using | |
11999 | the Linux driver (rtc-m41t80). | |
12000 | ||
12001 | Tested on AMCC Canyonlands. | |
12002 | ||
12003 | Signed-off-by: Stefan Roese <[email protected]> | |
12004 | ||
12005 | commit 141ba1cad8e6598a2466e7e2976c6a12285df619 | |
12006 | Author: Shinya Kuribayashi <[email protected]> | |
12007 | Date: Sat May 3 13:51:44 2008 +0900 | |
12008 | ||
12009 | [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker | |
12010 | ||
12011 | Current trick to pick up GNU assembler minor version uses a dot(.) as a | |
12012 | delimiter, and take the second field to obtain minor version number. But | |
12013 | as can be expected, this doesn't work with a version string which has | |
12014 | dots more than needs. | |
12015 | ||
12016 | Here's an example: | |
12017 | ||
12018 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | |
12019 | GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215 | |
12020 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2 | |
12021 | 2-129) 2 | |
12022 | $ | |
12023 | ||
12024 | This patch restricts the version format to 2.XX.XX... This will work | |
12025 | in most cases. | |
12026 | ||
12027 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | |
12028 | 2.18.50.20080215 | |
12029 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2 | |
12030 | 18 | |
12031 | $ | |
12032 | ||
12033 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12034 | ||
12035 | commit ea638951acead7f1086c908c0b9f086beab82a22 | |
12036 | Author: Shinya Kuribayashi <[email protected]> | |
12037 | Date: Sat May 3 13:51:28 2008 +0900 | |
12038 | ||
12039 | [MIPS] cpu/mips/cache.S: Add dcache_enable | |
12040 | ||
12041 | Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482, | |
12042 | "allow ports to override bootelf behavior") requires ports to have this | |
12043 | function. | |
12044 | ||
12045 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12046 | Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12047 | ||
12048 | commit d2c6fbec4397c936b18cd42482b6973cd6781bdf | |
12049 | Author: Wolfgang Denk <[email protected]> | |
12050 | Date: Thu May 1 21:30:16 2008 +0200 | |
12051 | ||
12052 | onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts | |
12053 | ||
12054 | Onenand needs a version of memcpy() which performs 16 bit accesses | |
12055 | only; make sure the name does not conflict with the standard | |
12056 | function. | |
12057 | ||
12058 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12059 | ||
12060 | commit 12bc4e94251c369c529ffa505cf58b148c372f7f | |
12061 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12062 | Date: Wed Apr 30 22:38:17 2008 +0200 | |
12063 | ||
12064 | cmd_nand: fix warning: str2long ncompatible pointer type | |
12065 | ||
12066 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12067 | ||
12068 | commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd | |
12069 | Author: Timur Tabi <[email protected]> | |
12070 | Date: Fri Apr 4 11:16:11 2008 -0500 | |
12071 | ||
12072 | Fix calculation of I2C clock for some 86xx chips | |
12073 | ||
12074 | Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2. | |
12075 | There is no pattern that can be used to determine which chips use which | |
12076 | frequency, so the only way to determine is to look up the actual SOC | |
12077 | designation and use the right value for that SOC. | |
12078 | ||
12079 | Signed-off-by: Timur Tabi <[email protected]> | |
12080 | ||
12081 | commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9 | |
12082 | Author: TsiChung Liew <[email protected]> | |
12083 | Date: Wed Apr 30 12:11:19 2008 -0500 | |
12084 | ||
12085 | ColdFire: Fix ethernet hang issue for mcf547x_8x | |
12086 | ||
12087 | The ethernet hang is caused by receiving buffer in DRAM is not | |
12088 | yet ready due to access cycles require longer time in DRAM. | |
12089 | Relocate DMA buffer descriptors from DRAM to internal SRAM. | |
12090 | ||
12091 | Signed-off-by: TsiChung Liew <[email protected]> | |
12092 | ||
12093 | commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca | |
12094 | Author: TsiChung Liew <[email protected]> | |
12095 | Date: Wed Apr 30 12:10:47 2008 -0500 | |
12096 | ||
12097 | ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c | |
12098 | ||
12099 | Signed-off-by: Luigi Comio Mantellini <[email protected]> | |
12100 | Signed-off-by: TsiChung Liew <[email protected]> | |
12101 | ||
12102 | commit b7166e05a513c0806b63b9dfb6f1d77645cede2a | |
12103 | Author: TsiChung Liew <[email protected]> | |
12104 | Date: Wed Apr 30 12:10:23 2008 -0500 | |
12105 | ||
12106 | ColdFire: Get information from the correct GCC | |
12107 | ||
12108 | Signed-off-by: Kurt Mahan <[email protected]> | |
12109 | Signed-off-by: TsiChung Liew <[email protected]> | |
12110 | ||
12111 | commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9 | |
12112 | Author: [email protected] <[email protected]> | |
12113 | Date: Wed Apr 30 18:02:59 2008 +0200 | |
12114 | ||
12115 | Fix warning in env_nand.c if compiled for DaVinci Schmoogie | |
12116 | ||
12117 | Fix warnings | |
12118 | ||
12119 | nv_nand.c: In function 'saveenv': | |
12120 | env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type | |
12121 | env_nand.c: In function 'env_relocate_spec': | |
12122 | env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type | |
12123 | ||
12124 | if compiled for davinci_schmoogie_config. | |
12125 | ||
12126 | Signed-off-by: Dirk Behme <[email protected]> | |
12127 | Ack by: Sergey Kubushyn <[email protected]> | |
12128 | ||
12129 | commit 33a4a70d48d622cc4950c60a84fec23b9421f23e | |
12130 | Author: Anatolij Gustschin <[email protected]> | |
12131 | Date: Wed Apr 30 13:34:40 2008 +0200 | |
12132 | ||
12133 | Fix warnings while compiling net/net.c for MPC8610HPCD board | |
12134 | ||
12135 | MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS | |
12136 | causing overriding default -Os option. New gcc (ver. 4.2.2) | |
12137 | produces warnings while compiling net/net.c file with -O2 | |
12138 | option. The patch is an attempt to fix this. | |
12139 | ||
12140 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
12141 | ||
12142 | commit 58b575e575c25fdf8c88141e145db201f3092149 | |
12143 | Author: Sascha Laue <[email protected]> | |
12144 | Date: Wed Apr 30 15:23:38 2008 +0200 | |
12145 | ||
12146 | lwmon5: fix offset error in sysmon0 POST | |
12147 | ||
12148 | Signed-off-by: Sascha Laue <[email protected]> | |
12149 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12150 | ||
12151 | commit e7419b243a373de4ee042f7d4f45f66de787240d | |
12152 | Author: Sascha Laue <[email protected]> | |
12153 | Date: Wed Apr 30 15:16:35 2008 +0200 | |
12154 | ||
12155 | lwmon5: fix manual merge error in POST | |
12156 | ||
12157 | Signed-off-by: Sascha Laue <[email protected]> | |
12158 | ||
12159 | commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a | |
12160 | Author: Wolfgang Denk <[email protected]> | |
12161 | Date: Wed Apr 30 17:46:26 2008 +0200 | |
12162 | ||
12163 | cmd_nand.c: fix another 'incompatible pointer type' warning. | |
12164 | ||
12165 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12166 | ||
12167 | commit de109d909707e2dfe806be5efc3cdb103b47c8ad | |
12168 | Author: Wolfgang Denk <[email protected]> | |
12169 | Date: Wed Apr 30 17:25:07 2008 +0200 | |
12170 | ||
12171 | Makefile: fix parallel builds | |
12172 | ||
12173 | This problem shows up with parallel builds only; it results in | |
12174 | somewhat cryptic error messages like | |
12175 | ||
12176 | $ JOBS=-j6 MAKEALL netstar | |
12177 | Configuring for netstar board... | |
12178 | arm-linux-ld: cannot find -lgeneric | |
12179 | make[1]: *** [eeprom.srec] Error 1 | |
12180 | ||
12181 | A few boards (like netstar and voiceblue) need some libraries for | |
12182 | building; however, the board Makefile does not contain any such | |
12183 | dependencies which may cause problems with parallel builds. Adding | |
12184 | such dependencies is difficult as we would also have to provide build | |
12185 | rules, which already exist in the respective library Makefiles. | |
12186 | ||
12187 | To solve this, we make sure that all libraries get built before the | |
12188 | board code. | |
12189 | ||
12190 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12191 | ||
12192 | commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f | |
12193 | Author: Stefan Roese <[email protected]> | |
12194 | Date: Wed Apr 30 14:51:36 2008 +0200 | |
12195 | ||
12196 | ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module | |
12197 | ||
12198 | This patch changes the Canyonlands/Glacier fixed DDR2 controller setup | |
12199 | used for NAND booting to match the values needed for the new 512MB | |
12200 | DIMM modules shipped with the productions boards: | |
12201 | ||
12202 | Crucial: CT6464AC667.8FB | |
12203 | ||
12204 | Signed-off-by: Stefan Roese <[email protected]> | |
12205 | ||
12206 | commit ea9202a659dc75996facf1475f1866a19a9d3129 | |
12207 | Author: Stefan Roese <[email protected]> | |
12208 | Date: Wed Apr 30 10:49:43 2008 +0200 | |
12209 | ||
12210 | ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c | |
12211 | ||
12212 | This patch fixes a problem with DIMMs that have 8 banks. Now the | |
12213 | MCIF0_MBxCF register will be setup correctly for this setup too. | |
12214 | ||
12215 | This was noticed with the 512MB DIMM on Canyonlands/Glacier. | |
12216 | ||
12217 | Signed-off-by: Stefan Roese <[email protected]> | |
12218 | ||
12219 | commit 76617299358ebba260ecc02d33e8e75d8d13dd3b | |
12220 | Author: Wolfgang Denk <[email protected]> | |
12221 | Date: Tue Apr 29 23:41:06 2008 +0200 | |
12222 | ||
12223 | Prepare v1.3.3-rc2, again. | |
12224 | ||
12225 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12226 | ||
76617299 WD |
12227 | commit b7fcc4c13993782342cf5cd20d237a6281648a0b |
12228 | Author: Wolfgang Denk <[email protected]> | |
12229 | Date: Tue Apr 29 23:35:24 2008 +0200 | |
12230 | ||
12231 | Prepare v1.3.3-rc2 | |
12232 | ||
12233 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12234 | ||
b7fcc4c1 WD |
12235 | commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4 |
12236 | Author: Wolfgang Denk <[email protected]> | |
12237 | Date: Tue Apr 29 23:32:20 2008 +0200 | |
12238 | ||
12239 | common/env_nand.c: fix one more incompatible pointer type issue | |
12240 | ||
12241 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12242 | ||
12243 | commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f | |
12244 | Author: Wolfgang Denk <[email protected]> | |
12245 | Date: Tue Apr 29 21:33:08 2008 +0200 | |
12246 | ||
12247 | post/board/lwmon5/sysmon.c: fix manual merge error. | |
12248 | ||
12249 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12250 | ||
12251 | commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a | |
12252 | Author: Kumar Gala <[email protected]> | |
12253 | Date: Tue Apr 29 12:54:59 2008 -0500 | |
12254 | ||
12255 | 85xx: Add -mno-spe to e500/85xx builds | |
12256 | ||
12257 | Newer gcc's might be configured to enable autovectorization by default. | |
12258 | If we happen to build with one of those compilers we will get SPE | |
12259 | instructions in random code. | |
12260 | ||
12261 | -mno-spe disables the compiler for automatically generating SPE | |
12262 | instructions without our knowledge. | |
12263 | ||
12264 | Signed-off-by: Kumar Gala <[email protected]> | |
12265 | ||
12266 | commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5 | |
12267 | Author: Kumar Gala <[email protected]> | |
12268 | Date: Tue Apr 29 10:18:34 2008 -0500 | |
12269 | ||
12270 | Update .gitignore for zlib.h | |
12271 | ||
12272 | Signed-off-by: Kumar Gala <[email protected]> | |
12273 | ||
12274 | commit 45239cf4152109caa925145ccd433529902df887 | |
12275 | Author: Kumar Gala <[email protected]> | |
12276 | Date: Tue Apr 29 10:27:08 2008 -0500 | |
12277 | ||
12278 | 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs | |
12279 | ||
12280 | All the 85xx and 86xx UM describe the register as timing_cfg_3 | |
12281 | not as ext_refrec. | |
12282 | ||
12283 | Signed-off-by: Kumar Gala <[email protected]> | |
12284 | ||
12285 | commit ef7d30b14394e4c4a153118f5845760cadada02a | |
12286 | Author: Kumar Gala <[email protected]> | |
12287 | Date: Tue Apr 29 10:28:34 2008 -0500 | |
12288 | ||
12289 | 85xx/86xx: Rename DDR init address and init extended address register | |
12290 | ||
12291 | Rename init_addr and init_ext_addr to match the docs between | |
12292 | 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'. | |
12293 | ||
12294 | Signed-off-by: Kumar Gala <[email protected]> | |
12295 | ||
12296 | commit cf6cc014270549684873a5972d2595052c468cb6 | |
12297 | Author: Kumar Gala <[email protected]> | |
12298 | Date: Mon Apr 28 02:24:04 2008 -0500 | |
12299 | ||
12300 | 85xx: Additional fixes and cleanup of MP code | |
12301 | ||
12302 | * adjust __spin_table alignment to match ePAPR v0.94 spec | |
12303 | * loop over all cpus when determing who is up. This fixes an issue if | |
12304 | the "boot cpu" isn't core0. The "boot cpu" will already be in the | |
12305 | cpu_up_mask so there is no harm | |
12306 | * Added some protection in the code to ensure proper behavior. These | |
12307 | changes are explicitly needed but don't hurt: | |
12308 | - Added eieio to ensure the "hot word" of the table is written after | |
12309 | all other table updates have occurred. | |
12310 | - Added isync to ensure we don't prefetch loading of table entries | |
12311 | until we a released | |
12312 | ||
12313 | These issues we raised by Dave Liu. | |
12314 | ||
12315 | Signed-off-by: Kumar Gala <[email protected]> | |
12316 | ||
12317 | commit b2d527a8b9fb50afccbaf79b5540952585cdc760 | |
12318 | Author: Yuri Tikhonov <[email protected]> | |
12319 | Date: Tue Apr 29 15:06:41 2008 +0200 | |
12320 | ||
12321 | lwmon5: minor clean-up to include/configs/lwmon5.h | |
12322 | ||
12323 | LWMON5 DSPIC POST uses the watch-dog scratch register. So, make | |
12324 | the CFG_DSPIC_TEST_ADDR definition more readable. | |
12325 | ||
12326 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
12327 | ||
12328 | commit f4c4d21a885ccc222fd0acdf653b683249e85117 | |
12329 | Author: Stefan Roese <[email protected]> | |
12330 | Date: Tue Apr 29 16:08:05 2008 +0200 | |
12331 | ||
12332 | ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time | |
12333 | ||
12334 | Signed-off-by: Stefan Roese <[email protected]> | |
12335 | ||
12336 | commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8 | |
12337 | Author: Yuri Tikhonov <[email protected]> | |
12338 | Date: Tue Apr 29 13:32:45 2008 +0200 | |
12339 | ||
12340 | ppc flush_cache: add watch-dog triggering into the loops. | |
12341 | ||
12342 | Some boards (e.g. lwmon5) need rather a frequent watch-dog | |
12343 | kicking. Since the time it takes for the flush_cache() function | |
12344 | to complete its job depends on the size of data being flushed, one | |
12345 | may encounter watch-dog resets on such boards when, for example, | |
12346 | download big files over ethernet. | |
12347 | ||
12348 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
12349 | ||
12350 | commit cab99d6f3281ab6784feccf98b9b425daa58418a | |
12351 | Author: Stefan Roese <[email protected]> | |
12352 | Date: Tue Apr 29 14:44:54 2008 +0200 | |
12353 | ||
12354 | ppc4xx: Fix compilation warning in denali_spd_ddr2.c | |
12355 | ||
12356 | Signed-off-by: Stefan Roese <[email protected]> | |
12357 | ||
12358 | commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70 | |
12359 | Author: Stefan Roese <[email protected]> | |
12360 | Date: Tue Apr 29 14:12:07 2008 +0200 | |
12361 | ||
12362 | ppc4xx: Fix Katmai CFG_MONITOR_LEN | |
12363 | ||
12364 | Signed-off-by: Stefan Roese <[email protected]> | |
12365 | ||
12366 | commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7 | |
12367 | Author: Stefan Roese <[email protected]> | |
12368 | Date: Tue Apr 29 13:57:07 2008 +0200 | |
12369 | ||
12370 | ppc4xx: Complete remove bogus dflush() | |
12371 | ||
12372 | Since the current dflush() implementation is know to have some problems | |
12373 | (as seem on lwmon5 ECC init) this patch removes it completely and replaces | |
12374 | it by using clean_dcache_range(). | |
12375 | ||
12376 | Tested on Katmai with ECC DIMM. | |
12377 | ||
12378 | Signed-off-by: Stefan Roese <[email protected]> | |
12379 | ||
12380 | commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc | |
12381 | Author: Stefan Roese <[email protected]> | |
12382 | Date: Tue Apr 29 13:36:51 2008 +0200 | |
12383 | ||
12384 | ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range() | |
12385 | ||
12386 | As it seems the "old" ECC initialization routine by using dflush() didn't | |
12387 | write all lines in the dcache back to memory on lwmon5. This could lead | |
12388 | to ECC error upon Linux booting. This patch changes the program_ecc() | |
12389 | routine to now use clean_dcache_range() instead of dflush(). | |
12390 | clean_dcache_range() uses dcbst which is exactly what we want in this | |
12391 | case. | |
12392 | ||
12393 | Since dflush() is known is cause problems, this routine will be | |
12394 | removed completely and replaced by clean_dcache_range() with an | |
12395 | additional patch. | |
12396 | ||
12397 | Signed-off-by: Stefan Roese <[email protected]> | |
12398 | ||
12399 | commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757 | |
12400 | Author: Yuri Tikhonov <[email protected]> | |
12401 | Date: Mon Apr 28 18:19:34 2008 +0200 | |
12402 | ||
12403 | POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs. | |
12404 | ||
12405 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
12406 | ||
12407 | commit eea5a743a2193ef2a05b9bc6dc447ba241416f35 | |
12408 | Author: Markus Brunner <[email protected]> | |
12409 | Date: Mon Apr 28 08:47:47 2008 +0200 | |
12410 | ||
12411 | ppc4xx: Fixup ebc clock in FDT for 405GP/EP | |
12412 | ||
12413 | On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb | |
12414 | and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc | |
12415 | doesn't exist. | |
12416 | ||
12417 | Signed-off-by: Markus Brunner <[email protected]> | |
12418 | ||
76617299 WD |
12419 | commit 2ef7503a593c77a80c2a054011970227c4b62774 |
12420 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12421 | Date: Thu Apr 24 07:57:17 2008 +0200 | |
12422 | ||
12423 | NE2000: Fix regresssion introduced by e710185aae90 on non AX88796 | |
12424 | ||
12425 | Move non-inlied functions into specific drivers file | |
12426 | Set get_prom as weak | |
12427 | ||
12428 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12429 | Signed-off-by: Vlad Lungu <[email protected]> | |
12430 | Signed-off-by: Ben Warren <[email protected]> | |
12431 | ||
12432 | commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b | |
12433 | Author: Guennadi Liakhovetski <[email protected]> | |
12434 | Date: Thu Apr 3 17:04:19 2008 +0200 | |
12435 | ||
12436 | net: make ARP timeout configurable | |
12437 | ||
12438 | Currently the timeout waiting for an ARP reply is hard set to 5 seconds. | |
12439 | On i.MX31ADS due to a hardware "strangeness" up to four first IP packets | |
12440 | to the boards get lost, which typically are ARP replies. By configuring | |
12441 | the timeout to a lower value we significantly improve the first network | |
12442 | transfer time on this board. The timeout is specified in milliseconds, | |
12443 | later internally it is converted to deciseconds, because it has to be | |
12444 | converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on | |
12445 | different boards. | |
12446 | ||
12447 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12448 | Signed-off-by: Ben Warren <[email protected]> | |
12449 | ||
12450 | commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1 | |
12451 | Author: Guennadi Liakhovetski <[email protected]> | |
12452 | Date: Thu Apr 3 13:36:18 2008 +0200 | |
12453 | ||
12454 | minor cs8900 driver clean up | |
12455 | ||
12456 | Remove a redundant register definition, clean up some coding style | |
12457 | violations. | |
12458 | ||
12459 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12460 | Signed-off-by: Ben Warren <[email protected]> | |
12461 | ||
b7fcc4c1 WD |
12462 | commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10 |
12463 | Author: Wolfgang Denk <[email protected]> | |
12464 | Date: Mon Apr 28 22:01:04 2008 +0200 | |
12465 | ||
12466 | jffs2_1pass.c: fix incompatible pointer type warning | |
12467 | ||
12468 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12469 | ||
12470 | commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9 | |
12471 | Author: Sascha Laue <[email protected]> | |
12472 | Date: Tue Apr 1 10:10:18 2008 +0200 | |
12473 | ||
12474 | lwmon5: update dsPIC POST spezification | |
12475 | ||
12476 | The specification for the lwmon5 board dsPIC POST got changed. | |
12477 | Also add defines for the temperatures and voltages. | |
12478 | ||
12479 | Signed-off-by: Sascha Laue <[email protected]> | |
12480 | ||
12481 | commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7 | |
12482 | Author: Sascha Laue <[email protected]> | |
12483 | Date: Tue Apr 1 15:13:03 2008 +0200 | |
12484 | ||
12485 | Fix watchdog POST for lwmon5 | |
12486 | ||
12487 | If the hardware watchdog detects a voltage error, the watchdog sets | |
12488 | GPIO62 to low. The watchdog POST has to detect this low level. | |
12489 | ||
12490 | Signed-off-by: Sascha Laue <[email protected]> | |
12491 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12492 | ||
12493 | commit dd5748bcd669f46aeb6686c1b341323843738ccc | |
12494 | Author: Guennadi Liakhovetski <[email protected]> | |
12495 | Date: Mon Apr 28 14:37:14 2008 +0200 | |
12496 | ||
12497 | rtl8169: fix compiler warnings | |
12498 | ||
12499 | Fix multiple compiler warnings related to argument type mismatch. | |
12500 | ||
12501 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12502 | ||
12503 | commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1 | |
12504 | Author: Guennadi Liakhovetski <[email protected]> | |
12505 | Date: Mon Apr 28 14:36:06 2008 +0200 | |
12506 | ||
12507 | IDE: fix compiler warnings | |
12508 | ||
12509 | The IDE driver can use 32-bit addresses in LBA mode, in which case it | |
12510 | spits multiple warnings during compilation. Fix them. | |
12511 | ||
12512 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12513 | ||
12514 | commit db9084de28c46ac81c8f681722cb0d7411be4d7f | |
12515 | Author: Guennadi Liakhovetski <[email protected]> | |
12516 | Date: Mon Apr 28 14:35:57 2008 +0200 | |
12517 | ||
12518 | LinkStation: fix compiler warning, add a maintainer | |
12519 | ||
12520 | out_8 wants a pointer to an unsigned as the first argument. Add a | |
12521 | maintainer for Linkstation boards. | |
12522 | ||
12523 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12524 | ||
12525 | commit c71abba3cb67b063f789f17abf6c7447727c0cd5 | |
12526 | Author: Wolfgang Denk <[email protected]> | |
12527 | Date: Mon Apr 28 14:55:12 2008 +0200 | |
12528 | ||
12529 | cmd_nand.c: fix "differ in signedness" problem | |
12530 | ||
12531 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12532 | ||
12533 | commit f2c288a35341ad02ac03b1563d786763c9c8f159 | |
12534 | Author: Wolfgang Denk <[email protected]> | |
12535 | Date: Mon Apr 28 12:48:47 2008 +0200 | |
12536 | ||
12537 | pcnet.c: fix a merge issue | |
12538 | ||
12539 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12540 | ||
12541 | commit 4ca79f477ebd25a6872e6196d80e2f5eff441376 | |
12542 | Author: Wolfgang Denk <[email protected]> | |
12543 | Date: Mon Apr 28 12:08:18 2008 +0200 | |
12544 | ||
12545 | NAND: fix some strict-aliasing compiler warnings | |
12546 | ||
12547 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12548 | ||
12549 | commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115 | |
12550 | Author: Stefan Roese <[email protected]> | |
12551 | Date: Mon Apr 28 11:37:14 2008 +0200 | |
12552 | ||
12553 | ppc4xx: Fix compile warning of hcu4 board | |
12554 | ||
12555 | Signed-off-by: Stefan Roese <[email protected]> | |
12556 | ||
12557 | commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1 | |
12558 | Author: Wolfgang Denk <[email protected]> | |
12559 | Date: Mon Apr 28 11:31:23 2008 +0200 | |
12560 | ||
12561 | MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' | |
12562 | ||
12563 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12564 | ||
12565 | commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59 | |
12566 | Author: Guennadi Liakhovetski <[email protected]> | |
12567 | Date: Mon Apr 28 00:25:32 2008 +0200 | |
12568 | ||
12569 | mx31ads: fix loadaddr environment variable define | |
12570 | ||
12571 | Arithmetic expressions do not get evaluated under stringification. Remove | |
12572 | default network configuration, add DHCP command support. Thanks to Felix | |
12573 | Radensky for reporting. | |
12574 | ||
12575 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12576 | ||
12577 | commit 144eec777ac07bcb12bd38245a5a289f694a7f98 | |
12578 | Author: Wolfgang Denk <[email protected]> | |
12579 | Date: Mon Apr 28 10:55:24 2008 +0200 | |
12580 | ||
12581 | katmai: fix section overlap problem | |
12582 | ||
12583 | Since we didn't want to remove features from the configuration, we | |
12584 | decided to increase the U-Boot image size (add one flash sector). | |
12585 | ||
12586 | Also changed the default environment definition to make it | |
12587 | independent of such changes. | |
12588 | ||
12589 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12590 | Acked-by: Stefan Roese <[email protected]> | |
12591 | ||
12592 | commit 941d696d25624e3cc65ebf924199541acf52d74e | |
12593 | Author: Wolfgang Denk <[email protected]> | |
12594 | Date: Mon Apr 28 10:55:24 2008 +0200 | |
12595 | ||
12596 | katmai: fix section overlap problem | |
12597 | ||
12598 | Since we didn't want to remove features from the configuration, we | |
12599 | decided to increase the U-Boot image size (add one flash sector). | |
12600 | ||
12601 | Also changed the default environment definition to make it | |
12602 | independent of such changes. | |
12603 | ||
12604 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12605 | Acked-by: Stefan Roese <[email protected]> | |
12606 | ||
12607 | commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466 | |
12608 | Author: Kumar Gala <[email protected]> | |
12609 | Date: Sat Apr 26 11:44:44 2008 -0500 | |
12610 | ||
12611 | post: Fix building with O= | |
12612 | ||
12613 | Signed-off-by: Kumar Gala <[email protected]> | |
12614 | ||
12615 | commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c | |
12616 | Author: Wolfgang Denk <[email protected]> | |
12617 | Date: Sat Apr 26 01:55:00 2008 +0200 | |
12618 | ||
12619 | Prepare v1.3.3-rc1 | |
12620 | ||
12621 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12622 | ||
fd7531c1 WD |
12623 | commit 19cf2ec90d8ce52da60c1693693c4048cb810967 |
12624 | Author: Wolfgang Denk <[email protected]> | |
12625 | Date: Sat Apr 26 01:25:39 2008 +0200 | |
12626 | ||
12627 | post/Makefile: make sure to use the correct flags | |
12628 | ||
12629 | ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a" | |
12630 | messages to be printed. | |
12631 | ||
12632 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12633 | ||
12634 | commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2 | |
12635 | Author: Wolfgang Denk <[email protected]> | |
12636 | Date: Sat Apr 26 00:34:42 2008 +0200 | |
12637 | ||
12638 | Coding Style cleanup, update CHANGELOG | |
12639 | ||
12640 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12641 | ||
7ed40117 WD |
12642 | commit f9204e15173834ff8d123e36279ce49c3c6c74fc |
12643 | Author: Magnus Lilja <[email protected]> | |
12644 | Date: Sun Apr 20 10:38:12 2008 +0200 | |
12645 | ||
12646 | i.MX31: Enable SPI and MC13783/RTC support for the Litekit board | |
12647 | ||
12648 | This patch enables SPI and MC13783/RTC support for the Litekit board. | |
12649 | ||
12650 | Signed-off-by: Magnus Lilja <[email protected]> | |
12651 | ||
12652 | commit f97abbfb47d9e407354e157cae3f6369e460cd37 | |
12653 | Author: Ed Swarthout <[email protected]> | |
12654 | Date: Fri Apr 25 01:08:32 2008 -0500 | |
12655 | ||
12656 | MPC8544DS: decode pcie3 end-point configuration correctly. | |
12657 | ||
12658 | Signed-off-by: Ed Swarthout <[email protected]> | |
12659 | Signed-off-by: Kumar Gala <[email protected]> | |
12660 | ||
12661 | commit 292188e15523c165c4269403fdcd33c26d89176e | |
12662 | Author: Roy Zang <[email protected]> | |
12663 | Date: Fri Apr 25 00:55:09 2008 -0500 | |
12664 | ||
12665 | MPC8544DS: Removes the unknown flash message information | |
12666 | ||
12667 | This patch removes the unknown flash message information: | |
12668 | '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB' | |
12669 | This unknown flash message is caused by PromJet. | |
12670 | Some of the board user is unhappy with this information. | |
12671 | ||
12672 | Signed-off-by: Roy Zang <[email protected]> | |
12673 | Signed-off-by: Kumar Gala <[email protected]> | |
12674 | ||
12675 | commit b2115757403beef0ac6bc2c6c3b24f31256a75d2 | |
12676 | Author: Kim Phillips <[email protected]> | |
12677 | Date: Thu Apr 24 14:07:38 2008 -0500 | |
12678 | ||
12679 | mpc83xx: bump loadaddr over fdtaddr to 0x500000 | |
12680 | ||
12681 | this seems as a good compromise between human memory, typing, | |
12682 | and last but not least, to accommodate for current and future kernel bloat. | |
12683 | ||
12684 | Signed-off-by: Kim Phillips <[email protected]> | |
12685 | Acked-by: Dave Liu <[email protected]> | |
12686 | ||
12687 | commit be5a7190265a34d968578ff266549c60f6f57654 | |
12688 | Author: Dave Liu <[email protected]> | |
12689 | Date: Tue Apr 15 13:12:23 2008 +0800 | |
12690 | ||
12691 | mpc83xx: clean up the readme for 83xx boards | |
12692 | ||
12693 | 1. correct the typo | |
12694 | 2. correct the memory map for 837xerdb board | |
12695 | ||
12696 | Signed-off-by: Dave Liu <[email protected]> | |
12697 | ||
12698 | commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff | |
12699 | Author: Dave Liu <[email protected]> | |
12700 | Date: Tue Apr 15 13:11:11 2008 +0800 | |
12701 | ||
12702 | mpc83xx: remove the unused CPM's stuff | |
12703 | ||
12704 | The MPC83xx family never have CPM block, so remove it from 83xx. | |
12705 | ||
12706 | Signed-off-by: Dave Liu <[email protected]> | |
12707 | ||
12708 | commit c63ad6325a8ac0097a54b418a3288926b0484b18 | |
12709 | Author: Matthias Fuchs <[email protected]> | |
12710 | Date: Fri Apr 18 16:29:40 2008 +0200 | |
12711 | ||
12712 | cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST | |
12713 | ||
12714 | This patch adds a configurable flash auto protection list that can be used | |
12715 | to make U-Boot protect flash regions in flash_init(). | |
12716 | ||
12717 | The idea has been discussed on the u-boot mailing list starting | |
12718 | on Nov 18th, 2007. | |
12719 | ||
12720 | Even this patch brings a new feature it is used as a bugfix for 4xx | |
12721 | platforms where flash_init() does not completely protect the | |
12722 | monitor's flash range in all situations. | |
12723 | ||
12724 | U-Boot protects the flash range from CFG_MONITOR_BASE to | |
12725 | (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not | |
12726 | include the reset vector at 0xfffffffc. | |
12727 | ||
12728 | Example: | |
12729 | #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}} | |
12730 | ||
12731 | This config option will auto protect the last 512k of flash that | |
12732 | contains the bootloader on board like APC405 and PMC405. | |
12733 | ||
12734 | Signed-off-by: Matthias Fuchs <[email protected]> | |
12735 | ||
12736 | commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848 | |
12737 | Author: Stefan Roese <[email protected]> | |
12738 | Date: Fri Apr 25 13:59:03 2008 +0200 | |
12739 | ||
12740 | ppc4xx: Remove double defines in lwmon5.h | |
12741 | ||
12742 | introduced with latest lwmon5/POST merge | |
12743 | ||
12744 | Signed-off-by: Stefan Roese <[email protected]> | |
12745 | ||
12746 | commit 7590378fb9c686709492ceb142825cd058255956 | |
12747 | Author: Bartlomiej Sieka <[email protected]> | |
12748 | Date: Fri Apr 25 13:54:02 2008 +0200 | |
12749 | ||
12750 | Use watchdog-aware functions when calculating hashes of images - take two | |
12751 | ||
12752 | Some files didn't get updated properly with the "Use watchdog-aware | |
12753 | functions when calculating hashes of images" commit, this commit | |
12754 | fixes this. | |
12755 | ||
12756 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
12757 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12758 | ||
12759 | commit 8e048c438e20ec89b49da5f085f8f756eba6e587 | |
12760 | Author: Matthias Fuchs <[email protected]> | |
12761 | Date: Fri Apr 25 12:01:39 2008 +0200 | |
12762 | ||
12763 | ppc4xx: Add bootcount limit handling for APC405 boards | |
12764 | ||
12765 | Signed-off-by: Matthias Fuchs <[email protected]> | |
12766 | ||
12767 | commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe | |
12768 | Author: Bartlomiej Sieka <[email protected]> | |
12769 | Date: Fri Apr 25 12:10:09 2008 +0200 | |
12770 | ||
12771 | Use watchdog-aware functions when calculating hashes of images | |
12772 | ||
12773 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
12774 | ||
12775 | commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3 | |
12776 | Author: Wolfgang Denk <[email protected]> | |
12777 | Date: Fri Apr 25 12:44:08 2008 +0200 | |
12778 | ||
12779 | USB: fix more GCC 4.2.x aliasing warnings | |
12780 | ||
12781 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12782 | Acked-by: Markus Klotzbuecher <[email protected]> | |
12783 | ||
12784 | commit aff4f86448f6586930f0a3be7fc4b0ddcf450980 | |
12785 | Author: Wolfgang Denk <[email protected]> | |
12786 | Date: Fri Apr 25 12:41:53 2008 +0200 | |
12787 | ||
12788 | lib_generic/crc32.c: add missing #include <watchdog.h> | |
12789 | ||
12790 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12791 | ||
12792 | commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef | |
12793 | Author: Wolfgang Denk <[email protected]> | |
12794 | Date: Fri Apr 25 11:52:21 2008 +0200 | |
12795 | ||
12796 | lib_generic/crc32.c: fix compile problem | |
12797 | ||
12798 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12799 | ||
12800 | commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b | |
12801 | Author: Stefan Roese <[email protected]> | |
12802 | Date: Tue Apr 22 12:20:32 2008 +0200 | |
12803 | ||
12804 | ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt | |
12805 | ||
12806 | The PCIe root-complex/endpoint setup as configured via the "pcie_mode" | |
12807 | environment variable will now get passed to the Linux kernel by setting | |
12808 | the device_type property of the PCIe device tree node. For normal root- | |
12809 | complex configuration it will keep its defaults value of "pci" and for | |
12810 | endpoint configuration it will get changed to "pci-endpoint". | |
12811 | ||
12812 | Signed-off-by: Stefan Roese <[email protected]> | |
12813 | ||
12814 | commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7 | |
12815 | Author: Yuri Tikhonov <[email protected]> | |
12816 | Date: Thu Apr 24 10:30:53 2008 +0200 | |
12817 | ||
12818 | lwmon5: watchdog POST fix | |
12819 | ||
12820 | Use the GPT0_MASKx registers as the temporary storage for watch-dog | |
12821 | timer POST test instead of GPT0_COMPx. The latter | |
12822 | (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header. | |
12823 | ||
12824 | Signed-off-by: Sergei Poselenov <[email protected]> | |
12825 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
12826 | ||
12827 | commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9 | |
12828 | Author: Kim Phillips <[email protected]> | |
12829 | Date: Mon Apr 21 18:10:14 2008 -0500 | |
12830 | ||
12831 | lib_ppc: Revert "Make MPC83xx one step closer to full relocation." | |
12832 | ||
12833 | This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has | |
12834 | proven problematic getting right from the start at least on 83xx and | |
12835 | 4xx. | |
12836 | ||
12837 | Signed-off-by: Kim Phillips <[email protected]> | |
12838 | ||
12839 | commit a99715b8ebfc500f3f40e01b36b64d473938443d | |
12840 | Author: Detlev Zundel <[email protected]> | |
12841 | Date: Fri Apr 18 14:50:01 2008 +0200 | |
12842 | ||
12843 | Realining some header definitions. | |
12844 | ||
12845 | Signed-off-by: Detlev Zundel <[email protected]> | |
12846 | ||
12847 | commit 4acbc6c7f993cae409c424615415a3e76820f13d | |
12848 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12849 | Date: Thu Apr 24 07:57:16 2008 +0200 | |
12850 | ||
12851 | NE2000: coding style cleanup | |
12852 | ||
12853 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12854 | ||
12855 | commit b4aff1ffaf7120032c653357c007faa14f74d29d | |
12856 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12857 | Date: Wed Apr 23 00:11:47 2008 +0900 | |
12858 | ||
12859 | qemu-mips.h: Add CFI support | |
12860 | ||
12861 | CONFIG_ENV_OVERWRITE is also added. | |
12862 | ||
12863 | This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD. | |
12864 | ||
12865 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12866 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12867 | ||
12868 | commit 4a1f11b45a82908e5b0df602d703082413a6b7ed | |
12869 | Author: Shinya Kuribayashi <[email protected]> | |
12870 | Date: Tue Apr 22 22:47:27 2008 +0900 | |
12871 | ||
12872 | doc/README.mips: Add MIPS notes | |
12873 | ||
12874 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12875 | ||
12876 | commit 215b01bba8bc662d35f72b084700b192d367dfb4 | |
12877 | Author: Bartlomiej Sieka <[email protected]> | |
12878 | Date: Tue Apr 22 12:27:56 2008 +0200 | |
12879 | ||
12880 | Add support for calculating hashes with watchdog triggering | |
12881 | ||
12882 | Implement watchodg-aware variants of hash calculation functions: | |
12883 | - crc32_wd() | |
12884 | - md5_wd() | |
12885 | - sha1_csum_wd() | |
12886 | The above functions calculate the hash of the input buffer in chunks, | |
12887 | triggering the watchdog after processing each chunk. The chunk size | |
12888 | is given as a function call parameter. | |
12889 | ||
12890 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
12891 | ||
12892 | commit 8875e3abab986df930167ce5c1ac4f95dcacc81c | |
12893 | Author: Shinya Kuribayashi <[email protected]> | |
12894 | Date: Wed Apr 23 11:02:12 2008 +0900 | |
12895 | ||
12896 | qemu-mips: Cleanup whitespace, indentation, etc. | |
12897 | ||
12898 | No functional change. | |
12899 | ||
12900 | This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD. | |
12901 | Then I re-created from scratch, and changed more lines than the original. | |
12902 | ||
12903 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12904 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12905 | ||
12906 | commit 386563197e3a50b0e97ad9aae87f57d9aab909ab | |
12907 | Author: Vlad Lungu <[email protected]> | |
12908 | Date: Wed Oct 10 23:02:09 2007 +0300 | |
12909 | ||
12910 | Fixed pcnet io_base | |
12911 | ||
12912 | Bus and phys address are not always the same | |
12913 | ||
12914 | Signed-off-by: Vlad Lungu <[email protected]> | |
12915 | ||
12916 | commit 11ea26fd1cb63c91403fe04a6eea975cd418603f | |
12917 | Author: Wolfgang Denk <[email protected]> | |
12918 | Date: Thu Apr 24 23:44:26 2008 +0200 | |
12919 | ||
12920 | drivers/net/pcnet.c: Coding Style cleanup. | |
12921 | ||
12922 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12923 | ||
12924 | commit 899ef7b84578b7cafadfd78488c2fd2aac93f636 | |
12925 | Author: Vlad Lungu <[email protected]> | |
12926 | Date: Wed Oct 10 23:04:23 2007 +0300 | |
12927 | ||
12928 | Added Am79C970A chip id to pcnet | |
12929 | ||
12930 | Signed-off-by: Vlad Lungu <[email protected]> | |
12931 | ||
12932 | commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5 | |
12933 | Author: Magnus Lilja <[email protected]> | |
12934 | Date: Sun Apr 20 10:35:03 2008 +0200 | |
12935 | ||
12936 | i.MX31: Fix architecture numbers for ADS and Litekit boards | |
12937 | ||
12938 | Correct the Linux architecture number for i.MX31 Litekit and ADS boards. | |
12939 | ||
12940 | Signed-off-by: Magnus Lilja <[email protected]> | |
12941 | ||
12942 | commit e7ae84d6c7288790e88639f57cb60daf89c11369 | |
12943 | Author: Magnus Lilja <[email protected]> | |
12944 | Date: Sun Apr 20 10:36:36 2008 +0200 | |
12945 | ||
12946 | i.MX31: Use symbolic names for Litekit membases. | |
12947 | ||
12948 | Use symbolic names instead of hard coded addresses for Litekit membases. | |
12949 | ||
12950 | Signed-off-by: Magnus Lilja <[email protected]> | |
12951 | ||
12952 | commit 2ef1d9b6030d02f576b1bcd9fec948e602522012 | |
12953 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12954 | Date: Sat Apr 19 17:59:20 2008 +0200 | |
12955 | ||
12956 | Fix show_boot_progress prototype | |
12957 | ||
12958 | in commit fad634071 "make show_boot_progress () weak." | |
12959 | show_boot_progress is supposed to be declared as weak but declared as | |
12960 | inline instead. | |
12961 | ||
12962 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12963 | ||
12964 | commit edbed247a14d70b94958010f736621212285de91 | |
12965 | Author: Bartlomiej Sieka <[email protected]> | |
12966 | Date: Fri Apr 18 12:39:23 2008 +0200 | |
12967 | ||
12968 | Memory footprint optimizations | |
12969 | ||
12970 | As suggested by Wolfgang Denk: | |
12971 | - image printing functions: | |
12972 | - remove wrappers | |
12973 | - remove indentation prefix from functions' signatures | |
12974 | - merge getenv_verify and getenv_autostart into one parametrized function | |
12975 | ||
12976 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
12977 | ||
12978 | commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8 | |
12979 | Author: Guennadi Liakhovetski <[email protected]> | |
12980 | Date: Tue Apr 15 13:33:11 2008 +0200 | |
12981 | ||
12982 | MX31ADS environment variable update, spi and rtc support | |
12983 | ||
12984 | Update MX31ADS default environment to better match the flash layout and | |
12985 | the memory map, support SPI and RTC. | |
12986 | ||
12987 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12988 | ||
12989 | commit 022f12163595b9a55380c6d77c3119b93d6a9a4b | |
12990 | Author: Kumar Gala <[email protected]> | |
12991 | Date: Mon Apr 21 09:28:36 2008 -0500 | |
12992 | ||
12993 | 85xx: Round up frequency calculations to get reasonable output | |
12994 | ||
12995 | eg. because of rounding error we can get 799Mhz instead of 800Mhz. | |
12996 | ||
12997 | Introduced DIV_ROUND_UP and roundup taken from linux kernel. | |
12998 | ||
12999 | Signed-off-by: Dejan Minic <[email protected]> | |
13000 | Signed-off-by: Srikanth Srinivasan <[email protected]> | |
13001 | Signed-off-by: Kumar Gala <[email protected]> | |
13002 | Acked-by: Andy Fleming <[email protected]> | |
13003 | ||
13004 | commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6 | |
13005 | Author: Kumar Gala <[email protected]> | |
13006 | Date: Wed Apr 23 16:58:04 2008 -0500 | |
13007 | ||
13008 | fsl_pci: Only modify registers if we have them | |
13009 | ||
13010 | pme_msg_det exists only on PCIe controllers only set it if we are a "bridge". | |
13011 | ||
13012 | Signed-off-by: Kumar Gala <[email protected]> | |
13013 | ||
13014 | commit 83fe32334337def160b302aa9d152d808bfcc68e | |
13015 | Author: Markus Klotzbücher <[email protected]> | |
13016 | Date: Wed Apr 23 10:57:33 2008 +0200 | |
13017 | ||
13018 | USB: remove a cpu bug workaround for an unsupported architecture. | |
13019 | ||
13020 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
13021 | ||
13022 | commit f957576cb53e6cfab412709cfc8db1afd39d21c3 | |
13023 | Author: Markus Klotzbücher <[email protected]> | |
13024 | Date: Wed Apr 23 10:53:23 2008 +0200 | |
13025 | ||
13026 | USB: fix those pesky aliasing warnings issued by gcc-4.2 | |
13027 | ||
13028 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
13029 | Signed-off-by: Detlev Zundel <[email protected]> | |
13030 | ||
13031 | commit 89cdab788f3716b335fefb60b836ebcf975aceab | |
13032 | Author: Mike Frysinger <[email protected]> | |
13033 | Date: Mon Mar 31 11:02:01 2008 -0400 | |
13034 | ||
13035 | crc32: use uint32_t rather than unsigned long | |
13036 | ||
13037 | The envcrc.c does sizeof(unsigned long) when calculating the crc, but | |
13038 | this is done with the build toolchain instead of the target tool | |
13039 | chain, so if the build is a 64bit system but the target is 32bits, | |
13040 | the size will obviously be wrong. This converts all unsigned long | |
13041 | stuff related to crc32 to uint32_t types. Compile tested only: output | |
13042 | of ./tools/envcrc when run on a 32bit build system matches that of a | |
13043 | 64bit build system. | |
13044 | ||
13045 | Signed-off-by: Mike Frysinger <[email protected]> | |
13046 | Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13047 | ||
13048 | commit 80c40b765b3642ddb9f3392b7898715aab44a29c | |
13049 | Author: Dirk Behme <[email protected]> | |
13050 | Date: Wed Mar 26 09:53:29 2008 +0100 | |
13051 | ||
13052 | ARM: Davinci: Fix DM644x timer overflow handling and cleanup | |
13053 | ||
13054 | Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code. | |
13055 | ||
13056 | Changes: | |
13057 | ||
13058 | - Remove *_masked() functions as noted by Wolfgang | |
13059 | ||
13060 | - Adapt register naming to recent TI spec (sprue26, March 2007) | |
13061 | ||
13062 | - Fix reset_timer() handling | |
13063 | ||
13064 | - As reported by Pieter [1] the overflow fix introduced a delay of factor 16 (e.g 2 seconds became 32). While the overflow fix is basically okay, it missed to divide udelay by 16, too. Fix this. | |
13065 | ||
13066 | [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179 | |
13067 | ||
13068 | - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV). | |
13069 | ||
13070 | Many thanks to Troy Kisky <[email protected]> and Pieter Voorthuijsen <[email protected]> for the hints & testing! | |
13071 | ||
13072 | Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware. | |
13073 | ||
13074 | Signed-off-by: Dirk Behme <[email protected]> | |
13075 | Acked-by: Pieter Voorthuijsen <[email protected]> | |
13076 | ||
13077 | commit a6e6fc610e39dec41b79680413d4ed38145bd3c8 | |
13078 | Author: Sergei Poselenov <[email protected]> | |
13079 | Date: Wed Apr 9 16:09:41 2008 +0200 | |
13080 | ||
13081 | Added watchdog triggering calls in the "mtest" test function. | |
13082 | ||
13083 | Signed-off-by: Sergei Poselenov <[email protected]> | |
13084 | ||
13085 | commit d32a874b9b4c1e949ee38be7790f6bf6d6143451 | |
13086 | Author: Yuri Tikhonov <[email protected]> | |
13087 | Date: Sun Apr 6 19:19:14 2008 +0200 | |
13088 | ||
13089 | lwmon5 watchdog: limit trigger rate | |
13090 | ||
13091 | Limit the rate of h/w watch-dog triggering on the LWMON5 board by | |
13092 | the CONFIG_WD_MAX_RATE value. | |
13093 | ||
13094 | Note that an earlier version of this patch which used microseconds | |
13095 | instead of ticks dis not work. The problem was that we used | |
13096 | usec2ticks() to convert microseconds into ticks. usec2ticks() uses | |
13097 | get_tbclk(), which in turn calls get_sys_info(). It turns out that | |
13098 | this function does a lot of prolonged operations (like divisions) | |
13099 | which take too much time so we do not trigger the watchdog in time, | |
13100 | and it resets the system. | |
13101 | ||
13102 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
13103 | ||
13104 | commit 2d2b994a30bb100774dc747ae9865b7f95285a88 | |
13105 | Author: Yuri Tikhonov <[email protected]> | |
13106 | Date: Mon Mar 31 10:51:37 2008 +0200 | |
13107 | ||
13108 | POST: move CONFIG_POST to Makefiles | |
13109 | ||
13110 | Introduce the new logical option CONFIG_HAS_POST which is set when the | |
13111 | platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles | |
13112 | to determine should the POST libs be compiled for the selected target | |
13113 | platform, or not. | |
13114 | ||
13115 | To avoid breaking u-boot linking process, the empty post/libpost.a file is | |
13116 | created for platforms which do not have POSTs. | |
13117 | ||
13118 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
13119 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13120 | ||
13121 | commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1 | |
13122 | Author: Yuri Tikhonov <[email protected]> | |
13123 | Date: Mon Mar 31 10:49:34 2008 +0200 | |
13124 | ||
13125 | POST: preparations for moving CONFIG_POST to Makefiles | |
13126 | ||
13127 | Remove CONFIG_POST ifdefs from the post/ source files. | |
13128 | ||
13129 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
13130 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13131 | ||
13132 | commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e | |
13133 | Author: Stefan Roese <[email protected]> | |
13134 | Date: Tue Apr 22 14:14:20 2008 +0200 | |
13135 | ||
13136 | ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage | |
13137 | ||
13138 | This patch fixes the Canyonlands and Glacier default environment to better | |
13139 | fit to the arch/powerpc device-tree kernels. The variables dealing with | |
13140 | arch/ppc booting are removed, since these boards are supported only in | |
13141 | arch/powerpc. Glacier uses the same config file as Canyonlands. | |
13142 | ||
13143 | Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU. | |
13144 | ||
13145 | Signed-off-by: Stefan Roese <[email protected]> | |
13146 | ||
13147 | commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b | |
13148 | Author: Stefan Roese <[email protected]> | |
13149 | Date: Tue Apr 22 14:06:42 2008 +0200 | |
13150 | ||
13151 | ppc4xx: Small coding style cleanup for the latest esd patches | |
13152 | ||
13153 | Signed-off-by: Stefan Roese <[email protected]> | |
13154 | ||
13155 | commit 79941d63bc03aed8c48d7602f18217cc200ee931 | |
13156 | Author: Matthias Fuchs <[email protected]> | |
13157 | Date: Mon Apr 21 18:01:07 2008 +0200 | |
13158 | ||
13159 | ppc4xx: Update CPU strapping for PMC440 boards | |
13160 | ||
13161 | This patch removes the temporary 'test' strapping option | |
13162 | of the sbe command. The '667' strapping option now uses | |
13163 | a PLB/PCI divider of 3. | |
13164 | ||
13165 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13166 | ||
13167 | commit f00cf3193a6635355b121e90debb2f54e777e7da | |
13168 | Author: Matthias Fuchs <[email protected]> | |
13169 | Date: Mon Apr 21 14:42:21 2008 +0200 | |
13170 | ||
13171 | ppc4xx: Remove unused APC405 strataflash driver | |
13172 | ||
13173 | The APC405 board support has been migrated to use the common | |
13174 | CFI flash driver. | |
13175 | ||
13176 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13177 | ||
13178 | commit 1c686676a86473bbd92151f0544e109413f6ed06 | |
13179 | Author: Matthias Fuchs <[email protected]> | |
13180 | Date: Mon Apr 21 14:42:17 2008 +0200 | |
13181 | ||
13182 | ppc4xx: Update APC405 configuration | |
13183 | ||
13184 | - enable esd's auto_update mechanism | |
13185 | - support alternative flash layout on rev. 1.8 boards | |
13186 | - update default environment | |
13187 | - use common CFI flash driver | |
13188 | - coding style cleanup | |
13189 | ||
13190 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13191 | ||
13192 | commit 0b9872515a521bf7866dc24b85ddce708e60d702 | |
13193 | Author: Matthias Fuchs <[email protected]> | |
13194 | Date: Mon Apr 21 14:42:11 2008 +0200 | |
13195 | ||
13196 | ppc4xx: Update APC405 board support | |
13197 | ||
13198 | - enable esd's auto_update mechanism | |
13199 | - fix LCD support on latest hardware revision (uses other LCD controller) | |
13200 | - support alternative flash layout on rev. 1.8 boards | |
13201 | - coding style cleanup | |
13202 | ||
13203 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13204 | ||
13205 | commit 83975d02e225e231960784972e7820a8b303756b | |
13206 | Author: Matthias Fuchs <[email protected]> | |
13207 | Date: Mon Apr 21 14:42:06 2008 +0200 | |
13208 | ||
13209 | ppc4xx: update esd's common auto_update code for 405 boards | |
13210 | ||
13211 | - Coding style cleanup (long lines) | |
13212 | - improve handling of protected flash regions | |
13213 | - remove dead code | |
13214 | ||
13215 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13216 | ||
13217 | commit b9233fe5d59cb25d975071616bd1035d6f4c2285 | |
13218 | Author: Matthias Fuchs <[email protected]> | |
13219 | Date: Mon Apr 21 14:41:59 2008 +0200 | |
13220 | ||
13221 | ppc4xx: Update esd's common LCD code for 405 boards | |
13222 | ||
13223 | - Coding style cleanup (long lines) | |
13224 | - Add s1d13505 support | |
13225 | - Make some functions return a result code instead of void | |
13226 | ||
13227 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13228 | ||
13229 | commit dea68189424c3f1242427a8146a3861bf093173c | |
13230 | Author: Matthias Fuchs <[email protected]> | |
13231 | Date: Mon Apr 21 11:36:55 2008 +0200 | |
13232 | ||
13233 | ppc4xx: Update FPGA image for APC405 boards | |
13234 | ||
13235 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13236 | ||
13237 | commit 2a05b152924acfcec3b037693329e517e6d3578f | |
13238 | Author: Matthias Fuchs <[email protected]> | |
13239 | Date: Mon Apr 21 11:36:08 2008 +0200 | |
13240 | ||
13241 | ppc4xx: Update bootlogo for APC405 boards | |
13242 | ||
13243 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13244 | ||
13245 | commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c | |
13246 | Author: Stefan Roese <[email protected]> | |
13247 | Date: Fri Apr 18 16:41:31 2008 +0200 | |
13248 | ||
13249 | ppc4xx: Add dcache_enable() for 440 | |
13250 | ||
13251 | dcache_enable() was missing for 440 and the patch | |
13252 | 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf | |
13253 | "] behavior uses this function. | |
13254 | ||
13255 | Note: Currently the cache handling functions like | |
13256 | d/icache_disable/enable() are NOP's on 440. This may be changed in the | |
13257 | future. | |
13258 | ||
13259 | Signed-off-by: Stefan Roese <[email protected]> | |
13260 | ||
13261 | commit a49e0d177a0749614b316ec847fb623f09c82c07 | |
13262 | Author: Matthias Fuchs <[email protected]> | |
13263 | Date: Mon Apr 21 11:19:04 2008 +0200 | |
13264 | ||
13265 | video: Add missing free for logo memory | |
13266 | ||
13267 | This patch adds two missing free()s. | |
13268 | ||
13269 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13270 | ||
13271 | commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42 | |
13272 | Author: Troy Kisky <[email protected]> | |
13273 | Date: Mon Sep 24 16:41:43 2007 -0700 | |
13274 | ||
13275 | PATCH - Fix oob data copied into supplied buffer | |
13276 | ||
13277 | This patch correctly sets the oobavail variable | |
13278 | and fixes a bug where the oob data was not valid when | |
13279 | there where multiple groups in oobfree. | |
13280 | ||
13281 | First segment fixes a typo | |
13282 | Second segment fixes a bug where oob data may be copied incorrectly. | |
13283 | Third segment adds an error message when exiting due to write protect. | |
13284 | Forth segment fixes a bug where oobavail may be set incorrectly. | |
13285 | ||
13286 | Signed-off-by: Troy Kisky <[email protected]> | |
13287 | ||
13288 | commit e1d09680f64b452adde89ed9fe28a77c56bedc9a | |
13289 | Author: Matthias Fuchs <[email protected]> | |
13290 | Date: Fri Apr 18 17:24:32 2008 +0200 | |
13291 | ||
13292 | ppc4xx: Fix sys_get_info() for 405GP(r) | |
13293 | ||
13294 | This patch assigns the correct EBC clock for 405GP(r) CPUs | |
13295 | to PPC4xx_SYS_INFO structure. Without this patch U-Boot | |
13296 | uses an uninitialized EBC clock in its startup message. | |
13297 | ||
13298 | Signed-off-by: Matthias Fuchs <[email protected]> | |
13299 | ||
13300 | commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7 | |
13301 | Author: Wolfgang Denk <[email protected]> | |
13302 | Date: Sun Apr 20 15:39:38 2008 -0700 | |
13303 | ||
13304 | Makefile: remove nand_spl/System.map when cleaning up. | |
13305 | ||
13306 | commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b | |
13307 | Author: Wolfgang Denk <[email protected]> | |
13308 | Date: Sun Apr 20 15:35:52 2008 -0700 | |
13309 | ||
13310 | MAKEALL: sort entries / lists. | |
13311 | ||
13312 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13313 | ||
13314 | commit 0878af169b181868a105b5c33f3a6423e2c9fd60 | |
13315 | Author: Kumar Gala <[email protected]> | |
13316 | Date: Fri Apr 18 11:29:01 2008 -0500 | |
13317 | ||
13318 | 85xx: Fix size of cpu-release-addr property | |
13319 | ||
13320 | The cpu-release-addr is defined as always being a 64-bit quanity regardless | |
13321 | if we are running on a 32-bit or 64-bit machine. | |
13322 | ||
13323 | commit 88353a985109562a639b2f8a0c90d77011bfe374 | |
13324 | Author: Timur Tabi <[email protected]> | |
13325 | Date: Fri Apr 4 11:15:58 2008 -0500 | |
13326 | ||
13327 | Fix calculation of I2C clock for some 85xx chips | |
13328 | ||
13329 | Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and | |
13330 | some use CCB/3. There is no pattern that can be used to determine which | |
13331 | chips use which frequency, so the only way to determine is to look up the | |
13332 | actual SOC designation and use the right value for that SOC. | |
13333 | ||
13334 | Update immap_85xx.h to include the GUTS PORDEVSR2 register. | |
13335 | ||
13336 | Signed-off-by: Timur Tabi <[email protected]> | |
13337 | ||
13338 | commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e | |
13339 | Author: Wolfgang Denk <[email protected]> | |
13340 | Date: Fri Apr 18 11:44:27 2008 -0700 | |
13341 | ||
13342 | Fix build breakage casued by commit c0559be371b2 | |
13343 | ||
13344 | Change env_get_char from a global function ptr to a function. | |
13345 | ||
13346 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13347 | ||
13348 | commit 268a804d7e2fa07b64211fd2f9a9615db4539f23 | |
13349 | Author: Wolfgang Denk <[email protected]> | |
13350 | Date: Fri Apr 18 10:53:41 2008 -0700 | |
13351 | ||
13352 | Coding Style cleanup, update CHANGELOG. | |
13353 | ||
13354 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13355 | ||
268a804d WD |
13356 | commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7 |
13357 | Author: Mike Frysinger <[email protected]> | |
13358 | Date: Tue Apr 8 14:00:57 2008 -0400 | |
13359 | ||
13360 | Add support for u-boot in svn and localversion-* files | |
13361 | ||
13362 | Signed-off-by: Mike Frysinger <[email protected]> | |
13363 | ||
13364 | commit d23ff6827decf121461fbc5622612fd7effe207e | |
13365 | Author: Guennadi Liakhovetski <[email protected]> | |
13366 | Date: Thu Apr 3 17:04:22 2008 +0200 | |
13367 | ||
13368 | MX31ADS network and flash updates | |
13369 | ||
13370 | This patch allows U-Boot to use buffered writes to the Spansion NOR | |
13371 | flash installed on this board, and eliminates long delays in network | |
13372 | transfers after the board startup. | |
13373 | ||
13374 | Also modify flash layout to embed main and redundant environment | |
13375 | blocks in the U-Boot image. | |
13376 | ||
13377 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13378 | ||
13379 | commit b5dc9b304d289831f291843ff88a45cbdf1a6290 | |
13380 | Author: Guennadi Liakhovetski <[email protected]> | |
13381 | Date: Mon Apr 14 10:53:12 2008 +0200 | |
13382 | ||
13383 | Support for the MX31ADS evaluation board from Freescale | |
13384 | ||
13385 | This patch adds support for the MX31ADS evaluation board from Freescale, | |
13386 | initialization code is copied from RedBoot sources, also provided by | |
13387 | Freescale. | |
13388 | ||
13389 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13390 | ||
7ed40117 WD |
13391 | commit 499e7831e1baaac6bfb959213f1950c216fbc5ba |
13392 | Author: Stefan Roese <[email protected]> | |
13393 | Date: Tue Apr 8 10:33:29 2008 +0200 | |
13394 | ||
13395 | ppc4xx: Change Canyonlands to support booting from 2k page NAND devices | |
13396 | ||
13397 | Signed-off-by: Stefan Roese <[email protected]> | |
13398 | ||
13399 | commit 5e182dce04d68cc94407a1b1fa09307f2bb96719 | |
13400 | Author: Stefan Roese <[email protected]> | |
13401 | Date: Tue Apr 8 10:33:28 2008 +0200 | |
13402 | ||
13403 | ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM | |
13404 | ||
13405 | Signed-off-by: Stefan Roese <[email protected]> | |
13406 | ||
13407 | commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825 | |
13408 | Author: Stefan Roese <[email protected]> | |
13409 | Date: Tue Apr 8 10:33:27 2008 +0200 | |
13410 | ||
13411 | ppc4xx: Add Glacier NAND booting target | |
13412 | ||
13413 | Signed-off-by: Stefan Roese <[email protected]> | |
13414 | ||
13415 | commit 46f373838e384a4c23d13581b1dfa5acb66b5810 | |
13416 | Author: Stefan Roese <[email protected]> | |
13417 | Date: Tue Apr 8 10:31:00 2008 +0200 | |
13418 | ||
13419 | nand_spl: Update nand_spl to support 2k page size NAND devices | |
13420 | ||
13421 | This patch adds support for booting from 2k page sized NAND device | |
13422 | (e.g. Micron 29F2G08AAC). | |
13423 | ||
13424 | Tested on AMCC Canyonlands. | |
13425 | ||
13426 | Signed-off-by: Stefan Roese <[email protected]> | |
13427 | ||
268a804d WD |
13428 | commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04 |
13429 | Author: Anatolij Gustschin <[email protected]> | |
13430 | Date: Thu Apr 17 18:18:00 2008 +0200 | |
13431 | ||
13432 | Fix crash on sequoia in ppc_4xx_eth_init | |
13433 | ||
13434 | Currently U-Boot crashes in ppc_4xx_eth_init on sequoia | |
13435 | with cache enabled (TLB Parity exeption). This patch | |
13436 | fixes the problem. | |
13437 | ||
13438 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
13439 | ||
13440 | commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b | |
13441 | Author: Anatolij Gustschin <[email protected]> | |
13442 | Date: Thu Apr 17 18:15:27 2008 +0200 | |
13443 | ||
13444 | ppc4xx: Fix crash on sequoia with cache enabled | |
13445 | ||
13446 | Currently U-Boot crashes on sequoia board in CPU POST if | |
13447 | cache is enabled (CONFIG_4xx_DCACHE defined). The cache | |
13448 | won't be disabled by change_tlb before CPU POST because | |
13449 | there is an insufficient adress range check since | |
13450 | CFG_MEM_TOP_HIDE was introduced. This patch tries to fix | |
13451 | this problem. | |
13452 | ||
13453 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
13454 | ||
13455 | commit 43c509254fab375c49936498da944658117ed07c | |
13456 | Author: Shinya Kuribayashi <[email protected]> | |
13457 | Date: Thu Apr 17 23:35:13 2008 +0900 | |
13458 | ||
13459 | Use jr as register jump instruction | |
13460 | ||
13461 | Current assembler codes are inconsistent in the way of register jump | |
13462 | instruction usage; some use jr, some use j. Of course GNU as allows both | |
13463 | usages, but as can be expected from `Jump Register' the mnemonic `jr' is | |
13464 | more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage | |
13465 | at all. | |
13466 | ||
13467 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
13468 | ||
13469 | commit 7ce63709828d37b08866e537339a169bd0db2bd3 | |
13470 | Author: Guennadi Liakhovetski <[email protected]> | |
13471 | Date: Tue Apr 15 14:15:30 2008 +0200 | |
13472 | ||
13473 | RTC driver for MC13783 | |
13474 | ||
13475 | MC13783 is a multifunction IS with an SPI interface to the host. This | |
13476 | driver handles the RTC controller in this chip. | |
13477 | ||
13478 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13479 | ||
13480 | commit 38254f45b0b412332726c90d3184ad47479fcffb | |
13481 | Author: Guennadi Liakhovetski <[email protected]> | |
13482 | Date: Tue Apr 15 14:14:25 2008 +0200 | |
13483 | ||
13484 | New i.MX31 SPI driver | |
13485 | ||
13486 | This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far | |
13487 | only implemented and tested on i.MX31, can with a modified register layout | |
13488 | and definitions be used for i.MX27, I think, MXC CPUs have similar SPI | |
13489 | controllers too. | |
13490 | ||
13491 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13492 | ||
13493 | commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38 | |
13494 | Author: Magnus Lilja <[email protected]> | |
13495 | Date: Tue Apr 15 19:09:10 2008 +0200 | |
13496 | ||
13497 | Fix name of i.MX31 boards in config file header | |
13498 | ||
13499 | Correct the name of the i.MX31 Litekit and phyCORE boards in config files. | |
13500 | ||
13501 | Signed-off-by: Magnus Lilja <[email protected]> | |
13502 | ||
13503 | commit a49864593e083a5d0779fb9ca98e5a0f2053183d | |
13504 | Author: Mike Frysinger <[email protected]> | |
13505 | Date: Sun Apr 13 19:42:19 2008 -0400 | |
13506 | ||
13507 | allow ports to override go behavior | |
13508 | ||
13509 | Split the arch-specific logic out of the common go code and into a dedicated | |
13510 | weak function called do_go_exec() that lives in cpu directories. This will | |
13511 | need review from i386/nios people to make sure I didn't break them. | |
13512 | ||
13513 | commit 017e9b7925f74878d0e9475388cca9bda5ef9482 | |
13514 | Author: Mike Frysinger <[email protected]> | |
13515 | Date: Sun Apr 13 19:42:18 2008 -0400 | |
13516 | ||
13517 | allow ports to override bootelf behavior | |
13518 | ||
13519 | Change the bootelf setup function into a dedicated weak function called | |
13520 | do_bootelf_exec. This way ports can control the behavior however they | |
13521 | like before/after calling the ELF entry point. | |
13522 | ||
13523 | commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7 | |
13524 | Author: Ulf Samuelsson <[email protected]> | |
13525 | Date: Sat Apr 12 20:56:03 2008 +0200 | |
13526 | ||
13527 | Reorder ARM boards in Makefile | |
13528 | ||
13529 | Rearrange ARM boards in Makefile so that ARM926EJ-S boards | |
13530 | are no longer under ARM92xT header. | |
13531 | ||
13532 | Signed-off-by: Ulf Samuelsson <[email protected]> | |
13533 | Ack-By Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13534 | ||
13535 | commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688 | |
13536 | Author: Ulf Samuelsson <[email protected]> | |
13537 | Date: Sat Apr 12 20:29:44 2008 +0200 | |
13538 | ||
13539 | Clean up dataflash partitioning | |
13540 | ||
13541 | This patch removes the board dependent parts from | |
13542 | "drivers/mtd/dataflash.c". | |
13543 | Each board relying on this, will have the appropriate | |
13544 | code in a new file, "partition.c" in the board directory. | |
13545 | board Makefiles updated to use the file. | |
13546 | ||
13547 | The dataflash partitions are aligned on sector/page boundaries. | |
13548 | ||
13549 | The CONFIG_NEW_DF_PARTITION was used to create named partitions | |
13550 | This is now the default operation, and the CONFIG variable is removed. | |
13551 | ||
13552 | Signed-off-by: Ulf Samuelsson <[email protected]> | |
13553 | ||
13554 | commit 51ecde946fec511a16346e498204ca10ad71080d | |
13555 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13556 | Date: Sat Apr 12 14:08:45 2008 +0200 | |
13557 | ||
13558 | gitignore: udpate stgit generated and .patch file | |
13559 | ||
13560 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13561 | ||
13562 | commit 66e39818e95f51ee1c1dd2094407a8929543fa6d | |
13563 | Author: Wolfgang Denk <[email protected]> | |
13564 | Date: Fri Apr 18 00:15:36 2008 -0700 | |
13565 | ||
13566 | Get rid of redundant copy of renamed header file. | |
13567 | ||
13568 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13569 | ||
13570 | commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc | |
13571 | Author: Vlad Lungu <[email protected]> | |
13572 | Date: Fri Apr 11 21:20:14 2008 +0300 | |
13573 | ||
13574 | Fix dependency generation for older gcc versions | |
13575 | ||
13576 | With gcc 3.3.3 at least, compilation fails with | |
13577 | ||
13578 | Generating include/autoconf.mk | |
13579 | gcc: compilation of header file requested | |
13580 | make: *** [include/autoconf.mk] Error 1 | |
13581 | ||
13582 | since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba. | |
13583 | ||
13584 | Signed-off-by: Vlad Lungu <[email protected]> | |
13585 | ||
13586 | commit cb1c4896905ab22fcd982e6a8a539f0031942e71 | |
13587 | Author: Marian Balakowicz <[email protected]> | |
13588 | Date: Fri Apr 11 11:07:49 2008 +0200 | |
13589 | ||
13590 | Restore the ability to continue booting after legacy image overwrite | |
13591 | ||
13592 | Before new uImage code was merged, bootm code allowed for the kernel image to | |
13593 | get overwritten during decompresion. new uImage introduced a check for image | |
13594 | overwrites and refused to boot the image that got overwritten. This patch | |
13595 | restores the old behavior. It also adds a warning when the image overwriten is | |
13596 | a multi-image file, because in such case accessing componentes other than the | |
13597 | first one will fail. | |
13598 | ||
13599 | Signed-off-by: Marian Balakowicz <[email protected]> | |
13600 | ||
13601 | commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036 | |
13602 | Author: Marian Balakowicz <[email protected]> | |
13603 | Date: Fri Apr 11 11:07:43 2008 +0200 | |
13604 | ||
13605 | ppc: Fix ftd_blob variable init when processing raw blob | |
13606 | ||
13607 | Set fdt_blob variable before its value is printed out. | |
13608 | ||
13609 | Signed-off-by: Marian Balakowicz <[email protected]> | |
13610 | ||
13611 | commit 3d36be030043cd841a2551d00a395135e363a64b | |
13612 | Author: Jason Wessel <[email protected]> | |
13613 | Date: Thu Apr 10 14:30:16 2008 -0500 | |
13614 | ||
13615 | Remove all the search paths from the .lds files. | |
13616 | ||
13617 | The cross compiler is responsible for providing the correct libraries | |
13618 | and the logic to find the linking libraries. | |
13619 | ||
13620 | Signed-off-by: Jason Wessel <[email protected]> | |
13621 | ||
13622 | commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58 | |
13623 | Author: Bartlomiej Sieka <[email protected]> | |
13624 | Date: Mon Apr 14 15:44:16 2008 +0200 | |
13625 | ||
13626 | Boot-related documentation update | |
13627 | ||
13628 | - document 'bootm_low' and 'bootm_size' environment variables | |
13629 | - update inaccurate CFG_BOOTMAPSZ entry | |
13630 | ||
13631 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
13632 | ||
13633 | commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a | |
13634 | Author: Guennadi Liakhovetski <[email protected]> | |
13635 | Date: Wed Apr 9 17:34:08 2008 +0200 | |
13636 | ||
13637 | Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code" | |
13638 | ||
13639 | Restore logic reverted by commit | |
13640 | ||
13641 | commit 80767a6cead9990d9e77e62be947843c2c72f469 | |
13642 | Author: Peter Pearse <[email protected]> | |
13643 | Date: Wed Sep 5 16:04:41 2007 +0100 | |
13644 | ||
13645 | Changed API name to coloured_led.h | |
13646 | Removed code using deprecated ifdef CONFIG_BOOTBINFUNC | |
13647 | Tidied other cpu/arm920t/start.S code | |
13648 | ||
13649 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13650 | ||
13651 | commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf | |
13652 | Author: Mike Frysinger <[email protected]> | |
13653 | Date: Tue Apr 8 10:24:24 2008 -0400 | |
13654 | ||
13655 | Remove conflicting NAND ID | |
13656 | ||
13657 | There are two NAND entries with ID 0xDC and this obviously causes problems. | |
13658 | In the kernel, they punted the first entry, so we should do the same. | |
13659 | ||
13660 | See this upstream e-mail for more info: | |
13661 | http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html | |
13662 | ||
13663 | Signed-off-by: Michael Hennerich <[email protected]> | |
13664 | Signed-off-by: Mike Frysinger <[email protected]> | |
13665 | ||
13666 | commit 188e94c370621708d13547d58dbc6ed3c5602aa8 | |
13667 | Author: Shinya Kuribayashi <[email protected]> | |
13668 | Date: Tue Apr 8 16:20:35 2008 +0900 | |
13669 | ||
13670 | cpu/mips/cpu.c: Fix flush_cache bug | |
13671 | ||
13672 | Cache operations have to take line address (addr), not start_addr. | |
13673 | I noticed this bug when debugging ping failure. | |
13674 | ||
13675 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
13676 | ||
13677 | commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4 | |
13678 | Author: Martin Krause <[email protected]> | |
13679 | Date: Thu Apr 3 14:29:01 2008 +0200 | |
13680 | ||
13681 | TQM5200: fix default IDE reset level | |
13682 | ||
13683 | Before the first call of ide_reset(), the level of the IDE reset | |
13684 | signal on the TQM5200 is low (reset asserted). This patch sets the | |
13685 | default value to high (reset not asserted). | |
13686 | ||
13687 | Currently this patch fixes no real problem, but it is cleaner to | |
13688 | assert the reset signal only on demand, and not permanently. | |
13689 | ||
13690 | Signed-off-by: Martin Krause <[email protected]> | |
13691 | ||
13692 | commit c61e033d6e8abb7b4060ee36060961e1399f6079 | |
13693 | Author: Detlev Zundel <[email protected]> | |
13694 | Date: Thu Apr 3 14:18:48 2008 +0200 | |
13695 | ||
13696 | mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING | |
13697 | ||
13698 | Signed-off-by: Detlev Zundel <[email protected]> | |
13699 | ||
13700 | commit f308572e19eb7fe63aa3d41f214cde4c23c9800f | |
13701 | Author: Detlev Zundel <[email protected]> | |
13702 | Date: Thu Apr 3 14:18:47 2008 +0200 | |
13703 | ||
13704 | mgcoge, mgsuv: rename 'addcon' to 'addcons' | |
13705 | ||
13706 | The latter name with 13 users is already established, so we will use | |
13707 | that. | |
13708 | ||
13709 | Signed-off-by: Detlev Zundel <[email protected]> | |
13710 | ||
13711 | commit e175eacc87c3a9e4dad0799fee0e95732520afc7 | |
13712 | Author: Martin Krause <[email protected]> | |
13713 | Date: Thu Apr 3 13:37:56 2008 +0200 | |
13714 | ||
13715 | IDE: fix bug in reset sequence | |
13716 | ||
13717 | According to the ata (ata5) specification the RESET- signal | |
13718 | shall be asserted for at least 25 us. Without this patch, | |
13719 | the RESET- signal is asserted on some boards for only < 1 us | |
13720 | (e. g. on the TQM5200). This patch adds a general delay of | |
13721 | 25 us to the RESET- signal. | |
13722 | ||
13723 | Without this patch a Platinum 4 GiB CF card is not recognised | |
13724 | properly on boards with a TQM5200 (STK52xx, TB5200). | |
13725 | ||
13726 | Signed-off-by: Martin Krause <[email protected]> | |
13727 | ||
13728 | commit 813bea96a960916c72b4a3a7df840151529c26ce | |
13729 | Author: Sascha Laue <[email protected]> | |
13730 | Date: Thu Apr 3 14:43:11 2008 +0200 | |
13731 | ||
13732 | lwmon5: disable CONFIG_ZERO_BOOTDELAY | |
13733 | ||
13734 | Signed-off-by: Sascha Laue <[email protected]> | |
13735 | ||
13736 | commit 53eec6f1d25932e76d63ccb14082792b0b96bf41 | |
13737 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13738 | Date: Wed Apr 2 08:03:58 2008 +0200 | |
13739 | ||
13740 | ds174x: Fix warning on return in rtc_get and rtc_set functions | |
13741 | ||
13742 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13743 | ||
13744 | commit a253b38bf50c85227c33ca0febc870ee49d1588e | |
13745 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13746 | Date: Wed Apr 2 08:03:57 2008 +0200 | |
13747 | ||
13748 | cmd_log.c: Fix assignment differ in signedness | |
13749 | ||
13750 | In function 'logbuff_init_ptrs': | |
13751 | cmd_log.c:79: warning: pointer targets in assignment differ in signedness | |
13752 | ||
13753 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13754 | ||
13755 | commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df | |
13756 | Author: Gururaja Hebbar K R <[email protected]> | |
13757 | Date: Wed Apr 2 11:04:43 2008 +0530 | |
13758 | ||
13759 | Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c | |
13760 | ||
13761 | Signed-off-by: gururaja hebbar <[email protected]> | |
13762 | ||
13763 | commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d | |
13764 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13765 | Date: Tue Apr 1 14:07:10 2008 +0200 | |
13766 | ||
13767 | s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame | |
13768 | ||
13769 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
13770 | ||
13771 | commit c08fb3ea36d19b1640b7906264581e9105534399 | |
13772 | Author: Guennadi Liakhovetski <[email protected]> | |
13773 | Date: Tue Apr 15 10:24:14 2008 +0200 | |
13774 | ||
13775 | Additional PCI IDs for IDE and network controllers | |
13776 | ||
13777 | These PCI IDs are required by the Linkstation platforms. | |
13778 | ||
13779 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13780 | ||
13781 | commit c0559be371b2a64b1a817088c3308688e2182f93 | |
13782 | Author: Joakim Tjernlund <[email protected]> | |
13783 | Date: Mon Apr 14 23:01:50 2008 +0200 | |
13784 | ||
13785 | Change env_get_char from a global function ptr to a function. | |
13786 | ||
13787 | This avoids an early global data reference. | |
13788 | ||
13789 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
13790 | ||
13791 | commit 3e0f331c05d72f140715c1e9fca991927e44d422 | |
13792 | Author: Guennadi Liakhovetski <[email protected]> | |
13793 | Date: Tue Apr 29 12:35:08 2008 +0000 | |
13794 | ||
13795 | Clean up smsc911x driver | |
13796 | ||
13797 | Replace direct register address derefencing with accessor functions. | |
13798 | Restrict explicitly 32-bit bus-width, extend affected configurations | |
13799 | respectively. | |
13800 | ||
13801 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13802 | Signed-off-by: Ben Warren <[email protected]> | |
13803 | ||
13804 | commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd | |
13805 | Author: Sascha Hauer <[email protected]> | |
13806 | Date: Tue Apr 15 00:08:20 2008 -0400 | |
13807 | ||
13808 | This patch adds a driver for the following smsc network controllers: | |
13809 | LAN9115 | |
13810 | LAN9116 | |
13811 | LAN9117 | |
13812 | LAN9215 | |
13813 | LAN9216 | |
13814 | LAN9217 | |
13815 | ||
13816 | Signed-off-by: Sascha Hauer <[email protected]> | |
13817 | Signed-off-by: Guennadi Liakhovetski<[email protected]> | |
13818 | Signed-off-by: Ben Warren <[email protected]> | |
13819 | ||
13820 | commit 3dfd4aab929cccddb63d9ea509967861e1333b52 | |
13821 | Author: Sascha Laue <[email protected]> | |
13822 | Date: Tue Apr 1 15:13:03 2008 +0200 | |
13823 | ||
13824 | Fix watchdog POST for lwmon5 | |
13825 | ||
13826 | If the hardware watchdog detects a voltage error, the watchdog sets | |
13827 | GPIO62 to low. The watchdog POST has to detect this low level. | |
13828 | ||
13829 | Signed-off-by: Sascha Laue <[email protected]> | |
13830 | ||
13831 | commit 24b448448a917e52806f82660a5c9d47608894fb | |
13832 | Author: Dave Liu <[email protected]> | |
13833 | Date: Tue Apr 1 15:22:11 2008 +0800 | |
13834 | ||
13835 | ata: update the libata.h from ata.h of linux kernel | |
13836 | ||
13837 | Current libata.h of u-boot is out of sync from linux kernel, | |
13838 | this patch make it be consistent with linux kernel. | |
13839 | ||
13840 | Signed-off-by: Dave Liu <[email protected]> | |
13841 | Signed-off-by: Tor Krill <[email protected]> | |
13842 | ||
13843 | commit f8f9dc98883f66f59eb0601da65808e6b139c87c | |
13844 | Author: Kumar Gala <[email protected]> | |
13845 | Date: Mon Mar 31 11:59:27 2008 -0500 | |
13846 | ||
13847 | Allow use of ARCH=powerpc when building | |
13848 | ||
13849 | The linux kernel is now mostly ARCH=powerpc, so to make life easier | |
13850 | allow use to use ARCH=powerpc and convert it to ARCH=ppc. | |
13851 | ||
13852 | Signed-off-by: Kumar Gala <[email protected]> | |
13853 | ||
13854 | commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0 | |
13855 | Author: Kyungmin Park <[email protected]> | |
13856 | Date: Mon Mar 31 10:40:54 2008 +0900 | |
13857 | ||
13858 | Add apollon board MAINTAINERS entry | |
13859 | ||
13860 | Signed-off-by: Kyungmin Park <[email protected]> | |
13861 | ||
13862 | commit 77e475cc0ed1832160017d364be32a0be9ff02a9 | |
13863 | Author: Kyungmin Park <[email protected]> | |
13864 | Date: Mon Mar 31 10:40:36 2008 +0900 | |
13865 | ||
13866 | Fix OneNAND read | |
13867 | ||
13868 | It should access with 16-bit instead of 8-bit | |
13869 | ||
13870 | Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND. | |
13871 | ||
13872 | Signed-off-by: Kyungmin Park <[email protected]> | |
13873 | ||
13874 | commit a9da2b41079d230db3a5641625311983f85ce1fb | |
13875 | Author: Kyungmin Park <[email protected]> | |
13876 | Date: Mon Mar 31 10:40:19 2008 +0900 | |
13877 | ||
13878 | Fix OneNAND erase command | |
13879 | ||
13880 | It mis-calculates the block address. | |
13881 | Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand. | |
13882 | ||
13883 | Signed-off-by: Kyungmin Park <[email protected]> | |
13884 | ||
13885 | commit 61525f2ffa156665a66908fda47dbf29d65ea579 | |
13886 | Author: Guennadi Liakhovetski <[email protected]> | |
13887 | Date: Mon Mar 31 01:32:15 2008 +0200 | |
13888 | ||
13889 | Support for LinkStation / KuroBox HD and HG PPC models | |
13890 | ||
13891 | This patch is based on the port by Mihai Georgian (see linkstation.c for | |
13892 | Copyright information) and implements support for LinkStation / KuroBox HD | |
13893 | and HG PPC models from Buffalo Technology, whereby HD is deactivated at | |
13894 | the moment, pending network driver fixing. | |
13895 | ||
13896 | Notice to users: this is pretty much a barebone port. Support for network | |
13897 | on HG models is already in the U-Boot mainline, but you might also want | |
13898 | patches to switch fan / phy modes depending on the negotiated ethernet | |
13899 | parameters. This patch also doesn't support console switching, booting EM | |
13900 | mode, Buffalo specific ext2 magic number. So, if you want to use any of | |
13901 | those, you need additional patches. Otherwise this patche provides a fully | |
13902 | functional u-boot with a network console on your system. | |
13903 | ||
13904 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
13905 | ||
13906 | commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea | |
13907 | Author: TsiChung Liew <[email protected]> | |
13908 | Date: Sun Mar 30 01:22:13 2008 -0500 | |
13909 | ||
13910 | Add CONFIG_MII_INIT support to related boards | |
13911 | ||
13912 | Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in | |
13913 | cmd_init.c. Add CONFIG_MII_INIT to board configuration files | |
13914 | that use mii_init() in cmd_init.c. | |
13915 | ||
13916 | Signed-off-by: TsiChung Liew <[email protected]> | |
13917 | Acked-by: Ben Warren <[email protected]> | |
13918 | ||
13919 | commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4 | |
13920 | Author: TsiChung Liew <[email protected]> | |
13921 | Date: Sun Mar 30 01:19:06 2008 -0500 | |
13922 | ||
13923 | Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards | |
13924 | ||
13925 | Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define | |
13926 | CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files. | |
13927 | ||
13928 | Signed-off-by: TsiChung Liew <[email protected]> | |
13929 | ||
13930 | commit e99ccb488181d012248c6be30b2093e950319fc5 | |
13931 | Author: Kumar Gala <[email protected]> | |
13932 | Date: Thu Mar 27 11:46:38 2008 -0500 | |
13933 | ||
13934 | Introduce phys_size_t and move phys_addr_t into asm/types.h | |
13935 | ||
13936 | Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's | |
13937 | that have larger physical addresses like 44x, 85xx, and 86xx. | |
13938 | ||
13939 | Signed-off-by: Kumar Gala <[email protected]> | |
13940 | ||
13941 | commit 20a14a42a25f72e379f38460b8a8484667536795 | |
13942 | Author: Andy Fleming <[email protected]> | |
13943 | Date: Wed Apr 2 16:19:07 2008 -0500 | |
13944 | ||
13945 | Rename include/md5.h to include/u-boot/md5.h | |
13946 | ||
13947 | Some systems have md5.h installed in /usr/include/. This isn't the | |
13948 | desired file (we want the one in include/md5.h). This will avoid the | |
13949 | conflict. This fixes the host tools building problem by creating a new | |
13950 | directory for U-Boot specific header files. | |
13951 | ||
13952 | [Patch by Andy Fleming, modified to use separate directory by Wolfgang | |
13953 | Denk] | |
13954 | ||
13955 | Signed-off-by: Wolfgang Denk <[email protected]> | |
13956 | Signed-off-by: Andy Fleming <[email protected]> | |
13957 | Acked-by: Timur Tabi <[email protected]> | |
13958 | ||
13959 | commit f297b7a1ec87433f66320d89d993e1bc738c66b8 | |
13960 | Author: Dave Liu <[email protected]> | |
13961 | Date: Thu Mar 27 18:51:17 2008 +0800 | |
13962 | ||
13963 | drivers: code clean up | |
13964 | ||
13965 | Signed-off-by: Dave Liu <[email protected]> | |
13966 | ||
13967 | commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597 | |
13968 | Author: Dave Liu <[email protected]> | |
13969 | Date: Thu Mar 27 18:50:41 2008 +0800 | |
13970 | ||
13971 | drivers: clean up the ata_piix.h | |
13972 | ||
13973 | Signed-off-by: Dave Liu <[email protected]> | |
13974 | ||
13975 | commit e8f7ba404f1409606962815ecc955a06984b08b3 | |
13976 | Author: Dave Liu <[email protected]> | |
13977 | Date: Thu Mar 27 18:49:56 2008 +0800 | |
13978 | ||
13979 | doc: english polishing for README.sata | |
13980 | ||
13981 | according to gvb's suggestion, polishing for the doc. | |
13982 | ||
13983 | Signed-off-by: Jerry Van Baren <[email protected]> | |
13984 | Signed-off-by: Dave Liu <[email protected]> | |
13985 | ||
13986 | commit 3e3f766a5274d204780460e1879723b565296d34 | |
13987 | Author: Kumar Gala <[email protected]> | |
13988 | Date: Wed Mar 26 18:53:28 2008 -0500 | |
13989 | ||
13990 | Fix warnings introduced by I2C bus speed setting patch | |
13991 | ||
13992 | Signed-off-by: Kumar Gala <[email protected]> | |
13993 | ||
13994 | commit 3c735e7437150e8615f26930c7819db85634276d | |
13995 | Author: eran liberty <[email protected]> | |
13996 | Date: Thu Mar 27 00:50:49 2008 +0100 | |
13997 | ||
13998 | Altera Stratix II support | |
13999 | ||
14000 | Adds Support for Altera's Stratix II. | |
14001 | ||
14002 | Within your board specific init file you will have to call | |
14003 | ||
14004 | 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off); | |
14005 | 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc); | |
14006 | ||
14007 | Altera_desc* contines (for example): | |
14008 | { | |
14009 | Altera_StratixII, /* part type */ | |
14010 | passive_serial, /* interface type */ | |
14011 | 1, /* bytes of data part can accept */ | |
14012 | (void *)(&funcs), /* interface function table */ | |
14013 | 0L, /* base interface address */ | |
14014 | 0 /* implementation specific cookie */ | |
14015 | } | |
14016 | ||
14017 | funcs is the interface. It is of type altera_board_specific_func. | |
14018 | It looks like this: | |
14019 | altera_board_specific_func func = { | |
14020 | pre_fn, | |
14021 | config_fn, | |
14022 | status_fn, | |
14023 | done_fn, | |
14024 | clk_fn, | |
14025 | data_fn, | |
14026 | abort_fn, | |
14027 | post_fn, | |
14028 | }; | |
14029 | ||
14030 | you will have to implement these functions, which is usually bit | |
14031 | banging some gpio. | |
14032 | ||
14033 | Signed-off-by: Eran Liberty <[email protected]> | |
14034 | ||
14035 | commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335 | |
14036 | Author: Wolfgang Denk <[email protected]> | |
14037 | Date: Sun Apr 13 14:32:54 2008 -0700 | |
14038 | ||
14039 | Update CHANGELOG | |
14040 | ||
14041 | Signed-off-by: Wolfgang Denk <[email protected]> | |
14042 | ||
5ece9ec9 WD |
14043 | commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7 |
14044 | Author: Sascha Hauer <[email protected]> | |
14045 | Date: Wed Mar 26 20:41:17 2008 +0100 | |
14046 | ||
14047 | Phytec Phycore-i.MX31 support | |
14048 | ||
14049 | This patch adds support for the Phytec Phycore-i.MX31 board | |
14050 | ||
14051 | Signed-off-by: Sascha Hauer <[email protected]> | |
14052 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
14053 | ||
14054 | commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1 | |
14055 | Author: Sascha Hauer <[email protected]> | |
14056 | Date: Wed Mar 26 20:41:09 2008 +0100 | |
14057 | ||
14058 | mx31 litekit support | |
14059 | ||
14060 | This patch adds support for the mx31 litekit board | |
14061 | ||
14062 | Signed-off-by: Sascha Hauer <[email protected]> | |
14063 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
14064 | ||
14065 | commit cdace0661208754a53019ea0dc7b803a040e0939 | |
14066 | Author: Sascha Hauer <[email protected]> | |
14067 | Date: Wed Mar 26 20:40:49 2008 +0100 | |
14068 | ||
14069 | add an i2c driver for mx31 | |
14070 | ||
14071 | This patch adds an i2c driver for Freescale i.MX processors | |
14072 | ||
14073 | Signed-off-by: Sascha Hauer <[email protected]> | |
14074 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
14075 | ||
14076 | commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6 | |
14077 | Author: Sascha Hauer <[email protected]> | |
14078 | Date: Wed Mar 26 20:40:42 2008 +0100 | |
14079 | ||
14080 | core support for Freescale mx31 | |
14081 | ||
14082 | This patch adds the core support for Freescale mx31 | |
14083 | ||
14084 | Signed-off-by: Sascha Hauer <[email protected]> | |
14085 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
14086 | ||
14087 | commit 7ec68862a27c8f6f6d566228de8f6724d964a939 | |
14088 | Author: Wolfgang Denk <[email protected]> | |
14089 | Date: Sun Apr 13 14:19:23 2008 -0700 | |
14090 | ||
14091 | Fix compile error | |
14092 | ||
14093 | ...as suggested by Peter Pearse | |
14094 | ||
14095 | Signed-off-by: Wolfgang Denk <[email protected]> | |
14096 | ||
14097 | commit 5252ed95204bdf55bec5a90ea69860bf2f78c643 | |
14098 | Author: Sascha Hauer <[email protected]> | |
14099 | Date: Wed Mar 26 20:40:36 2008 +0100 | |
14100 | ||
14101 | Separate omap24xx specific code from arm1136 | |
14102 | ||
14103 | Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 | |
14104 | to cpu/arm1136/omap24xx. | |
14105 | ||
14106 | Signed-off-by: Sascha Hauer <[email protected]> | |
14107 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
14108 | ||
14109 | commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a | |
14110 | Author: Mike Frysinger <[email protected]> | |
14111 | Date: Tue Jan 29 18:21:05 2008 -0500 | |
14112 | ||
14113 | disable caches before booting an app for Blackfin apps | |
14114 | ||
14115 | It isn't generally save to execute applications outside of U-Boot with caches | |
14116 | enabled due to the way the Blackfin processor handles caches (requires | |
14117 | software assistance). This patch disables caches before booting an ELF or | |
14118 | just booting raw code. The previous discussion on the patch was that we | |
14119 | wanted to use weaks instead, but that proved to not be feasible when multiple | |
14120 | symbols are involved, which puts us back at the ifdef solution. I've | |
14121 | minimized the ugliness by moving the setup step outside of the main function. | |
14122 | ||
14123 | Signed-off-by: Mike Frysinger <[email protected]> | |
14124 | ||
14125 | commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32 | |
14126 | Author: Wolfgang Denk <[email protected]> | |
14127 | Date: Sun Apr 13 10:03:54 2008 -0700 | |
14128 | ||
14129 | ppc: Get rid of unused machine type definitions | |
14130 | ||
14131 | Signed-off-by: Wolfgang Denk <[email protected]> | |
14132 | ||
14133 | commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4 | |
14134 | Author: Wolfgang Denk <[email protected]> | |
14135 | Date: Sun Apr 13 09:59:26 2008 -0700 | |
14136 | ||
14137 | Coding Style cleanup; update CHANGELOG | |
14138 | ||
14139 | Signed-off-by: Wolfgang Denk <[email protected]> | |
14140 | ||
1aeed8d7 WD |
14141 | commit 7754f33c6fb7a2c050388d20bf3847038558bdcf |
14142 | Author: Larry Johnson <[email protected]> | |
14143 | Date: Thu Feb 21 13:58:11 2008 -0500 | |
14144 | ||
14145 | LM73 bug fix for negative temperatures and cleanup | |
14146 | ||
14147 | When the LM73 temperature sensor measures a temperature below 0 C, the | |
14148 | current driver does not perform sign extension, so the result returned is | |
14149 | 512 C too high. This patch fixes the problem, and does general cleanup | |
14150 | of the code. | |
14151 | ||
14152 | Signed-off-by: Larry Johnson <[email protected]> | |
14153 | ||
14154 | commit 96ef831f713289afba19da0c8f905e99da2b23e0 | |
14155 | Author: Guennadi Liakhovetski <[email protected]> | |
14156 | Date: Thu Apr 3 13:36:02 2008 +0200 | |
14157 | ||
14158 | cfi_flash: Support buffered writes on non-standard Spansion NOR flash | |
14159 | ||
14160 | Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit | |
14161 | series require different addresses for buffered write commands. Define a | |
14162 | configuration option to support buffered writes on those chips. A more | |
14163 | elegant solution would be to automatically detect those chips by parsing | |
14164 | their CFI records, but that would require introduction of a fixup table | |
14165 | into the cfi_flash driver. | |
14166 | ||
14167 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
14168 | ||
14169 | commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44 | |
14170 | Author: Lee Nipper <[email protected]> | |
14171 | Date: Thu Apr 10 09:35:06 2008 -0500 | |
14172 | ||
14173 | mpc83xx: Update DIMM data bus width test to support 40-bit width | |
14174 | ||
14175 | 32-bit wide ECC memory modules report 40-bit width. | |
14176 | Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'. | |
14177 | ||
14178 | Signed-off-by: Lee Nipper <[email protected]> | |
14179 | Signed-off-by: Kim Phillips <[email protected]> | |
14180 | ||
14181 | commit 5fb5a689d822ca61e814bd523fc930af335242fa | |
14182 | Author: Dave Liu <[email protected]> | |
14183 | Date: Mon Mar 31 17:05:12 2008 +0800 | |
14184 | ||
14185 | mpc83xx: Fix the bug of serdes initialization | |
14186 | ||
14187 | Currently the serdes will not be initializated due to the | |
14188 | partid's error. | |
14189 | ||
14190 | Signed-off-by: Dave Liu <[email protected]> | |
14191 | Signed-off-by: Kim Phillips <[email protected]> | |
14192 | ||
14193 | commit 2000784818f043db7ca60e2846a72d097766b894 | |
14194 | Author: Dave Liu <[email protected]> | |
14195 | Date: Thu Apr 3 16:28:29 2008 +0800 | |
14196 | ||
14197 | mpc83xx: Fix the SATA clock setting of 837x targets | |
14198 | ||
14199 | Currently the SATA controller clock is configured as CSB clock, | |
14200 | usually the CSB clock is 400/333/266MHz. | |
14201 | ||
14202 | However, The SATA IP block is only guaranteed to operate up to | |
14203 | 200 MHz as stated in the HW spec. | |
14204 | ||
14205 | The bug is reported by Joe D'Abbraccio <[email protected]> | |
14206 | ||
14207 | This patch makes the SATA clock as half of CSB clock. | |
14208 | ||
14209 | Signed-off-by: Dave Liu <[email protected]> | |
14210 | Signed-off-by: Kim Phillips <[email protected]> | |
14211 | ||
14212 | commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672 | |
14213 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14214 | Date: Wed Apr 2 13:41:21 2008 +0200 | |
14215 | ||
14216 | mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb' | |
14217 | ||
14218 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14219 | Signed-off-by: Kim Phillips <[email protected]> | |
14220 | ||
14221 | commit 97b3ecb575a92fa34c1765229dbc06f2b662f139 | |
14222 | Author: Kumar Gala <[email protected]> | |
14223 | Date: Wed Apr 9 04:20:57 2008 -0500 | |
14224 | ||
14225 | 85xx: Fix detection of MP cpu spin up | |
14226 | ||
14227 | We were looking at the wrong memory offset to determine of a secondary | |
14228 | cpu had been spun up or not. Also added a warning message if the | |
14229 | all the secondary cpus we expect don't spin up. | |
14230 | ||
14231 | Signed-off-by: Kumar Gala <[email protected]> | |
14232 | ||
14233 | commit f3e04bdc3f360c66801a9048956e61e41a16edba | |
14234 | Author: Kumar Gala <[email protected]> | |
14235 | Date: Tue Apr 8 10:45:50 2008 -0500 | |
14236 | ||
14237 | 85xx: Use SVR_SOC_VER instead of SVR_VER | |
14238 | ||
14239 | The recent change introduced by 'Update SVR numbers to expand support' | |
14240 | now requires that we use SVR_SOC_VER instead of SVR_VER if we want | |
14241 | to compare against a particular processor id. | |
14242 | ||
14243 | Signed-off-by: Kumar Gala <[email protected]> | |
14244 | ||
14245 | commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7 | |
14246 | Author: Eugene O'Brien <[email protected]> | |
14247 | Date: Fri Apr 11 10:00:35 2008 -0400 | |
14248 | ||
14249 | ppc4xx: Fix power mgt definitions for PPC440 | |
14250 | ||
14251 | Corrected DCR addresses of PPC440EP power management registers. | |
14252 | ||
14253 | Signed-off-by: Eugene O'Brien <[email protected]> | |
14254 | ||
14255 | commit 950a392464e616b4590bc4501be46e2d7d162dea | |
14256 | Author: Wolfgang Denk <[email protected]> | |
14257 | Date: Fri Apr 11 15:11:26 2008 +0200 | |
14258 | ||
14259 | Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: | |
14260 | ||
14261 | Reverting became necessary after it turned out that the patches in | |
14262 | the u-boot-arm repo were modified, and in some cases corrupted. | |
14263 | ||
14264 | This reverts the following commits: | |
14265 | ||
14266 | 066bebd6353e33af3adefc3404560871699e9961 | |
14267 | 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 | |
14268 | c88ae20580b2b01487b4cdcc8b2a113f551aee36 | |
14269 | a147e56f03871bba4f05058d5e04ce7deb010b04 | |
14270 | d6674e0e2a6a1f033945f78838566210d3f28c95 | |
14271 | 8c8463cce44d849e37744749b32d38e1dfb12e50 | |
14272 | c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d | |
14273 | 8bf69d81782619187933a605f1a95ee1d069478d | |
14274 | 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d | |
14275 | a574a73852a527779234e73e17e7597fd8128882 | |
14276 | 1377b5583a48021d983e1fd565f7d40c89e84d63 | |
14277 | 1704dc20917b4f71e373e2c888497ee666d40380 | |
14278 | ||
14279 | Signed-off-by: Wolfgang Denk <[email protected]> | |
14280 | ||
14281 | commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13 | |
14282 | Author: Stefan Roese <[email protected]> | |
14283 | Date: Fri Apr 11 07:02:29 2008 +0200 | |
14284 | ||
14285 | ppc4xx: Update Kilauea defconfig to use device-tree booting as default | |
14286 | ||
14287 | This patch reworks the default environment on Kilauea/Haleakala. Now | |
14288 | "net_nfs" for exmaple uses the device-tree style booting formerly know | |
14289 | as "net_nfs_fdt". Also the addresses in RAM were changed because of the | |
14290 | new image booting support, which check for image overwriting. So the | |
14291 | addresses needed togeet adjusted. | |
14292 | ||
14293 | Signed-off-by: Stefan Roese <[email protected]> | |
14294 | ||
14295 | commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28 | |
14296 | Author: Stefan Roese <[email protected]> | |
14297 | Date: Wed Apr 9 11:58:02 2008 +0200 | |
14298 | ||
14299 | ppc4xx: Fix Canyonlands default environment to work with new image support | |
14300 | ||
14301 | Since the new image support checks for image overwriting, the default | |
14302 | environment needs to get adjusted to use correct addresses. | |
14303 | ||
14304 | Signed-off-by: Stefan Roese <[email protected]> | |
14305 | ||
14306 | commit dfc6c7b647dba7ab86749616f0e9e5740deed422 | |
14307 | Author: Stefan Roese <[email protected]> | |
14308 | Date: Wed Apr 9 11:54:11 2008 +0200 | |
14309 | ||
14310 | ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE | |
14311 | ||
14312 | The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step | |
14313 | closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But | |
14314 | on 4xx systems _start currently cannot be used for this calculation. | |
14315 | So revert back to the original version for now. | |
14316 | ||
14317 | Signed-off-by: Stefan Roese <[email protected]> | |
14318 | ||
14319 | commit f91374f65eae8b42cac329e06ba1c54728278efb | |
14320 | Author: Michal Simek <[email protected]> | |
14321 | Date: Fri Mar 28 12:49:52 2008 +0100 | |
14322 | ||
14323 | microblaze: Sort microblaze boards in MAKEALL script | |
14324 | ||
14325 | commit 62032deb7214c6d9b4396297e2aaa559bc2f8495 | |
14326 | Author: Michal Simek <[email protected]> | |
14327 | Date: Fri Mar 28 11:58:45 2008 +0100 | |
14328 | ||
14329 | microblaze: clean microblaze_config.mk | |
14330 | ||
14331 | FLAGS are generated by U-BOOT generator. | |
14332 | Board specific FLAGS are in board directory | |
14333 | ||
14334 | Signed-off-by: Michal Simek <[email protected]> | |
14335 | ||
14336 | commit cf5c679ca04a6b54bf53a55b8b9c29335b387287 | |
14337 | Author: Michal Simek <[email protected]> | |
14338 | Date: Fri Mar 28 12:47:19 2008 +0100 | |
14339 | ||
14340 | microblaze: xupv2p fix config file for supporting FDT | |
14341 | ||
14342 | commit 188dc16b189143573b1ed90e584bf866d75cdd12 | |
14343 | Author: Michal Simek <[email protected]> | |
14344 | Date: Fri Mar 28 11:53:02 2008 +0100 | |
14345 | ||
14346 | microblaze: ml401 fix config file for supporting FDT | |
14347 | ||
14348 | Signed-off-by: Michal Simek <[email protected]> | |
14349 | ||
14350 | commit 4c6a6f02e239236261333759997eeaf86b30b54c | |
14351 | Author: Michal Simek <[email protected]> | |
14352 | Date: Fri Mar 28 11:22:48 2008 +0100 | |
14353 | ||
14354 | microblaze: ml401 - add ifdef for GPIO | |
14355 | ||
14356 | Signed-off-by: Michal Simek <[email protected]> | |
14357 | ||
14358 | commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7 | |
14359 | Author: Michal Simek <[email protected]> | |
14360 | Date: Fri Mar 28 12:13:03 2008 +0100 | |
14361 | ||
14362 | microblaze: clean uart16550 and uartlite handling | |
14363 | ||
14364 | Signed-off-by: Michal Simek <[email protected]> | |
14365 | ||
14366 | commit 0b20f250877441460fb79d72192954abe8498834 | |
14367 | Author: Michal Simek <[email protected]> | |
14368 | Date: Fri Mar 28 11:08:31 2008 +0100 | |
14369 | ||
14370 | microblaze: Add Emaclite driver to Makefile | |
14371 | ||
14372 | Signed-off-by: Michal Simek <[email protected]> | |
14373 | ||
14374 | commit 868cde5310f88234b774878e4f06e79df10a88b3 | |
14375 | Author: Michal Simek <[email protected]> | |
14376 | Date: Fri Mar 28 11:08:01 2008 +0100 | |
14377 | ||
14378 | microblaze: Add Emac driver to Makefile | |
14379 | ||
14380 | Signed-off-by: Michal Simek <[email protected]> | |
14381 | ||
14382 | commit 6f961b4f461f6cbb83a467d468a02e6078c2b327 | |
14383 | Author: Michal Simek <[email protected]> | |
14384 | Date: Fri Mar 28 12:42:29 2008 +0100 | |
14385 | ||
14386 | microblaze: add Emac ethernet driver | |
14387 | ||
14388 | commit 89c53891b18cbafd29ab8931b40e27ad231b6085 | |
14389 | Author: Michal Simek <[email protected]> | |
14390 | Date: Fri Mar 28 12:41:56 2008 +0100 | |
14391 | ||
14392 | microblaze: add Emaclite ethernet driver | |
14393 | ||
14394 | commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb | |
14395 | Author: Michal Simek <[email protected]> | |
14396 | Date: Fri Mar 28 11:04:01 2008 +0100 | |
14397 | ||
14398 | microblaze: ML401 and XUPV2P remove emac and emaclite reference | |
14399 | ||
14400 | Signed-off-by: Michal Simek <[email protected]> | |
14401 | ||
14402 | commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57 | |
14403 | Author: Michal Simek <[email protected]> | |
14404 | Date: Fri Mar 28 10:59:32 2008 +0100 | |
14405 | ||
14406 | microblaze: remove old setting for emac driver | |
14407 | ||
14408 | Signed-off-by: Michal Simek <[email protected]> | |
14409 | ||
14410 | commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57 | |
14411 | Author: Michal Simek <[email protected]> | |
14412 | Date: Fri Mar 28 10:58:15 2008 +0100 | |
14413 | ||
14414 | microblaze: Clean Makefile from ancient emac driver | |
14415 | ||
14416 | Signed-off-by: Michal Simek <[email protected]> | |
14417 | ||
14418 | commit ab68f921d9c741830f721c3d879c13a0c5597183 | |
14419 | Author: Daniel Hellstrom <[email protected]> | |
14420 | Date: Fri Mar 28 10:20:43 2008 +0100 | |
14421 | ||
14422 | SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information. | |
14423 | ||
14424 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14425 | ||
14426 | commit 6ed8a43a19bb0275501bc286007daafa923552cf | |
14427 | Author: Daniel Hellstrom <[email protected]> | |
14428 | Date: Wed Mar 26 23:38:48 2008 +0100 | |
14429 | ||
14430 | SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board. The FPGA is exchangeable but a standard LEON3 design is assumed. See www.gaisler.com for information. | |
14431 | ||
14432 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14433 | ||
14434 | commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12 | |
14435 | Author: Daniel Hellstrom <[email protected]> | |
14436 | Date: Wed Mar 26 23:34:47 2008 +0100 | |
14437 | ||
14438 | SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information. | |
14439 | ||
14440 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14441 | ||
14442 | commit 823edd8a66ed50af5aaba0c79567f67061e4d79a | |
14443 | Author: Daniel Hellstrom <[email protected]> | |
14444 | Date: Fri Mar 28 10:06:52 2008 +0100 | |
14445 | ||
14446 | SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information. | |
14447 | ||
14448 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14449 | ||
14450 | commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135 | |
14451 | Author: Daniel Hellstrom <[email protected]> | |
14452 | Date: Wed Mar 26 23:26:48 2008 +0100 | |
14453 | ||
14454 | SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information. | |
14455 | ||
14456 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14457 | ||
14458 | commit b330990c2f36ee4a8bb318360e1c8ba965269ab6 | |
14459 | Author: Daniel Hellstrom <[email protected]> | |
14460 | Date: Fri Mar 28 10:00:33 2008 +0100 | |
14461 | ||
14462 | SPARC: Added support for SPARC LEON2 SOC Processor. | |
14463 | ||
14464 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14465 | ||
14466 | commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a | |
14467 | Author: Daniel Hellstrom <[email protected]> | |
14468 | Date: Wed Mar 26 23:00:38 2008 +0100 | |
14469 | ||
14470 | SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version. | |
14471 | ||
14472 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14473 | ||
14474 | commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4 | |
14475 | Author: Daniel Hellstrom <[email protected]> | |
14476 | Date: Wed Mar 26 22:51:29 2008 +0100 | |
14477 | ||
14478 | SPARC: Added support for SPARC LEON3 SOC processor. | |
14479 | ||
14480 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14481 | ||
14482 | commit bf3d8b31169546fcddb4737391e1893fb12d033a | |
14483 | Author: Daniel Hellstrom <[email protected]> | |
14484 | Date: Fri Mar 28 08:29:26 2008 +0100 | |
14485 | ||
14486 | SPARC: added SPARC support for new uimage in common code. | |
14487 | ||
14488 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14489 | ||
14490 | commit 00ab32c85405a4fe65fd4128243086210fc90a21 | |
14491 | Author: Daniel Hellstrom <[email protected]> | |
14492 | Date: Wed Mar 26 22:36:03 2008 +0100 | |
14493 | ||
14494 | SPARC: added SPARC board information to the command bdinfo. | |
14495 | ||
14496 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14497 | ||
14498 | commit c2f02da21a3f37f0878554eebc785e04fdc4e128 | |
14499 | Author: Daniel Hellstrom <[email protected]> | |
14500 | Date: Fri Mar 28 09:47:00 2008 +0100 | |
14501 | ||
14502 | SPARC: Added generic support for SPARC architecture. | |
14503 | ||
14504 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14505 | ||
14506 | commit e54ec0f016803e4d9524ff71f7971bda0c51b287 | |
14507 | Author: Stefan Roese <[email protected]> | |
14508 | Date: Thu Apr 3 14:50:34 2008 +0200 | |
14509 | ||
14510 | ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3 | |
14511 | ||
14512 | This patch fixes a problem with the RGMII setup of the 460GT. The 460GT | |
14513 | has 2 RGMII instances and we need to configure the 2nd RGMII instance | |
14514 | for the EMAC2+3 channels. | |
14515 | ||
14516 | Signed-off-by: Stefan Roese <[email protected]> | |
14517 | ||
14518 | commit c2a545ce33b26d80337f80b533828839249fb1c9 | |
14519 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14520 | Date: Wed Apr 2 08:03:56 2008 +0200 | |
14521 | ||
14522 | MPC8xx: Fix libfdt support introduced in commit 77ff7b74 | |
14523 | ||
14524 | fdt.c: In function 'ft_cpu_setup': | |
14525 | fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32' | |
14526 | fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32' | |
14527 | fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet' | |
14528 | fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory' | |
14529 | ||
14530 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14531 | ||
14532 | commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b | |
14533 | Author: Andy Fleming <[email protected]> | |
14534 | Date: Mon Mar 31 20:45:56 2008 -0500 | |
14535 | ||
14536 | Fix fdt set command to conform to dts spec | |
14537 | ||
14538 | The fdt set command was treating properties specified as <00> and <0011> | |
14539 | as byte streams, rather than as an array of cells. As we already have | |
14540 | syntax for expressing the desire for a stream of bytes ([ xx xx ...]), | |
14541 | we should use the <> syntax to describe arrays of cells, which are always | |
14542 | 32-bits per element. If we imagine this likely (IMHO) scenario: | |
14543 | ||
14544 | > fdt set /ethernet-phy@1 reg <1> | |
14545 | ||
14546 | With the old code, this would create a bad fdt, since the reg cell would be | |
14547 | made to be one byte in length. But the cell must be 4 bytes, so this would | |
14548 | break mysteriously. | |
14549 | ||
14550 | Also, the dts spec calls for constants inside the angle brackets (<>) | |
14551 | to conform to C constant standards as they pertain to base. | |
14552 | Take this scenario: | |
14553 | ||
14554 | > fdt set /ethernet@f00 reg <0xe250000\ 0x1000> | |
14555 | ||
14556 | The old fdt command would complain that it couldn't parse that. Or, if you | |
14557 | wanted to specify that a certain clock ran at 33 MHz, you'd be required to | |
14558 | do this: | |
14559 | ||
14560 | > fdt set /mydev clock <1f78a40> | |
14561 | ||
14562 | Whereas the new code will accept decimal numbers. | |
14563 | ||
14564 | While I was in there, I extended the fdt command parser to handle property | |
14565 | strings which are split across multiple arguments: | |
14566 | ||
14567 | > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 > | |
14568 | > fdt p /ethernet@f00 | |
14569 | ethernet@f00 { | |
14570 | interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>; | |
14571 | }; | |
14572 | ||
14573 | Lastly, the fdt print code was rearranged slightly to print arrays of cells | |
14574 | if the length of the property is a multiple of 4 bytes, and to not print | |
14575 | leading zeros. | |
14576 | ||
14577 | Signed-off-by: Andy Fleming <[email protected]> | |
14578 | ||
14579 | commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56 | |
14580 | Author: Stefan Roese <[email protected]> | |
14581 | Date: Wed Apr 2 08:39:33 2008 +0200 | |
14582 | ||
14583 | ppc4xx: Canyonlands: Init SATA/PCIe port correctly | |
14584 | ||
14585 | Canyonlands (460EX) shares the first PCIe interface with the SoC SATA | |
14586 | interface. This usage can be configured with the jumper J6. This patch | |
14587 | correctly configures the SATA/PCIe PHY for SATA usage when this jumper | |
14588 | is installed. | |
14589 | ||
14590 | Signed-off-by: Stefan Roese <[email protected]> | |
14591 | ||
14592 | commit 6fe2946f198481254a6ee9600d7456b8316a4083 | |
14593 | Author: Kim Phillips <[email protected]> | |
14594 | Date: Fri Mar 28 17:37:49 2008 -0500 | |
14595 | ||
14596 | remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code | |
14597 | ||
14598 | finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d, | |
14599 | "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T" | |
14600 | started. | |
14601 | ||
14602 | Signed-off-by: Kim Phillips <[email protected]> | |
14603 | ||
14604 | commit b5873f1732b92a25690e1513b90dfb0d644f6697 | |
14605 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14606 | Date: Tue Apr 1 07:30:51 2008 +0200 | |
14607 | ||
14608 | dataflash: Move CONFIG_HAS_DATAFLASH to Makefile | |
14609 | ||
14610 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14611 | ||
14612 | commit 2d934ea51f276522b532f870a820e844ff480b5b | |
14613 | Author: Tor Krill <[email protected]> | |
14614 | Date: Fri Mar 28 15:29:45 2008 +0100 | |
14615 | ||
14616 | Add Vitesse 8601 support to TSEC driver | |
14617 | ||
14618 | Add phy_info for Vitesse VSC8601. | |
14619 | Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation. | |
14620 | ||
14621 | Signed-off-by: Tor Krill <[email protected]> | |
14622 | Reviewed-by: Kim Phillips <[email protected]> | |
14623 | Signed-off-by: Ben Warren <[email protected]> | |
14624 | ||
14625 | commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31 | |
14626 | Author: Daniel Hellstrom <[email protected]> | |
14627 | Date: Mon Mar 31 14:25:00 2008 +0000 | |
14628 | ||
14629 | SPARC: added SMC91111 driver in and out macros for LEON processors. | |
14630 | ||
14631 | This patch makes SPARC/LEON processors able to read and write | |
14632 | to the SMC91111 chip using the chip external I/O bus of the memory | |
14633 | controller. This patchs defines the standard in and out macros | |
14634 | expected by the SMC9111 driver. | |
14635 | ||
14636 | To access that I/O bus one must set up the memory controller | |
14637 | (MCTRL or FTMCTRL) correctly. It is assumed that the user sets | |
14638 | up this correctly when the other MCTRL parameters are set up. It | |
14639 | can be set up from the board configuration header file. | |
14640 | ||
14641 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
14642 | Signed-off-by: Ben Warren <[email protected]> | |
14643 | ||
14644 | commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6 | |
14645 | Author: Stelian Pop <[email protected]> | |
14646 | Date: Wed Mar 26 18:52:34 2008 +0100 | |
14647 | ||
14648 | Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards | |
14649 | ||
14650 | Signed-off-by: Stelian Pop <[email protected]> | |
14651 | ||
14652 | commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3 | |
14653 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14654 | Date: Mon Mar 31 21:31:04 2008 +0200 | |
14655 | ||
14656 | AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile | |
14657 | ||
14658 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14659 | ||
14660 | commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7 | |
14661 | Author: Stelian Pop <[email protected]> | |
14662 | Date: Wed Mar 26 18:52:33 2008 +0100 | |
14663 | ||
14664 | Add support for AT91SAM9260EK | |
14665 | ||
14666 | Support for booting from internal DataFlash, external DataFlash card | |
14667 | or NAND flash is available. | |
14668 | ||
14669 | Signed-off-by: Stelian Pop <[email protected]> | |
14670 | ||
14671 | commit 1762f13b4aab88b685b1722f17dada247945624b | |
14672 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14673 | Date: Mon Mar 31 21:20:49 2008 +0200 | |
14674 | ||
14675 | AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile | |
14676 | ||
14677 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14678 | ||
14679 | commit 761712188b353494defb2b644491ff73d0daaa6f | |
14680 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14681 | Date: Mon Mar 31 21:12:17 2008 +0200 | |
14682 | ||
14683 | AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile | |
14684 | ||
14685 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14686 | ||
14687 | commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687 | |
14688 | Author: Stelian Pop <[email protected]> | |
14689 | Date: Wed Mar 26 20:52:32 2008 +0100 | |
14690 | ||
14691 | Port AT91CAP9 to the new headers | |
14692 | ||
14693 | Adapt the existing AT91CAP9 code to the new headers and APIs. | |
14694 | ||
14695 | Signed-off-by: Stelian Pop <[email protected]> | |
14696 | ||
14697 | commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa | |
14698 | Author: Stelian Pop <[email protected]> | |
14699 | Date: Wed Mar 26 19:52:31 2008 +0100 | |
14700 | ||
14701 | Finish header files reworking | |
14702 | ||
14703 | Replace AT91CAP9.h file with several splitted header files coming | |
14704 | from the Linux kernel. | |
14705 | ||
14706 | This is part 2 of the replacement: more header imports and edits. | |
14707 | ||
14708 | Signed-off-by: Stelian Pop <[email protected]> | |
14709 | ||
14710 | commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4 | |
14711 | Author: Stelian Pop <[email protected]> | |
14712 | Date: Wed Mar 26 19:52:30 2008 +0100 | |
14713 | ||
14714 | Import several header files from Linux | |
14715 | ||
14716 | Replace AT91CAP9.h file with several splitted header files coming | |
14717 | from the Linux kernel. | |
14718 | ||
14719 | This is part 1 of the replacement: pristine header files import. | |
14720 | ||
14721 | Signed-off-by: Stelian Pop <[email protected]> | |
14722 | ||
14723 | commit a8a78f2d99dc1bd30dc3595da118539b506c6118 | |
14724 | Author: Stelian Pop <[email protected]> | |
14725 | Date: Wed Mar 26 20:52:28 2008 +0100 | |
14726 | ||
14727 | Move at91cap9 specific files to at91sam9 directory | |
14728 | ||
14729 | AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a | |
14730 | common infrastructure can be used. Let this infrastructure be | |
14731 | named after the AT91SAM9 family, and move the existing AT91CAP9 | |
14732 | files to the new place. | |
14733 | ||
14734 | Signed-off-by: Stelian Pop <[email protected]> | |
14735 | ||
14736 | commit 61106a565870ff503f92b251b94bd7afef889a04 | |
14737 | Author: Stelian Pop <[email protected]> | |
14738 | Date: Wed Mar 26 21:52:27 2008 +0100 | |
14739 | ||
14740 | Use timer_init() instead of board supplied interrupt_init() | |
14741 | ||
14742 | The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by | |
14743 | the board, so use timer_init() instead of interrupt_init(). | |
14744 | ||
14745 | Signed-off-by: Stelian Pop <[email protected]> | |
14746 | ||
14747 | commit 5604e2178c5218fbfdba2e4293ca7652e829ac25 | |
14748 | Author: Stelian Pop <[email protected]> | |
14749 | Date: Wed Mar 26 21:52:36 2008 +0100 | |
14750 | ||
14751 | Cleanup DataFlash partition handling | |
14752 | ||
14753 | DataFlash partition information has become a mess. This patch | |
14754 | defines a single partition scheme for Atmel DataFlashes. This partition | |
14755 | scheme will be used by all AT91CAP9 and AT91SAM9 boards. | |
14756 | ||
14757 | Signed-off-by: Stelian Pop <[email protected]> | |
14758 | ||
14759 | commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42 | |
14760 | Author: TsiChung Liew <[email protected]> | |
14761 | Date: Fri Mar 28 08:47:45 2008 -0500 | |
14762 | ||
14763 | ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S | |
14764 | ||
14765 | When the version_string function in start.S is not 4-byte align, | |
14766 | it will cause the compiler generates "unaligned opcodes detected | |
14767 | in executable segment". This issue affects all ColdFire CPUs. | |
14768 | By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if | |
14769 | it is not aligned. | |
14770 | ||
14771 | Signed-off-by: TsiChung Liew <[email protected]> | |
14772 | Acked-by: John Rigby <[email protected]> | |
14773 | ||
14774 | commit bae61eefe15b4d454060a7140e49ae58322be803 | |
14775 | Author: TsiChung Liew <[email protected]> | |
14776 | Date: Tue Mar 25 15:41:15 2008 -0500 | |
14777 | ||
14778 | ColdFire: Add dspi and serial flash support for MCF5445x | |
14779 | ||
14780 | Signed-off-by: TsiChung Liew <[email protected]> | |
14781 | Acked-by: John Rigby <[email protected]> | |
14782 | ||
14783 | commit 48ead7a7a922fceaf494e352abfab8216a41b417 | |
14784 | Author: TsiChung Liew <[email protected]> | |
14785 | Date: Tue Mar 18 17:37:01 2008 -0500 | |
14786 | ||
14787 | ColdFire: Remove R5200 board | |
14788 | ||
14789 | This board never went into production | |
14790 | ||
14791 | Signed-off-by: Zachary P. Landau <[email protected]> | |
14792 | Acked-by: TsiChung Liew <[email protected]> | |
14793 | Acked-by: John Rigby <[email protected]> | |
14794 | ||
14795 | commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8 | |
14796 | Author: Matthew Fettke <[[email protected]]> | |
14797 | Date: Thu Jan 24 14:02:32 2008 -0600 | |
14798 | ||
14799 | ColdFire: Added M5275EVB support. | |
14800 | ||
14801 | Signed-off-by: Matthew Fettke <[email protected]> | |
14802 | Signed-off-by: TsiChung Liew <[email protected]> | |
14803 | Acked-by: John Rigby <[email protected]> | |
14804 | ||
14805 | commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b | |
14806 | Author: Matthew Fettke <[[email protected]]> | |
14807 | Date: Mon Feb 4 15:38:20 2008 -0600 | |
14808 | ||
14809 | ColdFire: Added MCF5275 cpu support. | |
14810 | ||
14811 | Signed-off-by: Matthew Fettke <[email protected]> | |
14812 | Signed-off-by: TsiChung Liew <[email protected]> | |
14813 | Acked-by: John Rigby <[email protected]> | |
14814 | ||
14815 | commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b | |
14816 | Author: TsiChung Liew <[email protected]> | |
14817 | Date: Mon Mar 17 12:14:11 2008 -0500 | |
14818 | ||
14819 | ColdFire: Define bootdelay in configuration file for M52277EVB | |
14820 | ||
14821 | Signed-off-by: Matt Wadel <[email protected]> | |
14822 | Acked-by: TsiChung Liew <[email protected]> | |
14823 | Acked-by: John Rigby <[email protected]> | |
14824 | ||
14825 | commit 77878f16cedee17161ff2336990970fffc6cea35 | |
14826 | Author: TsiChung Liew <[email protected]> | |
14827 | Date: Mon Mar 17 12:09:07 2008 -0500 | |
14828 | ||
14829 | ColdFire: Fix second memory Chipselect for M5475EVB | |
14830 | ||
14831 | Signed-off-by: TsiChung Liew <[email protected]> | |
14832 | Acked-by: John Rigby <[email protected]> | |
14833 | ||
14834 | commit 43d60642395a550956cb21d287c8cfa563913d28 | |
14835 | Author: TsiChung Liew <[email protected]> | |
14836 | Date: Thu Mar 13 14:26:32 2008 -0500 | |
14837 | ||
14838 | ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282 | |
14839 | ||
14840 | Signed-off-by: TsiChung Liew <[email protected]> | |
14841 | Acked-by: John Rigby <[email protected]> | |
14842 | ||
14843 | commit eb14ebe813a0cb5d47905228da446a5ad692473b | |
14844 | Author: Larry Johnson <[email protected]> | |
14845 | Date: Sun Mar 30 20:33:04 2008 -0500 | |
14846 | ||
14847 | ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup | |
14848 | ||
14849 | Signed-off-by: Larry Johnson <[email protected]> | |
14850 | ||
14851 | commit 02e3892021112f21067d9ed1d04ae4182725ba52 | |
14852 | Author: Stefan Roese <[email protected]> | |
14853 | Date: Mon Mar 31 12:20:48 2008 +0200 | |
14854 | ||
14855 | ppc4xx: Small whitespace fix of esd patches | |
14856 | ||
14857 | Signed-off-by: Stefan Roese <[email protected]> | |
14858 | ||
14859 | commit 034394abb524785047c815f00dde8cdbdc1593c5 | |
14860 | Author: Matthias Fuchs <[email protected]> | |
14861 | Date: Sun Mar 30 18:52:44 2008 +0200 | |
14862 | ||
14863 | ppc4xx: Cleanup PMC440 board support | |
14864 | ||
14865 | Signed-off-by: Matthias Fuchs <[email protected]> | |
14866 | ||
14867 | commit a6cc6c37188d85c25d167a4515da86f48d9a583e | |
14868 | Author: Matthias Fuchs <[email protected]> | |
14869 | Date: Sun Mar 30 18:52:06 2008 +0200 | |
14870 | ||
14871 | ppc4xx: Add ptm configuration variables for PMC440 | |
14872 | ||
14873 | Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms | |
14874 | environment variables. | |
14875 | ||
14876 | Cleanup pci_target_init. | |
14877 | ||
14878 | Signed-off-by: Matthias Fuchs <[email protected]> | |
14879 | ||
14880 | commit 7c91f51a2fe296909147f1646a1412729dd10b1d | |
14881 | Author: Matthias Fuchs <[email protected]> | |
14882 | Date: Sun Mar 30 18:01:15 2008 +0200 | |
14883 | ||
14884 | ppc4xx: Minor updates for DU440 boards | |
14885 | ||
14886 | Signed-off-by: Matthias Fuchs <[email protected]> | |
14887 | ||
14888 | commit d5bffeb868d6b4d462f558dac43011027b6644b7 | |
14889 | Author: Mike Frysinger <[email protected]> | |
14890 | Date: Tue Feb 19 00:54:20 2008 -0500 | |
14891 | ||
14892 | Blackfin: cleanup and overhaul common board init functions | |
14893 | ||
14894 | Signed-off-by: Mike Frysinger <[email protected]> | |
14895 | ||
14896 | commit b86b3416f874358acaf07519e7620cdb2145f75b | |
14897 | Author: Mike Frysinger <[email protected]> | |
14898 | Date: Tue Feb 19 00:50:58 2008 -0500 | |
14899 | ||
14900 | Blackfin: cleanup lib_blackfin/cache.c | |
14901 | ||
14902 | Signed-off-by: Mike Frysinger <[email protected]> | |
14903 | ||
14904 | commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44 | |
14905 | Author: Mike Frysinger <[email protected]> | |
14906 | Date: Sun Mar 30 15:46:13 2008 -0400 | |
14907 | ||
14908 | Blackfin: unify cpu and boot modes | |
14909 | ||
14910 | All of the duplicated code for Blackfin processors and boot modes have been | |
14911 | unified. After all, the core is the same for all processors, just the | |
14912 | peripheral set differs (which gets handled in the drivers). | |
14913 | ||
14914 | Signed-off-by: Mike Frysinger <[email protected]> | |
14915 | ||
14916 | commit 880cc4381ea8360248cddcdf87a64566745a5724 | |
14917 | Author: Stelian Pop <[email protected]> | |
14918 | Date: Wed Mar 26 22:52:35 2008 +0100 | |
14919 | ||
14920 | Fix CFG_NO_FLASH compilation. | |
14921 | ||
14922 | Many Atmel boards have no "real" (NOR) flash on board, and rely only | |
14923 | on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to | |
14924 | be present in a board configuration file, while still enabling flash | |
14925 | commands like 'flinfo', 'protect', etc. | |
14926 | ||
14927 | Signed-off-by: Stelian Pop <[email protected]> | |
14928 | ||
14929 | commit 9ce7e53abd039decea1af67aec81bbd5df7a2593 | |
14930 | Author: Mike Frysinger <[email protected]> | |
14931 | Date: Tue Feb 19 00:58:13 2008 -0500 | |
14932 | ||
14933 | Blackfin: BF537-stamp: cleanup spi flash driver | |
14934 | ||
14935 | This punts the old spi flash driver for a new/generalized one until the | |
14936 | common one can be integrated. | |
14937 | ||
14938 | Signed-off-by: Mike Frysinger <[email protected]> | |
14939 | ||
14940 | commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b | |
14941 | Author: Ben Warren <[email protected]> | |
14942 | Date: Sun Mar 30 11:34:34 2008 -0400 | |
14943 | ||
14944 | Fix macro typo in common/cmd_mii.c | |
14945 | ||
14946 | This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I | |
14947 | actually applied the wrong patch. | |
14948 | ||
14949 | Signed-off-by: Ben Warren <[email protected]> | |
14950 | ||
14951 | commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d | |
14952 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14953 | Date: Sun Mar 30 16:39:53 2008 +0200 | |
14954 | ||
14955 | use correct at91rm9200 register name in m501sk board | |
14956 | ||
14957 | This fixes a naming bug for at91rm9200 lowlevel init code: | |
14958 | NOR boot flash is on chipselect 0, not chipselect 2. This | |
14959 | makes code use the register name from chip datasheets. | |
14960 | ||
14961 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
14962 | ||
14963 | commit 480ed1dea103a1c8f4591afc77d2de3c7868d983 | |
14964 | Author: David Brownell <[email protected]> | |
14965 | Date: Fri Jan 18 12:55:00 2008 -0800 | |
14966 | ||
14967 | use correct at91rm9200 register name | |
14968 | ||
14969 | This fixes a naming bug for at91rm9200 lowlevel init code: | |
14970 | NOR boot flash is on chipselect 0, not chipselect 2. This | |
14971 | makes code use the register name from chip datasheets. | |
14972 | ||
14973 | Signed-off-by: David Brownell <[email protected]> | |
14974 | ||
14975 | commit a3543d6dc52b0ba9c64016687cf32d600b31a476 | |
14976 | Author: David Brownell <[email protected]> | |
14977 | Date: Fri Jan 18 12:45:45 2008 -0800 | |
14978 | ||
14979 | add missing ARM boards to MAKEALL | |
14980 | ||
14981 | Add some missing ARM boards to MAKEALL. These build correctly, | |
14982 | unlike several of the boards already listed. | |
14983 | ||
14984 | Signed-off-by: David Brownell <[email protected]> | |
14985 | ||
14986 | commit 066bebd6353e33af3adefc3404560871699e9961 | |
14987 | Author: Peter Pearse <[email protected]> | |
14988 | Date: Sun Mar 30 11:34:09 2008 +0100 | |
14989 | ||
14990 | Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c | |
14991 | to prevent compilation error. | |
14992 | ||
14993 | Signed-off-by: Peter Pearse <[email protected]> | |
14994 | ||
14995 | commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 | |
14996 | Author: Guennadi Liakhovetski <[[email protected]]> | |
14997 | Date: Sun Mar 30 11:32:30 2008 +0100 | |
14998 | ||
14999 | Support for the MX31ADS evaluation board from Freescale | |
15000 | ||
15001 | This patch adds support for the MX31ADS evaluation board from Freescale, | |
15002 | initialization code is copied from RedBoot sources, also provided by Freescale. | |
15003 | ||
15004 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15005 | ||
15006 | commit c88ae20580b2b01487b4cdcc8b2a113f551aee36 | |
15007 | Author: Sascha Hauer <[email protected]> | |
15008 | Date: Sun Mar 30 11:32:27 2008 +0100 | |
15009 | ||
15010 | Phytec Phycore-i.MX31 support | |
15011 | ||
15012 | This patch adds support for the Phytec Phycore-i.MX31 board | |
15013 | ||
15014 | Signed-off-by: Sascha Hauer <[email protected]> | |
15015 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15016 | ||
15017 | commit a147e56f03871bba4f05058d5e04ce7deb010b04 | |
15018 | Author: Sascha Hauer <[email protected]> | |
15019 | Date: Sun Mar 30 11:32:24 2008 +0100 | |
15020 | ||
15021 | mx31 litekit support | |
15022 | ||
15023 | This patch adds support for the mx31 litekit board | |
15024 | ||
15025 | Signed-off-by: Sascha Hauer <[email protected]> | |
15026 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15027 | ||
15028 | commit d6674e0e2a6a1f033945f78838566210d3f28c95 | |
15029 | Author: Sascha Hauer <[email protected]> | |
15030 | Date: Sun Mar 30 11:32:21 2008 +0100 | |
15031 | ||
15032 | add SMSC LAN9x1x Network driver | |
15033 | ||
15034 | This patch adds a driver for the following smsc network controllers: | |
15035 | LAN9115 | |
15036 | LAN9116 | |
15037 | LAN9117 | |
15038 | LAN9215 | |
15039 | LAN9216 | |
15040 | LAN9217 | |
15041 | ||
15042 | Signed-off-by: Sascha Hauer <[email protected]> | |
15043 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15044 | ||
15045 | commit 8c8463cce44d849e37744749b32d38e1dfb12e50 | |
15046 | Author: Sascha Hauer <[email protected]> | |
15047 | Date: Sun Mar 30 11:32:16 2008 +0100 | |
15048 | ||
15049 | add an i2c driver for mx31 | |
15050 | ||
15051 | This patch adds an i2c driver for Freescale i.MX processors | |
15052 | ||
15053 | Signed-off-by: Sascha Hauer <[email protected]> | |
15054 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15055 | ||
15056 | commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d | |
15057 | Author: Sascha Hauer <[email protected]> | |
15058 | Date: Sun Mar 30 11:30:43 2008 +0100 | |
15059 | ||
15060 | core support for Freescale mx31 | |
15061 | ||
15062 | This patch adds the core support for Freescale mx31 | |
15063 | ||
15064 | Signed-off-by: Sascha Hauer <[email protected]> | |
15065 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15066 | ||
15067 | commit 8bf69d81782619187933a605f1a95ee1d069478d | |
15068 | Author: Sascha Hauer <[email protected]> | |
15069 | Date: Sun Mar 30 11:28:46 2008 +0100 | |
15070 | ||
15071 | Separate omap24xx specific code from arm1136 | |
15072 | ||
15073 | Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx. | |
15074 | ||
15075 | Signed-off-by: Sascha Hauer <[email protected]> | |
15076 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
15077 | ||
15078 | commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d | |
15079 | Author: Peter Pearse <[email protected]> | |
15080 | Date: Sun Mar 30 11:23:05 2008 +0100 | |
15081 | ||
15082 | Add pmdra into MAKEALL | |
15083 | ||
15084 | Signed-off-by: Peter Pearse <[email protected]> | |
15085 | ||
15086 | commit a574a73852a527779234e73e17e7597fd8128882 | |
15087 | Author: Pieter Voorthuijsen <[[email protected]]> | |
15088 | Date: Sun Mar 30 11:21:58 2008 +0100 | |
15089 | ||
15090 | Adds support for the Prodrive PMDRA board, based on a DM6441 | |
15091 | ||
15092 | Signed-off-by: Pieter Voorthuijsen <[email protected]> | |
15093 | ||
15094 | commit 1377b5583a48021d983e1fd565f7d40c89e84d63 | |
15095 | Author: Pieter Voorthuijsen <[[email protected]]> | |
15096 | Date: Sun Mar 30 11:11:34 2008 +0100 | |
15097 | ||
15098 | Removes all board specific code from the arch. part for DM644x (DaVinci) boards | |
15099 | ||
15100 | Signed-off-by: Pieter Voorthuijsen <[email protected]> | |
15101 | ||
15102 | commit 1704dc20917b4f71e373e2c888497ee666d40380 | |
15103 | Author: Dirk Behme <[email protected]> | |
15104 | Date: Sun Mar 30 11:09:01 2008 +0100 | |
15105 | ||
15106 | - Remove *_masked() functions as noted by Wolfgang | |
15107 | - Adapt register naming to recent TI spec (sprue26, March 2007) | |
15108 | - Fix reset_timer() handling | |
15109 | - As reported by Pieter [1] the overflow fix introduced a | |
15110 | delay of factor 16 (e.g 2 seconds became 32). While the | |
15111 | overflow fix is basically okay, it missed to divide udelay by | |
15112 | 16, too. Fix this. | |
15113 | [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179 | |
15114 | - Remove software division of timer count value (DIV(x) | |
15115 | macro) and do it in hardware (TIM_CLK_DIV). | |
15116 | Many thanks to Troy Kisky <[email protected]> | |
15117 | and Pieter Voorthuijsen <[email protected]> for | |
15118 | the hints & testing! | |
15119 | ||
15120 | Signed-off-by: Dirk Behme <[email protected]> | |
15121 | ||
15122 | Acked-by: Pieter Voorthuijsen <[email protected]> | |
15123 | ||
15124 | commit ac3315c26e143c31680750c9c13f027efbcc887e | |
15125 | Author: Andre Schwarz <[email protected]> | |
15126 | Date: Thu Mar 6 16:45:44 2008 +0100 | |
15127 | ||
15128 | new PHY @ e1000 - 2nd try | |
15129 | ||
15130 | Add 82541ER device with latest integrated IGP2 PHY. | |
15131 | Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom. | |
15132 | ||
15133 | Signed-off-by: Andre Schwarz <[email protected]> | |
15134 | Signed-off-by: Ben Warren <[email protected]> | |
15135 | ||
15136 | commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8 | |
15137 | Author: Daniel Hellstrom <[email protected]> | |
15138 | Date: Fri Mar 28 20:22:53 2008 +0100 | |
15139 | ||
15140 | SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. | |
15141 | ||
15142 | GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without | |
15143 | a debug link (EDCL). The GRETH core is documented in GRIP.pdf | |
15144 | available at www.gaisler.com. | |
15145 | ||
15146 | If the GRETH has GigaBit support (GBIT, Scatter gather, checksum | |
15147 | offloading etc.) can be determined by a bit in the control register. | |
15148 | The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode. | |
15149 | ||
15150 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
15151 | Signed-off-by: Ben Warren <[email protected]> | |
15152 | ||
15153 | commit 233a8bcd94997f3f345833a3b82e836222f2a206 | |
15154 | Author: Tsi-Chung Liew <[email protected]> | |
15155 | Date: Mon Mar 17 17:08:22 2008 -0500 | |
15156 | ||
15157 | Add CONFIG_MII_INIT in cmd_mii.c | |
15158 | ||
15159 | Provide common configuration in do_mii() to execute mii_init() | |
15160 | for all cpu architectures | |
15161 | ||
15162 | Signed-off-by: TsiChung Liew <[email protected]> | |
15163 | Signed-off-by: Ben Warren <[email protected]> | |
15164 | ||
15165 | commit f605479de2deb11e834f31dfdb0af107c86aced6 | |
15166 | Author: Tsi-Chung Liew <[email protected]> | |
15167 | Date: Mon Mar 17 17:08:16 2008 -0500 | |
15168 | ||
15169 | ColdFire: Fix FEC transmit issue for MCF5275 | |
15170 | ||
15171 | Signed-off-by: TsiChung Liew <[email protected]> | |
15172 | Signed-off-by: Ben Warren <[email protected]> | |
15173 | ||
15174 | commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746 | |
15175 | Author: Aras Vaichas <[email protected]> | |
15176 | Date: Wed Mar 26 09:43:57 2008 +1100 | |
15177 | ||
15178 | DHCP request fix for Windows Server 2003 | |
15179 | ||
15180 | Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional | |
15181 | delay before sending "DHCP Request" in net/bootp.c. Required to overcome | |
15182 | interoperability problems with Windows Server 200x DHCP server when U-Boot | |
15183 | client responds too fast for server to handle. | |
15184 | ||
15185 | Signed-off-by: Aras Vaichas <[email protected]> | |
15186 | Signed-off-by: Ben Warren <[email protected]> | |
15187 | ||
15188 | commit 97bf85d784fbed485e652eb907589ad0d5cb7262 | |
15189 | Author: Daniel Hellstrom <[email protected]> | |
15190 | Date: Fri Mar 28 20:40:19 2008 +0100 | |
15191 | ||
15192 | MTD/CFI: flash_read64 is defined a weak function (for SPARC) | |
15193 | ||
15194 | SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address. | |
15195 | SPARC CPUs implement flash_read64 which calls __raw_readq. | |
15196 | ||
15197 | For current SPARC architectures (LEON2 and LEON3) each read from the | |
15198 | FLASH must lead to a cache miss. This is because FLASH can not be set | |
15199 | non-cacheable since program code resides there, and alternatively disabling | |
15200 | cache is poor from performance view, or doing a cache flush between each | |
15201 | read is even poorer. | |
15202 | ||
15203 | Forcing a cache miss on a SPARC is done by a special instruction "lda" - | |
15204 | load alternative space, the alternative space number (ASI) is processor | |
15205 | implementation spcific and can be found by including <asm/processor.h>. | |
15206 | ||
15207 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
15208 | ||
15209 | commit 70431e8a7393b6b793f77957f95b999fc9a269b8 | |
15210 | Author: Joakim Tjernlund <[email protected]> | |
15211 | Date: Fri Mar 28 15:41:25 2008 +0100 | |
15212 | ||
15213 | Make MPC83xx one step closer to full relocation. | |
15214 | ||
15215 | Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx | |
15216 | and use GOT relative reference. | |
15217 | ||
15218 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
15219 | Signed-off-by: Kim Phillips <[email protected]> | |
15220 | ||
15221 | commit 5b2793a3f3de34d439232b05acc8af67a028fd35 | |
15222 | Author: Michael Barkowski <[email protected]> | |
15223 | Date: Thu Mar 27 14:34:43 2008 -0400 | |
15224 | ||
15225 | mpc8323erdb: fix EEPROM page size and get MAC from EEPROM | |
15226 | ||
15227 | This patch fixes eeprom page size so that you can now write more than | |
15228 | 64 bytes at a time. | |
15229 | ||
15230 | It also makes the board take MAC addresses, if found, from EEPROM. | |
15231 | ||
15232 | User should place up to 4 addresses at offset 0x7f00, for | |
15233 | eth{,1,2,3}addr. Any unused addresses should be zero. This group of | |
15234 | four six-byte values should have it's CRC at the end. crc32 and | |
15235 | eeprom commands can be used to accomplish this. | |
15236 | ||
15237 | If CRC fails, MAC addresses come from the environment. If CRC | |
15238 | succeeds, the environment is overwritten at startup. | |
15239 | ||
15240 | Signed-off-by: Michael Barkowski <[email protected]> | |
15241 | Signed-off-by: Kim Phillips <[email protected]> | |
15242 | ||
15243 | commit 8f325cff31f6e745e6540014b131b9a97f61944c | |
15244 | Author: Michael Barkowski <[email protected]> | |
15245 | Date: Fri Mar 28 15:15:38 2008 -0400 | |
15246 | ||
15247 | mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE | |
15248 | ||
15249 | Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB | |
15250 | controller on the PCI bus in Linux on the MPC8323ERDB. | |
15251 | ||
15252 | This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's | |
15253 | config file. | |
15254 | ||
15255 | Signed-off-by: Michael Barkowski <[email protected]> | |
15256 | Signed-off-by: Kim Phillips <[email protected]> | |
15257 | ||
15258 | commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9 | |
15259 | Author: Kim Phillips <[email protected]> | |
15260 | Date: Fri Mar 28 10:19:07 2008 -0500 | |
15261 | ||
15262 | mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code | |
15263 | ||
15264 | in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6, | |
15265 | 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing | |
15266 | and processor ID display. Add REVID_{MAJ,MIN}OR macros to make | |
15267 | REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR | |
15268 | convenience macros. | |
15269 | ||
15270 | Signed-off-by: Kim Phillips <[email protected]> | |
15271 | ||
15272 | commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af | |
15273 | Author: Kim Phillips <[email protected]> | |
15274 | Date: Fri Mar 28 10:18:53 2008 -0500 | |
15275 | ||
15276 | mpc83xx: display ddr frequency in board_add_ram_info banner | |
15277 | ||
15278 | Signed-off-by: Kim Phillips <[email protected]> | |
15279 | ||
15280 | commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482 | |
15281 | Author: Kim Phillips <[email protected]> | |
15282 | Date: Fri Mar 28 10:18:40 2008 -0500 | |
15283 | ||
15284 | mpc83xx: unreinvent mem_clk | |
15285 | ||
15286 | delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to | |
15287 | mem_*_clk for consistency's sake. | |
15288 | ||
15289 | Signed-off-by: Kim Phillips <[email protected]> | |
15290 | ||
15291 | commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536 | |
15292 | Author: Kim Phillips <[email protected]> | |
15293 | Date: Fri Mar 28 14:31:23 2008 -0500 | |
15294 | ||
15295 | mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards | |
15296 | ||
15297 | Signed-off-by: Kim Phillips <[email protected]> | |
15298 | ||
15299 | commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393 | |
15300 | Author: Dave Liu <[email protected]> | |
15301 | Date: Wed Mar 26 22:57:19 2008 +0800 | |
15302 | ||
15303 | mpc83xx: enable the SATA interface on mpc837xemds board | |
15304 | ||
15305 | Enable the first two SATA interfaces on MPC837xEMDS board, | |
15306 | The two SATA ports are on LYNX1. (SATA0/1 on J4/5) | |
15307 | ||
15308 | Signed-off-by: Dave Liu <[email protected]> | |
15309 | Signed-off-by: Kim Phillips <[email protected]> | |
15310 | ||
15311 | commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a | |
15312 | Author: Dave Liu <[email protected]> | |
15313 | Date: Wed Mar 26 22:56:36 2008 +0800 | |
15314 | ||
15315 | mpc83xx: initialize serdes for MPC837xEMDS boards | |
15316 | ||
15317 | This patch is stolen from Anton Vorontsov's patch | |
15318 | for mpc837xerdb boards. | |
15319 | ||
15320 | The reference clk and xcorevdd voltage of serdes1/2 | |
15321 | is same between mpc837xemds and mpc837xerdb. | |
15322 | ||
15323 | 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE | |
15324 | 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE | |
15325 | 8379E: LYNX1- 2 SATA LYNX2- 2 SATA | |
15326 | ||
15327 | Signed-off-by: Dave Liu <[email protected]> | |
15328 | Signed-off-by: Kim Phillips <[email protected]> | |
15329 | ||
15330 | commit cc8e839abc80887ae832767b5930d40edd6d7eb7 | |
15331 | Author: Stefan Roese <[email protected]> | |
15332 | Date: Fri Mar 28 14:09:04 2008 +0100 | |
15333 | ||
15334 | ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision | |
15335 | ||
15336 | Canyonlands (460EX) shares the first PCIe interface with the SoC SATA | |
15337 | interface. This usage can be configured with the jumper J6. This patch | |
15338 | displays the current configuration upon bootup and changes the PCIe | |
15339 | init loop, to only initialize the availabel PCIe slots. | |
15340 | ||
15341 | Signed-off-by: Stefan Roese <[email protected]> | |
15342 | ||
15343 | commit 90447ecbbac8572457b6d8903073ac3f120995ba | |
15344 | Author: Tor Krill <[email protected]> | |
15345 | Date: Fri Mar 28 11:29:10 2008 +0100 | |
15346 | ||
15347 | MTD/CFI: Add support for 16bit legacy AMD flash | |
15348 | ||
15349 | Add entry for 512Kx16 AMD flash to jedec_table. | |
15350 | Read out 16bit device id if chipwidth is 16bit. | |
15351 | Fixed coding style after Stefans feedback | |
15352 | ||
15353 | Signed-off-by: Tor Krill <[email protected]> | |
15354 | ||
15355 | commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e | |
15356 | Author: Stefan Roese <[email protected]> | |
15357 | Date: Fri Mar 28 11:02:53 2008 +0100 | |
15358 | ||
15359 | ppc: Small change to CFG_MEM_TOP_HIDE description | |
15360 | ||
15361 | Signed-off-by: Stefan Roese <[email protected]> | |
15362 | ||
15363 | commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00 | |
15364 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15365 | Date: Thu Mar 27 15:44:12 2008 +0900 | |
15366 | ||
15367 | sh: Add support stat structure and stat.h | |
15368 | ||
15369 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15370 | ||
15371 | commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09 | |
15372 | Author: Mark Jonas <[email protected]> | |
15373 | Date: Sat Mar 22 19:27:52 2008 +0100 | |
15374 | ||
15375 | sh: Removed warning when compiling drivers/serial/serial_sh.c. | |
15376 | ||
15377 | Signed-off-by: Mark Jonas <[email protected]> | |
15378 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15379 | ||
15380 | commit f309fa38929ffba71230c02330ffa42f4bba6333 | |
15381 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15382 | Date: Wed Mar 12 18:02:57 2008 +0900 | |
15383 | ||
15384 | sh: Remove disable_ctrlc function from R7780MP | |
15385 | ||
15386 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15387 | ||
15388 | commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3 | |
15389 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15390 | Date: Wed Mar 12 17:55:15 2008 +0900 | |
15391 | ||
15392 | sh: Add maintainer of R7780MP to MAINTAINER file | |
15393 | ||
15394 | Update MAINTAINER entry for R7780MP. And fix maintainer's name. | |
15395 | ||
15396 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15397 | ||
15398 | commit f5e2466f7baa887a7df0c536333eea8231333497 | |
15399 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15400 | Date: Tue Mar 25 17:11:24 2008 +0900 | |
15401 | ||
15402 | sh: Add support Renesas Solutions R2D plus board | |
15403 | ||
15404 | R2D plus is SH reference board used with SH7751R. | |
15405 | This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, | |
15406 | one PCI bus, VGA, and two Ethernet controller. | |
15407 | ||
15408 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15409 | ||
15410 | commit e92c95180bb5bc5fd4051598a9d60beaba48988d | |
15411 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15412 | Date: Wed Mar 12 12:15:29 2008 +0900 | |
15413 | ||
15414 | sh: Add support SH4 cache control | |
15415 | ||
15416 | Add support SH4 cache control and flash_cache function | |
15417 | ||
15418 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15419 | ||
15420 | commit 28e5efde4d925fcb34901d0030d0648de2da7e89 | |
15421 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15422 | Date: Mon Mar 24 01:53:01 2008 +0900 | |
15423 | ||
15424 | sh: Add support PCI host driver for SH7751/SH7751R | |
15425 | ||
15426 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15427 | ||
15428 | commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721 | |
15429 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15430 | Date: Mon Mar 24 02:11:26 2008 +0900 | |
15431 | ||
15432 | sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci | |
15433 | ||
15434 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15435 | ||
15436 | commit 566933278101c144d75361ea682678a326c1290d | |
15437 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15438 | Date: Wed Mar 12 12:10:28 2008 +0900 | |
15439 | ||
15440 | sh: Add support SuperH SH7751/SH7751R | |
15441 | ||
15442 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15443 | ||
15444 | commit 3313e0e26224fc9a0c445124f3455058c696df84 | |
15445 | Author: Mark Jonas <[email protected]> | |
15446 | Date: Mon Mar 10 11:37:10 2008 +0100 | |
15447 | ||
15448 | sh: Added support for SH7720 based board MPR2. | |
15449 | ||
15450 | Signed-off-by: Mark Jonas <[email protected]> | |
15451 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15452 | ||
15453 | commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f | |
15454 | Author: Nobuhiro Iwamatsu <[email protected]> | |
15455 | Date: Thu Mar 6 14:05:53 2008 +0900 | |
15456 | ||
15457 | sh: Fix receive FIFO level register of SH4A | |
15458 | ||
15459 | Receive FIFO level register is different in SH4A. | |
15460 | Because register is different, cannot occasionally receive data. | |
15461 | ||
15462 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15463 | ||
15464 | commit c133c1fb0b590662206b0eba70f4478ee0300a9a | |
15465 | Author: Yusuke Goda <[email protected]> | |
15466 | Date: Tue Mar 11 12:55:12 2008 +0900 | |
15467 | ||
15468 | sh: Add support Renesas Solutions R7780MP | |
15469 | ||
15470 | Renesas Solutions R7780MP is a reference board on SH7780. | |
15471 | This board has serial, 10/100 base Ethernet deivice, CF slot | |
15472 | and VGA devices. This board can set extension board. | |
15473 | Extension board has 10/100/1000 base Ethernet device, PCI slot, | |
15474 | S-ATA, iDVR slot. | |
15475 | ||
15476 | Signed-off-by: Yusuke Goda <[email protected]> | |
15477 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15478 | ||
15479 | commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28 | |
15480 | Author: Yusuke Goda <[email protected]> | |
15481 | Date: Wed Mar 5 14:30:02 2008 +0900 | |
15482 | ||
15483 | sh: Add support PCI of SuperH and SH7780 | |
15484 | ||
15485 | This patch add support PCI of SuperH base code and SH7780 specific code. | |
15486 | ||
15487 | Signed-off-by: Yusuke Goda <[email protected]> | |
15488 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15489 | ||
15490 | commit b55523efff2ae11f0b9ae3cc405893c32eb78156 | |
15491 | Author: Yusuke Goda <[email protected]> | |
15492 | Date: Wed Mar 5 14:23:26 2008 +0900 | |
15493 | ||
15494 | sh: Add support SH7780 | |
15495 | ||
15496 | SH7780 is CPU of Renesas Technology. | |
15497 | This CPU has | |
15498 | - CPU clock 400MHz | |
15499 | - PCI support | |
15500 | - DDR-SDRAM controller | |
15501 | - etc ... | |
15502 | ||
15503 | Signed-off-by: Yusuke Goda <[email protected]> | |
15504 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15505 | ||
15506 | commit c2042f5952a686c414031309b8f244513bf578f0 | |
15507 | Author: goda.yusuke <[email protected]> | |
15508 | Date: Fri Jan 25 20:46:36 2008 +0900 | |
15509 | ||
15510 | sh: Add support Renesas Solutions Migo-R board | |
15511 | ||
15512 | Migo-R is a board based on SH7722 and has may devices. | |
15513 | In this patch, supported SCIF, NOR flash and Ethernet. | |
15514 | ||
15515 | Signed-off-by: Yusuke Goda <[email protected]> | |
15516 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
15517 | ||
15518 | commit 74d1e66d22dac91388bc538b2fe19f735edc5b82 | |
15519 | Author: Bartlomiej Sieka <[email protected]> | |
15520 | Date: Thu Mar 27 15:06:40 2008 +0100 | |
15521 | ||
15522 | Fix host tool build breakage, take two | |
15523 | ||
15524 | Revert commit 87c8431f and fix build breakage so that the build continues | |
15525 | to work on FC systems. | |
15526 | ||
15527 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
15528 | ||
15529 | commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6 | |
15530 | Author: Stefan Roese <[email protected]> | |
15531 | Date: Wed Mar 19 09:36:47 2008 +0100 | |
15532 | ||
15533 | ppc4xx: Enable ECC on LWMON5 | |
15534 | ||
15535 | Since all ECC related problems seem to be resolved on LWMON5, this patch | |
15536 | now enables ECC support. | |
15537 | ||
15538 | We have to write the ECC bytes by zeroing and flushing in smaller | |
15539 | steps, since the whole 256MByte takes too long for the external | |
15540 | watchdog. | |
15541 | ||
15542 | Signed-off-by: Stefan Roese <[email protected]> | |
15543 | ||
15544 | commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb | |
15545 | Author: Larry Johnson <[email protected]> | |
15546 | Date: Mon Mar 17 11:10:35 2008 -0500 | |
15547 | ||
15548 | ppc4xx: Updates to Korat-specific code | |
15549 | ||
15550 | This patch contains updates for changes for the Korat PPC440EPx board. | |
15551 | These changes include: | |
15552 | ||
15553 | (1) Support for "permanent" and "upgradable" copies of U-Boot, as | |
15554 | described in the new "doc/README.korat" file; | |
15555 | ||
15556 | (2) a new memory map for the registers in the board's CPLD; | |
15557 | ||
15558 | (3) a revised format for manufacturer's data in serial EEPROM; and | |
15559 | ||
15560 | (4) changes to track updates to U-Boot for the Sequoia board. | |
15561 | ||
15562 | Signed-off-by: Larry Johnson <[email protected]> | |
15563 | ||
15564 | commit f766cdf89b3a2a7634b8c5869f606150e332036c | |
15565 | Author: Markus Brunner <[email protected]> | |
15566 | Date: Thu Mar 27 10:46:25 2008 +0100 | |
15567 | ||
15568 | ppc4xx: PPC405EP Set EMAC noise filter bits | |
15569 | ||
15570 | This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359 | |
15571 | which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally | |
15572 | disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set. | |
15573 | ||
15574 | Signed-off-by: Markus Brunner <[email protected]> | |
15575 | Signed-off-by: Stefan Roese <[email protected]> | |
15576 | ||
15577 | commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991 | |
15578 | Author: Mike Nuss <[email protected]> | |
15579 | Date: Wed Feb 20 11:54:20 2008 -0500 | |
15580 | ||
15581 | ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx | |
15582 | ||
15583 | On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured | |
15584 | after startup to change the speed of the clocks. This patch adds the | |
15585 | option CFG_PLL_RECONFIG. If this option is set to 667, the CPU | |
15586 | initialization code will reconfigure the PLL to run the system with a CPU | |
15587 | frequency of 667MHz and PLB frequency of 166MHz, without the need for an | |
15588 | external EEPROM. | |
15589 | ||
15590 | Signed-off-by: Mike Nuss <[email protected]> | |
15591 | Acked-by: Stefan Roese <[email protected]> | |
15592 | ||
15593 | commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1 | |
15594 | Author: Haavard Skinnemoen <[email protected]> | |
15595 | Date: Thu Mar 27 09:12:40 2008 +0100 | |
15596 | ||
15597 | new-image: Fix host tool build breakage | |
15598 | ||
15599 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
15600 | ||
15601 | commit 6fb4b640562a10daff0dbe537638d511b5b48650 | |
15602 | Author: Stefan Roese <[email protected]> | |
15603 | Date: Thu Mar 27 10:24:03 2008 +0100 | |
15604 | ||
15605 | ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined | |
15606 | ||
15607 | Signed-off-by: Stefan Roese <[email protected]> | |
15608 | ||
15609 | commit 9462732a3ec551c11862450902cd8ee1bedea6d9 | |
15610 | Author: Stefan Roese <[email protected]> | |
15611 | Date: Wed Mar 19 10:23:43 2008 +0100 | |
15612 | ||
15613 | ppc4xx: Add fdt support to Prodrive alpr | |
15614 | ||
15615 | Since this board will probably be ported to arch/powerpc in the | |
15616 | near future, we add device tree support now. This way we are | |
15617 | "ready" for arch/powerpc from now on. | |
15618 | ||
15619 | Signed-off-by: Stefan Roese <[email protected]> | |
15620 | ||
15621 | commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150 | |
15622 | Author: Pieter Voorthuijsen <[email protected]> | |
15623 | Date: Mon Mar 17 09:27:56 2008 +0100 | |
15624 | ||
15625 | ppc4xx: Enable cache support on the ALPR board | |
15626 | ||
15627 | Signed-off-by: Pieter Voorthuijsen <[email protected]> | |
15628 | ||
15629 | commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69 | |
15630 | Author: Stefan Roese <[email protected]> | |
15631 | Date: Wed Mar 26 10:14:11 2008 +0100 | |
15632 | ||
15633 | ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" | |
15634 | ||
15635 | If CFG_MEM_TOP_HIDE is defined in the board config header, this specified | |
15636 | memory area will get subtracted from the top (end) of ram and won't get | |
15637 | "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel | |
15638 | should gets passed the now "corrected" memory size and won't touch it | |
15639 | either. This should work for arch/ppc and arch/powerpc. Only Linux board | |
15640 | ports in arch/powerpc with bootwrapper support, which recalculate the | |
15641 | memory size from the SDRAM controller setup, will have to get fixed | |
15642 | in Linux additionally. | |
15643 | ||
15644 | This patch enables this config option on some PPC440EPx boards as a workaround | |
15645 | for the CHIP 11 errata. Here the description from the AMCC documentation: | |
15646 | ||
15647 | CHIP_11: End of memory range area restricted access. | |
15648 | Category: 3 | |
15649 | ||
15650 | Overview: | |
15651 | The 440EPx DDR controller does not acknowledge any | |
15652 | transaction which is determined to be crossing over the | |
15653 | end-of-memory-range boundary, even if the starting address is | |
15654 | within valid memory space. Any such transaction from any PLB4 | |
15655 | master will result in a PLB time-out on PLB4 bus. | |
15656 | ||
15657 | Impact: | |
15658 | In case of such misaligned bursts, PLB4 masters will not | |
15659 | retrieve any data at all, just the available data up to the | |
15660 | end of memory, especially the 440 CPU. For example, if a CPU | |
15661 | instruction required an operand located in memory within the | |
15662 | last 7 words of memory, the DCU master would burst read 8 | |
15663 | words to update the data cache and cross over the | |
15664 | end-of-memory-range boundary. Such a DCU read would not be | |
15665 | answered by the DDR controller, resulting in a PLB4 time-out | |
15666 | and ultimately in a Machine Check interrupt. The data would | |
15667 | be inaccessible to the CPU. | |
15668 | ||
15669 | Workaround: | |
15670 | Forbid any application to access the last 256 bytes of DDR | |
15671 | memory. For example, make your operating system believe that | |
15672 | the last 256 bytes of DDR memory are absent. AMCC has a patch | |
15673 | that does this, available for Linux. | |
15674 | ||
15675 | This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards: | |
15676 | lwmon5, korat, sequoia | |
15677 | ||
15678 | The other remaining 440EPx board were intentionally not included | |
15679 | since it is not clear to me, if they use the end of ram for some | |
15680 | other purpose. This is unclear, since these boards have CONFIG_PRAM | |
15681 | defined and even comments like this: | |
15682 | ||
15683 | PMC440.h: | |
15684 | /* esd expects pram at end of physical memory. | |
15685 | * So no logbuffer at the moment. | |
15686 | */ | |
15687 | ||
15688 | It is strongly recommended to not use the last 256 bytes on those | |
15689 | boards too. Patches from the board maintainers are welcome. | |
15690 | ||
15691 | Signed-off-by: Stefan Roese <[email protected]> | |
15692 | ||
15693 | commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b | |
15694 | Author: Stefan Roese <[email protected]> | |
15695 | Date: Thu Mar 27 10:09:05 2008 +0100 | |
15696 | ||
15697 | ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) | |
15698 | ||
15699 | Signed-off-by: Stefan Roese <[email protected]> | |
15700 | ||
15701 | commit d56a3ce179688cde61073a3690e21703d68fafd7 | |
15702 | Author: Stefan Roese <[email protected]> | |
15703 | Date: Tue Mar 25 17:51:13 2008 +0100 | |
15704 | ||
15705 | ppc4xx: Correctly pass phyiscal FLASH base address into dtb | |
15706 | ||
15707 | The routine ft_board_setup() configures the EBC NOR mappings for the | |
15708 | Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from | |
15709 | 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS | |
15710 | problem, we need to pass the corrected address here too. | |
15711 | ||
15712 | Signed-off-by: Stefan Roese <[email protected]> | |
15713 | ||
15714 | commit 9ad31989de12ce5c67b07c4867ead47465655c4b | |
15715 | Author: Stefan Roese <[email protected]> | |
15716 | Date: Wed Mar 19 16:35:12 2008 +0100 | |
15717 | ||
15718 | ppc4xx: Fix compilation warning in 4xx_enet.c | |
15719 | ||
15720 | Signed-off-by: Stefan Roese <[email protected]> | |
15721 | ||
15722 | commit 4c9e855734c523900322a7c3cdd9099b4f51b51d | |
15723 | Author: Stefan Roese <[email protected]> | |
15724 | Date: Wed Mar 19 16:20:49 2008 +0100 | |
15725 | ||
15726 | ppc4xx: Add AMCC Glacier 406GT eval board support | |
15727 | ||
15728 | This patch adds support for the AMCC Glacier 460GT eval board. | |
15729 | The main difference to the Canyonlands board are listed here: | |
15730 | ||
15731 | - 4 ethernet ports instead of 2 | |
15732 | - no SATA port | |
15733 | - no USB port | |
15734 | ||
15735 | Currently EMAC2+3 are not working. This will be fixed in a later | |
15736 | release. | |
15737 | ||
15738 | Signed-off-by: Stefan Roese <[email protected]> | |
15739 | ||
15740 | commit d8bd643141af4710d7f1b69bbab6b760de0af0a1 | |
15741 | Author: Stefan Roese <[email protected]> | |
15742 | Date: Thu Mar 27 08:47:26 2008 +0100 | |
15743 | ||
15744 | ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear | |
15745 | ||
15746 | Signed-off-by: Stefan Roese <[email protected]> | |
15747 | ||
15748 | commit b9670dd85be6e0496ef2e231043c23cad9b1d903 | |
15749 | Author: Anatolij Gustschin <[email protected]> | |
15750 | Date: Wed Mar 26 21:05:43 2008 +0100 | |
15751 | ||
15752 | Fix out of tree building issue | |
15753 | ||
15754 | Currently U-Boot building in some external directory | |
15755 | doesn't work. This patch tries to fix the problem. | |
15756 | ||
15757 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
15758 | ||
15759 | commit d4ee711d8a5c366ee3f857c26b927d12e66614ff | |
15760 | Author: Anatolij Gustschin <[email protected]> | |
15761 | Date: Wed Mar 26 18:13:33 2008 +0100 | |
15762 | ||
15763 | README: update documentation (availability, links, etc.) | |
15764 | ||
15765 | Fix typo in README | |
15766 | ||
15767 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
15768 | ||
15769 | commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f | |
15770 | Author: Anatolij Gustschin <[email protected]> | |
15771 | Date: Wed Mar 26 17:47:44 2008 +0100 | |
15772 | ||
15773 | Fix compilation error in cmd_usb.c | |
15774 | ||
15775 | This patch fixes compilation error | |
15776 | cmd_usb.c: In function 'do_usb': | |
15777 | cmd_usb.c:552: error: void value not ignored as it ought to be | |
15778 | ||
15779 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
15780 | ||
15781 | commit d8c82db482d6b535d12b419d6440b88bf7091c9b | |
15782 | Author: Timur Tabi <[email protected]> | |
15783 | Date: Fri Mar 14 17:45:29 2008 -0500 | |
15784 | ||
15785 | Add support for setting the I2C bus speed in fsl_i2c.c | |
15786 | ||
15787 | Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying | |
15788 | the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro, | |
15789 | but fsl_i2c.c ignores it and uses conservative value when programming the | |
15790 | I2C bus speed. | |
15791 | ||
15792 | Signed-off-by: Timur Tabi <[email protected]> | |
15793 | Acked-by: Andy Fleming <[email protected]> | |
15794 | ||
15795 | commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e | |
15796 | Author: Wolfgang Denk <[email protected]> | |
15797 | Date: Thu Mar 27 00:03:57 2008 +0100 | |
15798 | ||
15799 | Coding style cleanup, update CHANGELOG | |
15800 | ||
15801 | Signed-off-by: Wolfgang Denk <[email protected]> | |
15802 | ||
d049cc7f WD |
15803 | commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4 |
15804 | Author: Dave Liu <[email protected]> | |
15805 | Date: Wed Mar 26 22:55:32 2008 +0800 | |
15806 | ||
15807 | drivers: add the support for Freescale SATA controller | |
15808 | ||
15809 | Add the Freescale on-chip SATA controller driver to u-boot, | |
15810 | The SATA controller is used on the 837x and 8315 targets, | |
15811 | The driver can be used to load kernel, fs and dtb. | |
15812 | ||
15813 | The features list: | |
15814 | - 1.5/3 Gbps link speed | |
15815 | - LBA48, LBA28 support | |
15816 | - DMA and FPDMA support | |
15817 | - Two ports support | |
15818 | ||
15819 | Signed-off-by: Dave Liu <[email protected]> | |
15820 | ||
15821 | commit bede87f4c87c3ccd868cc60ebf792e0560c6d024 | |
15822 | Author: Dave Liu <[email protected]> | |
15823 | Date: Wed Mar 26 22:54:44 2008 +0800 | |
15824 | ||
15825 | ata: add the readme for SATA command line | |
15826 | ||
15827 | Signed-off-by: Dave Liu <[email protected]> | |
15828 | ||
15829 | commit cd54081cd479e542fc399b8a40651ff11a1ad849 | |
15830 | Author: Dave Liu <[email protected]> | |
15831 | Date: Wed Mar 26 22:53:24 2008 +0800 | |
15832 | ||
15833 | ata: enable the sata initialize on boot up | |
15834 | ||
15835 | Signed-off-by: Dave Liu <[email protected]> | |
15836 | ||
15837 | commit 69386383c5c2b323c66495b0b0cef6a9714d83bf | |
15838 | Author: Dave Liu <[email protected]> | |
15839 | Date: Wed Mar 26 22:52:36 2008 +0800 | |
15840 | ||
15841 | ata: add the fis struct for SATA | |
15842 | ||
15843 | Signed-off-by: Dave Liu <[email protected]> | |
15844 | ||
15845 | commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc | |
15846 | Author: Dave Liu <[email protected]> | |
15847 | Date: Wed Mar 26 22:51:44 2008 +0800 | |
15848 | ||
15849 | ata: add the libata support | |
15850 | ||
15851 | add simple libata support in u-boot | |
15852 | ||
15853 | Signed-off-by: Dave Liu <[email protected]> | |
15854 | ||
15855 | commit 8e9bb43429e50df55fa41932cbe65841ff579220 | |
15856 | Author: Dave Liu <[email protected]> | |
15857 | Date: Wed Mar 26 22:50:45 2008 +0800 | |
15858 | ||
15859 | ata: make the ata_piix driver using new SATA framework | |
15860 | ||
15861 | original ata_piix driver is using IDE framework, not real | |
15862 | SATA framework. For now, the ata_piix driver is only used | |
15863 | by x86 sc520_cdp board. This patch makes the ata_piix driver | |
15864 | use the new SATA framework, so | |
15865 | ||
15866 | - remove the duplicated command stuff | |
15867 | - remove the CONFIG_CMD_IDE define in the sc520_cdp.h | |
15868 | - add the CONFIG_CMD_SATA define to sc520_cdp.h | |
15869 | ||
15870 | Signed-off-by: Dave Liu <[email protected]> | |
15871 | ||
15872 | commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe | |
15873 | Author: Dave Liu <[email protected]> | |
15874 | Date: Wed Mar 26 22:49:44 2008 +0800 | |
15875 | ||
15876 | ata: add the support for SATA framework | |
15877 | ||
15878 | - add the SATA framework | |
15879 | - add the SATA command line | |
15880 | ||
15881 | Signed-off-by: Dave Liu <[email protected]> | |
15882 | ||
15883 | commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c | |
15884 | Author: Dave Liu <[email protected]> | |
15885 | Date: Wed Mar 26 22:48:18 2008 +0800 | |
15886 | ||
15887 | ata: merge the header of ata_piix driver | |
15888 | ||
15889 | move the sata.h from include/ to drivers/block/ata_piix.h | |
15890 | ||
15891 | Signed-off-by: Dave Liu <[email protected]> | |
15892 | ||
15893 | commit 9eef62804d9695425b24c87b46a61a7fa74afee0 | |
15894 | Author: Dave Liu <[email protected]> | |
15895 | Date: Wed Mar 26 22:47:06 2008 +0800 | |
15896 | ||
15897 | ata: merge the ata_piix driver | |
15898 | ||
15899 | move the cmd_sata.c from common/ to drivers/ata_piix.c, | |
15900 | the cmd_sata.c have some part of ata_piix controller drivers. | |
15901 | consolidate the driver to have better framework. | |
15902 | ||
15903 | Signed-off-by: Dave Liu <[email protected]> | |
15904 | ||
1aeed8d7 WD |
15905 | commit b9e749e95354f33eb5dc6653c6db7d502adb95fe |
15906 | Author: Markus Klotzbuecher <[email protected]> | |
15907 | Date: Wed Mar 26 18:26:43 2008 +0100 | |
15908 | ||
15909 | USB, Storage: fix a bug introduced in commit | |
15910 | f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info | |
15911 | to only print only information on one storage device, but not for | |
15912 | multiple. | |
15913 | ||
15914 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
15915 | ||
15916 | commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360 | |
15917 | Author: Anatolij Gustschin <[email protected]> | |
15918 | Date: Wed Mar 26 17:47:44 2008 +0100 | |
15919 | ||
15920 | Fix compilation error in cmd_usb.c | |
15921 | ||
15922 | This patch fixes compilation error | |
15923 | cmd_usb.c: In function 'do_usb': | |
15924 | cmd_usb.c:552: error: void value not ignored as it ought to be | |
15925 | ||
15926 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
15927 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
15928 | ||
15929 | commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15 | |
15930 | Author: Kumar Gala <[email protected]> | |
15931 | Date: Wed Mar 26 08:53:53 2008 -0500 | |
15932 | ||
15933 | 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page | |
15934 | ||
15935 | Provide a board_lmb_reserve helper function to ensure we reserve | |
15936 | the page of memory we are using for the boot page translation code. | |
15937 | ||
15938 | Signed-off-by: Kumar Gala <[email protected]> | |
15939 | ||
15940 | commit 79679d80021ab095e639e250ca472fe526da02e2 | |
15941 | Author: Kumar Gala <[email protected]> | |
15942 | Date: Wed Mar 26 08:34:25 2008 -0500 | |
15943 | ||
15944 | 85xx: Update multicore boot mechanism to ePAPR v0.81 spec | |
15945 | ||
15946 | The following changes are needed to be inline with ePAPR v0.81: | |
15947 | ||
15948 | * r4, r5 and now always set to 0 on boot release | |
15949 | * r7 is used to pass the size of the initial map area (IMA) | |
15950 | * EPAPR_MAGIC value changed for book-e processors | |
15951 | * changes in the spin table layout | |
15952 | * spin table supports a 64-bit physical release address | |
15953 | ||
15954 | Signed-off-by: Kumar Gala <[email protected]> | |
15955 | ||
15956 | commit 25eedb2c1958a13110c7de1fc809b624053cc69c | |
15957 | Author: Jon Loeliger <[email protected]> | |
15958 | Date: Wed Mar 19 15:02:07 2008 -0500 | |
15959 | ||
15960 | FSL: Clean up board/freescale/common/Makefile | |
15961 | ||
15962 | Each file that can be built here now follows some | |
15963 | CONFIG_ option so that they are appropriately built | |
15964 | or not, as needed. And CONFIG_ defines were added | |
15965 | to various board config files to make sure that happens. | |
15966 | ||
15967 | The other board/freescale/*/Makefiles no longer need | |
15968 | to reach up and over into ../common to build their | |
15969 | individually needed files any more. | |
15970 | ||
15971 | Boards that are CDS specific were renamed with cds_ prefix. | |
15972 | ||
15973 | Signed-off-by: Jon Loeliger <[email protected]> | |
15974 | ||
15975 | commit a5af4b358a7caa9c0aa374d4d894bf762ec37669 | |
15976 | Author: Kumar Gala <[email protected]> | |
15977 | Date: Wed Feb 27 22:00:27 2008 -0600 | |
15978 | ||
15979 | 85xx: Fix merge duplication | |
15980 | ||
15981 | ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate. | |
15982 | ||
15983 | Signed-off-by: Kumar Gala <[email protected]> | |
15984 | ||
15985 | commit 5893b3d0a4084f87a06a5d3dc03db91206818941 | |
15986 | Author: James Yang <[email protected]> | |
15987 | Date: Tue Feb 12 16:35:07 2008 -0600 | |
15988 | ||
15989 | 85xx: Expand CCSR space with more DDR controller registers. | |
15990 | ||
15991 | Signed-off-by: James Yang <[email protected]> | |
15992 | Signed-off-by: Jon Loeliger <[email protected]> | |
15993 | Signed-off-by: Kumar Gala <[email protected]> | |
15994 | ||
15995 | commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85 | |
15996 | Author: James Yang <[email protected]> | |
15997 | Date: Fri Feb 8 18:05:08 2008 -0600 | |
15998 | ||
15999 | 85xx: Speed up get_ddr_freq() and get_bus_freq() | |
16000 | ||
16001 | get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were | |
16002 | called. However, get_sys_info() recalculates extraneous information when | |
16003 | called each time. Have get_ddr_freq() and get_bus_freq() return memoized | |
16004 | values from global_data instead. | |
16005 | ||
16006 | Signed-off-by: James Yang <[email protected]> | |
16007 | Signed-off-by: Kumar Gala <[email protected]> | |
16008 | ||
16009 | commit e9ea679918fbc9a53fa2f2a904aac874ea736036 | |
16010 | Author: James Yang <[email protected]> | |
16011 | Date: Fri Feb 8 16:46:27 2008 -0600 | |
16012 | ||
16013 | 85xx: Show DDR memory data rate in addition to the memory clock frequency. | |
16014 | ||
16015 | Show the DDR memory data rate in addition to the memory clock | |
16016 | frequency. For DDR/DDR2 memories the memory data rate is 2x the | |
16017 | memory clock. | |
16018 | ||
16019 | Signed-off-by: James Yang <[email protected]> | |
16020 | Signed-off-by: Kumar Gala <[email protected]> | |
16021 | ||
16022 | commit 591933ca6eabc440e6ed6967233aaf56fce464a3 | |
16023 | Author: James Yang <[email protected]> | |
16024 | Date: Fri Feb 8 16:44:53 2008 -0600 | |
16025 | ||
16026 | 85xx: get_tbclk() speed up and rounding fix | |
16027 | ||
16028 | Speed up get_tbclk() by referencing pre-computed bus clock | |
16029 | frequency value from global data instead of sys_info_t. Fix | |
16030 | rounding of result to nearest; previously it was rounding | |
16031 | upwards. | |
16032 | ||
16033 | Signed-off-by: James Yang <[email protected]> | |
16034 | Signed-off-by: Kumar Gala <[email protected]> | |
16035 | ||
16036 | commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6 | |
16037 | Author: Andy Fleming <[email protected]> | |
16038 | Date: Wed Feb 6 01:19:40 2008 -0600 | |
16039 | ||
16040 | Update SVR numbers to expand support | |
16041 | ||
16042 | FSL has taken to using SVR[16:23] as an SOC sub-version field. This | |
16043 | is used to distinguish certain variants within an SOC family. To | |
16044 | account for this, we add the SVR_SOC_VER() macro, and update the SVR_* | |
16045 | constants to reflect the larger value. We also add SVR numbers for all | |
16046 | of the current variants. Finally, to make things neater, rather than | |
16047 | use an enormous switch statement to print out the CPU type, we create | |
16048 | and array of SVR/name pairs (using a macro), and print out the CPU name | |
16049 | that matches the SVR SOC version. | |
16050 | ||
16051 | Signed-off-by: Andy Fleming <[email protected]> | |
16052 | ||
16053 | commit b83eef440cf3cef816172ccbb5897ccd8e403cf3 | |
16054 | Author: Andy Fleming <[email protected]> | |
16055 | Date: Wed Feb 6 01:12:57 2008 -0600 | |
16056 | ||
16057 | Add the Freescale PCI device IDs | |
16058 | ||
16059 | Signed-off-by: Andy Fleming <[email protected]> | |
16060 | ||
16061 | commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd | |
16062 | Author: Kumar Gala <[email protected]> | |
16063 | Date: Thu Feb 14 11:04:23 2008 -0600 | |
16064 | ||
16065 | 85xx: Added support for multicore boot mechanism | |
16066 | ||
16067 | Added the cpu command that provides a generic mechanism to get status, | |
16068 | reset, and release secondary cores in multicore processors. | |
16069 | ||
16070 | Added support for using the ePAPR defined spin-table mechanism on 85xx. | |
16071 | ||
16072 | Signed-off-by: Kumar Gala <[email protected]> | |
16073 | Signed-off-by: Andy Fleming <[email protected]> | |
16074 | ||
16075 | commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64 | |
16076 | Author: Kumar Gala <[email protected]> | |
16077 | Date: Thu Jan 17 16:48:33 2008 -0600 | |
16078 | ||
16079 | 85xx: Added support for multicore boot mechanism | |
16080 | ||
16081 | Added the cpu command that provides a generic mechanism to get status, | |
16082 | reset, and release secondary cores in multicore processors. | |
16083 | ||
16084 | Added support for using the ePAPR defined spin-table mechanism on 85xx. | |
16085 | ||
16086 | Signed-off-by: Kumar Gala <[email protected]> | |
16087 | ||
16088 | commit f69766e4b5d47ecd3aa58677a8da875694f364f2 | |
16089 | Author: Kumar Gala <[email protected]> | |
16090 | Date: Wed Jan 30 14:55:14 2008 -0600 | |
16091 | ||
16092 | 85xx: Add the concept of CFG_CCSRBAR_PHYS | |
16093 | ||
16094 | When we go to 36-bit physical addresses we need to keep the concept of | |
16095 | the physical CCSRBAR address seperate from the virtual one. | |
16096 | ||
16097 | For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR | |
16098 | ||
16099 | Signed-off-by: Kumar Gala <[email protected]> | |
16100 | ||
d049cc7f WD |
16101 | commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e |
16102 | Author: Wolfgang Denk <[email protected]> | |
16103 | Date: Wed Mar 26 15:38:47 2008 +0100 | |
16104 | ||
16105 | Coding style cleanup. | |
16106 | ||
16107 | Signed-off-by: Wolfgang Denk <[email protected]> | |
16108 | ||
16109 | commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660 | |
16110 | Author: Joakim Tjernlund <[email protected]> | |
16111 | Date: Wed Mar 26 13:02:13 2008 +0100 | |
16112 | ||
16113 | Add CFG_RTC_DS1337_NOOSC to turn off OSC output | |
16114 | ||
16115 | The default settings for RTC DS1337 keeps the OSC | |
16116 | output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to | |
16117 | turn it off. | |
16118 | ||
16119 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
16120 | ||
16121 | commit 438a4c11260b4ea9805039b0b4f92f9df5306b02 | |
16122 | Author: Wolfgang Denk <[email protected]> | |
16123 | Date: Wed Mar 26 11:48:46 2008 +0100 | |
16124 | ||
16125 | Cleanup coding style, update CHANGELOG | |
16126 | ||
16127 | Signed-off-by: Wolfgang Denk <[email protected]> | |
16128 | ||
438a4c11 WD |
16129 | commit 218ca724c08ca8a649f0917cf201cf23d4b33f39 |
16130 | Author: Wolfgang Denk <[email protected]> | |
16131 | Date: Wed Mar 26 10:40:12 2008 +0100 | |
16132 | ||
16133 | README: update documentation (availability, links, etc.) | |
16134 | ||
16135 | Signed-off-by: Wolfgang Denk <[email protected]> | |
16136 | ||
16137 | commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 | |
16138 | Author: Aras Vaichas <[email protected]> | |
16139 | Date: Tue Mar 25 12:09:07 2008 +1100 | |
16140 | ||
16141 | USB Storage, add meaningful return value | |
16142 | ||
16143 | This patch changes the "usb storage" command to return success if it | |
16144 | finds a USB storage device, otherwise it returns error. | |
16145 | ||
16146 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
16147 | ||
16148 | commit 18e69a35efbb078403db0c0063986470dad7d082 | |
16149 | Author: Anton Vorontsov <[email protected]> | |
16150 | Date: Fri Mar 14 23:20:18 2008 +0300 | |
16151 | ||
16152 | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role | |
16153 | ||
16154 | Linux understands "host" (default), "peripheral" and "otg" (broken). | |
16155 | Though, U-Boot doesn't restrict dr_mode variable to these values (think | |
16156 | of renames in future). | |
16157 | ||
16158 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16159 | Signed-off-by: Kim Phillips <[email protected]> | |
16160 | ||
16161 | commit c7604783b236e368f225efb7b3efb418fe20b404 | |
16162 | Author: Anton Vorontsov <[email protected]> | |
16163 | Date: Fri Mar 14 23:20:30 2008 +0300 | |
16164 | ||
16165 | tsec: fix link detection for the RTL8211B PHY | |
16166 | ||
16167 | RTL8211B sets link state register after autonegotiation complete, | |
16168 | so with bootdelay=0 RTL8211B will report lack of the link. | |
16169 | ||
16170 | To fix this, we should wait for aneg to complete, even if the | |
16171 | link is currently down. | |
16172 | ||
16173 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16174 | Signed-off-by: Kim Phillips <[email protected]> | |
16175 | ||
16176 | commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4 | |
16177 | Author: Anton Vorontsov <[email protected]> | |
16178 | Date: Mon Mar 24 20:47:09 2008 +0300 | |
16179 | ||
16180 | mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups | |
16181 | ||
16182 | device_type = "soc" is being deprecated, newer device trees will use | |
16183 | "fsl,soc" and/or "fsl,immr" for the soc nodes. | |
16184 | ||
16185 | This patch also adds clock-frequency property for soc nodes (the same | |
16186 | value as bus-frequency). | |
16187 | ||
16188 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16189 | ||
16190 | commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07 | |
16191 | Author: Joe D'Abbraccio <[email protected]> | |
16192 | Date: Mon Mar 24 13:00:59 2008 -0400 | |
16193 | ||
16194 | Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock | |
16195 | ||
16196 | With the original value of 1/2 clock cycle delay, the system ran relatively | |
16197 | stable except when we run benchmarks that are intensive users of memory. | |
16198 | When I run samba connected disk with a HDBENCH test, the system locks-up | |
16199 | or reboots sporadically. | |
16200 | ||
16201 | Signed-off by: Joe D'Abbraccio <Joe.D'[email protected]> | |
16202 | ||
16203 | commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923 | |
16204 | Author: Scott Wood <[email protected]> | |
16205 | Date: Mon Mar 24 12:44:13 2008 -0500 | |
16206 | ||
16207 | mpc83xx: Set PCI I/O bus-address base to zero. | |
16208 | ||
16209 | The device trees for these boards describe PCI I/O as starting from | |
16210 | address zero from the device's perspective. | |
16211 | ||
16212 | Placing I/O elsewhere may cause problems with certain PCI boards, and may | |
16213 | cause problems with Linux. | |
16214 | ||
16215 | Signed-off-by: Scott Wood <[email protected]> | |
16216 | ||
16217 | commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e | |
16218 | Author: Anton Vorontsov <[email protected]> | |
16219 | Date: Mon Mar 24 20:47:05 2008 +0300 | |
16220 | ||
16221 | mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK | |
16222 | ||
16223 | At least on the "33MHz Pilot" board crystal is actually 33.3MHz. | |
16224 | This patch fixes "system time drifting" problem. | |
16225 | ||
16226 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16227 | ||
16228 | commit 3a0cfdd576dc9b16d1468d37339182607c697fb7 | |
16229 | Author: Anton Vorontsov <[email protected]> | |
16230 | Date: Mon Mar 24 20:47:02 2008 +0300 | |
16231 | ||
16232 | mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS | |
16233 | ||
16234 | This is needed to update /choosen/linux,stdout-path properly. | |
16235 | ||
16236 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16237 | ||
16238 | commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9 | |
16239 | Author: Anton Vorontsov <[email protected]> | |
16240 | Date: Mon Mar 24 20:47:00 2008 +0300 | |
16241 | ||
16242 | mpc83xx: MPC8360E-RDK: add dhcp command | |
16243 | ||
16244 | Plus modify environment to use it and remove bootfile env variable, | |
16245 | it is internal and CONFIG_BOOTFILE is used for these purposes. | |
16246 | ||
16247 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16248 | ||
16249 | commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa | |
16250 | Author: Anton Vorontsov <[email protected]> | |
16251 | Date: Mon Mar 24 20:46:57 2008 +0300 | |
16252 | ||
16253 | mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc | |
16254 | ||
16255 | Current DDR setup easily causes memory corruption, this patch fixes it. | |
16256 | ||
16257 | Also fix TIMING_CFG0_MRS_CYC definition. | |
16258 | ||
16259 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16260 | ||
16261 | commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a | |
16262 | Author: Anton Vorontsov <[email protected]> | |
16263 | Date: Mon Mar 24 20:46:53 2008 +0300 | |
16264 | ||
16265 | mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI | |
16266 | ||
16267 | This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen | |
16268 | controller and FHCI (QE USB). | |
16269 | ||
16270 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16271 | ||
16272 | commit 7ad959490962e6842648d87d4bd795ea6cdcce67 | |
16273 | Author: Anton Vorontsov <[email protected]> | |
16274 | Date: Mon Mar 24 20:46:51 2008 +0300 | |
16275 | ||
16276 | mpc83xx: MPC8360E-RDK: add support for NAND | |
16277 | ||
16278 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16279 | ||
16280 | commit 9a3e832aeb491861d029991241572ebdf4b5b61b | |
16281 | Author: Anton Vorontsov <[email protected]> | |
16282 | Date: Mon Mar 24 20:46:46 2008 +0300 | |
16283 | ||
16284 | mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode | |
16285 | ||
16286 | This is needed for BCM PHYs to work on this board. | |
16287 | ||
16288 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16289 | ||
16290 | commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e | |
16291 | Author: Anton Vorontsov <[email protected]> | |
16292 | Date: Mon Mar 24 20:46:34 2008 +0300 | |
16293 | ||
16294 | uec: add support for Broadcom BCM5481 Gigabit PHY | |
16295 | ||
16296 | This patch adds basic support for Broadcom BCM5481 PHY. | |
16297 | ||
16298 | RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is | |
16299 | Peter Barada <[email protected]>. | |
16300 | ||
16301 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16302 | ||
16303 | commit 6a600c3a1876bc203445df4f0fd6b12648259666 | |
16304 | Author: Anton Vorontsov <[email protected]> | |
16305 | Date: Mon Mar 24 20:46:28 2008 +0300 | |
16306 | ||
16307 | uec: add support for RGMII_RXID interface mode | |
16308 | ||
16309 | PHY drivers will use it to setup software delay between RXD and RXC | |
16310 | signals. | |
16311 | ||
16312 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16313 | ||
16314 | commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d | |
16315 | Author: Anton Vorontsov <[email protected]> | |
16316 | Date: Mon Mar 24 20:46:24 2008 +0300 | |
16317 | ||
16318 | uec: add support for gbit mii status readings | |
16319 | ||
16320 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16321 | ||
16322 | commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d | |
16323 | Author: Anton Vorontsov <[email protected]> | |
16324 | Date: Mon Mar 24 17:40:47 2008 +0300 | |
16325 | ||
16326 | 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards | |
16327 | ||
16328 | This is primarily for the early console support. | |
16329 | ||
16330 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16331 | ||
16332 | commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635 | |
16333 | Author: Anton Vorontsov <[email protected]> | |
16334 | Date: Mon Mar 24 17:40:43 2008 +0300 | |
16335 | ||
16336 | 83xx: initialize serdes for MPC837XRDB boards | |
16337 | ||
16338 | On the MPC8377ERDB: 2 SATA and 2 PCI-E. | |
16339 | On the MPC8378ERDB: 2 PCI-E | |
16340 | On the MPC8379ERDB: 4 SATA | |
16341 | ||
16342 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16343 | ||
16344 | commit 453316a2a19642d8afcbca7452e40a6b44a197b1 | |
16345 | Author: Anton Vorontsov <[email protected]> | |
16346 | Date: Mon Mar 24 17:40:32 2008 +0300 | |
16347 | ||
16348 | 83xx: serdes setup routines | |
16349 | ||
16350 | This patch adds few routines to configure serdes on 837x targets. | |
16351 | ||
16352 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16353 | ||
16354 | commit a796cdf9c377cb4e5d61d1079a296608f8fbd903 | |
16355 | Author: Anton Vorontsov <[email protected]> | |
16356 | Date: Mon Mar 24 17:40:27 2008 +0300 | |
16357 | ||
16358 | 83xx: split COBJS onto separate lines | |
16359 | ||
16360 | ..plus get rid of some #ifdefs in the .c files. | |
16361 | ||
16362 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16363 | ||
16364 | commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3 | |
16365 | Author: Anton Vorontsov <[email protected]> | |
16366 | Date: Mon Mar 24 17:40:23 2008 +0300 | |
16367 | ||
16368 | 83xx: nand support for MPC837XRDB boards | |
16369 | ||
16370 | Signed-off-by: Anton Vorontsov <[email protected]> | |
16371 | ||
16372 | commit 82e45a204190593e8613145a928f998fb8c909c4 | |
16373 | Author: Jerry Van Baren <[email protected]> | |
16374 | Date: Tue Mar 18 21:44:41 2008 -0400 | |
16375 | ||
16376 | Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS. | |
16377 | ||
16378 | Signed-off-by: Gerald Van Baren <[email protected]> | |
16379 | Signed-off-by: Kim Phillips <[email protected]> | |
16380 | ||
16381 | commit 0fa7a1b4719e325fce332689fb8754ec166191ff | |
16382 | Author: Michael Barkowski <[email protected]> | |
16383 | Date: Thu Mar 20 13:15:39 2008 -0400 | |
16384 | ||
16385 | mpc8323erdb: remove RTC and add EEPROM | |
16386 | ||
16387 | There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM. | |
16388 | ||
16389 | Signed-off-by: Michael Barkowski <[email protected]> | |
16390 | Acked-by: Kim Phillips <[email protected]> | |
16391 | ||
16392 | commit 5bbeea86eb6afb872374cd23217cb3c1018443ed | |
16393 | Author: Michael Barkowski <[email protected]> | |
16394 | Date: Thu Mar 20 13:15:34 2008 -0400 | |
16395 | ||
16396 | mpc8323erdb: Improve the system performance | |
16397 | ||
16398 | The following changes are based on kernel UCC ethernet performance: | |
16399 | ||
16400 | 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode | |
16401 | 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT | |
16402 | switch to enable this setting. | |
16403 | ||
16404 | The following changes are based on the App Note AN3369 and | |
16405 | verified to improve memory latency using LMbench: | |
16406 | ||
16407 | 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0 | |
16408 | 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting | |
16409 | previously. | |
16410 | 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on | |
16411 | Twr=15ns, and this was already the setting in DDR_MODE) | |
16412 | 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on | |
16413 | Trp=15ns) | |
16414 | 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on | |
16415 | Tras=40ns) | |
16416 | 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on | |
16417 | Trcd=15ns) | |
16418 | 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on | |
16419 | Trfc=75ns) | |
16420 | 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based | |
16421 | on Tfaw=50ns) | |
16422 | 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based | |
16423 | on CL=3 and WL=2). | |
16424 | ||
16425 | Signed-off-by: Michael Barkowski <[email protected]> | |
16426 | Acked-by: Kim Phillips <[email protected]> | |
16427 | ||
16428 | commit fc549c871f43933396a5b3e21d897023d4b31b8d | |
16429 | Author: Michael Barkowski <[email protected]> | |
16430 | Date: Thu Mar 20 13:15:28 2008 -0400 | |
16431 | ||
16432 | mpc8323erdb: use readable DDR config macros | |
16433 | ||
16434 | Use available shift/mask macros to define DDR configuration. | |
16435 | ||
16436 | Signed-off-by: Michael Barkowski <[email protected]> | |
16437 | Acked-by: Kim Phillips <[email protected]> | |
16438 | ||
16439 | commit 89c7784ed90ba50301eec521144f95111e472906 | |
16440 | Author: Timur Tabi <[email protected]> | |
16441 | Date: Fri Feb 8 13:15:55 2008 -0600 | |
16442 | ||
16443 | 83xx: Add Vitesse VSC7385 firmware uploading | |
16444 | ||
16445 | Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload | |
16446 | the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET. | |
16447 | Cleaned up the board header files to make selecting the VSC7385 easier to | |
16448 | control. | |
16449 | ||
16450 | Signed-off-by: Timur Tabi <[email protected]> | |
16451 | Signed-off-by: Kim Phillips <[email protected]> | |
16452 | ||
16453 | commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc | |
16454 | Author: Timur Tabi <[email protected]> | |
16455 | Date: Fri Feb 8 13:15:54 2008 -0600 | |
16456 | ||
16457 | NET: Add Vitesse VSC7385 firmware uploading | |
16458 | ||
16459 | The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX | |
16460 | and other boards. A small firwmare must be uploaded to its on-board memory | |
16461 | before it can be enabled. This patch adds the code which uploads firmware | |
16462 | (but not the firmware itself). | |
16463 | ||
16464 | Previously, this feature was provided by a U-Boot application that was | |
16465 | made available only on Freescale BSPs. The VSC7385 firmware must still | |
16466 | be obtained separately, but at least there is no longer a need for a separate | |
16467 | application. | |
16468 | ||
16469 | Signed-off-by: Timur Tabi <[email protected]> | |
16470 | Acked-by: Ben Warren <[email protected]> | |
16471 | ||
16472 | commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855 | |
16473 | Author: Wolfgang Denk <[email protected]> | |
16474 | Date: Wed Mar 26 00:52:10 2008 +0100 | |
16475 | ||
16476 | Coding Style cleanyp; update CHANGELOG | |
16477 | ||
16478 | Signed-off-by: Wolfgang Denk <[email protected]> | |
16479 | ||
aa6f6d17 WD |
16480 | commit 43ddd9c820fec44816188f53346b464e20b3142d |
16481 | Author: Jerry Van Baren <[email protected]> | |
16482 | Date: Sat Mar 22 14:23:49 2008 -0400 | |
16483 | ||
16484 | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T | |
16485 | ||
16486 | These defines embedded the u-boot env variables and/or the bd_t structure | |
16487 | in the fdt blob. The conclusion of discussion on the u-boot email list | |
16488 | was that embedding these in the fdt blob is not useful: there are better | |
16489 | ways of passing the data (in fact, the fdt blob itself replaces the | |
16490 | bd_t struct). | |
16491 | ||
16492 | The only board that enables these is the stxxtc and they don't appear | |
16493 | to be used by linux. | |
16494 | ||
16495 | Signed-off-by: Gerald Van Baren <[email protected]> | |
16496 | Acked-by: Kim Phillips <[email protected]> | |
16497 | ||
16498 | commit 22ed2285743359fd1fe73e411dff914b2256e68f | |
16499 | Author: Stefan Roese <[email protected]> | |
16500 | Date: Mon Mar 17 10:49:25 2008 +0100 | |
16501 | ||
16502 | rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile | |
16503 | ||
16504 | Signed-off-by: Stefan Roese <[email protected]> | |
16505 | ||
16506 | commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d | |
16507 | Author: Kyungmin Park <[email protected]> | |
16508 | Date: Mon Mar 17 08:54:06 2008 +0900 | |
16509 | ||
16510 | Add Flex-OneNAND booting support | |
16511 | ||
16512 | Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array | |
16513 | using a NOR Flash interface. This on-chip integration enables system designers | |
16514 | to reduce external system logic and use high-density NAND Flash | |
16515 | in applications that would otherwise have to use more NOR components. | |
16516 | ||
16517 | Flex-OneNAND enables users to configure to partition it into SLC and MLC areas | |
16518 | in more flexible way. While MLC area of Flex-OneNAND can be used to store data | |
16519 | that require low reliability and high density, SLC area of Flex-OneNAND | |
16520 | to store data that need high reliability and high performance. Flex-OneNAND | |
16521 | can let users take advantage of storing these two different types of data | |
16522 | into one chip, which is making Flex-OneNAND more cost- and space-effective. | |
16523 | ||
16524 | Signed-off-by: Kyungmin Park <[email protected]> | |
16525 | ||
16526 | commit c512389cc4a10253249271ff6c887c6dab1f0db2 | |
16527 | Author: André Schwarz <[email protected]> | |
16528 | Date: Thu Mar 13 13:50:52 2008 +0100 | |
16529 | ||
16530 | MPC5200: support setup without FEC | |
16531 | ||
16532 | Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is | |
16533 | defined. Systems without FEC, i.e. no FEC node in DTB, should be possible. | |
16534 | ||
16535 | Signed-off-by: Andre Schwarz <[email protected]> | |
16536 | Acked-by: Grant Likely <[email protected]> | |
16537 | ||
16538 | commit aa3511e422946041ef626f80a05ae5e8bfc700e6 | |
16539 | Author: Jon Loeliger <[email protected]> | |
16540 | Date: Wed Mar 5 18:05:46 2008 -0600 | |
16541 | ||
16542 | FSL: Move board/mpc8266ads under board/freescale | |
16543 | ||
16544 | Signed-off-by: Jon Loeliger <[email protected]> | |
16545 | ||
16546 | commit 7f1d846e5c5754449c286587d099d85246062772 | |
16547 | Author: Jon Loeliger <[email protected]> | |
16548 | Date: Wed Mar 5 18:05:47 2008 -0600 | |
16549 | ||
16550 | FSL: Move board/mpc7448hpc2 under board/freescale | |
16551 | ||
16552 | Signed-off-by: Jon Loeliger <[email protected]> | |
16553 | ||
16554 | commit b7e24d283e34727c2a6cdfdac2e09a426c579b73 | |
16555 | Author: Jon Loeliger <[email protected]> | |
16556 | Date: Wed Mar 5 18:05:45 2008 -0600 | |
16557 | ||
16558 | FSL: Move board/mpc8260ads under board/freescale | |
16559 | ||
16560 | Signed-off-by: Jon Loeliger <[email protected]> | |
16561 | ||
16562 | commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97 | |
16563 | Author: goda.yusuke <[email protected]> | |
16564 | Date: Wed Mar 5 17:08:33 2008 +0900 | |
16565 | ||
16566 | net: Add support AX88796L ethernet device | |
16567 | ||
16568 | AX88796L is device of NE2000 compatible. | |
16569 | This patch support AX88796L ethernet device. | |
16570 | ||
16571 | Signed-off-by: Yusuke Goda <[email protected]> | |
16572 | Acked-by: Nobuhiro Iwamatsu <[email protected]> | |
16573 | ||
16574 | commit e0a6140dd381e1eed1ada2291166ef2616d8822b | |
16575 | Author: Wolfgang Denk <[email protected]> | |
16576 | Date: Tue Mar 25 22:50:41 2008 +0100 | |
16577 | ||
16578 | ne2000 driver: change #ifdef to Makefile conditional compilation | |
16579 | ||
16580 | Signed-off-by: Wolfgang Denk <[email protected]> | |
16581 | ||
16582 | commit e710185aae90c64d39c2d453e40e58ceefe4f250 | |
16583 | Author: goda.yusuke <[email protected]> | |
16584 | Date: Wed Mar 5 17:08:20 2008 +0900 | |
16585 | ||
16586 | net: Divided code of NE2000 ethernet driver | |
16587 | ||
16588 | There are more devices of the NE2000 base. | |
16589 | A present code is difficult for us to support more devices. | |
16590 | To support more NE2000 clone devices, separated the function. | |
16591 | ||
16592 | Signed-off-by: Yusuke Goda <[email protected]> | |
16593 | Acked-by: Nobuhiro Iwamatsu <[email protected]> | |
16594 | ||
16595 | commit 395bce4f59a507a60a475f7ee46bed47de9482df | |
16596 | Author: Mike Frysinger <[email protected]> | |
16597 | Date: Sun Feb 24 23:58:13 2008 -0500 | |
16598 | ||
16599 | net/Blackfin: move on-chip MAC driver into drivers/net/ | |
16600 | ||
16601 | The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board | |
16602 | directory, but it is not board specific, so relocate it to the drivers dir | |
16603 | so that other Blackfin ports can utilize it. | |
16604 | ||
16605 | Signed-off-by: Mike Frysinger <[email protected]> | |
16606 | ||
16607 | commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a | |
16608 | Author: Mike Frysinger <[email protected]> | |
16609 | Date: Sun Feb 24 23:52:35 2008 -0500 | |
16610 | ||
16611 | smc91111: use SSYNC() rather than asm(ssync) for Blackfin | |
16612 | ||
16613 | Since the "ssync" instruction may have hardware anomalies associated with | |
16614 | it, have the smc91111 driver use the SSYNC macro rather than invoking it | |
16615 | directly. We workaround all the anomalies via this macro. | |
16616 | ||
16617 | Signed-off-by: Mike Frysinger <[email protected]> | |
16618 | ||
16619 | commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138 | |
16620 | Author: Bryan O'Donoghue <[email protected]> | |
16621 | Date: Sun Feb 17 22:57:47 2008 +0000 | |
16622 | ||
16623 | 8xx: Update OF support on 8xx | |
16624 | ||
16625 | This patch does some shifting around of OF support on 8xx. | |
16626 | ||
16627 | Signed-off-by: Bryan O'Donoghue <[email protected]> | |
16628 | ||
16629 | commit 9c666a7db0b2285a270c68810889ce7d5dba304b | |
16630 | Author: Kumar Gala <[email protected]> | |
16631 | Date: Fri Feb 15 15:16:18 2008 -0600 | |
16632 | ||
16633 | ppc: Allow boards to specify how much memory they can map | |
16634 | ||
16635 | For historical reasons we limited the stack to 256M because some boards | |
16636 | could only map that much via BATS. However newer boards are capable of | |
16637 | mapping more memory (for example 85xx is capble of doing up to 2G). | |
16638 | ||
16639 | Signed-off-by: Kumar Gala <[email protected]> | |
16640 | ||
16641 | commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb | |
16642 | Author: Bryan O'Donoghue <[email protected]> | |
16643 | Date: Fri Feb 15 01:05:58 2008 +0000 | |
16644 | ||
16645 | 8xx : Add OF support to Adder875 board port - resubmit | |
16646 | ||
16647 | Signed-off-by: Bryan O'Donoghue <[email protected]> | |
16648 | ||
16649 | commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d | |
16650 | Author: Kumar Gala <[email protected]> | |
16651 | Date: Thu Feb 14 20:44:42 2008 -0600 | |
16652 | ||
16653 | Add setexpr command | |
16654 | ||
16655 | Add a simple expr style command that will set an env variable as the result | |
16656 | of the command. This allows us to do simple math in shell. The following | |
16657 | operations are supported: &, |, ^, +, -, *, /. | |
16658 | ||
16659 | Signed-off-by: Kumar Gala <[email protected]> | |
16660 | ||
16661 | commit 3f105faa64b9826e088711fdfcaa70cb1230397a | |
16662 | Author: Jon Loeliger <[email protected]> | |
16663 | Date: Wed Mar 5 17:27:48 2008 -0600 | |
16664 | ||
16665 | FSL: Move board/mpc7448hpc2 under board/freescale | |
16666 | ||
16667 | Signed-off-by: Jon Loeliger <[email protected]> | |
16668 | ||
16669 | commit 449c703374a8868453425e15da7e2f76221b72e4 | |
16670 | Author: Jon Loeliger <[email protected]> | |
16671 | Date: Wed Mar 5 17:21:43 2008 -0600 | |
16672 | ||
16673 | FSL: Move board/mpc8266ads under board/freescale | |
16674 | ||
16675 | Signed-off-by: Jon Loeliger <[email protected]> | |
16676 | ||
16677 | commit 5863577989ad689427bb750107e9a75f1c1645d2 | |
16678 | Author: Jon Loeliger <[email protected]> | |
16679 | Date: Wed Mar 5 16:41:41 2008 -0600 | |
16680 | ||
16681 | FSL: Move board/mpc8260ads under board/freescale | |
16682 | ||
16683 | Signed-off-by: Jon Loeliger <[email protected]> | |
16684 | ||
16685 | commit 8a773983957ee6c4aa344469b742f29c7d26afbd | |
16686 | Author: Shinya Kuribayashi <[email protected]> | |
16687 | Date: Tue Mar 25 21:30:08 2008 +0900 | |
16688 | ||
16689 | [MIPS] Move gth2_config from ARM section to MIPS | |
16690 | ||
16691 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16692 | ||
16693 | commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15 | |
16694 | Author: Shinya Kuribayashi <[email protected]> | |
16695 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
16696 | ||
16697 | [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB | |
16698 | ||
16699 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16700 | ||
16701 | commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459 | |
16702 | Author: Shinya Kuribayashi <[email protected]> | |
16703 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
16704 | ||
16705 | [MIPS] Fix dcache_status() | |
16706 | ||
16707 | You can't judge UNCACHED by Config.K0 LSB. | |
16708 | ||
16709 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16710 | ||
16711 | commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34 | |
16712 | Author: Shinya Kuribayashi <[email protected]> | |
16713 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
16714 | ||
16715 | [MIPS] Introduce _machine_restart | |
16716 | ||
16717 | Handles machine specific functions by using weak functions. | |
16718 | ||
16719 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16720 | ||
16721 | commit decaba6f5cf386d569ac3997bebb871b966c6b18 | |
16722 | Author: Shinya Kuribayashi <[email protected]> | |
16723 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
16724 | ||
16725 | [MIPS] Cleanup CP0 Status initialization | |
16726 | ||
16727 | Add setup_c0_status from Linux. For the moment we disable interrupts, set | |
16728 | CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for | |
16729 | reset-time configuration and will work well across most processors. | |
16730 | ||
16731 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16732 | ||
16733 | commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23 | |
16734 | Author: Shinya Kuribayashi <[email protected]> | |
16735 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
16736 | ||
16737 | [MIPS] Initialize CP0 Cause before setting up CP0 Status register | |
16738 | ||
16739 | Without this change, we'll be suffering from deffered WATCH exception | |
16740 | once Status.EXL is cleared. Make sure Cause.WP is cleared. | |
16741 | ||
16742 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16743 | ||
16744 | commit 26138623230ca2bad3c78e05a65527ea70c8b688 | |
16745 | Author: Shinya Kuribayashi <[email protected]> | |
16746 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
16747 | ||
16748 | [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init() | |
16749 | ||
16750 | Move things to appropriate place. | |
16751 | ||
16752 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16753 | ||
16754 | commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895 | |
16755 | Author: Shinya Kuribayashi <[email protected]> | |
16756 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
16757 | ||
16758 | [MIPS] Implement flush_cache() | |
16759 | ||
16760 | We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you | |
16761 | don't need to do Hit_Invalidate_I, but flush_cache() needs it since this | |
16762 | function is used not only in U-Boot specfic programs but also at loading | |
16763 | target binaries. | |
16764 | ||
16765 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16766 | ||
16767 | commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d | |
16768 | Author: Shinya Kuribayashi <[email protected]> | |
16769 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
16770 | ||
16771 | [MIPS] Fix I-/D-cache initialization loops | |
16772 | ||
16773 | Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I | |
16774 | again per a loop for I-cache initialization. But according to 'See MIPS | |
16775 | Run', we're encouraged to use three separate loops rather than combining | |
16776 | them *for both I- and D-cache*. This patch tries to fix this. | |
16777 | ||
16778 | In accordance with fixing above, mips_init_[id]cache are separated from | |
16779 | mips_cache_reset(), and rewrite cache loops are completely rewritten with | |
16780 | useful macros. | |
16781 | ||
16782 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16783 | ||
16784 | commit 1898840797c7f50799377bd5b285a8a93a82c419 | |
16785 | Author: Shinya Kuribayashi <[email protected]> | |
16786 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
16787 | ||
16788 | [MIPS] Replace memory clearance code with f_fill64 | |
16789 | ||
16790 | This routine fills memory with zero by 64 bytes, and is 64-bit capable. | |
16791 | ||
16792 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16793 | ||
16794 | commit 2f5d414ccb4024dd0992ff6b22561732dbc73590 | |
16795 | Author: Shinya Kuribayashi <[email protected]> | |
16796 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
16797 | ||
16798 | [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros | |
16799 | ||
16800 | This patch replaces the current function definitions with NESTED, LEAF | |
16801 | and END macro. They specify some more additional information about the | |
16802 | function; an alignment of symbol, type of symbol, stack frame usage, etc. | |
16803 | These information explicitly tells the assembler and the debugger about | |
16804 | the types of code we want to generate. | |
16805 | ||
16806 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16807 | ||
16808 | commit 282223a607c611425fa33f5428f8eae6636972bb | |
16809 | Author: Shinya Kuribayashi <[email protected]> | |
16810 | Date: Tue Mar 25 11:43:17 2008 +0900 | |
16811 | ||
16812 | [MIPS] asm headers' updates | |
16813 | ||
16814 | Make some asm headers adjusted to the latest Linux kernel. | |
16815 | ||
16816 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16817 | ||
16818 | commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd | |
16819 | Author: Shinya Kuribayashi <[email protected]> | |
16820 | Date: Tue Mar 25 11:39:29 2008 +0900 | |
16821 | ||
16822 | [MIPS] Request for the 'mips_cache_lock()' removal | |
16823 | ||
16824 | The initial intension of having mips_cache_lock() was to use the cache | |
16825 | as memory for temporary stack use so that a C environment can be set up | |
16826 | as early as possible. | |
16827 | ||
16828 | But now mips_cache_lock() follow lowlevel_init(). We've already have the | |
16829 | real memory initilaized at this point, therefore we could/should use it. | |
16830 | No reason to lock at all. | |
16831 | ||
16832 | Other problems: | |
16833 | ||
16834 | Cache locking is not consistent across MIPS implementaions. Some imple- | |
16835 | mentations don't support locking at all. The style of locking varies - | |
16836 | some support per line locking, others per way, etc. Some parts use bits | |
16837 | in status registers instead of cache ops. Current mips_cache_lock() is | |
16838 | not necessarily general-purpose. | |
16839 | ||
16840 | And this is worthy of special mention; once U-Boot/MIPS locks the lines, | |
16841 | they are never get unlocked, so the code relies on whatever gets loaded | |
16842 | after U-Boot to re-initialize the cache and clear the locks. We're sup- | |
16843 | posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented, | |
16844 | but leave the situation as it is for a long time. | |
16845 | ||
16846 | For these reasons, I proposed the removal of mips_cache_lock() from the | |
16847 | global start-up code. | |
16848 | ||
16849 | This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that | |
16850 | *things have changed*. If he wants the same behavior as before, he needs | |
16851 | to have CFG_INIT_RAM_LOCK_MIPS in his config file. | |
16852 | ||
16853 | If we don't have any regression report through several releases, then | |
16854 | we'll remove codes entirely. | |
16855 | ||
16856 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
16857 | Acked-by: Andrew Dyer <[email protected]> | |
16858 | ||
16859 | commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f | |
16860 | Author: Yuri Tikhonov <[email protected]> | |
16861 | Date: Mon Mar 24 11:30:54 2008 +0100 | |
16862 | ||
16863 | lwmon5 SYSMON POST: fix backlight control | |
16864 | ||
16865 | If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be | |
16866 | run on the board, then the SYSMON POST controls the display backlight | |
16867 | (doesn't switch backlight ON if POST FAILED, and does switch the | |
16868 | backlight ON if PASSED). | |
16869 | ||
16870 | If not, then the video driver controls the display backlight (just | |
16871 | switch ON the backlight upon initialization). | |
16872 | ||
16873 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
16874 | ||
16875 | commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8 | |
16876 | Author: Yuri Tikhonov <[email protected]> | |
16877 | Date: Mon Mar 24 11:29:14 2008 +0100 | |
16878 | ||
16879 | lwmon5 SYSMON POST: fix handling of negative temperatures | |
16880 | ||
16881 | Fix errors in the LWMON5 Sysmon POST for negative temperatures. | |
16882 | ||
16883 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
16884 | ||
16885 | commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 | |
16886 | Author: Nobuhiro Iwamatsu <[email protected]> | |
16887 | Date: Fri Mar 7 16:04:25 2008 +0900 | |
16888 | ||
16889 | pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option | |
16890 | ||
16891 | In current source code, when the device number of PCI is 0, process PCI | |
16892 | bridge without fail. However, when the device number is 0, it is not PCI | |
16893 | always bridge. There are times when device of PCI allocates. | |
16894 | ||
16895 | When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when | |
16896 | use this patch. | |
16897 | ||
16898 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
16899 | Acked-by: Stefan Roese <[email protected]> | |
16900 | ||
16901 | commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb | |
16902 | Author: Yuri Tikhonov <[email protected]> | |
16903 | Date: Fri Mar 21 09:18:40 2008 +0100 | |
16904 | ||
16905 | LWMON5: fix dsPIC POST | |
16906 | ||
16907 | Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST. | |
16908 | ||
16909 | Signed-off-by: Yuri Tikhonov <[email protected]> --- | |
16910 | ||
438a4c11 WD |
16911 | commit 388b82fddc7c05596f3f615f190da0448227dc82 |
16912 | Author: Bartlomiej Sieka <[email protected]> | |
16913 | Date: Thu Mar 20 23:23:13 2008 +0100 | |
16914 | ||
16915 | [new uImage] Enable new uImage support for the pcs440ep board. | |
16916 | ||
16917 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
16918 | ||
16919 | commit 95f4ec2b9c910c7261e6f060ea530d58b039692d | |
16920 | Author: Bartlomiej Sieka <[email protected]> | |
16921 | Date: Thu Mar 20 23:23:13 2008 +0100 | |
16922 | ||
16923 | [new uImage] Do not compile new uImage format support by default | |
16924 | ||
16925 | Disable default building of new uImage format support in preparation | |
16926 | for merge with the master. Support for new format can be enabled on | |
16927 | a per-board basis, by defining the following in the board's config file: | |
16928 | ||
16929 | #define CONFIG_FIT 1 | |
16930 | #define CONFIG_OF_LIBFDT 1 | |
16931 | ||
16932 | This can be optionally defined to give more verbose output: | |
16933 | ||
16934 | #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ | |
16935 | ||
16936 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
16937 | ||
16938 | commit dafaede8a46c7159310239e036c93e31c6374487 | |
16939 | Author: Bartlomiej Sieka <[email protected]> | |
16940 | Date: Thu Mar 20 23:20:31 2008 +0100 | |
16941 | ||
16942 | [new uImage] Disable debuging output in preparation for merge with master | |
16943 | ||
16944 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
16945 | ||
16946 | commit fbe7a155027beacebaee9b32e1ada781fe924bca | |
16947 | Author: Bartlomiej Sieka <[email protected]> | |
16948 | Date: Thu Mar 20 19:38:45 2008 +0100 | |
16949 | ||
16950 | [new uImage] Compilation and new uImage handling fixes for imxtract | |
16951 | ||
16952 | Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in | |
16953 | include/config_cmd_default.h. Fix few warnings and handling of new format | |
16954 | images. | |
16955 | ||
16956 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
16957 | ||
16958 | commit 36cc8cbb3379d5166f882641123521735c469f92 | |
16959 | Author: Bartlomiej Sieka <[email protected]> | |
16960 | Date: Thu Mar 20 23:10:19 2008 +0100 | |
16961 | ||
16962 | [new uImage] Fix autoscr command used with new uImage format | |
16963 | ||
16964 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
16965 | ||
16966 | commit 43142e817f0597be412e7cbe19413f5532eafa5d | |
16967 | Author: Bartlomiej Sieka <[email protected]> | |
16968 | Date: Thu Mar 20 23:10:19 2008 +0100 | |
16969 | ||
16970 | [new uImage] Fix *.its files location in documentation | |
16971 | ||
16972 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
16973 | ||
aa6f6d17 WD |
16974 | commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e |
16975 | Author: Wolfgang Denk <[email protected]> | |
16976 | Date: Thu Mar 20 22:01:38 2008 +0100 | |
16977 | ||
16978 | lwmon5 POST: remove unreachable code | |
16979 | ||
16980 | plus some coding style cleanup | |
16981 | ||
16982 | Signed-off-by: Wolfgang Denk <[email protected]> | |
16983 | ||
16984 | commit b73a19e1609d0f705cbab8014ca17aefe89e4c76 | |
16985 | Author: Yuri Tikhonov <[email protected]> | |
16986 | Date: Thu Mar 20 17:56:04 2008 +0300 | |
16987 | ||
16988 | LWMON5: POST RTC fix | |
16989 | ||
16990 | Modify the RTC API to provide one a status for the time reported by | |
16991 | the rtc_get() function: | |
16992 | 0 - a reliable time is guaranteed, | |
16993 | < 0 - a reliable time isn't guaranteed (power fault, clock issues, | |
16994 | and so on). | |
16995 | ||
16996 | The RTC chip drivers are responsible for providing this info if the | |
16997 | corresponding chip supports such functionality. If not - always | |
16998 | report that the time is reliable. | |
16999 | ||
17000 | The POST RTC test was modified to detect the RTC faults utilizing | |
17001 | this new rtc_get() feature. | |
17002 | ||
17003 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17004 | ||
17005 | commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5 | |
17006 | Author: Martin Krause <[email protected]> | |
17007 | Date: Wed Mar 19 14:25:14 2008 +0100 | |
17008 | ||
17009 | TQM5200B: update MTD partition layout | |
17010 | ||
17011 | - insert partition for dtb blob to TQM5200B MTD layout | |
17012 | - set env variables dependent on the configured board | |
17013 | (TQM5200 or TQM5200B) | |
17014 | ||
17015 | Signed-off-by: Martin Krause <[email protected]> | |
17016 | ||
17017 | commit f0105727d132f56a21fa3ed8b162309cca6cac44 | |
17018 | Author: Stefan Roese <[email protected]> | |
17019 | Date: Wed Mar 19 07:09:26 2008 +0100 | |
17020 | ||
17021 | CFI: Small cleanup for FLASH_SHOW_PROGRESS | |
17022 | ||
17023 | With this patch we don't need that many #ifdef's in the code. It moves | |
17024 | the subtraction into the macro and defines a NOP-macro when | |
17025 | CONFIG_FLASH_SHOW_PROGRESS is not defined. | |
17026 | ||
17027 | Signed-off-by: Stefan Roese <[email protected]> | |
17028 | Acked-by: Gerald Van Baren <[email protected]> | |
17029 | ||
17030 | commit 9a042e9ca512beaaa2cb450274313fc477141241 | |
17031 | Author: Jerry Van Baren <[email protected]> | |
17032 | Date: Sat Mar 8 13:48:01 2008 -0500 | |
17033 | ||
17034 | Flash programming progress countdown. | |
17035 | ||
17036 | Signed-off-by: Gerald Van Baren <[email protected]> | |
17037 | ||
438a4c11 WD |
17038 | commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f |
17039 | Author: Bartlomiej Sieka <[email protected]> | |
17040 | Date: Wed Mar 19 10:00:06 2008 +0100 | |
17041 | ||
17042 | [new uImage] Fix style issue spotted by Wolfgang Denk <[email protected]> | |
17043 | ||
17044 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
17045 | ||
aa6f6d17 WD |
17046 | commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1 |
17047 | Author: David Gibson <[email protected]> | |
17048 | Date: Mon Feb 18 18:09:04 2008 +1100 | |
17049 | ||
17050 | libfdt: Remove no longer used code from fdt_node_offset_by_compatible() | |
17051 | ||
17052 | Since fdt_node_offset_by_compatible() was converted to the new | |
17053 | fdt_next_node() iterator, a chunk of initialization code became | |
17054 | redundant, but was not removed by oversight. This patch cleans it up. | |
17055 | ||
17056 | Signed-off-by: David Gibson <[email protected]> | |
17057 | ||
17058 | commit d0ccb9b140b472039732de102fc14597eedb14df | |
17059 | Author: David Gibson <[email protected]> | |
17060 | Date: Mon Feb 18 18:06:31 2008 +1100 | |
17061 | ||
17062 | libfdt: Trivial cleanup for CHECK_HEADER) | |
17063 | ||
17064 | Currently the CHECK_HEADER() macro is defined local to fdt_ro.c. | |
17065 | However, there are a handful of functions (fdt_move, rw_check_header, | |
17066 | fdt_open_into) from other files which could also use it (currently | |
17067 | they open-code something more-or-less identical). Therefore, this | |
17068 | patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those | |
17069 | places. | |
17070 | ||
17071 | Signed-off-by: David Gibson <[email protected]> | |
17072 | ||
17073 | commit fe30a354cdbb808b5f15366a935b151a4ccee74f | |
17074 | Author: Kumar Gala <[email protected]> | |
17075 | Date: Wed Feb 20 14:32:36 2008 -0600 | |
17076 | ||
17077 | Fix fdt boardsetup command parsing | |
17078 | ||
17079 | The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'. | |
17080 | ||
17081 | Signed-off-by: Kumar Gala <[email protected]> | |
17082 | ||
17083 | commit 804887e6001e2f00bea11431bf34d6d472512cda | |
17084 | Author: Kumar Gala <[email protected]> | |
17085 | Date: Fri Feb 15 03:34:36 2008 -0600 | |
17086 | ||
17087 | Add sub-commands to fdt | |
17088 | ||
17089 | fdt header - Display header info | |
17090 | fdt bootcpu <id> - Set boot cpuid | |
17091 | fdt memory <addr> <size> - Add/Update memory node | |
17092 | fdt rsvmem print - Show current mem reserves | |
17093 | fdt rsvmem add <addr> <size> - Add a mem reserve | |
17094 | fdt rsvmem delete <index> - Delete a mem reserves | |
17095 | ||
17096 | Signed-off-by: Kumar Gala <[email protected]> | |
17097 | ||
17098 | commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07 | |
17099 | Author: David Gibson <[email protected]> | |
17100 | Date: Thu Feb 14 16:50:34 2008 +1100 | |
17101 | ||
17102 | libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() | |
17103 | ||
17104 | fdt_add_subnode_namelen() has a bug if asked to add a subnode to a | |
17105 | node which has NOP tags interspersed with its properties. In this | |
17106 | case fdt_add_subnode_namelen() will put the new subnode before the | |
17107 | first NOP tag, even if there are properties after it, which will | |
17108 | result in an invalid blob. | |
17109 | ||
17110 | This patch fixes the bug, and adds a testcase for it. | |
17111 | ||
17112 | Signed-off-by: David Gibson <[email protected]> | |
17113 | ||
17114 | commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9 | |
17115 | Author: David Gibson <[email protected]> | |
17116 | Date: Tue Feb 12 11:58:31 2008 +1100 | |
17117 | ||
17118 | libfdt: Add and use a node iteration helper function. | |
17119 | ||
17120 | This patch adds an fdt_next_node() function which can be used to | |
17121 | iterate through nodes of the tree while keeping track of depth. This | |
17122 | function is used to simplify the iteration code in a lot of other | |
17123 | functions, and is also exported for use by library users. | |
17124 | ||
17125 | Signed-off-by: David Gibson <[email protected]> | |
17126 | ||
17127 | commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d | |
17128 | Author: David Gibson <[email protected]> | |
17129 | Date: Fri Jan 11 14:55:05 2008 +1100 | |
17130 | ||
17131 | libfdt: Add fdt_set_name() function | |
17132 | ||
17133 | This patch adds an fdt_set_name() function to libfdt, mirroring | |
17134 | fdt_get_name(). This is a r/w function which alters the name of a | |
17135 | given device tree node. | |
17136 | ||
17137 | Signed-off-by: David Gibson <[email protected]> | |
17138 | ||
17139 | commit 23e20aa6488e6c0622496549861bfdc74108debe | |
17140 | Author: Yuri Tikhonov <[email protected]> | |
17141 | Date: Tue Mar 18 13:33:30 2008 +0100 | |
17142 | ||
17143 | lwmon5: Fix register test logic to match the specific GDC h/w. | |
17144 | ||
17145 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17146 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17147 | ||
17148 | commit 46bc0a938779aa1d664b847d36b08aa00f22e539 | |
17149 | Author: Yuri Tikhonov <[email protected]> | |
17150 | Date: Tue Mar 18 13:27:57 2008 +0100 | |
17151 | ||
17152 | Fix backlight in the lwmon5 POST. | |
17153 | ||
17154 | Backlight was switched on even when temperature was too low. | |
17155 | ||
17156 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17157 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17158 | ||
17159 | commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf | |
17160 | Author: Yuri Tikhonov <[email protected]> | |
17161 | Date: Wed Feb 6 18:48:36 2008 +0100 | |
17162 | ||
17163 | The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). | |
17164 | ||
17165 | To enable this, alternative, configuration the U-Boot board configuration | |
17166 | file for lwmon5 includes the definitions of alternative addresses for header | |
17167 | (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). | |
17168 | ||
17169 | The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set, | |
17170 | and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the | |
17171 | lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h). | |
17172 | ||
17173 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17174 | ||
17175 | commit 0f009f781b5b88f25769e154ea4d42db13baf0c6 | |
17176 | Author: Yuri Tikhonov <[email protected]> | |
17177 | Date: Mon Feb 4 17:11:53 2008 +0100 | |
17178 | ||
17179 | Add support for the lwmon5 board reset via GPIO58. | |
17180 | ||
17181 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17182 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17183 | ||
17184 | commit f694e32f93565ec1fa8d0226c584d6b89e931ed9 | |
17185 | Author: Yuri Tikhonov <[email protected]> | |
17186 | Date: Mon Feb 4 17:09:55 2008 +0100 | |
17187 | ||
17188 | Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now. | |
17189 | ||
17190 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17191 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17192 | ||
17193 | commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c | |
17194 | Author: Yuri Tikhonov <[email protected]> | |
17195 | Date: Mon Feb 4 14:11:03 2008 +0100 | |
17196 | ||
17197 | The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. | |
17198 | ||
17199 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17200 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17201 | ||
17202 | commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184 | |
17203 | Author: Yuri Tikhonov <[email protected]> | |
17204 | Date: Mon Feb 4 14:10:42 2008 +0100 | |
17205 | ||
17206 | The patch adds new POST tests for the Lwmon5 board. These are: | |
17207 | ||
17208 | * External Watchdog test; | |
17209 | * dsPIC tests; | |
17210 | * FPGA test; | |
17211 | * GDC test; | |
17212 | * Sysmon tests. | |
17213 | ||
17214 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17215 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17216 | ||
17217 | commit c2ed33efbfff5767bca236828e021c55fd547b6c | |
17218 | Author: Yuri Tikhonov <[email protected]> | |
17219 | Date: Mon Feb 4 14:10:01 2008 +0100 | |
17220 | ||
17221 | Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. | |
17222 | ||
17223 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17224 | ||
7ed40117 WD |
17225 | commit 3a5d1e7f1309998791702b2a559e3126781746b9 |
17226 | Author: Yuri Tikhonov <[email protected]> | |
17227 | Date: Tue Mar 18 13:33:30 2008 +0100 | |
17228 | ||
17229 | lwmon5: Fix register test logic to match the specific GDC h/w. | |
17230 | ||
17231 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17232 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17233 | ||
17234 | commit 0f855a1f056a8c22116a2103a3900cbfb669df0b | |
17235 | Author: Yuri Tikhonov <[email protected]> | |
17236 | Date: Tue Mar 18 13:27:57 2008 +0100 | |
17237 | ||
17238 | Fix backlight in the lwmon5 POST. | |
17239 | ||
17240 | Backlight was switcehd on even when temperature was too low. | |
17241 | ||
17242 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17243 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17244 | ||
17245 | commit 2d991958b1e420fbfe17b128bd26ade74be5efcc | |
17246 | Author: Yuri Tikhonov <[email protected]> | |
17247 | Date: Wed Feb 6 18:48:36 2008 +0100 | |
17248 | ||
17249 | The patch introduces the alternative configuration of the log buffer for | |
17250 | the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), | |
17251 | the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., | |
17252 | PPC440EPX_GPT0_COMP5). | |
17253 | ||
17254 | To enable this, alternative, configuration the U-Boot board configuration | |
17255 | file for lwmon5 includes the definitions of alternative addresses for header | |
17256 | (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). | |
17257 | ||
17258 | The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set, | |
17259 | and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the | |
17260 | lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h). | |
17261 | ||
17262 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17263 | ||
17264 | commit ff818b21b069f4bc9cb73373cc5a16014be101b7 | |
17265 | Author: Yuri Tikhonov <[email protected]> | |
17266 | Date: Mon Feb 4 17:11:53 2008 +0100 | |
17267 | ||
17268 | Add support for the lwmon5 board reset via GPIO58. | |
17269 | ||
17270 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17271 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17272 | ||
17273 | commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411 | |
17274 | Author: Yuri Tikhonov <[email protected]> | |
17275 | Date: Mon Feb 4 17:09:55 2008 +0100 | |
17276 | ||
17277 | Some fixes to dspic, fpga, and gdc post tests for lwmon5. | |
17278 | Disable external watch-dog for now. | |
17279 | ||
17280 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17281 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17282 | ||
17283 | commit e262efe35742c1ad4b0966ff501efc26f34a0aec | |
17284 | Author: Yuri Tikhonov <[email protected]> | |
17285 | Date: Mon Feb 4 14:11:03 2008 +0100 | |
17286 | ||
17287 | The patch introduces the CRITICAL feature of POST tests. If the test | |
17288 | marked as POST_CRITICAL fails then the alternative, post_critical, | |
17289 | boot-command is used. If this command is not defined then U-Boot | |
17290 | enters into interactive mode. | |
17291 | ||
17292 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17293 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17294 | ||
17295 | commit 65b20dcefc89618193fa51947968dada91e4c778 | |
17296 | Author: Yuri Tikhonov <[email protected]> | |
17297 | Date: Mon Feb 4 14:10:42 2008 +0100 | |
17298 | ||
17299 | The patch adds new POST tests for the Lwmon5 board. | |
17300 | These are: | |
17301 | ||
17302 | * External Watchdog test; | |
17303 | * dsPIC tests; | |
17304 | * FPGA test; | |
17305 | * GDC test; | |
17306 | * Sysmon tests. | |
17307 | ||
17308 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17309 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
17310 | ||
17311 | commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1 | |
17312 | Author: Yuri Tikhonov <[email protected]> | |
17313 | Date: Mon Feb 4 14:10:01 2008 +0100 | |
17314 | ||
17315 | Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. | |
17316 | ||
17317 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
17318 | ||
aa6f6d17 WD |
17319 | commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2 |
17320 | Author: Wolfgang Denk <[email protected]> | |
17321 | Date: Tue Mar 18 17:35:51 2008 +0100 | |
17322 | ||
17323 | HMI1001: fix compile problem. | |
17324 | ||
17325 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17326 | ||
17327 | commit 1f2a9970109cebf7446e0503b10b71f8673045ee | |
17328 | Author: Mike Frysinger <[email protected]> | |
17329 | Date: Mon Feb 18 05:32:30 2008 -0500 | |
17330 | ||
17331 | Blackfin: BF537-stamp: drop board-specific flash driver for CFI | |
17332 | ||
17333 | The parallel flash on the BF537-STAMP is CFI compliant, so there is no need | |
17334 | for the board specific driver at all. Just use the common CFI driver. | |
17335 | ||
17336 | Signed-off-by: Mike Frysinger <[email protected]> | |
17337 | ||
17338 | commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c | |
17339 | Author: Mike Frysinger <[email protected]> | |
17340 | Date: Tue Feb 19 00:36:14 2008 -0500 | |
17341 | ||
17342 | Blackfin: add proper ELF markings to some assembly functions | |
17343 | ||
17344 | Signed-off-by: Mike Frysinger <[email protected]> | |
17345 | ||
17346 | commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf | |
17347 | Author: Mike Frysinger <[email protected]> | |
17348 | Date: Tue Feb 19 00:35:17 2008 -0500 | |
17349 | ||
17350 | Blackfin: new cplbinfo command for viewing cplb tables | |
17351 | ||
17352 | Signed-off-by: Mike Frysinger <[email protected]> | |
17353 | ||
17354 | commit aadb72503cd1602349a5fe53356d5f55ecc1b900 | |
17355 | Author: Mike Frysinger <[email protected]> | |
17356 | Date: Mon Feb 18 05:37:51 2008 -0500 | |
17357 | ||
17358 | Blackfin: update MAINTAINERS list | |
17359 | ||
17360 | Add maintainer information for the Blackfin boards. | |
17361 | ||
17362 | Signed-off-by: Mike Frysinger <[email protected]> | |
17363 | ||
17364 | commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d | |
17365 | Author: Mike Frysinger <[email protected]> | |
17366 | Date: Mon Feb 18 05:26:48 2008 -0500 | |
17367 | ||
17368 | Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU | |
17369 | ||
17370 | Stop tying things to the processor that should be tied to other defines and | |
17371 | change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build | |
17372 | system to select the -mcpu option. | |
17373 | ||
17374 | Signed-off-by: Mike Frysinger <[email protected]> | |
17375 | ||
17376 | commit 86a20fb920bd198105acf7b1191117f566d637ed | |
17377 | Author: Mike Frysinger <[email protected]> | |
17378 | Date: Sat Feb 16 07:40:36 2008 -0500 | |
17379 | ||
17380 | Blackfin: move bootldr command to common code | |
17381 | ||
17382 | This moves the Blackfin-common bootldr command out of the BF537-STAMP | |
17383 | specific board directory and into the common directory so that all Blackfin | |
17384 | boards may utilize it. | |
17385 | ||
17386 | Signed-off-by: Mike Frysinger <[email protected]> | |
17387 | ||
17388 | commit decbe029b2a9d3333d02c433389b1c821eea96d7 | |
17389 | Author: Heiko Schocher <[email protected]> | |
17390 | Date: Fri Mar 14 11:05:20 2008 +0100 | |
17391 | ||
17392 | mgcoge: update configuration | |
17393 | ||
17394 | Fix configuration for mgcoge board | |
17395 | ||
17396 | Signed-off-by: Heiko Schocher <[email protected]> | |
17397 | ||
17398 | commit c136724cda0219c49f1d4b346f00da29b14fdf14 | |
17399 | Author: Wolfgang Denk <[email protected]> | |
17400 | Date: Sun Mar 16 01:22:59 2008 +0100 | |
17401 | ||
17402 | drivers/rtc/Makefile: keep list sorted | |
17403 | ||
17404 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17405 | ||
17406 | commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f | |
17407 | Author: Tor Krill <[email protected]> | |
17408 | Date: Sat Mar 15 15:40:26 2008 +0100 | |
17409 | ||
17410 | Add support for Intersil isl1208 RTC | |
17411 | ||
17412 | Signed-off-by: Tor Krill <[email protected]> | |
17413 | ||
17414 | commit 0210cff3d079d97b2156b13685ee8de368e68a1a | |
17415 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
17416 | Date: Sat Mar 15 17:36:41 2008 +0100 | |
17417 | ||
17418 | cramfs: Fix ifdef | |
17419 | ||
17420 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
17421 | ||
17422 | commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4 | |
17423 | Author: Wolfgang Denk <[email protected]> | |
17424 | Date: Sun Mar 16 01:12:58 2008 +0100 | |
17425 | ||
17426 | Conding style cleanup | |
17427 | ||
17428 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17429 | ||
0b8f2a27 WD |
17430 | commit 41712b4e8c95dff23354bcd620e1f9477160c190 |
17431 | Author: Stefan Roese <[email protected]> | |
17432 | Date: Wed Mar 5 12:31:53 2008 +0100 | |
17433 | ||
17434 | ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board | |
17435 | ||
17436 | This patch adds USB OHCI support to the Canyonlands board port. It also | |
17437 | enables EXT2 support. | |
17438 | ||
17439 | Signed-off-by: Stefan Roese <[email protected]> | |
17440 | ||
17441 | commit 2596f5b9d353ff3e4387a3325d05740f16958038 | |
17442 | Author: Stefan Roese <[email protected]> | |
17443 | Date: Wed Mar 5 12:29:32 2008 +0100 | |
17444 | ||
17445 | usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver | |
17446 | ||
17447 | This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This | |
17448 | way a board just needs to define this new option to enable the "force | |
17449 | NoPowerSwitching mode" instead of adding new CPU/architecture defines | |
17450 | to the USB source itself. | |
17451 | ||
17452 | This new option will be used first with the new AMCC 460EX Canyonlands | |
17453 | board port, which will be posted in a few days. | |
17454 | ||
17455 | This patch also fixes a small compilation problem when DEBUG is enabled. | |
17456 | ||
17457 | Signed-off-by: Stefan Roese <[email protected]> | |
17458 | ||
17459 | commit 71665ebf88408ff2acb762af47989fd4365b321a | |
17460 | Author: Stefan Roese <[email protected]> | |
17461 | Date: Mon Mar 3 17:27:02 2008 +0100 | |
17462 | ||
17463 | ppc4xx: Add Canyonlands NAND booting support | |
17464 | ||
17465 | 460EX doesn't support a fixed bootstrap option to boot from 512 byte page | |
17466 | NAND devices. The only bootstrap option for NAND booting is option F for | |
17467 | 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap | |
17468 | EEPROM needs to be programmed accordingly. | |
17469 | ||
17470 | This patch adds basic NAND booting support for the AMCC Canyonlands aval | |
17471 | board and also adds support to the "bootstrap" command, to enable NAND | |
17472 | booting I2C setting. | |
17473 | ||
17474 | Tested with 512 byte page NAND device (32MByte) on Canyonlands. | |
17475 | ||
17476 | Signed-off-by: Stefan Roese <[email protected]> | |
17477 | ||
17478 | commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2 | |
17479 | Author: Stefan Roese <[email protected]> | |
17480 | Date: Tue Mar 11 16:53:00 2008 +0100 | |
17481 | ||
17482 | ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) | |
17483 | ||
17484 | This patch adds support for the AMCC Canyonlands 460EX evaluation | |
17485 | board. | |
17486 | ||
17487 | Signed-off-by: Stefan Roese <[email protected]> | |
17488 | ||
17489 | commit 6983fe21f774a924d3adb263a270bc2f301f2aa2 | |
17490 | Author: Stefan Roese <[email protected]> | |
17491 | Date: Tue Mar 11 16:52:24 2008 +0100 | |
17492 | ||
17493 | ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) | |
17494 | ||
17495 | This patch adds support for the AMCC Canyonlands 460EX evaluation | |
17496 | board. | |
17497 | ||
17498 | Signed-off-by: Stefan Roese <[email protected]> | |
17499 | ||
17500 | commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1 | |
17501 | Author: Stefan Roese <[email protected]> | |
17502 | Date: Tue Mar 11 16:51:17 2008 +0100 | |
17503 | ||
17504 | ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) | |
17505 | ||
17506 | This patch adds support for the AMCC Canyonlands 460EX evaluation | |
17507 | board. | |
17508 | ||
17509 | Signed-off-by: Stefan Roese <[email protected]> | |
17510 | ||
17511 | commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69 | |
17512 | Author: Stefan Roese <[email protected]> | |
17513 | Date: Tue Mar 11 15:11:43 2008 +0100 | |
17514 | ||
17515 | ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) | |
17516 | ||
17517 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
17518 | ||
17519 | Signed-off-by: Stefan Roese <[email protected]> | |
17520 | ||
17521 | commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945 | |
17522 | Author: Stefan Roese <[email protected]> | |
17523 | Date: Tue Mar 11 15:11:18 2008 +0100 | |
17524 | ||
17525 | ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) | |
17526 | ||
17527 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
17528 | ||
17529 | Signed-off-by: Stefan Roese <[email protected]> | |
17530 | ||
17531 | commit 999ecd5aca381984d8ebbeb207ece82a1c275577 | |
17532 | Author: Stefan Roese <[email protected]> | |
17533 | Date: Tue Mar 11 15:07:10 2008 +0100 | |
17534 | ||
17535 | ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) | |
17536 | ||
17537 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
17538 | ||
17539 | Signed-off-by: Stefan Roese <[email protected]> | |
17540 | ||
17541 | commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a | |
17542 | Author: Stefan Roese <[email protected]> | |
17543 | Date: Tue Mar 11 15:05:50 2008 +0100 | |
17544 | ||
17545 | ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) | |
17546 | ||
17547 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
17548 | ||
17549 | Signed-off-by: Stefan Roese <[email protected]> | |
17550 | ||
17551 | commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492 | |
17552 | Author: Stefan Roese <[email protected]> | |
17553 | Date: Tue Mar 11 15:05:26 2008 +0100 | |
17554 | ||
17555 | ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) | |
17556 | ||
17557 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
17558 | ||
17559 | Signed-off-by: Stefan Roese <[email protected]> | |
17560 | ||
17561 | commit 56e410178375d9f20be25fb24e180974f0ae120b | |
17562 | Author: Stefan Roese <[email protected]> | |
17563 | Date: Tue Feb 19 22:07:57 2008 +0100 | |
17564 | ||
17565 | ppc4xx: interrupt.c reworked | |
17566 | ||
17567 | This patch is a rework of the 4xx interrupt handling done while | |
17568 | adding the 460EX/GT support. Interrupts are needed on 4xx for the | |
17569 | EMAC driver. | |
17570 | ||
17571 | Signed-off-by: Stefan Roese <[email protected]> | |
17572 | ||
17573 | commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46 | |
17574 | Author: Stefan Roese <[email protected]> | |
17575 | Date: Tue Feb 19 22:01:57 2008 +0100 | |
17576 | ||
17577 | ppc4xx: program_tlb now uses 64bit physical addess | |
17578 | ||
17579 | This patch changes the physical addess parameter from 32bit to 64bit. | |
17580 | This is needed for 36bit 4xx platforms to access areas located | |
17581 | beyond the 4GB border, like SoC peripherals (EBC etc.). | |
17582 | ||
17583 | Signed-off-by: Stefan Roese <[email protected]> | |
17584 | ||
17585 | commit c3307fa186af85771924c434997089b8104c0a46 | |
17586 | Author: Stefan Roese <[email protected]> | |
17587 | Date: Tue Feb 19 21:58:25 2008 +0100 | |
17588 | ||
17589 | ppc4xx: miiphy.c reworked | |
17590 | ||
17591 | While adding the 460EX/GT support I reworked the 4xx miiphy code. It | |
17592 | badly neede some cleanup. | |
17593 | ||
17594 | Signed-off-by: Stefan Roese <[email protected]> | |
17595 | ||
17596 | commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b | |
17597 | Author: Stefan Roese <[email protected]> | |
17598 | Date: Tue Feb 19 16:21:49 2008 +0100 | |
17599 | ||
17600 | rtc: Add M41T62 support | |
17601 | ||
17602 | This patch add support for the STM M41T62 RTC. It is used and tested | |
17603 | on the AMCC Canyonlands 406EX platform. | |
17604 | ||
17605 | Signed-off-by: Stefan Roese <[email protected]> | |
17606 | ||
17607 | commit 217d383e201adc7f2271145ae345ea5eae2b7170 | |
17608 | Author: Niklaus Giger <[email protected]> | |
17609 | Date: Mon Feb 25 18:46:43 2008 +0100 | |
17610 | ||
17611 | ppc4xx: Add 405GPr based MCU25 board specific files | |
17612 | ||
17613 | Signed-off-by: Niklaus Giger <[email protected]> | |
17614 | ||
17615 | commit 75a66dcdb383863ad33f0534cfc27b7a86947dad | |
17616 | Author: Niklaus Giger <[email protected]> | |
17617 | Date: Mon Feb 25 18:46:42 2008 +0100 | |
17618 | ||
17619 | ppc4xx: Add 405GPr based MCU25 board config file | |
17620 | ||
17621 | Signed-off-by: Niklaus Giger <[email protected]> | |
17622 | ||
17623 | commit b05f35436b733a240559e77e46bed8439665ecc5 | |
17624 | Author: Niklaus Giger <[email protected]> | |
17625 | Date: Mon Feb 25 18:46:41 2008 +0100 | |
17626 | ||
17627 | ppc4xx: Add 405GPr based MCU25 board. Global files | |
17628 | ||
17629 | Signed-off-by: Niklaus Giger <[email protected]> | |
17630 | ||
17631 | commit 14c27b35ac812a71abce6e3e2f4129d5e9313660 | |
17632 | Author: Niklaus Giger <[email protected]> | |
17633 | Date: Mon Feb 25 18:37:02 2008 +0100 | |
17634 | ||
17635 | ppc4xx: HCU4/5. remove obsolete hcu_flash.c | |
17636 | ||
17637 | Signed-off-by: Niklaus Giger <[email protected]> | |
17638 | ||
17639 | commit a079494853cc2bfeddb26673219db0b4b2b31566 | |
17640 | Author: Niklaus Giger <[email protected]> | |
17641 | Date: Mon Feb 25 18:37:01 2008 +0100 | |
17642 | ||
17643 | ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY | |
17644 | ||
17645 | Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with | |
17646 | the FLASH_CFI_LEGACY et al. config options. | |
17647 | ||
17648 | Signed-off-by: Niklaus Giger <[email protected]> | |
17649 | ||
17650 | commit e4170e5a50c8110f792bc37472833ae669d69951 | |
17651 | Author: Stefan Roese <[email protected]> | |
17652 | Date: Tue Mar 11 13:52:25 2008 +0100 | |
17653 | ||
17654 | ppc4xx: Fix comment in 405EX DDR2 init code | |
17655 | ||
17656 | Signed-off-by: Stefan Roese <[email protected]> | |
17657 | ||
438a4c11 WD |
17658 | commit 766529fccc860ecb9e955b4239dff69cd9e4ea09 |
17659 | Author: Bartlomiej Sieka <[email protected]> | |
17660 | Date: Fri Mar 14 16:22:34 2008 +0100 | |
17661 | ||
17662 | Add MD5 support to the new uImage format | |
17663 | ||
17664 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
17665 | ||
17666 | commit 0ede0c383530a418cf98be9122371a86573cd0db | |
17667 | Author: Bartlomiej Sieka <[email protected]> | |
17668 | Date: Fri Mar 14 16:22:34 2008 +0100 | |
17669 | ||
17670 | Add the MD5 algorithm | |
17671 | ||
17672 | MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then | |
17673 | calculated using the md5() function -- see include/md5.h for details. | |
17674 | ||
17675 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
17676 | ||
0b8f2a27 WD |
17677 | commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0 |
17678 | Author: Wolfgang Denk <[email protected]> | |
17679 | Date: Fri Mar 14 16:04:54 2008 +0100 | |
17680 | ||
17681 | tools/setlocalversion: use a git-describe-ish format | |
17682 | ||
17683 | Change the automatic local version to have the form -nnnnn-gSHA1SUMID, | |
17684 | where 'nnnnn' is the number of commits since the last tag (i.e., | |
17685 | 1.3.2-rc3). This makes it much easier to recognize "newer" versions | |
17686 | and to see how much has been changed since the referenced tag. | |
17687 | ||
17688 | Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f. | |
17689 | ||
17690 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17691 | ||
17692 | commit c6dc21c84de0f159a1752c5ebd33cff843f63609 | |
17693 | Author: Wolfgang Denk <[email protected]> | |
17694 | Date: Thu Mar 13 14:32:03 2008 +0100 | |
17695 | ||
17696 | HMI1001: add support for MPC5200 Rev. B processors. | |
17697 | ||
17698 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17699 | ||
17700 | commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a | |
17701 | Author: Wolfgang Denk <[email protected]> | |
17702 | Date: Thu Mar 13 14:29:49 2008 +0100 | |
17703 | ||
17704 | TQM5200: remove dead code | |
17705 | ||
17706 | This board never used a MGT5100 processor. | |
17707 | ||
17708 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17709 | ||
438a4c11 WD |
17710 | commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d |
17711 | Author: Marian Balakowicz <[email protected]> | |
17712 | Date: Wed Mar 12 12:14:15 2008 +0100 | |
17713 | ||
17714 | [new uImage] Fix build issue on ARM | |
17715 | ||
17716 | ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead. | |
17717 | ||
17718 | Signed-off-by: Kumar Gala <[email protected]> | |
17719 | ||
17720 | commit 3310c549a73a949430bfda90876df7552a1dab0c | |
17721 | Author: Marian Balakowicz <[email protected]> | |
17722 | Date: Wed Mar 12 12:13:13 2008 +0100 | |
17723 | ||
17724 | [new uImage] Add new uImage format documentation and examples | |
17725 | ||
17726 | Create doc/uImage.FIT documentation directory with the following files: | |
17727 | - command_syntax_extensions.txt : extended command syntax description | |
17728 | - howto.txt : short usage howto | |
17729 | - source_file_format.txt : internal new uImage format description | |
17730 | ||
17731 | Add example image source files: | |
17732 | - kernel.its | |
17733 | - kernel_fdt.its | |
17734 | - multi.its | |
17735 | ||
17736 | Update README appropriately. | |
17737 | ||
17738 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17739 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
17740 | ||
17741 | commit 1ec73761d2e247078f4520a265d463e8b73391a2 | |
17742 | Author: Marian Balakowicz <[email protected]> | |
17743 | Date: Wed Mar 12 10:35:52 2008 +0100 | |
17744 | ||
17745 | [new uImage] Fix definition of common bootm_headers_t fields | |
17746 | ||
17747 | verify, autostart and lmb fields are used regardless of CONFIG_FIT | |
17748 | setting, move their definitions to common section. | |
17749 | ||
17750 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17751 | ||
17752 | commit 1d1cb4270edc6a99276834064069717f9782c491 | |
17753 | Author: Marian Balakowicz <[email protected]> | |
17754 | Date: Wed Mar 12 10:35:51 2008 +0100 | |
17755 | ||
17756 | [new uImage] Fix build problems on trab board | |
17757 | ||
17758 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17759 | ||
17760 | commit f773bea8e11f4a11c388dcee956b2444203e6b65 | |
17761 | Author: Marian Balakowicz <[email protected]> | |
17762 | Date: Wed Mar 12 10:35:46 2008 +0100 | |
17763 | ||
17764 | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used | |
17765 | ||
17766 | Save FIT configuration provied in the first bootm argument and use it | |
17767 | when to get ramdisk/FDT subimages when second and third (ramdisk/FDT) | |
17768 | arguments are not specified. | |
17769 | ||
17770 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17771 | ||
17772 | commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae | |
17773 | Author: Marian Balakowicz <[email protected]> | |
17774 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
17775 | ||
17776 | [new uImage] More verbose kernel image uncompress error message | |
17777 | ||
17778 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17779 | ||
17780 | commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0 | |
17781 | Author: Marian Balakowicz <[email protected]> | |
17782 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
17783 | ||
17784 | [new uImage] Use show_boot_progress() for new uImage format | |
17785 | ||
17786 | This patch allocates a set of show_boot_progress() IDs for new uImage format | |
17787 | and adds show_boot_progress() calls in new uImage format handling code. | |
17788 | ||
17789 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17790 | ||
17791 | commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720 | |
17792 | Author: Marian Balakowicz <[email protected]> | |
17793 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
17794 | ||
17795 | [new uImage] Add new uImage fromat support to fpga command | |
17796 | ||
17797 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17798 | ||
17799 | commit 09475f7527460e426c0e0628fc5b8f3754fbaa23 | |
17800 | Author: Marian Balakowicz <[email protected]> | |
17801 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
17802 | ||
17803 | [new uImage] Add new uImage format handling to other bootm related commands | |
17804 | ||
17805 | Updated commands: | |
17806 | ||
17807 | docboot - cmd_doc.c | |
17808 | fdcboot - cmd_fdc.c | |
17809 | diskboot - cmd_ide.c | |
17810 | nboot - cmd_nand.c | |
17811 | scsiboot - cmd_scsi.c | |
17812 | usbboot - cmd_usb.c | |
17813 | ||
17814 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17815 | ||
17816 | commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338 | |
17817 | Author: Marian Balakowicz <[email protected]> | |
17818 | Date: Wed Mar 12 10:33:00 2008 +0100 | |
17819 | ||
17820 | [new uImage] Add new uImage format support to imgextract command | |
17821 | ||
17822 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17823 | ||
17824 | commit 424c4abdd175d2c470510df8ce0e32d3f463ec16 | |
17825 | Author: Marian Balakowicz <[email protected]> | |
17826 | Date: Wed Mar 12 10:33:00 2008 +0100 | |
17827 | ||
17828 | [new uImage] Add new uImage format support to autoscript routine | |
17829 | ||
17830 | autoscript() routine is updated to accept second argument, which | |
17831 | is only used for FIT images and provides a FIT subimage unit name. | |
17832 | ||
17833 | autoscript() routine callers must now pass two arguments. For | |
17834 | non-interactive use (like in cmd_load.c, cmd_net.c), new environment | |
17835 | variable 'autoscript_uname' is introduced and used as a FIT | |
17836 | subimage unit name source. | |
17837 | ||
17838 | autoscript command accepts extended syntax of the addr argument: | |
17839 | addr:<subimg_uname> | |
17840 | ||
17841 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17842 | ||
17843 | commit cd7c596e9f561dbbc17b717277438aee78cde14f | |
17844 | Author: Marian Balakowicz <[email protected]> | |
17845 | Date: Wed Mar 12 10:33:00 2008 +0100 | |
17846 | ||
17847 | [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines | |
17848 | ||
17849 | This patch updates architecture specific implementations of | |
17850 | do_bootm_linux() adding new uImage format handling for | |
17851 | operations like get kernel entry point address, get kernel | |
17852 | image data start address. | |
17853 | ||
17854 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17855 | ||
17856 | commit 3dfe110149311425919e6d6a14b561b4207498f1 | |
17857 | Author: Marian Balakowicz <[email protected]> | |
17858 | Date: Wed Mar 12 10:32:59 2008 +0100 | |
17859 | ||
17860 | [new uImage] Add node offsets for FIT images listed in struct bootm_headers | |
17861 | ||
17862 | This patch adds new node offset fields to struct bootm_headers | |
17863 | and updates bootm_headers processing code to make use of them. | |
17864 | Saved node offsets allow to avoid repeating fit_image_get_node() calls. | |
17865 | ||
17866 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17867 | ||
17868 | commit bc8ed486b125452ba3bd8344f052f437329150c5 | |
17869 | Author: Marian Balakowicz <[email protected]> | |
17870 | Date: Wed Mar 12 10:32:53 2008 +0100 | |
17871 | ||
17872 | [new uImage] ppc: Add new uImage format support to FDT handling routines | |
17873 | ||
17874 | Support for new (FIT) format uImages is added to powerpc specific | |
17875 | boot_get_fdt() routine which now recognizes, sanity checks FIT image | |
17876 | and is able to access data sections of the requested component image. | |
17877 | ||
17878 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17879 | ||
17880 | commit a44a269a905f924b420020506a4d7d7eedcc0eaf | |
17881 | Author: Marian Balakowicz <[email protected]> | |
17882 | Date: Wed Mar 12 10:14:57 2008 +0100 | |
17883 | ||
17884 | [new uImage] Re-enable interrupts for non automatic booting | |
17885 | ||
17886 | Re-enable interrupts if we return from do_bootm_<os> and 'autostart' | |
17887 | environment variable is not set to 'yes'. | |
17888 | ||
17889 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17890 | ||
17891 | commit d985c8498c4e47095820da97aa722381d39172c5 | |
17892 | Author: Marian Balakowicz <[email protected]> | |
17893 | Date: Wed Mar 12 10:14:38 2008 +0100 | |
17894 | ||
17895 | [new uImage] Remove unnecessary arguments passed to ramdisk routines | |
17896 | ||
17897 | boot_get_ramdisk() and image_get_ramdisk() do not need all | |
17898 | cmdtp, flag, argc and argv arguments. Simplify routines definition. | |
17899 | ||
17900 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17901 | ||
17902 | commit c87796483bc7c2900470dc747c367f602577608d | |
17903 | Author: Marian Balakowicz <[email protected]> | |
17904 | Date: Wed Mar 12 10:12:37 2008 +0100 | |
17905 | ||
17906 | [new uImage] Add new uImage format support for ramdisk handling | |
17907 | ||
17908 | This patch updates boot_get_ramdisk() routine adding format | |
17909 | verification and handling for new (FIT) uImages. | |
17910 | ||
17911 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17912 | ||
17913 | commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e | |
17914 | Author: Marian Balakowicz <[email protected]> | |
17915 | Date: Wed Mar 12 10:01:05 2008 +0100 | |
17916 | ||
17917 | [new uImage] Add new uImage format support for kernel booting | |
17918 | ||
17919 | New format uImages are recognized by the bootm command, | |
17920 | validity of specified kernel component image is checked and | |
17921 | its data section located and used for further processing | |
17922 | (uncompress, load, etc.) | |
17923 | ||
17924 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17925 | ||
17926 | commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547 | |
17927 | Author: Marian Balakowicz <[email protected]> | |
17928 | Date: Tue Mar 11 12:35:20 2008 +0100 | |
17929 | ||
17930 | [new uImage] Add new uImage format support for imls and iminfo commands | |
17931 | ||
17932 | imls and iminfo can now recognize nad print out contents of the new (FIT) | |
17933 | format uImages. | |
17934 | ||
17935 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17936 | ||
17937 | commit 9d25438fe7d70cf35a8a293ea5e392fefc672613 | |
17938 | Author: Bartlomiej Sieka <[email protected]> | |
17939 | Date: Tue Mar 11 12:34:47 2008 +0100 | |
17940 | ||
17941 | [new uImage] Add support for new uImage format to mkimage tool | |
17942 | ||
17943 | Support for the new uImage format (FIT) is added to mkimage tool. | |
17944 | Commandline syntax is appropriately extended: | |
17945 | ||
17946 | mkimage [-D dtc_options] -f fit-image.its fit-image | |
17947 | ||
17948 | mkimage (together with dtc) takes fit-image.its and referenced therein | |
17949 | binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the | |
17950 | final image that can be transferred to the target (e.g., via tftp) and then | |
17951 | booted using the bootm command in U-Boot. | |
17952 | ||
17953 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
17954 | ||
17955 | commit eb6175edd6c120d8b89678243e5a2be362ee8e40 | |
17956 | Author: Marian Balakowicz <[email protected]> | |
17957 | Date: Mon Mar 10 17:53:49 2008 +0100 | |
17958 | ||
17959 | [new uImage] Make node unit names const in struct bootm_headers | |
17960 | ||
17961 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17962 | ||
17963 | commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05 | |
17964 | Author: Marian Balakowicz <[email protected]> | |
17965 | Date: Fri Feb 29 21:24:06 2008 +0100 | |
17966 | ||
17967 | [new uImage] New uImage low-level API | |
17968 | ||
17969 | Add FDT-based functions for handling new format component images, | |
17970 | configurations, node operations, property get/set, etc. | |
17971 | ||
17972 | fit_ - routines handling global new format uImage operations | |
17973 | like get/set top level property, process all nodes, etc. | |
17974 | fit_image_ - routines handling component images subnodes | |
17975 | fit_conf_ - routines handling configurations node | |
17976 | ||
17977 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
17978 | Signed-off-by: Marian Balakowicz <[email protected]> | |
17979 | ||
0b8f2a27 WD |
17980 | commit 30f1806f60978d707b0cff2d7bf89d141fc24290 |
17981 | Author: Wolfgang Denk <[email protected]> | |
17982 | Date: Sun Mar 9 16:20:02 2008 +0100 | |
17983 | ||
17984 | Release v1.3.2 | |
17985 | ||
17986 | Update CHANGELOG for release. | |
17987 | ||
17988 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17989 | ||
30f1806f WD |
17990 | commit 5b464c289ba715d0979b6e1f94947bb8f1068d16 |
17991 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
17992 | Date: Sun Mar 9 14:52:11 2008 +0100 | |
17993 | ||
17994 | SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings | |
17995 | ||
17996 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
17997 | Signed-off-by: Wolfgang Denk <[email protected]> | |
17998 | ||
17999 | commit db695b78515ddb88a2d4f3357c120345efbf59ec | |
18000 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18001 | Date: Sun Mar 9 10:44:01 2008 +0100 | |
18002 | ||
18003 | scb9328: Fix flash warning: type qualifiers ignored on function return type | |
18004 | ||
18005 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18006 | ||
18007 | commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4 | |
18008 | Author: Wolfgang Denk <[email protected]> | |
18009 | Date: Sun Mar 9 10:50:41 2008 +0100 | |
18010 | ||
18011 | esd/common/fpga.c: fix indentation. | |
18012 | ||
18013 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18014 | ||
18015 | commit cc3843e36453e2b8db65d7e56de938ba045016a0 | |
18016 | Author: Wolfgang Denk <[email protected]> | |
18017 | Date: Sun Mar 9 10:33:31 2008 +0100 | |
18018 | ||
18019 | common/kgdb.c: fix 'dereferencing type-punned pointer' warning | |
18020 | ||
18021 | and get rid of a couple of unneeded casts. | |
18022 | ||
18023 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18024 | ||
18025 | commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8 | |
18026 | Author: Wolfgang Denk <[email protected]> | |
18027 | Date: Sun Mar 9 10:09:53 2008 +0100 | |
18028 | ||
18029 | esd/common/fpga.c: fix 'assignment of read-only location' error | |
18030 | ||
18031 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18032 | ||
18033 | commit c6fe4dabac066e8758345d249032768496983a3e | |
18034 | Author: Wolfgang Denk <[email protected]> | |
18035 | Date: Sun Mar 9 02:13:19 2008 +0100 | |
18036 | ||
18037 | Makefile: make build silently again. | |
18038 | ||
18039 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18040 | ||
18041 | commit 76babc86576f092573599334c85ec543fdbc6015 | |
18042 | Author: Wolfgang Denk <[email protected]> | |
18043 | Date: Sun Mar 9 02:07:49 2008 +0100 | |
18044 | ||
18045 | m501sk: Fix out of tree building | |
18046 | ||
18047 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18048 | ||
18049 | commit 210ed2004e062fdd03f25ab4925998aa1bd08a07 | |
18050 | Author: Wolfgang Denk <[email protected]> | |
18051 | Date: Sun Mar 9 00:06:09 2008 +0100 | |
18052 | ||
18053 | ADS5121: fix out of tree build | |
18054 | ||
18055 | and simplify Makefile a bit. | |
18056 | ||
18057 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18058 | ||
18059 | commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93 | |
18060 | Author: Wolfgang Denk <[email protected]> | |
18061 | Date: Sat Mar 8 22:35:31 2008 +0100 | |
18062 | ||
18063 | Release v1.3.2 | |
18064 | ||
18065 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18066 | ||
18067 | commit 78a90f827df74520e939c794fc7413dace21c4db | |
18068 | Author: Wolfgang Denk <[email protected]> | |
18069 | Date: Sat Mar 8 22:35:04 2008 +0100 | |
18070 | ||
18071 | Update CHANGELOG | |
18072 | ||
18073 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18074 | ||
78a90f82 WD |
18075 | commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f |
18076 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18077 | Date: Sat Mar 8 21:30:04 2008 +0100 | |
18078 | ||
18079 | esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type | |
18080 | ||
18081 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18082 | ||
18083 | commit d75469d48c05795144f4b8ba76addbb4920a7bba | |
18084 | Author: Nobuhiro Iwamatsu <[email protected]> | |
18085 | Date: Sat Mar 8 09:25:49 2008 +0900 | |
18086 | ||
18087 | net: rtl8169: Add processing when OWNbit did't enable in rtl_recv() | |
18088 | ||
18089 | When rtl_recv() of rtl8169 is called, OWNbit of status register | |
18090 | is not enable occasionally. | |
18091 | rtl_recv() doesn't work normally when the driver doesn't do | |
18092 | appropriate processing. | |
18093 | This patch fix this problem. | |
18094 | ||
18095 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
18096 | ||
18097 | commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa | |
18098 | Author: Heiko Schocher <[email protected]> | |
18099 | Date: Fri Mar 7 08:15:28 2008 +0100 | |
18100 | ||
18101 | mgsuvd: update board configuration | |
18102 | ||
18103 | initialize the UPIOx controller. | |
18104 | ||
18105 | Signed-off-by: Heiko Schocher <[email protected]> | |
18106 | ||
18107 | commit e492c90c26215e459aec0fdf0f8ef1fd204988f5 | |
18108 | Author: Heiko Schocher <[email protected]> | |
18109 | Date: Fri Mar 7 08:13:41 2008 +0100 | |
18110 | ||
18111 | mgcoge: update board configuration | |
18112 | ||
18113 | add support for the config Flash. | |
18114 | initialize the UPIOx controller. | |
18115 | ||
18116 | Signed-off-by: Heiko Schocher <[email protected]> | |
18117 | ||
18118 | commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258 | |
18119 | Author: Kim Phillips <[email protected]> | |
18120 | Date: Fri Mar 7 12:27:31 2008 -0600 | |
18121 | ||
18122 | mpc83xx: make dtb basename file references equal those of linux | |
18123 | ||
18124 | the dts file basenames were updated in linux - this helps avoid | |
18125 | inadvertently loading any old dtbs laying around. | |
18126 | ||
18127 | Signed-off-by: Kim Phillips <[email protected]> | |
18128 | ||
18129 | commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675 | |
18130 | Author: Kim Phillips <[email protected]> | |
18131 | Date: Wed Feb 27 16:08:22 2008 -0600 | |
18132 | ||
18133 | net: uec_phy: actually increment the timeout counter | |
18134 | ||
18135 | allow u-boot to recover (and, e.g., switch to another interface) in the | |
18136 | case where a PHY does not report autonegotiation is complete within its | |
18137 | two second timeout value. | |
18138 | ||
18139 | Signed-off-by: Kim Phillips <[email protected]> | |
18140 | ||
18141 | commit 772003e43957ee0c895abed7cd82cbe72820cbb8 | |
18142 | Author: Markus Brunner <[email protected]> | |
18143 | Date: Wed Mar 5 21:38:12 2008 +0100 | |
18144 | ||
18145 | fix taihu soft spi_read | |
18146 | ||
18147 | The taihu board used gpio_read_out_bit which reads the output register and not | |
18148 | the pin state. | |
18149 | ||
18150 | Signed-off-by: Markus Brunner <[email protected]> | |
18151 | ||
18152 | commit fc84a8495ac750f6b4adae81f8c4f100f65b6340 | |
18153 | Author: Stefan Roese <[email protected]> | |
18154 | Date: Fri Mar 7 08:01:43 2008 +0100 | |
18155 | ||
18156 | ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables | |
18157 | ||
18158 | Signed-off-by: Stefan Roese <[email protected]> | |
18159 | ||
18160 | commit bd4458cb47abecabd406b1210457be96c69fc49d | |
18161 | Author: Dave Liu <[email protected]> | |
18162 | Date: Tue Mar 4 16:59:22 2008 +0800 | |
18163 | ||
18164 | 837xEMDS: Improve the system performance | |
18165 | ||
18166 | 1. Make the CSB bus pipeline depth as 4, and enable | |
18167 | the repeat mode; | |
18168 | 2. Raise the eTSEC emergency priority; | |
18169 | 3. Use the highest IP blocks clock. | |
18170 | ||
18171 | Signed-off-by: Dave Liu <[email protected]> | |
18172 | ||
18173 | commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4 | |
18174 | Author: Detlev Zundel <[email protected]> | |
18175 | Date: Thu Mar 6 16:45:53 2008 +0100 | |
18176 | ||
18177 | Replace "run load; run update" with conditionalized "run load update". | |
18178 | ||
18179 | The latter version stops when "run load" fails for whatever reasons | |
18180 | rendering the combination *a lot* more secure. | |
18181 | ||
18182 | Signed-off-by: Detlev Zundel <[email protected]> | |
18183 | ||
18184 | commit 6bc113886d7d316df1a4e459bec8baf027518551 | |
18185 | Author: Stefan Roese <[email protected]> | |
18186 | Date: Tue Mar 4 17:40:41 2008 +0100 | |
18187 | ||
18188 | net: Print error message upon net usage when no ethernet-interface is found | |
18189 | ||
18190 | This patch fixes a problem seen on PPC4xx boards, when no MAC address is | |
18191 | defined. Then no ethernet interface is available but a simple "tftp" | |
18192 | command will return without any error message which is quite confusing. | |
18193 | ||
18194 | Signed-off-by: Stefan Roese <[email protected]> | |
18195 | ||
18196 | commit a30a549a3553032d809e0356306b62de0b125901 | |
18197 | Author: Jon Loeliger <[email protected]> | |
18198 | Date: Tue Mar 4 10:03:03 2008 -0600 | |
18199 | ||
18200 | Remove erroneous or extra spd.h #includers. | |
18201 | ||
18202 | Many of the spd.h #includers don't need it, | |
18203 | and wanted to have spd_sdram() declared instead. | |
18204 | Since they didn't get that, some also had open | |
18205 | coded extern declarations of it instead or as well. | |
18206 | Fix it all up by using spd_sdram.h where needed. | |
18207 | ||
18208 | Signed-off-by: Jon Loeliger <[email protected]> | |
18209 | ||
18210 | commit a4475386cef14af3fd88f0518b688e755669486d | |
18211 | Author: Wolfgang Denk <[email protected]> | |
18212 | Date: Tue Mar 4 17:41:28 2008 +0100 | |
18213 | ||
18214 | PCS440EP: fix build problems (redundant #define) | |
18215 | ||
18216 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18217 | ||
18218 | commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9 | |
18219 | Author: Stefan Roese <[email protected]> | |
18220 | Date: Tue Mar 4 17:39:25 2008 +0100 | |
18221 | ||
18222 | net: Print error message upon net usage when no ethernet-interface is found | |
18223 | ||
18224 | This patch fixes a problem seen on PPC4xx boards, when no MAC address is | |
18225 | defined. Then no ethernet interface is available but a simple "tftp" | |
18226 | command will return without any error message which is quite confusing. | |
18227 | ||
18228 | Signed-off-by: Stefan Roese <[email protected]> | |
18229 | ||
18230 | commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53 | |
18231 | Author: Wolfgang Denk <[email protected]> | |
18232 | Date: Tue Mar 4 17:38:50 2008 +0100 | |
18233 | ||
18234 | W7OLMC/W7OLMG: fix build problems (redundant #define) | |
18235 | ||
18236 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18237 | ||
18238 | commit f9301e1cda296245ba052d7b08321199c3d0af9d | |
18239 | Author: Wolfgang Denk <[email protected]> | |
18240 | Date: Tue Mar 4 14:58:31 2008 +0100 | |
18241 | ||
18242 | Makefile: fix problem with out-of-tree builds introduced by 5013c09f | |
18243 | ||
18244 | Commit 5013c09f (Makefile: cleanup "clean" target) introduced a | |
18245 | problem for out-of-tree builds which caused "make clean" to fail. | |
18246 | ||
18247 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18248 | ||
18249 | commit dfece9500556bed5d8244b1c15d973cec7c25bfe | |
18250 | Author: Wolfgang Denk <[email protected]> | |
18251 | Date: Tue Mar 4 11:58:26 2008 +0100 | |
18252 | ||
18253 | examples/Makefile: build "hello_world" on 8xx, too. | |
18254 | ||
18255 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18256 | ||
18257 | commit 74eb0222594fd23aafdf168e60e872814eea8b62 | |
18258 | Author: Mike Nuss <[email protected]> | |
18259 | Date: Mon Mar 3 15:27:05 2008 -0500 | |
18260 | ||
18261 | PPC4xx (Sequoia): Fix Ethernet "remote fault" problems | |
18262 | ||
18263 | Every now and then a Sequoia board (or equivalent hardware) had | |
18264 | problems connecting to a Gigabit capable network interface. | |
18265 | ||
18266 | There were differences in the PHY setup between Linux and U-Boot. | |
18267 | ||
18268 | This patch fixes the problem. Apparently "remote fault" is being set, | |
18269 | which signals to some devices (on the other end of the cable) that a | |
18270 | fault has occurred, while other devices ignore it. I believe the RF bit | |
18271 | was causing the issue, but I removed T4 also, to match up with Linux. | |
18272 | ||
18273 | Signed-off-by: Mike Nuss <[email protected]> | |
18274 | ||
18275 | commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f | |
18276 | Author: Timur Tabi <[email protected]> | |
18277 | Date: Mon Mar 3 09:58:52 2008 -0600 | |
18278 | ||
18279 | fix QE firmware uploading limit | |
18280 | ||
18281 | Fix a typo in qe_upload_firmware() that prevented uploading firmware on | |
18282 | systems with more than one RISC core. | |
18283 | ||
18284 | Signed-off-by: Timur Tabi <[email protected]> | |
18285 | ||
18286 | commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a | |
18287 | Author: Bernhard Nemec <[email protected]> | |
18288 | Date: Mon Mar 3 11:57:23 2008 +0000 | |
18289 | ||
18290 | Fix endianess problem in cramfs code (cramfs is always host-endian in Linux) | |
18291 | ||
18292 | Originally pointed out by Laurent Pinchart <[email protected]>, | |
18293 | see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846 | |
18294 | ||
01db232d | 18295 | Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com> |
78a90f82 WD |
18296 | |
18297 | commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8 | |
18298 | Author: Kim B. Heino <[email protected]> | |
18299 | Date: Mon Mar 3 10:39:13 2008 +0200 | |
18300 | ||
18301 | fix copy from ram to dataflash | |
18302 | ||
18303 | If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash | |
18304 | routines instead of dataflash. This is because it checks "if source | |
18305 | address is not dataflash" instead of target address. | |
18306 | ||
18307 | Signed-off-by: Kim B. Heino <[email protected]> | |
18308 | ||
18309 | commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4 | |
18310 | Author: Wolfgang Denk <[email protected]> | |
18311 | Date: Mon Mar 3 12:16:44 2008 +0100 | |
18312 | ||
18313 | Fix quoting problem (preboot setting) in many board config files. | |
18314 | ||
18315 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18316 | ||
18317 | commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215 | |
18318 | Author: Wolfgang Denk <[email protected]> | |
18319 | Date: Mon Mar 3 12:36:49 2008 +0100 | |
18320 | ||
18321 | ADS5121: Fix default environment. | |
18322 | ||
18323 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18324 | ||
18325 | commit 91c82076ae492bb1f9d9c47a481314631d32dc8e | |
18326 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18327 | Date: Sun Mar 2 16:12:31 2008 +0100 | |
18328 | ||
18329 | Makefile: Fix missing unconfig and mkconfig use | |
18330 | ||
18331 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18332 | ||
18333 | commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d | |
18334 | Author: michael <[email protected]> | |
18335 | Date: Sun Mar 2 23:33:46 2008 +0100 | |
18336 | ||
18337 | Fix checking fat32 cluster size. | |
18338 | ||
18339 | This fixes the cluster size tests in the FAT32 file system. | |
18340 | The current implementation of VFAT support doesn't work if the | |
18341 | referred cluster has an offset > 16bit representation, causing | |
18342 | "fatload" and "fatls" commands etc. to fail. | |
18343 | ||
18344 | Signed-off-by: michael trimarchi <[email protected]> | |
18345 | ||
18346 | commit 661bad63a076a96c39c64f136915f146725af92b | |
18347 | Author: Wolfgang Denk <[email protected]> | |
18348 | Date: Sun Mar 2 22:57:23 2008 +0100 | |
18349 | ||
18350 | Prepare v1.3.2-rc2 release candidate | |
18351 | ||
18352 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18353 | ||
661bad63 WD |
18354 | commit 76957cb3d621bf664311908e5962e151c633c285 |
18355 | Author: Stefan Roese <[email protected]> | |
18356 | Date: Sat Mar 1 12:11:40 2008 +0100 | |
18357 | ||
18358 | ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1 | |
18359 | ||
18360 | The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But | |
18361 | currently 4k/2k is configured. This patch fixes this issue. | |
18362 | ||
18363 | Thanks to Thomas Kindler <[email protected]> for pointing this out. | |
18364 | ||
18365 | Signed-off-by: Stefan Roese <[email protected]> | |
18366 | ||
18367 | commit 118978c8eb43803e2794233922df4249fa278b83 | |
18368 | Author: Woodruff, Richard <[email protected]> | |
18369 | Date: Fri Feb 29 17:34:35 2008 -0600 | |
18370 | ||
18371 | Fix alignment error on ARM for modules | |
18372 | ||
18373 | Fix alignment fault on ARM when running modules. With out an explicit | |
18374 | linker file gcc4.2.1 will half word align __bss_start's value. The word | |
18375 | dereference will crash hello_world. | |
18376 | ||
18377 | signed-off-by Richard Woodruff <[email protected]> | |
18378 | ||
18379 | commit ce1120dd703e6f12c59e4eba9962356a0300b832 | |
18380 | Author: Dave Liu <[email protected]> | |
18381 | Date: Fri Feb 29 17:45:31 2008 +0800 | |
18382 | ||
18383 | fs: Fix ext2 read issue | |
18384 | ||
18385 | The ext2 aligned process will corrupt the key | |
18386 | data struct, the patch fix this. | |
18387 | ||
18388 | Signed-off-by: Dave Liu <[email protected]> | |
18389 | ||
18390 | commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e | |
18391 | Author: Wolfgang Denk <[email protected]> | |
18392 | Date: Sun Mar 2 22:45:33 2008 +0100 | |
18393 | ||
18394 | Makefile: cleanup "clean" target | |
18395 | ||
18396 | Make sure CDPATH settings cannot interfere. | |
18397 | Update CHANGELOG. | |
18398 | ||
18399 | Signed-off-by: Wolfgang Denk <[email protected]> | |
18400 | ||
5013c09f WD |
18401 | commit ffda586fc1373243c9794babde69500f6293a8d8 |
18402 | Author: Li Yang <[email protected]> | |
18403 | Date: Fri Feb 29 11:46:05 2008 +0800 | |
18404 | ||
18405 | add cscope build target | |
18406 | ||
18407 | Add cscope build target to generate cscope database for code browsing. | |
18408 | ||
18409 | Signed-off-by: Li Yang <[email protected]> | |
18410 | ||
18411 | commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2 | |
18412 | Author: Kim Phillips <[email protected]> | |
18413 | Date: Wed Feb 27 15:06:39 2008 -0600 | |
18414 | ||
18415 | net: uec_phy: handle 88e1111 rev.B2 erratum 5.6 | |
18416 | ||
18417 | erratum 5.6 states the autoneg completion bit is functional only if the | |
18418 | autoneg bit is asserted. | |
18419 | ||
18420 | This fixes any secondarily-issued networking commands on non-gigabit | |
18421 | links on the mpc8360 mds board. | |
18422 | ||
18423 | Signed-off-by: Kim Phillips <[email protected]> | |
18424 | ||
18425 | commit 5f91db7f582ca17b1f19f10189c025696f333d2e | |
18426 | Author: John Rigby <[email protected]> | |
18427 | Date: Tue Feb 26 09:38:14 2008 -0700 | |
18428 | ||
18429 | MPC5121e ADS PCI support take 3 | |
18430 | ||
18431 | Adds PCI support for MPC5121 | |
18432 | ||
18433 | Tested with drivers/net/rtl8139.c | |
18434 | ||
18435 | Support is conditional since PCI on old silicon does not work. | |
18436 | ||
18437 | ads5121_PCI_config turns on PCI | |
18438 | ||
18439 | In this version, condition compilation of PCI code has been moved | |
18440 | from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as | |
18441 | suggested by Jean-Christophe PLAGNIOL-VILLARD | |
18442 | ||
18443 | Signed-off-by: John Rigby <[email protected]> | |
18444 | ||
18445 | commit 44b4dbed4133f657705b7c5193209da9978243a7 | |
18446 | Author: Anatolij Gustschin <[email protected]> | |
18447 | Date: Mon Feb 25 23:53:07 2008 +0100 | |
18448 | ||
18449 | Fix warnings while compilation of post/drivers/memory.c | |
18450 | ||
18451 | Fix warnings while compilation with new gcc in eldk-4.2 | |
18452 | ||
18453 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
18454 | ||
18455 | commit 4fae35a53b3e958254d6574a1cc7e10811fc6726 | |
18456 | Author: Anatolij Gustschin <[email protected]> | |
18457 | Date: Mon Feb 25 20:54:04 2008 +0100 | |
18458 | ||
18459 | ppc4xx: Fix problem in 4xx_enet.c driver | |
18460 | ||
18461 | U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is | |
18462 | enabled. To reproduce the problem ensure that 'ethrotate' | |
18463 | environment variable isn't set to "no" and then run | |
18464 | "tftp 200000 not_existent_file". | |
18465 | This patch tries to fix the issue. | |
18466 | ||
18467 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
18468 | ||
18469 | commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484 | |
18470 | Author: Anatolij Gustschin <[email protected]> | |
18471 | Date: Mon Feb 25 20:04:20 2008 +0100 | |
18472 | ||
18473 | POST: Disable cache while SPR POST | |
18474 | ||
18475 | Currently (since commit b2e2142c) u-boot crashes on | |
18476 | sequoia board while SPR test if CONFIG_4xx_DCACHE is | |
18477 | enabled. This patch disables the cache while SPR test. | |
18478 | ||
18479 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
18480 | ||
18481 | commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d | |
18482 | Author: Martin Krause <[email protected]> | |
18483 | Date: Mon Feb 25 17:52:40 2008 +0100 | |
18484 | ||
18485 | TQM5200: use automatic fdt memory fixup (part 2) | |
18486 | ||
18487 | Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, | |
18488 | TB5200 and TB5200_B to fixup the /memory node with the memory values | |
18489 | detected by U-Boot. | |
18490 | ||
18491 | Signed-off-by: Martin Krause <[email protected]> | |
18492 | ||
18493 | commit 44ceec253ea941b301abf4b079d52324def69d92 | |
18494 | Author: Martin Krause <[email protected]> | |
18495 | Date: Mon Feb 25 15:17:05 2008 +0100 | |
18496 | ||
18497 | TQM5200: use automatic fdt memory fixup | |
18498 | ||
18499 | Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, | |
18500 | TB5200 and TB5200_B to fixup the /memory node with the memory values | |
18501 | detected by U-Boot. | |
18502 | ||
18503 | Signed-off-by: Martin Krause <[email protected]> | |
18504 | ||
18505 | commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a | |
18506 | Author: Martin Krause <[email protected]> | |
18507 | Date: Mon Feb 25 13:27:52 2008 +0100 | |
18508 | ||
18509 | TQM5200: fix bug in SDRAM initialization code | |
18510 | ||
18511 | This patch fixes a bug in the SDRAM initialization code for the | |
18512 | TQM5200. The hi_addr bit is now set correctly. Without this patch | |
18513 | the hi_addr bit is always set to 1, if the second SDRAM bank is | |
18514 | not populated. | |
18515 | ||
18516 | For other MPC5200 boards a correspondig patch has already been applied | |
18517 | some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c. | |
18518 | ||
18519 | Signed-off-by: Martin Krause <[email protected]> | |
18520 | -- | |
18521 | Forget the first patch please. I confused flash with SDRAM in | |
18522 | the comment ... | |
18523 | ||
18524 | commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1 | |
18525 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18526 | Date: Mon Feb 25 00:03:12 2008 +0100 | |
18527 | ||
18528 | mx1fs2/flash: Fix multiple compiler warnings | |
18529 | ||
18530 | "pointer targets in assignment differ in signedness" | |
18531 | ||
18532 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18533 | ||
18534 | commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2 | |
18535 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18536 | Date: Mon Feb 25 00:03:11 2008 +0100 | |
18537 | ||
18538 | arm-imx: Fix register definitions | |
18539 | ||
18540 | Sync register definitions with linux | |
18541 | ||
18542 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18543 | ||
18544 | commit c9bcf75fecc58886af77d2a571cff2eab39eab6f | |
18545 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18546 | Date: Mon Feb 25 00:03:10 2008 +0100 | |
18547 | ||
18548 | actua1/actua2/actua3: Fix multiple unused variable warnings | |
18549 | ||
18550 | - actua1: | |
18551 | actux1.c: In function 'checkboard': | |
18552 | actux1.c:92: warning: unused variable 'revision' | |
18553 | ||
18554 | - actua2: | |
18555 | actux2.c: In function 'checkboard': | |
18556 | actux2.c:100: warning: unused variable 's' | |
18557 | actux2.c:99: warning: unused variable 'revision' | |
18558 | actux2.c: In function 'reset_phy': | |
18559 | actux2.c:130: warning: unused variable 'i' | |
18560 | ||
18561 | - actua3: | |
18562 | actux3.c: In function 'checkboard': | |
18563 | actux3.c:114: warning: unused variable 'revision' | |
18564 | ||
18565 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18566 | ||
18567 | commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd | |
18568 | Author: Shinya Kuribayashi <[email protected]> | |
18569 | Date: Sun Feb 24 11:44:29 2008 +0900 | |
18570 | ||
18571 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. | |
18572 | ||
18573 | The previous patch was lacking of i386, microblaze, nios and nios2. This | |
18574 | patch tries to fix them. | |
18575 | ||
18576 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
18577 | ||
438a4c11 WD |
18578 | commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95 |
18579 | Author: Marian Balakowicz <[email protected]> | |
18580 | Date: Fri Feb 29 22:22:46 2008 +0100 | |
18581 | ||
18582 | [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() | |
18583 | ||
18584 | Do not use global fdt blob pointer, calculate blob size from routine | |
18585 | argument blob pointer. | |
18586 | ||
18587 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18588 | ||
18589 | commit d1cc52879c8966507dad9fb575481e6d3985e64e | |
18590 | Author: David Gibson <[email protected]> | |
18591 | Date: Tue Feb 12 00:58:31 2008 +1100 | |
18592 | ||
18593 | libfdt: Add and use a node iteration helper function. | |
18594 | ||
18595 | This patch adds an fdt_next_node() function which can be used to | |
18596 | iterate through nodes of the tree while keeping track of depth. This | |
18597 | function is used to simplify the iteration code in a lot of other | |
18598 | functions, and is also exported for use by library users. | |
18599 | ||
18600 | Signed-off-by: David Gibson <[email protected]> | |
18601 | ||
18602 | commit 8cf30809a82902a471866d2f07725ce3b8a22291 | |
18603 | Author: Bartlomiej Sieka <[email protected]> | |
18604 | Date: Fri Feb 29 16:00:24 2008 +0100 | |
18605 | ||
18606 | [new uImage] Add libfdt support to mkimage | |
18607 | ||
18608 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
18609 | ||
18610 | commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9 | |
18611 | Author: Bartlomiej Sieka <[email protected]> | |
18612 | Date: Fri Feb 29 16:00:23 2008 +0100 | |
18613 | ||
18614 | [new uImage] Add sha1.o object to mkimage binary build | |
18615 | ||
18616 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
18617 | ||
18618 | commit df6f1b895c997978f03afe04502ee76b7ba34ab9 | |
18619 | Author: Marian Balakowicz <[email protected]> | |
18620 | Date: Fri Feb 29 16:00:06 2008 +0100 | |
18621 | ||
18622 | [new uImage] Fix component handling for legacy multi component images | |
18623 | ||
18624 | Use uint32_t when accessing size table in image_multi_count() and | |
18625 | image_multi_getimg() for multi component images. | |
18626 | ||
18627 | Add missing uimage_to_cpu() endianness conversion. | |
18628 | ||
18629 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18630 | ||
18631 | commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248 | |
18632 | Author: Marian Balakowicz <[email protected]> | |
18633 | Date: Fri Feb 29 15:59:59 2008 +0100 | |
18634 | ||
18635 | [new uImage] Share common uImage code between mkimage and U-boot | |
18636 | ||
18637 | This patch adds the following common routines: | |
18638 | ||
18639 | 1) Dedicated mkimage print_header() is replaced with common | |
18640 | image_print_contents() | |
18641 | image_print_contents_noindent() | |
18642 | ||
18643 | 2) Common os/arch/type/comp fields name <--> id translation routines | |
18644 | genimg_get_os_name() | |
18645 | genimg_get_arch_name() | |
18646 | genimg_get_type_name() | |
18647 | genimg_get_comp_name() | |
18648 | genimg_get_os_id() | |
18649 | genimg_get_arch_id() | |
18650 | genimg_get_type_id() | |
18651 | genimg_get_comp_id() | |
18652 | ||
18653 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18654 | ||
18655 | commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6 | |
18656 | Author: Marian Balakowicz <[email protected]> | |
18657 | Date: Fri Feb 29 14:58:34 2008 +0100 | |
18658 | ||
18659 | [new uImage] Update naming convention for bootm/uImage related code | |
18660 | ||
18661 | This patch introduces the following prefix convention for the | |
18662 | image format handling and bootm related code: | |
18663 | ||
18664 | genimg_ - dual format shared code | |
18665 | image_ - legacy uImage format specific code | |
18666 | fit_ - new uImage format specific code | |
18667 | boot_ - booting process related code | |
18668 | ||
18669 | Related routines are renamed and a few pieces of code are moved around and | |
18670 | re-grouped. | |
18671 | ||
18672 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18673 | ||
18674 | commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276 | |
18675 | Author: Kumar Gala <[email protected]> | |
18676 | Date: Wed Feb 27 21:51:51 2008 -0600 | |
18677 | ||
18678 | [new uImage] Respect autostart setting in linux bootm | |
18679 | ||
18680 | Signed-off-by: Kumar Gala <[email protected]> | |
18681 | Acked-by: Marian Balakowicz <[email protected]> | |
18682 | ||
18683 | commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb | |
18684 | Author: Kumar Gala <[email protected]> | |
18685 | Date: Wed Feb 27 21:51:50 2008 -0600 | |
18686 | ||
18687 | [new uImage] Provide ability to restrict region used for boot images | |
18688 | ||
18689 | Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way | |
18690 | to restrict what memory range is used for bootm. | |
18691 | ||
18692 | Signed-off-by: Kumar Gala <[email protected]> | |
18693 | Acked-by: Marian Balakowicz <[email protected]> | |
18694 | ||
18695 | commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da | |
18696 | Author: Kumar Gala <[email protected]> | |
18697 | Date: Wed Feb 27 21:51:49 2008 -0600 | |
18698 | ||
18699 | [new uImage] Use lmb for bootm allocations | |
18700 | ||
18701 | Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd() | |
18702 | functions over to using lmb for allocation of the ramdisk, command line | |
18703 | and kernel bd info. | |
18704 | ||
18705 | Convert PPC specific fdt_relocate() to use lmb for allocation of the device | |
18706 | tree. | |
18707 | ||
18708 | Provided a weak function that board code can call to do additional | |
18709 | lmb reserves if needed. | |
18710 | ||
18711 | Also introduce the concept of bootmap_base to specify the offset in | |
18712 | physical memory that the bootmap is located at. This is used for | |
18713 | allocations of the cmdline, kernel bd, and device tree as they should | |
18714 | be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ. | |
18715 | ||
18716 | Signed-off-by: Kumar Gala <[email protected]> | |
18717 | ||
18718 | commit f5614e7926863bf0225ec860d9b319741a9c4004 | |
18719 | Author: Kumar Gala <[email protected]> | |
18720 | Date: Wed Feb 27 21:51:48 2008 -0600 | |
18721 | ||
18722 | [new uImage] Add autostart flag to bootm_headers structure | |
18723 | ||
18724 | The autostart env variable was dropped as part of the initial new uImage | |
18725 | cleanup. Add it back here so the arch specific code can decide if it | |
18726 | wants to really boot or not. | |
18727 | ||
18728 | Signed-off-by: Kumar Gala <[email protected]> | |
18729 | Acked-by: Marian Balakowicz <[email protected]> | |
18730 | ||
18731 | commit 4ed6552f715983bfc7d212c1199a1f796f1144ad | |
18732 | Author: Kumar Gala <[email protected]> | |
18733 | Date: Wed Feb 27 21:51:47 2008 -0600 | |
18734 | ||
18735 | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images | |
18736 | ||
18737 | Introduce the LMB lib used on PPC in the kernel as a clean way to manage | |
18738 | the memory spaces used by various boot images and structures. This code | |
18739 | will allow us to simplify the code in bootm and its support functions. | |
18740 | ||
18741 | Signed-off-by: Kumar Gala <[email protected]> | |
18742 | ||
18743 | commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904 | |
18744 | Author: Kumar Gala <[email protected]> | |
18745 | Date: Tue Feb 19 22:03:47 2008 -0600 | |
18746 | ||
18747 | [new uImage] ppc: Allow boards to specify effective amount of memory | |
18748 | ||
18749 | For historical reasons we limited the stack to 256M because some boards | |
18750 | could only map that much via BATS. However newer boards are capable of | |
18751 | mapping more memory (for example 85xx is capable of doing up to 2G). | |
18752 | ||
18753 | Signed-off-by: Kumar Gala <[email protected]> | |
18754 | Acked-by: Marian Balakowicz <[email protected]> | |
18755 | ||
18756 | commit 274cea2bddbca10cdad7daa518951b75c44ef6bc | |
18757 | Author: Kumar Gala <[email protected]> | |
18758 | Date: Wed Feb 27 21:51:46 2008 -0600 | |
18759 | ||
18760 | [new uImage] rework error handling so common functions don't reset | |
18761 | ||
18762 | Changed image_get_ramdisk() to just return NULL on error and have | |
18763 | get_ramdisk() propogate that error to the caller. It's left to the | |
18764 | caller to call do_reset() if it wants to. | |
18765 | ||
18766 | Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc | |
18767 | to a common location. In the future we will change get_fdt() and | |
18768 | fdt_relocate() to return success/failure and not call do_reset() at all. | |
18769 | ||
18770 | Signed-off-by: Kumar Gala <[email protected]> | |
18771 | Acked-by: Marian Balakowicz <[email protected]> | |
18772 | ||
18773 | commit d2bc095a639672def11d5d043b5688d0dbd692ec | |
18774 | Author: Kumar Gala <[email protected]> | |
18775 | Date: Wed Feb 27 21:51:45 2008 -0600 | |
18776 | ||
18777 | [new uImage] ppc: Re-order ramdisk/fdt handling sequence | |
18778 | ||
18779 | Doing the fdt before the ramdisk allows us to grow the fdt w/o concern | |
18780 | however it does mean we have to go in and fixup the initrd info since | |
18781 | we don't know where it will be. | |
18782 | ||
18783 | Signed-off-by: Kumar Gala <[email protected]> | |
18784 | ||
18785 | commit 27953493ef025fb698d68c5dee39b36f01f4d530 | |
18786 | Author: Kumar Gala <[email protected]> | |
18787 | Date: Wed Feb 27 21:51:44 2008 -0600 | |
18788 | ||
18789 | [new uImage] ppc: Determine if we are booting an OF style | |
18790 | ||
18791 | If we are bootin OF style than we can skip setting up some things | |
18792 | that are used for the old boot method. | |
18793 | ||
18794 | Signed-off-by: Kumar Gala <[email protected]> | |
18795 | Acked-by: Marian Balakowicz <[email protected]> | |
18796 | ||
18797 | commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb | |
18798 | Author: Kumar Gala <[email protected]> | |
18799 | Date: Wed Feb 27 21:51:43 2008 -0600 | |
18800 | ||
18801 | [new uImage] Don't pass kdb to ramdisk_high since we may not have one | |
18802 | ||
18803 | We don't actually need the kdb param as we are just using it to get | |
18804 | bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we | |
18805 | boot via OF we might not actually fill out a kdb. | |
18806 | ||
18807 | Signed-off-by: Kumar Gala <[email protected]> | |
18808 | Acked-by: Marian Balakowicz <[email protected]> | |
18809 | ||
18810 | commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775 | |
5013c09f WD |
18811 | Author: Kumar Gala <[email protected]> |
18812 | Date: Wed Feb 27 16:30:47 2008 -0600 | |
18813 | ||
18814 | 85xx: Don't icbi when unlocking the cache | |
18815 | ||
18816 | There is no reason to icbi when invalidating the temporary stack in | |
18817 | the d-cache. Its impossible on e500 to have the i-cache contain | |
18818 | any addresses in the temp stack and it can be problematic in generating | |
18819 | transactions on the bus to non-valid addresses. | |
18820 | ||
18821 | Signed-off-by: Kumar Gala <[email protected]> | |
18822 | ||
18823 | commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6 | |
18824 | Author: Andy Fleming <[email protected]> | |
18825 | Date: Wed Feb 27 15:50:50 2008 -0600 | |
18826 | ||
18827 | Fix source for ECM error IVPR | |
18828 | ||
18829 | The source vector for the ECM was being set to 2, | |
18830 | but that's what the source vector for DDR was being | |
18831 | set to. Change it to 1. | |
18832 | ||
18833 | Signed-off-by: Andy Fleming <[email protected]> | |
18834 | ||
18835 | commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923 | |
18836 | Author: Andy Fleming <[email protected]> | |
18837 | Date: Wed Feb 27 14:29:58 2008 -0600 | |
18838 | ||
18839 | Invalidate INIT_RAM TLB mappings | |
18840 | ||
18841 | Commit 0db37dc... (and some others) changed the INIT_RAM TLB | |
18842 | mappings to be unguarded. This collided with an existing "bug" | |
18843 | where the mappings for the INIT_RAM were being kept around. | |
18844 | This meant that speculative loads to those addresses were | |
18845 | succeeding in the TLB, and going out to the bus, where they | |
18846 | were causing an exception (there's nothing at that address). The | |
18847 | Flash code was coincidentally causing such a speculative load. | |
18848 | Rather than go back to mapping the INIT RAM as guarded, we fix | |
18849 | it so that the entries for the INIT_RAM are invalidated. Thus | |
18850 | the speculative loads will fail in the TLB, and have no effect. | |
18851 | ||
18852 | Signed-off-by: Andy Fleming <[email protected]> | |
18853 | ||
18854 | commit 347b7938d3e561eb215aa386c37fb5acb5a383c6 | |
18855 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18856 | Date: Sun Feb 17 22:56:17 2008 +0100 | |
18857 | ||
18858 | sbc8548: Fix Revision reading and unused variable 'path' | |
18859 | ||
18860 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18861 | ||
18862 | commit 495d162374c472f46454453553382ad0735dc725 | |
18863 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18864 | Date: Sun Feb 17 22:56:16 2008 +0100 | |
18865 | ||
18866 | sbc8548: Fix cfi flash bank declaration | |
18867 | ||
18868 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18869 | ||
438a4c11 WD |
18870 | commit 4efbe9dbb129f857f27856936112c8c02f016be6 |
18871 | Author: Marian Balakowicz <[email protected]> | |
18872 | Date: Wed Feb 27 11:02:26 2008 +0100 | |
18873 | ||
18874 | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled | |
18875 | ||
18876 | Dual format image code must properly handle all three FDT passing methods: | |
18877 | - raw FDT blob passed | |
18878 | - FDT blob embedded in the legacy uImage | |
18879 | - FDT blob embedded in the new uImage | |
18880 | ||
18881 | This patch enables proper raw FDT handling when no FIT imaeg support | |
18882 | is compiled in. This is a bit tricky as we must dected FIT format even | |
18883 | when FIT uImage handling is not enabled as both FIT uImages and raw FDT | |
18884 | blobs use tha same low level format (libfdt). | |
18885 | ||
18886 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18887 | ||
18888 | commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8 | |
18889 | Author: Marian Balakowicz <[email protected]> | |
18890 | Date: Wed Feb 27 11:02:26 2008 +0100 | |
18891 | ||
18892 | [new uImage] POWERPC: Add image_get_fdt() routine | |
18893 | ||
18894 | FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage | |
18895 | (3) or embedded in the new uImage. For the (2) case embedding image must be | |
18896 | verified before we get FDT from it. This patch factors out legacy image | |
18897 | specific verification routine to the separate helper routine. | |
18898 | ||
18899 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18900 | Acked-by: Kumar Gala <[email protected]> | |
18901 | ||
18902 | commit 1efd43601f90de21ec6c0ebb9880823e822927b1 | |
18903 | Author: Marian Balakowicz <[email protected]> | |
18904 | Date: Wed Feb 27 11:02:07 2008 +0100 | |
18905 | ||
18906 | [new uImage] Add image_get_kernel() routine | |
18907 | ||
18908 | Legacy image specific verification is factored out to a separate helper | |
18909 | routine to keep get_kernel() generic and simple. | |
18910 | ||
18911 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18912 | Acked-by: Kumar Gala <[email protected]> | |
18913 | ||
18914 | commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658 | |
18915 | Author: Marian Balakowicz <[email protected]> | |
18916 | Date: Wed Feb 27 11:01:04 2008 +0100 | |
18917 | ||
18918 | [new uImage] Move image verify flag to bootm_headers structure | |
18919 | ||
18920 | Do not pass image verification flag directly to related routines. | |
18921 | Simplify argument passing and move it to the bootm_header structure which | |
18922 | contains curently processed image specific data and is already being passed | |
18923 | on the argument list. | |
18924 | ||
18925 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18926 | Acked-by: Kumar Gala <[email protected]> | |
18927 | ||
18928 | commit 823afe7cefe00dafefc6696c1cc7aa828c394234 | |
18929 | Author: Marian Balakowicz <[email protected]> | |
18930 | Date: Wed Feb 27 11:00:47 2008 +0100 | |
18931 | ||
18932 | [Makefile] Sort COBJS in lib_<arch> Makefiles | |
18933 | ||
18934 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18935 | ||
18936 | commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91 | |
18937 | Author: Marian Balakowicz <[email protected]> | |
18938 | Date: Wed Feb 27 11:00:47 2008 +0100 | |
18939 | ||
18940 | [new uImage] Optimize gen_get_image() flow control | |
18941 | ||
18942 | When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing | |
18943 | to do, update its control flow to better reflect that simple case. | |
18944 | ||
18945 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18946 | Acked-by: Kumar Gala <[email protected]> | |
18947 | ||
18948 | commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca | |
18949 | Author: Marian Balakowicz <[email protected]> | |
18950 | Date: Mon Feb 4 08:28:17 2008 +0100 | |
18951 | ||
18952 | [new uImage] POWERPC: Split get_fdt() into get and relocate routines | |
18953 | ||
18954 | PPC specific FDT blob handling code is divided into two separate routines: | |
18955 | ||
18956 | get_fdt() - find and verify a FDT blob (either raw or image embedded) | |
18957 | fdt_relocate() - move FDT blob to within BOOTMAP if needed | |
18958 | ||
18959 | Signed-off-by: Marian Balakowicz <[email protected]> | |
18960 | Acked-by: Kumar Gala <[email protected]> | |
18961 | ||
5013c09f WD |
18962 | commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817 |
18963 | Author: Jon Loeliger <[email protected]> | |
18964 | Date: Mon Feb 25 13:13:37 2008 -0600 | |
18965 | ||
18966 | 86xx: Fix renamed GUR symbols in sbc8641d board. | |
18967 | ||
18968 | Back in commit a551cee99ad1d1da20fd23ad265de47448852f56 | |
18969 | (86xx: Fix GUR PCI config registers properly), we should have | |
18970 | changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL | |
18971 | symbols in the sbc8641d board as well. Fix this oversight. | |
18972 | ||
18973 | Signed-off-by: Jon Loeliger <[email protected]> | |
18974 | ||
18975 | commit 64cd594e623c39f73964d18787763e4533f791f7 | |
18976 | Author: Stefan Roese <[email protected]> | |
18977 | Date: Mon Feb 25 16:50:48 2008 +0100 | |
18978 | ||
18979 | ppc4xx: Fix acadia_nand build problem | |
18980 | ||
18981 | Don't include testdram() on NAND-booting target acadia_nand. This saves | |
18982 | a few bytes and makes the target build clean again. | |
18983 | ||
18984 | Signed-off-by: Stefan Roese <[email protected]> | |
18985 | ||
18986 | commit 14e099e698d41e8179d05c2b2dbcf704a236f748 | |
18987 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18988 | Date: Sun Feb 24 23:03:12 2008 +0000 | |
18989 | ||
18990 | mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness | |
18991 | ||
18992 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18993 | ||
18994 | commit 724902c8464e610642b3a170278b99710325888e | |
18995 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
18996 | Date: Sun Feb 24 23:03:11 2008 +0000 | |
18997 | ||
18998 | arm-imx: Fix registers definition | |
18999 | ||
19000 | Sync registers definition with linux | |
19001 | ||
19002 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19003 | ||
19004 | commit 4cd288b589ea1178947c6e364453c32b3dede6b7 | |
19005 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19006 | Date: Sun Feb 24 23:03:10 2008 +0000 | |
19007 | ||
19008 | actua1/actua2/actua3: Fix multipleunused variable | |
19009 | ||
19010 | - actua1: | |
19011 | actux1.c: In function 'checkboard': | |
19012 | actux1.c:92: warning: unused variable 'revision' | |
19013 | ||
19014 | - actua2: | |
19015 | actux2.c: In function 'checkboard': | |
19016 | actux2.c:100: warning: unused variable 's' | |
19017 | actux2.c:99: warning: unused variable 'revision' | |
19018 | actux2.c: In function 'reset_phy': | |
19019 | actux2.c:130: warning: unused variable 'i' | |
19020 | ||
19021 | - actua3: | |
19022 | actux3.c: In function 'checkboard': | |
19023 | actux3.c:114: warning: unused variable 'revision' | |
19024 | ||
19025 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19026 | ||
438a4c11 WD |
19027 | commit d5934ad7756f038a393a9cfab76a4fe306d9d930 |
19028 | Author: Marian Balakowicz <[email protected]> | |
19029 | Date: Mon Feb 4 08:28:09 2008 +0100 | |
19030 | ||
19031 | [new uImage] Add dual format uImage support framework | |
19032 | ||
19033 | This patch adds framework for dual format images. Format detection is added | |
19034 | and the bootm controll flow is updated to include cases for new FIT format | |
19035 | uImages. | |
19036 | ||
19037 | When the legacy (image_header based) format is detected appropriate | |
19038 | legacy specific handling is invoked. For the new (FIT based) format uImages | |
19039 | dual boot framework has a minial support, that will only print out a | |
19040 | corresponding debug messages. Implementation of the FIT specific handling will | |
19041 | be added in following patches. | |
19042 | ||
19043 | Signed-off-by: Marian Balakowicz <[email protected]> | |
19044 | ||
5013c09f WD |
19045 | commit b29661fc1151077776454288051bc9a488351ce8 |
19046 | Author: Wolfgang Denk <[email protected]> | |
19047 | Date: Sun Feb 24 15:21:36 2008 +0100 | |
19048 | ||
19049 | Coding style cleanup. Prepare v1.3.2-rc2 release candidate | |
19050 | ||
19051 | Signed-off-by: Wolfgang Denk <[email protected]> | |
19052 | ||
b29661fc WD |
19053 | commit 00b48a48424894daa589d166d73277830b1c6ac4 |
19054 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19055 | Date: Sat Feb 23 12:15:56 2008 +0100 | |
19056 | ||
19057 | ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected | |
19058 | ||
19059 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19060 | ||
19061 | commit b075d74efb70ff68c49a2532f26b56d6703b69c1 | |
19062 | Author: Shinya Kuribayashi <[email protected]> | |
19063 | Date: Sat Feb 23 17:24:16 2008 +0900 | |
19064 | ||
19065 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. | |
19066 | ||
19067 | ---------------------------------------------------------------- | |
19068 | Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)] | |
19069 | ||
19070 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on | |
19071 | 32bit targets. | |
19072 | ||
19073 | GCC can be made to warn about usage of long long types with ISO C90 | |
19074 | (-ansi), but only with -pedantic. You can write this in a way that even | |
19075 | then it doesn't cause warnings, namely by: | |
19076 | ||
19077 | #ifdef __GNUC__ | |
19078 | __extension__ typedef __signed__ long long __s64; | |
19079 | __extension__ typedef unsigned long long __u64; | |
19080 | #endif | |
19081 | ||
19082 | The __extension__ keyword in front of this switches off any pedantic | |
19083 | warnings for this expression. | |
19084 | ||
19085 | Signed-off-by: Olaf Hering <[email protected]> | |
19086 | Cc: <[email protected]> | |
19087 | Signed-off-by: Andrew Morton <[email protected]> | |
19088 | Signed-off-by: Linus Torvalds <[email protected]> | |
19089 | ---------------------------------------------------------------- | |
19090 | ||
19091 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
19092 | ||
19093 | commit 208acd112e6517b21fc30c420396902b103563ac | |
19094 | Author: Shinya Kuribayashi <[email protected]> | |
19095 | Date: Sat Feb 23 17:07:57 2008 +0900 | |
19096 | ||
19097 | cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. | |
19098 | ||
19099 | This will reduce the build time. | |
19100 | ||
19101 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
19102 | ||
19103 | commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4 | |
19104 | Author: Shinya Kuribayashi <[email protected]> | |
19105 | Date: Sat Feb 23 17:05:00 2008 +0900 | |
19106 | ||
19107 | cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. | |
19108 | ||
19109 | This will reduce the build time. | |
19110 | ||
19111 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
19112 | ||
19113 | commit e682ba399a1d76f09d8cc7af1e57066f1d360d91 | |
19114 | Author: Shinya Kuribayashi <[email protected]> | |
19115 | Date: Sat Feb 23 16:58:41 2008 +0900 | |
19116 | ||
19117 | cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. | |
19118 | ||
19119 | This reduces the build time by ~10%. Here's the gth2_config example. | |
19120 | ||
19121 | BEFORE AFTER | |
19122 | real 0m31.441s 0m27.833s | |
19123 | user 0m24.766s 0m23.045s | |
19124 | sys 0m10.425s 0m7.468s | |
19125 | ||
19126 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
19127 | ||
19128 | commit 02409f8cf54c7cd91981f0dfec135dbf3858090c | |
19129 | Author: Marcel Moolenaar <[email protected]> | |
19130 | Date: Fri Feb 22 10:48:07 2008 -0800 | |
19131 | ||
19132 | make define2mk.sed work on FreeBSD | |
19133 | ||
19134 | In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", | |
19135 | the define2mk.sed script was identified as the source of the link | |
19136 | failure on FreeBSD. The problem is that sed(1) does not always support | |
19137 | the '+' operator. It isn't on FreeBSD. The attach patch implements the | |
19138 | equivalent, using the '*' operator instead and should work everywhere. | |
19139 | ||
19140 | Signed-off-by: Marcel Moolenaar <[email protected]> | |
19141 | ||
19142 | commit e5084af8ded58453cd07ec1af8b0f29f34122bbc | |
19143 | Author: Detlev Zundel <[email protected]> | |
19144 | Date: Fri Feb 22 17:21:32 2008 +0100 | |
19145 | ||
19146 | Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. | |
19147 | ||
19148 | The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove | |
19149 | final traces of long-deprecated "ramdisk" kernel parm") makes these | |
19150 | changes neccessary. | |
19151 | ||
19152 | Signed-off-by: Detlev Zundel <[email protected]> | |
19153 | ||
19154 | commit d01b847c5cd070895c4ba178c85cd068a95cf7cd | |
19155 | Author: Larry Johnson <[email protected]> | |
19156 | Date: Thu Feb 21 13:58:16 2008 -0500 | |
19157 | ||
19158 | LM75 bug fix for negative temperatures | |
19159 | ||
19160 | When the LM75 temperature sensor measures a temperature below 0 C, the | |
19161 | current driver does not perform sign extension, so the result returned is | |
19162 | 256 C too high. This patch fixes the problem. | |
19163 | ||
19164 | Signed-off-by: Larry Johnson <[email protected]> | |
19165 | ||
19166 | commit 5a910c224b13e413bda41922379add6d75c32da3 | |
19167 | Author: Heiko Schocher <[email protected]> | |
19168 | Date: Thu Feb 21 18:33:45 2008 +0100 | |
19169 | ||
19170 | IDS8247: update MAINTAINER entry. | |
19171 | ||
19172 | Signed-off-by: Heiko Schocher <[email protected]> | |
19173 | ||
19174 | commit 79eac2bfb591f2b028ec1735049dc91e4320de4a | |
19175 | Author: Heiko Schocher <[email protected]> | |
19176 | Date: Thu Feb 21 18:31:15 2008 +0100 | |
19177 | ||
19178 | Fix device tree for mgsuvd board. | |
19179 | ||
19180 | Rename the "scc" node in "ethernet" for the mgsuvd board. | |
19181 | ||
19182 | Signed-off-by: Heiko Schocher <[email protected]> | |
19183 | ||
19184 | commit 2e721094a70a52206af2e1bf1208d9a7131f6dad | |
19185 | Author: Yuri Tikhonov <[email protected]> | |
19186 | Date: Thu Feb 21 14:23:42 2008 +0100 | |
19187 | ||
19188 | lwmon5: enable hardware watchdog | |
19189 | ||
19190 | Some boards (e.g. lwmon5) may use rather small watchdog intervals, so | |
19191 | causing it to reboot the board if U-Boot does a long busy-wait with | |
19192 | udelay(). Thus, for these boards we have to restart WD more | |
19193 | frequently. | |
19194 | ||
19195 | This patch splits the busy-wait udelay() into smaller, predefined, | |
19196 | intervals, so that the watchdog timer may be resetted with the | |
19197 | configurable (CONFIG_WD_PERIOD) interval. | |
19198 | ||
19199 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
19200 | ||
19201 | commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d | |
19202 | Author: Anatolij Gustschin <[email protected]> | |
19203 | Date: Thu Feb 21 12:52:29 2008 +0100 | |
19204 | ||
19205 | ppc4xx: Support for ATI Radeon 9200 card on sequoia | |
19206 | ||
19207 | Adds configuration option for ATI Radeon 9200 card | |
19208 | support to sequoia config file. If CONFIG_VIDEO | |
19209 | is enabled, TEXT_BASE should be changed to 0xFFF80000. | |
19210 | ||
19211 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
19212 | ||
19213 | commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7 | |
19214 | Author: Kumar Gala <[email protected]> | |
19215 | Date: Mon Feb 18 08:18:07 2008 -0600 | |
19216 | ||
19217 | Remove duplicate defines for ARRAY_SIZE | |
19218 | ||
19219 | A few duplicate of the ARRAY_SIZE macro sneaked in since we put | |
19220 | the define in common.h. | |
19221 | ||
19222 | Signed-off-by: Kumar Gala <[email protected]> | |
19223 | ||
19224 | commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a | |
19225 | Author: Kumar Gala <[email protected]> | |
19226 | Date: Mon Feb 18 08:09:37 2008 -0600 | |
19227 | ||
19228 | ppc: Allow boards to specify effective amount of memory | |
19229 | ||
19230 | For historical reasons we limited the stack to 256M because some boards | |
19231 | could only map that much via BATS. However newer boards are capable of | |
19232 | mapping more memory (for example 85xx is capable of doing up to 2G). | |
19233 | ||
19234 | Signed-off-by: Kumar Gala <[email protected]> | |
19235 | ||
19236 | commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b | |
19237 | Author: Mike Frysinger <[email protected]> | |
19238 | Date: Mon Feb 18 05:24:13 2008 -0500 | |
19239 | ||
19240 | include autoconf.mk before any other .mk files | |
19241 | ||
19242 | This bumps the autoconf.mk include step above board/cpu/arch/etc... so that | |
19243 | those .mk files can have make if statements based on the current config. | |
19244 | ||
19245 | Signed-off-by: Mike Frysinger <[email protected]> | |
19246 | ||
19247 | commit 16fe77752eee099b9fb61ed73460e51cc94b37ba | |
19248 | Author: Mike Frysinger <[email protected]> | |
19249 | Date: Mon Feb 18 05:10:07 2008 -0500 | |
19250 | ||
19251 | error check autoconf.mk generation | |
19252 | ||
19253 | If any of the steps for generating autoconf.mk fail currently, they go | |
19254 | unnoticed. To fix, we can simply add 'set -e' to the long list of commands. | |
19255 | This is simpler and more robust than placing '|| exit $$?' after every line. | |
19256 | ||
19257 | Signed-off-by: Mike Frysinger <[email protected]> | |
19258 | ||
19259 | commit 019895a8dee71a9f00da05c03e379f45d581b0fe | |
19260 | Author: Stefano Babic <[email protected]> | |
19261 | Date: Mon Feb 18 08:03:51 2008 +0100 | |
19262 | ||
19263 | Fix bug in dependency checking | |
19264 | ||
19265 | By adding VERSION_FILE to the PHONY targets the script | |
19266 | /tools/setlocalversion is always called and version_autogenerated.h | |
19267 | is replaced only if the script find a modified source file. | |
19268 | ||
19269 | Signed-off-by: Stefano Babic <[email protected]> | |
19270 | ||
19271 | commit 98ba144ccc912eee90dd42699f023c497ce774c6 | |
19272 | Author: Kyungmin Park <[email protected]> | |
19273 | Date: Mon Feb 18 14:35:43 2008 +0900 | |
19274 | ||
19275 | Fix GPMC CS2 memory setup at apollon | |
19276 | ||
19277 | It disables the current map first | |
19278 | ||
19279 | Signed-off-by: Kyungmin Park <[email protected]> | |
19280 | ||
19281 | commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f | |
19282 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19283 | Date: Sun Feb 17 23:52:46 2008 +0100 | |
19284 | ||
19285 | uli526x: Fix multiple differ in signedness and parentheses around comparison | |
19286 | ||
19287 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19288 | ||
19289 | commit beeccf7a5dc5415c202e0132a33c58fc316c2a62 | |
19290 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19291 | Date: Sun Feb 17 16:58:04 2008 +0100 | |
19292 | ||
19293 | MIPS: Fix CFG_NO_FLASH support | |
19294 | ||
19295 | - Fix flash_init call when CFG_NO_FLASH is used | |
19296 | - Remove no more needed flash.c for qemu-mips | |
19297 | ||
19298 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19299 | ||
19300 | commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47 | |
19301 | Author: Mike Frysinger <[email protected]> | |
19302 | Date: Sat Feb 16 02:40:18 2008 -0500 | |
19303 | ||
19304 | easylogo: clean up some more and add -r (rgb) support | |
19305 | ||
19306 | Michael Hennerich added support for outputting an image in RGB format rather | |
19307 | than forcing YUYV all the time. This makes obvious sense if the display you | |
19308 | have takes RGB input rather than YUYV. | |
19309 | ||
19310 | Rather than hack in support for options, I've converted it to use getopt and | |
19311 | cleaned up the argument parsing in the process. | |
19312 | ||
19313 | Signed-off-by: Michael Hennerich <[email protected]> | |
19314 | Signed-off-by: Mike Frysinger <[email protected]> | |
19315 | ||
19316 | commit f65c98129ccada3f7caf97d80395a95b84e911de | |
19317 | Author: Mike Frysinger <[email protected]> | |
19318 | Date: Sat Feb 16 02:12:37 2008 -0500 | |
19319 | ||
19320 | Makefile: add target for $(LDSCRIPT) | |
19321 | ||
19322 | If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), | |
19323 | then change into the board directory and try and create it. This allows you | |
19324 | to generate the linker script on the fly based upon board defines (like the | |
19325 | Blackfin boards do). | |
19326 | ||
19327 | There should be no regressions due to this change as the normal case is to | |
19328 | already have a u-boot.lds file. If that's the case, then there's nothing to | |
19329 | generate, and so make will always exit. The fix here is that if the linker | |
19330 | script does not exist, the implicit rules take over and attempt to guess how | |
19331 | to generate the file. | |
19332 | ||
19333 | Signed-off-by: Mike Frysinger <[email protected]> | |
19334 | ||
438a4c11 WD |
19335 | commit 5583cbf736474ef754e128a54fb78632f57b48fd |
19336 | Author: Marian Balakowicz <[email protected]> | |
19337 | Date: Thu Feb 21 17:27:49 2008 +0100 | |
19338 | ||
19339 | [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds | |
19340 | ||
19341 | Signed-off-by: Marian Balakowicz <[email protected]> | |
19342 | ||
19343 | commit 2242f5369822bc7780db95c47985bb408ea9157b | |
19344 | Author: Marian Balakowicz <[email protected]> | |
19345 | Date: Thu Feb 21 17:27:41 2008 +0100 | |
19346 | ||
19347 | [new uImage] Rename and move print_image_hdr() routine | |
19348 | ||
19349 | Signed-off-by: Marian Balakowicz <[email protected]> | |
19350 | ||
19351 | commit f50433d670ec2ee9e96abac67cdc6e5e061a810d | |
19352 | Author: Marian Balakowicz <[email protected]> | |
19353 | Date: Thu Feb 21 17:20:20 2008 +0100 | |
19354 | ||
19355 | [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines | |
19356 | ||
19357 | Introducing routines for parsing new uImage format bootm arguments: | |
19358 | [<addr>]#<conf> - configuration specification | |
19359 | [<addr>]:<subimg> - subimage specification | |
19360 | ||
19361 | New format images can contain multiple subimages of the same type. For example | |
19362 | a single new format image file can contain three kernels, two ramdisks and a | |
19363 | couple of FDT blobs. Subimage and configuration specifications are extensions | |
19364 | to bootm (and other image-related commands) arguments' syntax that allow to | |
19365 | specify which particular subimage should be operated on. | |
19366 | ||
19367 | Subimage specification is used to denote a particular subimage. Configurations | |
19368 | are a bit more complex -- they are used to define a particualr booting setup, | |
19369 | for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple, | |
19370 | etc. | |
19371 | ||
19372 | Signed-off-by: Marian Balakowicz <[email protected]> | |
19373 | ||
19374 | commit fff888a1997ff7de9b29e24050fc4a0fd403ba16 | |
19375 | Author: Marian Balakowicz <[email protected]> | |
19376 | Date: Thu Feb 21 17:20:19 2008 +0100 | |
19377 | ||
19378 | [new uImage] Add gen_get_image() routine | |
19379 | ||
19380 | This routine assures that image (whether legacy or FIT) is not | |
19381 | in a special dataflash storage. | |
19382 | ||
19383 | If image address is a dataflash address image is moved to system RAM. | |
19384 | ||
19385 | Signed-off-by: Marian Balakowicz <[email protected]> | |
19386 | ||
19387 | commit 75d3e8fbd93c14d9929d024c75af2d742c76db70 | |
19388 | Author: Marian Balakowicz <[email protected]> | |
19389 | Date: Thu Feb 21 17:20:18 2008 +0100 | |
19390 | ||
19391 | [new uImage] Pull in libfdt if CONFIG_FIT is enabled | |
19392 | ||
19393 | New uImage format (Flattened Image Tree) requires libfdt | |
19394 | functionality, print out error message if CONFIG_OF_LIBFDT | |
19395 | is not defined. | |
19396 | ||
19397 | New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT). | |
19398 | This commit turns it on by default. | |
19399 | ||
19400 | Signed-off-by: Marian Balakowicz <[email protected]> | |
19401 | ||
b29661fc WD |
19402 | commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728 |
19403 | Author: Michael Schwingen <[email protected]> | |
19404 | Date: Mon Feb 18 23:16:35 2008 +0100 | |
19405 | ||
19406 | CFI: Do not use uninitialized cmd_reset | |
19407 | ||
19408 | Do not use uninitialized cmd_reset; issue both AMD and Intel reset | |
19409 | commands instead | |
19410 | ||
19411 | From a short test, it looks like AMD-style flash roms treat *any* unknown | |
19412 | command write as a reset, at least when in CFI Query mode, so issuing the | |
19413 | Intel reset command to AMD-style flashs seems safe (from the small sample I | |
19414 | have), plus the 3-cycle magic sequence should kick the state machine into | |
19415 | the right state even without a reset command. Since the AMD-style flashs | |
19416 | require the unlock sequence for real operation, I chose to try the AMD reset | |
19417 | command first, so that Intel flashs do no see an invalid command prior to | |
19418 | the CFI query. | |
19419 | ||
19420 | I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix, | |
19421 | plus Intel StrataFlash. | |
19422 | ||
19423 | Signed-off-by: Michael Schwingen <[email protected]> | |
19424 | Signed-off-by: Stefan Roese <[email protected]> | |
19425 | ||
19426 | commit e7a85f26830c9f2e78506421c2d519a2965bc7a1 | |
19427 | Author: Rafal Jaworowski <[email protected]> | |
19428 | Date: Thu Feb 21 11:56:44 2008 +0100 | |
19429 | ||
19430 | API: Add (c) and licensing notice to the public API header. | |
19431 | ||
19432 | Signed-off-by: Rafal Jaworowski <[email protected]> | |
19433 | ||
19434 | commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6 | |
19435 | Author: Yuri Tikhonov <[email protected]> | |
19436 | Date: Thu Feb 21 11:06:07 2008 +0100 | |
19437 | ||
19438 | Fix CPU POST test failure | |
19439 | ||
19440 | The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the | |
19441 | ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered | |
19442 | by it. The gcc-4.2 with its more aggressive optimization exposes this fact. | |
19443 | This patch just saves the CR value before running the test code, so allowing | |
19444 | it to do anything it wants with CR. | |
19445 | ||
19446 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
19447 | Acked-by: Yuri Tikhonov <[email protected]> | |
19448 | -- | |
19449 | ||
19450 | commit d5908b093955415f3d340706378b991f911af671 | |
19451 | Author: Jon Loeliger <[email protected]> | |
19452 | Date: Wed Feb 20 15:26:51 2008 -0600 | |
19453 | ||
19454 | 8610HPCD: Document the flashbank selection switches. | |
19455 | ||
19456 | Signed-off-by: Jon Loeliger <[email protected]> | |
19457 | ||
19458 | commit a551cee99ad1d1da20fd23ad265de47448852f56 | |
19459 | Author: Jon Loeliger <[email protected]> | |
19460 | Date: Wed Feb 20 14:22:26 2008 -0600 | |
19461 | ||
19462 | 86xx: Fix GUR PCI config registers properly. | |
19463 | ||
19464 | Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where | |
19465 | I tried to "8610HPCD: Fix typos in two PCI setup registers", I | |
19466 | botched it due to not realizing that 8610 and 8641 had different | |
19467 | Global Utility Register defintions, one of which was like 85xx, | |
19468 | and the other wasn't. Correct this problem by introducing two | |
19469 | symbols, one for each 86xx SoC, but neither of which is named | |
19470 | anything like 85xx. | |
19471 | ||
19472 | My bad. Lovely Wednesday with git bisect. You know. | |
19473 | ||
19474 | Signed-off-by: Jon Loeliger <[email protected]> | |
19475 | ||
19476 | commit cb06eb961bdffc8728b38c242473d802e83ab2b4 | |
19477 | Author: Jon Loeliger <[email protected]> | |
19478 | Date: Wed Feb 20 12:24:11 2008 -0600 | |
19479 | ||
19480 | 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. | |
19481 | ||
19482 | Without an actual supported video card hooked up, enabling | |
19483 | the CONFIG_VIDEO by default just makes it look broken by | |
19484 | routing all console output to the video card. Don't. | |
19485 | ||
19486 | Signed-off-by: Jon Loeliger <[email protected]> | |
19487 | ||
19488 | commit 4d264eff4312f230776b913edade7ceb75f1b1e0 | |
19489 | Author: TsiChungLiew <[email protected]> | |
19490 | Date: Wed Jan 30 15:08:15 2008 -0600 | |
19491 | ||
19492 | ColdFire: Fix missing code flash size for M5485EVB | |
19493 | ||
19494 | Signed-off-by: James Mahan <[email protected]> | |
19495 | Signed-off-by: TsiChung Liew <[email protected]> | |
19496 | ||
19497 | commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d | |
19498 | Author: TsiChungLiew <[email protected]> | |
19499 | Date: Wed Jan 30 15:04:42 2008 -0600 | |
19500 | ||
19501 | ColdFire: Fix 5282 and 5271 interrupt mask bit | |
19502 | ||
19503 | Signed-off-by: TsiChung Liew <[email protected]> | |
19504 | ||
19505 | commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 | |
19506 | Author: Jon Loeliger <[email protected]> | |
19507 | Date: Tue Feb 19 12:31:08 2008 -0600 | |
19508 | ||
19509 | 8610HPCD: Fix typos in two PCI setup registers. | |
19510 | ||
19511 | The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA | |
19512 | were erroneously present as 85xx names and values, leftover from | |
19513 | the clone wars. Fix this by removing the 85xx cruft from the | |
19514 | 86xx codebase. | |
19515 | ||
19516 | Signed-off-by: Jon Loeliger <[email protected]> | |
19517 | ||
19518 | commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170 | |
19519 | Author: Jon Loeliger <[email protected]> | |
19520 | Date: Mon Feb 18 14:01:56 2008 -0600 | |
19521 | ||
19522 | 86xx: Convert sbc8641d to use libfdt. | |
19523 | ||
19524 | This is the proper fix for a missing closing brace in the function | |
01db232d | 19525 | ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com. |
b29661fc WD |
19526 | The ft_cpu_setup() function in mpc8641hpcn.c should have been |
19527 | removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE, | |
19528 | but was missed. Only, the sbc8641d was nominally still using it. | |
19529 | It all got ripped out, and the funcality that was in ft_board_setup() | |
19530 | was refactored to remove the CPU portions into the new file | |
19531 | cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now. | |
19532 | ||
19533 | Based loosely on an original patch from [email protected] | |
19534 | ||
19535 | Signed-off-by: Jon Loeliger <[email protected]> | |
19536 | ||
19537 | commit 04efddc87c50c84f85dad5c331c634a6ce830a83 | |
19538 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19539 | Date: Sun Feb 17 23:35:31 2008 +0100 | |
19540 | ||
19541 | mpc86xx: Fix unused variable 'config' and 'immap' | |
19542 | ||
19543 | and remove useless CONFIG_DDR_INTERLEAVE | |
19544 | ||
19545 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19546 | ||
19547 | commit 83d1b3876695c4f21faff2b731d9ef83f38ed208 | |
19548 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19549 | Date: Sun Feb 17 23:03:36 2008 +0100 | |
19550 | ||
19551 | mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' | |
19552 | ||
19553 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19554 | ||
19555 | commit b6f29c84c208a091f95a10cbc9852d729659ba20 | |
19556 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19557 | Date: Sun Feb 17 14:15:31 2008 +0100 | |
19558 | ||
19559 | s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' | |
19560 | ||
19561 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19562 | ||
19563 | commit 0937b8d869fdb42d6ad4fe312958639bd62c973f | |
19564 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19565 | Date: Sun Feb 17 14:15:32 2008 +0100 | |
19566 | ||
19567 | pxa: fix assignment from incompatible pointer type | |
19568 | ||
19569 | fix mmc_bread function prototype | |
19570 | ||
19571 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19572 | ||
19573 | commit 64d792063fff90b8118179b092feee09fe5cae13 | |
19574 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19575 | Date: Sun Feb 17 14:15:30 2008 +0100 | |
19576 | ||
19577 | at91cap9adk: fix implicit declaration of function 'eth_init' | |
19578 | ||
19579 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19580 | ||
19581 | commit 375c4353db8f900f7ec772e26fab116ec00f7d3a | |
19582 | Author: Wolfgang Denk <[email protected]> | |
19583 | Date: Sun Feb 17 15:43:44 2008 +0100 | |
19584 | ||
19585 | Remove files added by mistake, update CHANGELOG. | |
19586 | ||
19587 | Signed-off-by: Wolfgang Denk <[email protected]> | |
19588 | ||
375c4353 WD |
19589 | commit b738654d3c84a30f2bfd9a8d7652ff20807c890c |
19590 | Author: Mike Nuss <[email protected]> | |
19591 | Date: Wed Feb 6 11:10:11 2008 -0500 | |
19592 | ||
19593 | PPC440EPx: Optionally enable second I2C bus | |
19594 | ||
19595 | The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the | |
19596 | PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board | |
19597 | code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected. | |
19598 | ||
19599 | Signed-off-by: Mike Nuss <[email protected]> | |
19600 | Cc: Stefan Roese <[email protected]> | |
19601 | ||
19602 | commit ef5b4f221c22d05770878513951745f236b5b43f | |
19603 | Author: Niklaus Giger <[email protected]> | |
19604 | Date: Tue Feb 5 10:26:44 2008 +0100 | |
19605 | ||
19606 | ppc4xx: HCU4/5. Cleanup configs | |
19607 | ||
19608 | - hcu4.h: Removed define of CONFIG_PPC405GPr | |
19609 | - Corrected phy addresses | |
19610 | - Fix boot variables | |
19611 | - Respect line length of 80 chars | |
19612 | ||
19613 | Signed-off-by: Niklaus Giger <[email protected]> | |
19614 | ||
19615 | commit 74973126d1be63ac75bdc192f46234dca3a7c421 | |
19616 | Author: Niklaus Giger <[email protected]> | |
19617 | Date: Tue Feb 5 11:31:28 2008 +0100 | |
19618 | ||
19619 | ppc4xx: HCU4/5. Cleanups | |
19620 | ||
19621 | - Fix some coding style violations. | |
19622 | - Use in/out_u16/32 where appropriate. | |
19623 | - Use register names from ppc405.h. | |
19624 | - Fix trace useage for Lauterbach. | |
19625 | - Remove obsolete generation HCU2. | |
19626 | - Renamed fixed_hcu4_sdram to init_ppc405_sdram. | |
19627 | ||
19628 | Signed-off-by: Niklaus Giger <[email protected]> | |
19629 | ||
19630 | commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555 | |
19631 | Author: Niklaus Giger <[email protected]> | |
19632 | Date: Tue Feb 5 10:26:41 2008 +0100 | |
19633 | ||
19634 | ppc4xx: PPC405GPr fix missing register definitions | |
19635 | ||
19636 | Signed-off-by: Niklaus Giger <[email protected]> | |
19637 | ||
19638 | commit 214398d9cb22268d9d4f7563359edca0f78297a2 | |
19639 | Author: Larry Johnson <[email protected]> | |
19640 | Date: Fri Jan 18 21:49:05 2008 -0500 | |
19641 | ||
19642 | ppc4xx: Beautify configuration files for Sequoia and Korat boards | |
19643 | ||
19644 | Signed-off-by: Larry Johnson <[email protected]> | |
19645 | ||
19646 | commit 30c6a241e88499f536e86d325759e29ba00ff67f | |
19647 | Author: Anatolij Gustschin <[email protected]> | |
19648 | Date: Fri Feb 15 20:09:01 2008 +0100 | |
19649 | ||
19650 | Wipe out assembler warnings while compiling x86 biosemu | |
19651 | ||
19652 | This patch tries to get rid of some assembler warnings about | |
19653 | changed .got2 section type while compiling x86 bios emulator | |
19654 | code. | |
19655 | ||
19656 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
19657 | ||
19658 | commit 67a4389e39ad853d65b72e2b7cad15c7e8291147 | |
19659 | Author: Wolfgang Denk <[email protected]> | |
19660 | Date: Fri Feb 15 00:57:09 2008 +0100 | |
19661 | ||
19662 | Prepare v1.3.2-rc1 release candidate | |
19663 | ||
67a4389e WD |
19664 | commit f33e9653c9c09868995d788511d573771c209fe5 |
19665 | Author: Anatolij Gustschin <[email protected]> | |
19666 | Date: Fri Feb 15 00:13:20 2008 +0100 | |
19667 | ||
19668 | Fix compile warning on lib_ppc/board.c | |
19669 | ||
19670 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
19671 | ||
19672 | commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4 | |
19673 | Author: Anatolij Gustschin <[email protected]> | |
19674 | Date: Thu Feb 14 18:22:04 2008 +0100 | |
19675 | ||
19676 | Add Radeon Mobility 9200 pci device id to the radeon driver | |
19677 | ||
19678 | This patch extends PCI device id table of the | |
19679 | radeon driver so that the driver will also support | |
19680 | Radeon Mobility 9200 (M9+) based boards. | |
19681 | ||
19682 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
19683 | ||
19684 | commit 1b8607e1f7143548c6062c28371449ec69588c00 | |
19685 | Author: Anatolij Gustschin <[email protected]> | |
19686 | Date: Thu Feb 14 18:19:50 2008 +0100 | |
19687 | ||
19688 | Extend ATI Radeon driver to support more video modes | |
19689 | ||
19690 | Adds ATI Radeon 9200 support for 1280x1024, 1024x768, | |
19691 | 800x600, 640x480 at 24, 16 and 8 bpp. | |
19692 | ||
19693 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
19694 | ||
19695 | commit 4124382de029d361162a4b8cecc773eb8f26e2a8 | |
19696 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19697 | Date: Sun Feb 10 17:05:20 2008 +0100 | |
19698 | ||
19699 | xsengine: fix typo and few coding style | |
19700 | ||
19701 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19702 | ||
19703 | commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e | |
19704 | Author: Guennadi Liakhovetski <[email protected]> | |
19705 | Date: Fri Feb 8 21:25:58 2008 +0100 | |
19706 | ||
19707 | Fix wrong memory limit calculation in memory-test | |
19708 | ||
19709 | If the length of the memory address range passed to the "mtest" command is | |
19710 | not of the form 2^x - 1, not all address lines are tested. This bug is | |
19711 | inherited from the original software at | |
19712 | http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix | |
19713 | this. | |
19714 | ||
19715 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
19716 | ||
19717 | commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db | |
19718 | Author: Wolfgang Denk <[email protected]> | |
19719 | Date: Fri Feb 15 00:11:39 2008 +0100 | |
19720 | ||
19721 | Coding STyle cleanup. | |
19722 | ||
19723 | Signed-off-by: Wolfgang Denk <[email protected]> | |
19724 | ||
19725 | commit f6921e3dc331293c873ec4d109fd5517a42a90b3 | |
19726 | Author: Nobuhiro Iwamatsu <[email protected]> | |
19727 | Date: Tue Feb 5 13:30:43 2008 +0900 | |
19728 | ||
19729 | sh: Fix register address of SH7722 | |
19730 | ||
19731 | The address of SH7722 is wrong by old document. | |
19732 | This patch fixes this problem. | |
19733 | ||
19734 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
19735 | ||
19736 | commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2 | |
19737 | Author: Mike Frysinger <[email protected]> | |
19738 | Date: Mon Feb 4 17:44:23 2008 -0500 | |
19739 | ||
19740 | only update version header as needed | |
19741 | ||
19742 | Constantly rebuilding the version header will force useless relinking, so we | |
19743 | simply need to compare the new header with the existing one before updating | |
19744 | it. | |
19745 | ||
19746 | Signed-off-by: Mike Frysinger <[email protected]> | |
19747 | ||
19748 | commit 208447f8e953f347425eb92c8e28d59e6d911363 | |
19749 | Author: Mike Frysinger <[email protected]> | |
19750 | Date: Mon Jan 28 05:56:19 2008 -0500 | |
19751 | ||
19752 | Do not specify a CROSS_COMPILE default when executing size | |
19753 | ||
19754 | Signed-off-by: Mike Frysinger <[email protected]> | |
19755 | ||
19756 | commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e | |
19757 | Author: Guennadi Liakhovetski <[email protected]> | |
19758 | Date: Wed Feb 13 11:19:19 2008 +0100 | |
19759 | ||
19760 | Fix return value of mtest when CFG_ALT_MEMTEST set | |
19761 | ||
19762 | Fix a missing return statement from a non-void function. | |
19763 | ||
19764 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
19765 | ||
19766 | commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602 | |
19767 | Author: Timur Tabi <[email protected]> | |
19768 | Date: Wed Jan 9 14:35:26 2008 -0600 | |
19769 | ||
19770 | 85xx, 86xx: Determine I2C clock frequencies and store in global_data | |
19771 | ||
19772 | Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. | |
19773 | ||
19774 | Update the get_clocks() function in 85xx and 86xx to determine the I2C | |
19775 | clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. | |
19776 | ||
19777 | Signed-off-by: Timur Tabi <[email protected]> | |
19778 | ||
19779 | commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08 | |
19780 | Author: Wolfgang Denk <[email protected]> | |
19781 | Date: Thu Feb 14 23:18:01 2008 +0100 | |
19782 | ||
19783 | TQM834x: clean up configuration | |
19784 | ||
19785 | Get board name consistent with Linux and elsewhere; | |
19786 | get rid of local network definitions etc. | |
19787 | ||
19788 | Signed-off-by: Wolfgang Denk <[email protected]> | |
19789 | ||
19790 | commit 38cc09c55b1d7f233789052c6fc462e5377669a9 | |
19791 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19792 | Date: Thu Feb 14 08:02:12 2008 +0100 | |
19793 | ||
19794 | TFTP: fix search of ':' in BootFile | |
19795 | ||
19796 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
19797 | ||
19798 | commit 0bc9efada170096c6b273f19165e32936d330d80 | |
19799 | Author: Wolfgang Denk <[email protected]> | |
19800 | Date: Thu Feb 14 22:46:55 2008 +0100 | |
19801 | ||
19802 | Coding style cleanup; update CHANGELOG. | |
19803 | ||
19804 | Signed-off-by: Wolfgang Denk <[email protected]> | |
19805 | ||
0bc9efad WD |
19806 | commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b |
19807 | Author: Wolfgang Denk <[email protected]> | |
19808 | Date: Thu Feb 14 22:43:22 2008 +0100 | |
19809 | ||
19810 | PPC: Use r2 instead of r29 as global data pointer | |
19811 | ||
19812 | R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc | |
19813 | will refuse to use load/store multiple insns; instead, it issues a | |
19814 | list of simple load/store instructions upon function entry and exit, | |
19815 | resulting in bigger code size, which in turn makes the build for a | |
19816 | few boards fail. | |
19817 | ||
19818 | Use r2 instead. | |
19819 | ||
19820 | Signed-off-by: Wolfgang Denk <[email protected]> | |
19821 | ||
19822 | commit 3c234efa693bc59906c2be55c7918ecbb55392ea | |
19823 | Author: Uwe Kleine-König <[email protected]> | |
19824 | Date: Wed Jan 30 09:08:49 2008 +0100 | |
19825 | ||
19826 | ARM: make the machid configurable via the environment | |
19827 | ||
19828 | If the variable "machid" exists, let do_bootm_linux use that instead | |
19829 | of bd->bi_arch_number. | |
19830 | ||
19831 |