]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Coding Style cleanup; update CHANGELOG
[karo-tx-uboot.git] / CHANGELOG
1 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
2 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3 Date:   Fri Feb 20 13:01:56 2009 -0500
4
5     Cleanup the comment for m68k linux boot argument passing.
6
7     This patch clarifies the way m68k passes linux boot argument.
8     The one gotcha here is that the assembly instruction that
9     the compiler uses to jump to the kernel is 'jsr' which pushes the
10     program counter for the instruction after the jsr into the stack pointer.
11
12     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13     Signed-off-by: Wolfgang Denk <wd@denx.de>
14
15 commit 4d41650eec959668280a612467bd95c7b8398513
16 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
17 Date:   Tue Feb 10 16:44:45 2009 +0000
18
19     sh: Fix rsk7203 in tree build
20
21     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
22
23 commit fca0cecff73db99d99ad094cca7980472b8a11b5
24 Author: Minkyu Kang <mk7.kang@samsung.com>
25 Date:   Wed Feb 18 09:05:52 2009 +0900
26
27     bootm: Reduce the unnecessary memmove
28
29     Although load address and image start address are same address,
30     bootm command always does memmove.
31     That is unnecessary memmove and can be taken few milliseconds
32     (about 500 msec to 1000 msec).
33     If skip this memmove, we can reduce the boot time.
34
35     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
36
37 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
38 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
39 Date:   Sun Feb 15 22:29:15 2009 +0100
40
41     fpga: Fix Spartan III FPGA booting
42
43     This patch does some minor fixing of the Xilinx Spartan III
44     FPGA boot code:
45
46     - Fixed call order of post configuration callback and
47       success message printing (result of copy-paste?)
48     - remove obsolete comment
49     - minor coding style cleanup
50
51     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52
53 commit 3818b677641038d27b2663fbd6771ad38c932f86
54 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
55 Date:   Sun Feb 15 22:28:36 2009 +0100
56
57     fpga: Fix Spartan II FPGA booting
58
59     This patch does some minor fixing of the Xilinx Spartan II
60     FPGA boot code:
61
62     - Fixed call order of post configuration callback and
63       success message printing (result of copy-paste?)
64     - relocate post configuration callback only when it
65       is implemented
66     - remove obsolete comment
67     - minor coding style cleanup
68
69     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70
71 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
72 Author: Mike Frysinger <vapier@gentoo.org>
73 Date:   Wed Feb 11 20:26:52 2009 -0500
74
75     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
76
77     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
78
79 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
80 Author: Derek Ou <dou@siconix.com>
81 Date:   Tue Feb 3 16:00:07 2009 -0700
82
83     lcd_putc bug fix for tab.
84
85     Signed-off-by: Derek Ou <dou@siconix.com>
86
87 commit 35c9e14d8096e519fe76c953a43d52a09617345c
88 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
89 Date:   Mon Feb 2 09:46:21 2009 +0900
90
91     MIPS: cpu/mips/Makefile: Add a missing START line
92
93     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
94     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
95     line.  This patch puts it back.
96
97     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
98
99 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
100 Author: Wolfgang Denk <wd@denx.de>
101 Date:   Sat Feb 21 21:51:21 2009 +0100
102
103     Enable ext2 support for TQM8xxL/M based boards
104
105     Signed-off-by: Wolfgang Denk <wd@denx.de>
106
107 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
108 Author: Tom Rix <Tom.Rix@windriver.com>
109 Date:   Fri Feb 20 03:47:50 2009 +0100
110
111     ARM:PXA Use new definitions in mmc.h
112
113     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
115
116 commit 682beeac34dc9ab18fab58b26973d2e29d113717
117 Author: Andy Fleming <afleming@freescale.com>
118 Date:   Fri Feb 20 03:47:50 2009 +0100
119
120     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
121
122     These names are being taken over by the new MMC framework.  Hopefuly
123     the PXA can be easily ported, and these functions will go away entirely.
124
125     Signed-off-by: Andy Fleming <afleming@freescale.com>
126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
127
128 commit b03d92e5584935886ff91d5aa0755dc8888b7187
129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
130 Date:   Fri Feb 20 03:47:50 2009 +0100
131
132     pxa: move mmc drivers to drivers/mmc
133
134     introduce new macro CONFIG_PXA_MMC to activate it
135
136     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
137
138 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
139 Author: Tom Rix <Tom.Rix@windriver.com>
140 Date:   Thu Feb 19 19:27:22 2009 -0600
141
142     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
143
144     These structures are defined in the common mmc.h
145
146     This was compile checked on cerf250.
147
148 commit 94a3312920b6f9b5da27309549fb73650718c10a
149 Author: Micha Kalfon <smichak.uv@gmail.com>
150 Date:   Wed Feb 11 19:50:11 2009 +0200
151
152     pxa: fixing get_timer to return time in miliseconds.
153
154     Fixing the get_timer function to return time in miliseconds instead of
155     ticks. Also fixed PXA boards to use the conventional value of 1000 for
156     CONFIG_SYS_HZ.
157
158     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
159
160 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
161 Author: Tom Rix <Tom.Rix@windriver.com>
162 Date:   Thu Feb 19 16:45:43 2009 -0600
163
164     ARM:OMAP3 Change mmc_init to mmc_legacy_init
165
166     omap3_mmc.c was changed to define mmc_legacy_init.
167     Remove unused functions.
168
169     Compile tested on all arm
170     Runtime tested on Zoom1.
171
172     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
173
174 commit 9e80bb21629988063574f88ca0d28baadff4d963
175 Author: Heiko Schocher <hs@denx.de>
176 Date:   Thu Feb 19 17:23:58 2009 +0100
177
178     82xx, mgcoge: updates for 2009.03
179
180     - activate CS4 for accessing the FPGA
181     - activate Rx buf len > 1 on SMC
182     - pram activated
183     - MTDPARTS_DEFAULT defined
184     - update the size of the flashes in the DTS
185       before booting Linux
186     - MONITOR_LEN updated to 384k
187     - added CONFIG_HOSTNAME
188     - added CONFIG_ENV_BUFFER_PRINT
189     - Environment size reduced to 16k
190
191     Signed-off-by: Heiko Schocher <hs@denx.de>
192
193 commit df909554e2401f307925e1bd45d576e4176d9de9
194 Author: Heiko Schocher <hs@denx.de>
195 Date:   Thu Feb 19 17:24:01 2009 +0100
196
197     8xx, mgsuvd: updates for 2009.03
198
199     - activate Rx buf len > 1 on SMC
200     - pram activated
201     - MTDPARTS_DEFAULT defined
202     - update the size of the flash in the DTS
203       before booting Linux
204     - MONITOR_LEN updated to 384k
205     - added CONFIG_HOSTNAME
206     - added CONFIG_ENV_BUFFER_PRINT
207     - Environment size reduced to 16k
208
209     Signed-off-by: Heiko Schocher <hs@denx.de>
210
211 commit 3511b4e208e12be85b532866f1c660aa2e021557
212 Author: Dirk Behme <dirk.behme@googlemail.com>
213 Date:   Wed Feb 18 19:59:39 2009 +0100
214
215     MMC: Don't use new framework code if not enabled
216
217     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
218     isn't enabled.
219
220     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
221
222 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
223 Author: Wolfgang Denk <wd@denx.de>
224 Date:   Thu Feb 19 13:53:29 2009 +0100
225
226     TQM8xxL: make some room in low memory for future needs
227
228     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
229     small boot sectors in the flash. This patch makes some room in the
230     first sector to prepare for a size increase of lib_generic/vsprintf.o
231     by a future patch.
232
233     Signed-off-by: Wolfgang Denk <wd@denx.de>
234
235 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
236 Author: Kim Phillips <kim.phillips@freescale.com>
237 Date:   Wed Feb 18 18:06:18 2009 -0600
238
239     README: remove duplicate entry
240
241     it's been around since the original commit (2ad6b513) that added two
242     identical entries.
243
244     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
245
246 commit 1bba30efe1717bea13026e15c7c7d906419fac69
247 Author: Wolfgang Denk <wd@denx.de>
248 Date:   Thu Feb 19 00:41:08 2009 +0100
249
250     Coding style cleanup, update CHANGELOG
251
252     Signed-off-by: Wolfgang Denk <wd@denx.de>
253
254 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
255 Author: Kim Phillips <kim.phillips@freescale.com>
256 Date:   Wed Feb 18 17:43:59 2009 -0600
257
258     sata_sil3114: fix compiler warning
259
260     judging from other printfs in the same file, it seems ata should be
261     postpended with the interface number, not the address of the global
262     port variable.  Fixes this for current u-boot-mpc83xx tree:
263
264     Configuring for MPC8349ITX board...
265     sata_sil3114.c: In function 'sata_bus_softreset':
266     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
267     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
268
269     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
270
271 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
272 Author: Ron Madrid <ron_madrid@sbcglobal.net>
273 Date:   Wed Feb 18 14:30:44 2009 -0800
274
275     Create configuration option for restricted ns16550 functions
276
277     This patch will create a configuration option for a minimum configuration for
278     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
279     configuration option to the SIMPC8313.h config file in order to fix the NAND
280     bootstrap build error.  This option will exclude all functions with exception of
281     NS16550_putc and NS16550_init.  This will be used primarily to save space and
282     remove unused code from builds in which space is limited.
283
284     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
285
286 commit 7b0bc0219db8981613259473cf19699ac259b4fb
287 Author: Kim Phillips <kim.phillips@freescale.com>
288 Date:   Wed Feb 18 16:14:29 2009 -0600
289
290     mkconfig: include board config.h before asm/config.h
291
292     swapping the include order suppresses warnings for board configs
293     that define their own CONFIG_MAX_MEM_MAPPED:
294
295     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
296                     from /home/r1aaha/git/u-boot/include/common.h:35,
297                     from simpc8313.c:26:
298     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
299     "CONFIG_MAX_MEM_MAPPED" redefined
300     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
301                     from /home/r1aaha/git/u-boot/include/common.h:35,
302                     from simpc8313.c:26:
303     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
304     the location of the previous definition
305
306     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
307
308 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
309 Author: Wolfgang Denk <wd@denx.de>
310 Date:   Wed Feb 18 21:35:38 2009 +0100
311
312     Fix build errors after making flash_get_info() non-static
313
314     Fix for these build problems:
315     error: static declaration of 'flash_get_info' follows non-static declaration
316
317     Signed-off-by: Wolfgang Denk <wd@denx.de>
318
319 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
320 Author: Stefan Roese <sr@denx.de>
321 Date:   Wed Feb 18 13:18:00 2009 +0100
322
323     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
324
325     This patch fixes a problem recently seen on some 4xx platforms. For
326     example on Kilauea PCIe slot #0.
327
328     Signed-off-by: Stefan Roese <sr@denx.de>
329
330 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
331 Author: Stefan Roese <sr@denx.de>
332 Date:   Wed Feb 18 14:05:37 2009 +0100
333
334     ppc4xx: Some more PMC405 coding-style cleanup
335
336     Signed-off-by: Stefan Roese <sr@denx.de>
337
338 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
339 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
340 Date:   Sun Feb 15 22:27:47 2009 +0100
341
342     ppc4xx: Update PMC405 board support
343
344     This patch prepares the good old PMC405 board support for
345     upcoming PMC405V2 patches.
346
347     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
348     Signed-off-by: Stefan Roese <sr@denx.de>
349
350 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
351 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
352 Date:   Sun Feb 15 22:26:54 2009 +0100
353
354     ppc4xx: Cleanup PMC405 board support
355
356     This patch fixes coding style for PMC405 board support.
357     Also some unneeded features/code is removed.
358
359     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
360     Signed-off-by: Stefan Roese <sr@denx.de>
361
362 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
363 Author: Ilya Yanok <yanok@emcraft.com>
364 Date:   Thu Feb 5 04:08:20 2009 +0100
365
366     qong: changes to Dave/DENX Qong configuration
367
368     1. Changes to the default environment:
369       - "bootcmd" defined as "run flash_self"
370       - "saveenv" command removed from "update"
371       - "uboot" changed to "u-boot" (also in "load")
372       - "addmtd" variable defined (and added to all boot commands)
373     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
374     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
375     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
376     with truncated "bootargs" environment variable.
377
378     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
379
380 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
382 Date:   Sun Feb 1 17:07:52 2009 +0100
383
384     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
385
386     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
387
388 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
390 Date:   Sun Feb 1 17:07:51 2009 +0100
391
392     common/console: coding style cleanup
393
394     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
395
396 commit daaf74f176b548dfd34a9990231f4189201d57ba
397 Author: Mike Frysinger <vapier@gentoo.org>
398 Date:   Thu Jan 29 20:02:23 2009 -0500
399
400     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
401
402     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
403     into the Makefile so we avoid pointless compiling of the file.
404
405     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
406
407 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
408 Author: Mike Frysinger <vapier@gentoo.org>
409 Date:   Thu Jan 29 20:02:07 2009 -0500
410
411     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
412
413     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
414     avoid pointless compiles.
415
416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
417
418 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
419 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
420 Date:   Thu Jan 29 10:35:40 2009 +0200
421
422     include/image.h: Ease grepping of image_* functions
423
424     Because the functions have been defined using macros, grepping for
425     their definitions is not possible. This patch adds the real function
426     names in comments.
427
428     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
429     Acked-by: Mike Frysinger <vapier@gentoo.org>
430
431 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
432 Author: Mike Frysinger <vapier@gentoo.org>
433 Date:   Wed Jan 28 19:08:14 2009 -0500
434
435     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
436
437     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
438     rather than a generic "env" command, or anything else related to the
439     environment.  So, let's make sure the define is named accordingly.
440
441     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
442
443 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
444 Author: Valeriy Glushkov <gvv@lstec.com>
445 Date:   Fri Jan 23 20:02:17 2009 +0200
446
447     disable imls command if no flash is defined
448
449     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
450
451     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
452
453 commit 923aa48126259c13de95131203f1d28bfa5cb889
454 Author: Rafal Jaworowski <raj@semihalf.com>
455 Date:   Fri Jan 23 13:27:18 2009 +0100
456
457     API: Improve glue mid-layer of the API demo application.
458
459     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
460     read, which allows for better control and error handling (this introduces
461     additional error code API_ESYSC returned by the glue mid-layer).
462
463     - Clean up definitions naming and usage.
464
465     - Other minor cosmetics.
466
467     Note these changes do not touch the API proper, so the interface between
468     U-Boot and standalone applications remains unchanged.
469
470     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
471
472 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
473 Author: Rafal Jaworowski <raj@semihalf.com>
474 Date:   Fri Jan 23 13:27:17 2009 +0100
475
476     API: Only output test data when reading was successful.
477
478     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
479
480 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
481 Author: Rafal Jaworowski <raj@semihalf.com>
482 Date:   Fri Jan 23 13:27:16 2009 +0100
483
484     API: Provide syscall entry point for the ARM architecture.
485
486     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
487     Acked-by: Rafal Jaworowski <raj@semihalf.com>
488
489 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
490 Author: Rafal Jaworowski <raj@semihalf.com>
491 Date:   Fri Jan 23 13:27:15 2009 +0100
492
493     API: Use stack pointer as API signature search hint in the glue layer.
494
495     De-hardcode range in RAM we search for the API signature. Instead use the stack
496     pointer as a hint to narrow down the range in which the signature could reside
497     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
498     from stack area). Adjust PowerPC code in API demo to the new scheme.
499
500     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
501     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
502
503 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
504 Author: Wolfgang Denk <wd@denx.de>
505 Date:   Tue Feb 17 10:26:38 2009 +0100
506
507     TQM8260: fix locations of kernel and ramdisk images in flash
508
509     After introducing redundant environment the kernel images was
510     overlapping with environment.
511
512     Signed-off-by: Wolfgang Denk <wd@denx.de>
513
514 commit e1ac387f4645499746856adc1aeaa9787da2eca6
515 Author: Andy Fleming <afleming@freescale.com>
516 Date:   Thu Oct 30 16:50:14 2008 -0500
517
518     83xx: Add eSDHC support on 8379 EMDS board
519
520     Signed-off-by: Andy Fleming <afleming@freescale.com>
521
522 commit 80522dc8369a89938369fbcee572e662373bc9a3
523 Author: Andy Fleming <afleming@freescale.com>
524 Date:   Thu Oct 30 16:51:33 2008 -0500
525
526     85xx: Add eSDHC support for 8536 DS
527
528     Signed-off-by: Andy Fleming <afleming@freescale.com>
529
530 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
531 Author: Andy Fleming <afleming@freescale.com>
532 Date:   Thu Oct 30 16:47:16 2008 -0500
533
534     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
535
536     This uses the new MMC framework
537
538     Some contributions by Dave Liu <daveliu@freescale.com>
539
540     Signed-off-by: Andy Fleming <afleming@freescale.com>
541
542 commit 272cc70b211e945e4413122aa73868f6ada732a5
543 Author: Andy Fleming <afleming@freescale.com>
544 Date:   Thu Oct 30 16:41:01 2008 -0500
545
546     Add MMC Framework
547
548     Here's a new framework (based roughly off the linux one) for managing
549     MMC controllers.  It handles all of the standard SD/MMC transactions,
550     leaving the host drivers to implement only what is necessary to
551     deal with their specific hardware.
552
553     This also hooks the infrastructure into the PowerPC board code
554     (similar to how the ethernet infrastructure now hooks in)
555
556     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
557
558     Signed-off-by: Andy Fleming <afleming@freescale.com>
559
560 commit 1de97f9856f697380cc504126ab92561ed238803
561 Author: Andy Fleming <afleming@freescale.com>
562 Date:   Thu Oct 30 16:31:39 2008 -0500
563
564     Eliminated arch-specific mmc header requirement
565
566     The current MMC infrastructure relies on the existence of an
567     arch-specific header file.  This isn't necessary, and a couple
568     drivers were forced to implement dummy files to meet this requirement.
569     Instead, we move the stuff in those header files into a more appropriate
570     place, and eliminate the stubs and the #include of asm/arch/mmc.h
571
572     Signed-off-by: Andy Fleming <afleming@freescale.com>
573
574 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
575 Author: Andy Fleming <afleming@freescale.com>
576 Date:   Thu Oct 30 16:21:00 2008 -0500
577
578     Convert mmc_init to mmc_legacy_init
579
580     This is to get it out of the way of incoming MMC framework
581
582     Signed-off-by: Andy Fleming <afleming@freescale.com>
583
584 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
585 Author: Andy Fleming <afleming@freescale.com>
586 Date:   Thu Oct 30 16:19:25 2008 -0500
587
588     Eliminate support for using MMC as memory
589
590     MMC cards are not memory, so we stop treating them that way.
591
592     Signed-off-by: Andy Fleming <afleming@freescale.com>
593
594 commit e1be0d25ecf494ae81245ca438738ba839d6329b
595 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
596 Date:   Sun Jan 4 08:46:38 2009 +0530
597
598     32bit BUg fix for DDR2 on 8572
599
600     This errata fix is required for 32 bit DDR2 controller on 8572.
601     May  also be required for P10XX20XX platforms
602
603     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
604
605 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
606 Author: Andy Fleming <afleming@freescale.com>
607 Date:   Mon Feb 16 09:40:20 2009 -0600
608
609     TQM85xx: Fix a couple warnings in TQM8548 build
610
611     The ecm variable in sdram.c was being declared for all 8548, but only
612     used by specific 8548 boards, so we make that variable require those
613     specific boards, too
614
615     The nand code was using an index "i" into a table, and then re-using "i"
616     to set addresses for each upm.  However, then it relied on the old value
617     of i still being there to enable things.  Changed the second "i" to "j"
618
619     Signed-off-by: Andy Fleming <afleming@freescale.com>
620
621 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
622 Author: Wolfgang Grandegger <wg@grandegger.com>
623 Date:   Wed Feb 11 18:38:26 2009 +0100
624
625     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
626
627     This patch adds the workaround for erratum DDR20 according to MPC8548
628     Device Errata document, Rev. 1: "CKE signal may not function correctly
629     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
630     processor version 2.1 and the work-around must be removed.
631
632     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
633
634 commit 080408fdc71706adcb883d22125637c54f6010b1
635 Author: Wolfgang Grandegger <wg@grandegger.com>
636 Date:   Wed Feb 11 18:38:25 2009 +0100
637
638     MPC85xx: TQM8548: use cache for AG and BE variants
639
640     This patch makes accesses to the system memory cachable by removing the
641     caching-inhibited and guarded flags from the relevant TLB entries for
642     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
643     are configured similarly.
644
645     This results in a big averall performace improvement. TFTP downloads,
646     NAND Flash accesses, kernel boots, etc. are much faster.
647
648     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
649
650 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
651 Author: Wolfgang Grandegger <wg@grandegger.com>
652 Date:   Wed Feb 11 18:38:24 2009 +0100
653
654     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
655
656     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
657     module.
658
659     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
660     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
661
662 commit 88b0e88d186479349e5a2b771e82775109e10fb4
663 Author: Wolfgang Grandegger <wg@grandegger.com>
664 Date:   Wed Feb 11 18:38:23 2009 +0100
665
666     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
667
668     According to new TQM8548 timing specification:
669     Refresh Recovery: 34 -> 53 clocks
670     CKE pulse width:  1 -> 3 cycles
671     Window for four activities: 13 -> 14 cycles
672
673     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
674     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
675
676 commit a865bcdac89278cac4dfc07dec8299403110499d
677 Author: Wolfgang Grandegger <wg@grandegger.com>
678 Date:   Wed Feb 11 18:38:22 2009 +0100
679
680     MPC85xx: TQM8548: add support for the TQM8548_AG module
681
682     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
683     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
684     with "$ make TQM8548_AG_config".
685
686     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
687
688 commit ad7ee5d43b0db94079d56521dabca25674f28747
689 Author: Wolfgang Grandegger <wg@grandegger.com>
690 Date:   Wed Feb 11 18:38:21 2009 +0100
691
692     MPC85xx: TQM8548: add support for the TQM8548_BE module
693
694     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
695     interface. With NAND support, the image is significantly larger and
696     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
697     module with "$ make TQM8548_BE_config".
698
699     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
700
701 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
702 Author: Wolfgang Grandegger <wg@grandegger.com>
703 Date:   Wed Feb 11 18:38:20 2009 +0100
704
705     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
706
707     The TQM8548_AG module does not have the standard PCI/PCI-X interface
708     connected but just the PCI Express interface . So far it was not
709     possible to disable it without disabling the complete PCI interface
710     (CONFIG_PCI) including PCI Express.
711
712     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
713
714 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
715 Author: Wolfgang Grandegger <wg@grandegger.com>
716 Date:   Wed Feb 11 18:38:19 2009 +0100
717
718     MPC85xx: TQM85xx: fix flash protection for boot loader
719
720     As the reset vector is located at 0xfffffffc, all flash sectors from the
721     beginning of the U-Boot binary to 0xffffffff must be protected. On the
722     TQM8548-AG having small sectors at the end of the flash it happened that
723     the last two sector were not protected and an "erase all" left an
724     un-bootable system behind:
725
726     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
727       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
728       Erase timeout: 8192 ms, write timeout: 1 ms
729
730       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
731       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
732
733     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
734     board BSPs as well.
735
736     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
737
738 commit a1c8a719262151f97119e76166043ee3da3f97b2
739 Author: Peter Tyser <ptyser@xes-inc.com>
740 Date:   Fri Feb 6 14:30:40 2009 -0600
741
742     86xx: Update CPU info output on bootup
743
744     - Update style of 86xx CPU information on boot to more closely
745       match 85xx boards
746     - Fix detection of 8641/8641D
747     - Use strmhz() to display frequencies
748     - Display L1 information
749     - Display L2 cache size
750     - Fixed CPU/SVR version output
751
752     == Before ==
753     Freescale PowerPC
754     CPU:
755         Core: E600 Core 0, Version: 0.2, (0x80040202)
756         System: Unknown, Version: 2.1, (0x80900121)
757         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
758         L2: Enabled
759     Board: X-ES XPedite5170 3U VPX SBC
760
761     == After ==
762     CPU:   8641D, Version: 2.1, (0x80900121)
763     Core:  E600 Core 0, Version: 2.2, (0x80040202)
764     Clock Configuration:
765            CPU:1066.667 MHz, MPX:533.333 MHz
766            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
767     L1:    D-cache 32 KB enabled
768            I-cache 32 KB enabled
769     L2:    512 KB enabled
770     Board: X-ES XPedite5170 3U VPX SBC
771
772     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
773
774 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
775 Author: Peter Tyser <ptyser@xes-inc.com>
776 Date:   Thu Feb 5 11:25:24 2009 -0600
777
778     86xx: Update Global Utilities structure
779
780     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
781
782 commit 4ef630df773e45806d701bf5d25c328778bb4cde
783 Author: Peter Tyser <ptyser@xes-inc.com>
784 Date:   Thu Feb 5 11:25:25 2009 -0600
785
786     86xx: Reset update
787
788     Update the 86xx reset sequence to try executing a board-specific reset
789     function.  If the board-specific reset is not implemented or does not
790     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
791     reset procedure than the previous method and allows all board
792     peripherals to be reset if needed.
793
794     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
795
796 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
797 Author: Kumar Gala <galak@kernel.crashing.org>
798 Date:   Tue Feb 10 23:53:40 2009 -0600
799
800     fsl-ddr: Allow system to boot if we have more than 4G of memory
801
802     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
803     an error and hang.  Instead of doing that since DDR is mapped in the
804     lowest priority LAWs we setup the DDR controller and the max amount
805     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
806
807     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
808     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
809
810 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
811 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
812 Date:   Wed Jan 21 17:17:33 2009 -0600
813
814     mpc85xx: Add support for the P2020
815
816     Added various p2020 processor specific details:
817     * SVR for p2020, p2020E
818     * immap updates for LAWs and DDR on p2020
819     * LAW defines related to p2020
820
821     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
822     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
823     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
824
825 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
826 Author: Kumar Gala <galak@kernel.crashing.org>
827 Date:   Tue Feb 10 17:36:15 2009 -0600
828
829     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
830
831     Added some info that is printed out when we boot to distiquish if we
832     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
833     different address maps.
834
835     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
836
837 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
838 Author: Andy Fleming <afleming@freescale.com>
839 Date:   Fri Dec 5 20:10:22 2008 -0600
840
841     Fixup SGMII PHY ids in the device tree
842
843     The device tree's PHY addresses need to be fixed up if we're using the
844     SGMII Riser Card.
845
846     The 8572, 8536, and 8544 DS boards were modified to call this function.
847
848     Code idea taken from Liu Yu <yu.liu@freescale.com>
849
850     Signed-off-by: Andy Fleming <afleming@freescale.com>
851
852 commit 5dc0cf68f8f101042997d75188081d8526d705ea
853 Author: Andy Fleming <afleming@freescale.com>
854 Date:   Wed Feb 11 15:10:31 2009 -0600
855
856     Make some minor whitespace changes to eliminate line-wrapping
857
858     Signed-off-by: Andy Fleming <afleming@freescale.com>
859
860 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
861 Author: Andy Fleming <afleming@freescale.com>
862 Date:   Wed Feb 11 15:07:24 2009 -0600
863
864     Add eth_get_dev_by_index
865
866     This allows code to iterate through the ethernet devices
867
868     Signed-off-by: Andy Fleming <afleming@freescale.com>
869
870 commit b67305120aaf268a6140125346678166d14f1f47
871 Author: Kumar Gala <galak@kernel.crashing.org>
872 Date:   Mon Feb 9 22:03:04 2009 -0600
873
874     85xx: Fix bug in device tree setup in 36-bit physical confg
875
876     In the 36-bit physical config for MPC8572DS when need the start address
877     of memory and it size to be kept in phys_*_t instead of a ulong since
878     we support >4G of memory in the config and ulong cant represent that.
879     Otherwise we end up seeing the memory node in the device tree reporting
880     back we have memory starting @ 0 and of size 0.
881
882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
883
884 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
885 Author: Kumar Gala <galak@kernel.crashing.org>
886 Date:   Mon Feb 9 22:03:05 2009 -0600
887
888     85xx: Fix address map for 36-bit config of MPC8572DS
889
890     When we introduced the 36-bit config of the MPC8572DS board we had the
891     wrong PCI MEM bus address map.  Additionally, the change to the address
892     map exposes a small issue in our dummy read on the ULI bus.  We need
893     to use the new mapping functions to handle that read properly in the
894     36-bit config.
895
896     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
897
898 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
899 Author: Kumar Gala <galak@kernel.crashing.org>
900 Date:   Fri Feb 6 09:56:35 2009 -0600
901
902     85xx: Fix how we map DDR memory
903
904     Previously we only allowed power-of-two memory sizes and didnt
905     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
906     and should properly handle any size that we can make in the TLBs
907     we have available to us
908
909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
910
911 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
912 Author: Kumar Gala <galak@kernel.crashing.org>
913 Date:   Fri Feb 6 09:56:34 2009 -0600
914
915     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
916
917     If we only have one controller we can completely ignore how
918     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
919     and think we have twice as much memory.
920
921     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
922
923 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
924 Author: Kumar Gala <galak@kernel.crashing.org>
925 Date:   Wed Feb 4 09:35:57 2009 -0600
926
927     85xx: Format cpu freq printing to handle 8 cores
928
929     Only print 4 cpu freq per line.  This way when we have 8 cores its a
930     bit more readable.
931
932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
933
934 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
935 Author: Abraham, Thomas <t-abraham@ti.com>
936 Date:   Tue Oct 28 16:51:31 2008 +0530
937
938     USB: Remove LUN number from CDB
939
940     The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB.
941
942     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
943     Signed-off-by: Remy Bohmer <linux@bohmer.net>
944
945 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
946 Author: Atin Malaviya <atin.malaviya@gmail.com>
947 Date:   Tue Feb 3 15:17:10 2009 -0500
948
949     Added usbtty_configured() check. Fixed attribute(packed) warnings.
950
951     V3: Fixed line-wrap problem due to user error in mail!
952
953     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
954     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
955     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
956
957     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
958     Signed-off-by: Remy Bohmer <linux@bohmer.net>
959
960 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
961 Author: Guennadi Liakhovetski <lg@denx.de>
962 Date:   Fri Feb 13 09:23:36 2009 +0100
963
964     i.MX31: Start the I2C clock on driver initialisation
965
966     i.MX31 powers on with most clocks running, so, after a power on this explicit
967     clock start up is not required. However, as Linux boots it disables most clocks
968     to save power. This includes the I2C clock. If we then soft reboot from Linux
969     the I2C clock stays off. This breaks the phycore, which has its environment in
970     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
971     initialisation routine.
972
973     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
974     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
975
976 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
977 Author: Mike Frysinger <vapier@gentoo.org>
978 Date:   Wed Feb 11 20:36:14 2009 -0500
979
980     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
981
982     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
983     common code are no longer needed.
984
985     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
986
987 commit c2d9befa0b4695b89476fb5d259742c09afe243f
988 Author: Heiko Schocher <hs@denx.de>
989 Date:   Thu Feb 12 08:08:54 2009 +0100
990
991     82xx, mgcoge: fix compile error
992
993     With actual u-boot compiling the mgcoge port fails, because
994     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
995     necessary to define CONFIG_NET_MULTI.
996
997     Seems to me the mgcoge port is the only actual existing 8260
998     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
999     to be fixed.
1000
1001     Signed-off-by: Heiko Schocher <hs@denx.de>
1002
1003 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
1004 Author: Dirk Eibach <eibach@gdsys.de>
1005 Date:   Mon Feb 9 08:18:34 2009 +0100
1006
1007     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
1008
1009     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1010     Signed-off-by: Stefan Roese <sr@denx.de>
1011
1012 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
1013 Author: Carolyn Smith <carolyn.smith@tektronix.com>
1014 Date:   Thu Feb 12 06:13:44 2009 +0100
1015
1016     ppc4xx: Fix initialization of the SDRAM_CODT register
1017
1018     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
1019     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
1020     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
1021
1022     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
1023     Signed-off-by: Stefan Roese <sr@denx.de>
1024
1025 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
1026 Author: Stefan Roese <sr@denx.de>
1027 Date:   Wed Feb 11 09:29:33 2009 +0100
1028
1029     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
1030
1031     Some AMCC eval boards do have a board_eth_init() function calling
1032     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
1033     with the new eth_init rework.
1034
1035     Signed-off-by: Stefan Roese <sr@denx.de>
1036
1037 commit c645012aefebb301e6907d148c6c8efacac049d4
1038 Author: Adam Graham <agraham@amcc.com>
1039 Date:   Mon Feb 9 13:18:12 2009 -0800
1040
1041     ppc4xx: Autocalibration can set RDCC to over aggressive value.
1042
1043     The criteria of the AMCC SDRAM Controller DDR autocalibration
1044     U-Boot code is to pick the largest passing write/read/compare
1045     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
1046     Cycle Select value.
1047
1048     On some Kilauea boards the DDR autocalibration algorithm can
1049     find a large passing write/read/compare window with a small
1050     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
1051     value "T1 Sample".
1052
1053     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
1054     "T1 Sample" proves to be to aggressive when later on U-Boot
1055     relocates into DDR memory and executes.
1056
1057     The memory traces on the Kilauea board are short so on some
1058     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
1059     value of "T1 Sample" shows up as a potentially valid value for
1060     the DDR autocalibratiion algorithm.
1061
1062     The fix is to define a weak default function which provides
1063     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
1064     to accept for DDR autocalibration.  The default will be the
1065     "T2 Sample" value.  A board developer who has a well defined
1066     board and chooses to be more aggressive can always provide
1067     their own board specific string function with the more
1068     aggressive "T1 Sample" value or stick with the default
1069     minimum SDRAM_RDCC.[RDSS] value of "T2".
1070
1071     Also put in a autocalibration loop fix for case where current
1072     write/read/compare passing window size is the same as a prior
1073     window size, then in this case choose the write/read/compare
1074     result that has the associated smallest RDCC T-Sample value.
1075
1076     Signed-off-by: Adam Graham <agraham@amcc.com>
1077     Signed-off-by: Stefan Roese <sr@denx.de>
1078
1079 commit 2ede879fcb67470524847bb4fc8972651bb46184
1080 Author: Stefan Roese <sr@denx.de>
1081 Date:   Wed Feb 11 09:37:12 2009 +0100
1082
1083     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
1084
1085     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
1086     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
1087
1088     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
1089     boards right now.
1090
1091     Signed-off-by: Stefan Roese <sr@denx.de>
1092
1093 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
1094 Author: Wolfgang Denk <wd@denx.de>
1095 Date:   Thu Feb 12 00:08:39 2009 +0100
1096
1097     Coding style cleanup; update CHANGELOG
1098
1099     Signed-off-by: Wolfgang Denk <wd@denx.de>
1100
1101 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
1102 Author: Peter Tyser <ptyser@xes-inc.com>
1103 Date:   Fri Jan 30 16:36:40 2009 -0600
1104
1105     Add feature-removal-schedule.txt
1106
1107     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1108
1109 commit 255d28e1642e8fc32a6753226be1a96b481ce111
1110 Author: Heiko Schocher <hs@denx.de>
1111 Date:   Tue Feb 10 09:32:38 2009 +0100
1112
1113     8xx serial, smc: Coding-Style cleanup serial SMC driver
1114
1115     Signed-off-by: Heiko Schocher <hs@denx.de>
1116
1117 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
1118 Author: Heiko Schocher <hs@denx.de>
1119 Date:   Tue Feb 10 09:31:47 2009 +0100
1120
1121     8xx serial, smc: add configurable SMC Rx buffer len
1122
1123     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
1124     With this option it is possible to allow the receive
1125     buffer for the SMC on 8xx to be greater then 1. In case
1126     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
1127     old version.
1128
1129     When defining CONFIG_SYS_SMC_RXBUFLEN also
1130     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
1131     idle timeout for the SMC.
1132
1133     Signed-off-by: Heiko Schocher <hs@denx.de>
1134
1135 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
1136 Author: Mike Frysinger <vapier@gentoo.org>
1137 Date:   Thu Feb 5 21:04:36 2009 -0500
1138
1139     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
1140
1141     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
1142     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
1143     code in the process.
1144
1145     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1146
1147 commit ab76e9848a1f4db64d14233741d739a3b3360c93
1148 Author: Mike Frysinger <vapier@gentoo.org>
1149 Date:   Thu Feb 5 21:04:50 2009 -0500
1150
1151     bzip2: move ifdef handling to Makefile COBJS-$(...)
1152
1153     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1154
1155 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
1156 Author: Jerry Van Baren <gvb.uboot@gmail.com>
1157 Date:   Thu Feb 5 22:18:02 2009 -0500
1158
1159     Fix whitespace damage: double space changed to a tab
1160
1161     At some point an intentional double space at the end of the sentence
1162     got changed into a tab in the GPL header line:
1163      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1164
1165     This patch fixes the damage.
1166
1167     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1168
1169 commit 4f975678de995b55749d5e84590c268972a7c835
1170 Author: Heiko Schocher <hs@denx.de>
1171 Date:   Tue Feb 10 09:53:29 2009 +0100
1172
1173     cfi: make flash_get_info() non static
1174
1175     If on your board is more than one flash, you must know
1176     the size of every single flash, for example, for updating
1177     the DTS before booting Linux. So make this function
1178     flash_get_info() extern, and you can have all info
1179     about your flashes.
1180
1181     Signed-off-by: Heiko Schocher <hs@denx.de>
1182     Signed-off-by: Stefan Roese <sr@denx.de>
1183
1184 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
1185 Author: Ben Warren <biggerbadderben@gmail.com>
1186 Date:   Thu Feb 5 23:58:25 2009 -0800
1187
1188     net: removed board-specific CONFIGs from MPC5xxx FEC driver
1189
1190     Added new CONFIG options for the three type of MAC-PHY interconnect and
1191     applied them all relevant board config files
1192
1193     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1194
1195 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
1196 Author: Mike Frysinger <vapier@gentoo.org>
1197 Date:   Thu Feb 5 21:04:47 2009 -0500
1198
1199     net/sntp.c: move ifdef into Makefile COBJS-$(...)
1200
1201     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1202     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1203
1204 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
1205 Author: Andy Fleming <afleming@freescale.com>
1206 Date:   Tue Feb 3 18:26:41 2009 -0600
1207
1208     tsec: Fix a bug in soft-resetting
1209
1210     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
1211     clock cycles, so it's been mostly working.  But we had no guarantee, and at
1212     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
1213     enforces a 2 microsecond gap between assertion and deassertion.
1214
1215     Signed-off-by: Andy Fleming <afleming@freescale.com>
1216     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1217
1218 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
1219 Author: Simon Munton <simon@nidoran.m5data.com>
1220 Date:   Mon Feb 2 09:44:08 2009 +0000
1221
1222     Fix 100Mbs ethernet operation on sh7763 based boards
1223
1224     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
1225     used in the GECMR register. Following diff fixes the problem
1226
1227     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
1228     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1229
1230 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
1231 Author: ksi@koi8.net <ksi@koi8.net>
1232 Date:   Fri Feb 6 16:27:55 2009 -0800
1233
1234     Fix MPC8260 with ethernet on SCC
1235
1236     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
1237     typo or something...
1238
1239     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
1240     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1241
1242 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
1243 Author: Heiko Schocher <hs@denx.de>
1244 Date:   Fri Jan 30 12:56:15 2009 +0100
1245
1246     82xx serial, smc: Coding-Style cleanup serial SMC driver
1247
1248     Signed-off-by: Heiko Schocher <hs@denx.de>
1249
1250 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
1251 Author: Heiko Schocher <hs@denx.de>
1252 Date:   Fri Jan 30 12:55:38 2009 +0100
1253
1254     82xx serial, smc: add configurable SMC Rx buffer len
1255
1256     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
1257     With this option it is possible to allow the receive
1258     buffer for the SMC on 82xx to be greater then 1. In case
1259     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
1260     old version.
1261
1262     When defining CONFIG_SYS_SMC_RXBUFLEN also
1263     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
1264     idle timeout for the SMC.
1265
1266     Signed-off-by: Heiko Schocher <hs@denx.de>
1267
1268 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
1269 Author: Kumar Gala <galak@kernel.crashing.org>
1270 Date:   Fri Feb 6 08:08:06 2009 -0600
1271
1272     ppc: Fix roll over bug in flush_cache()
1273
1274     If we call flush_cache(0xfffff000, 0x1000) it would never
1275     terminate the loop since end = 0xffffffff and we'd roll over
1276     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
1277
1278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1279
1280 commit 87c9063963561d3d01064be34d0c30855a56587b
1281 Author: Kumar Gala <galak@kernel.crashing.org>
1282 Date:   Thu Feb 5 20:40:58 2009 -0600
1283
1284     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
1285
1286     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
1287     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
1288
1289     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1290     Acked-by: Stefan Roese <sr@denx.de>
1291
1292 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
1293 Author: Kumar Gala <galak@kernel.crashing.org>
1294 Date:   Thu Feb 5 20:40:57 2009 -0600
1295
1296     Add an architecture specific config.h for common defines
1297
1298     We have common defines that we duplicate in various ways.  Having an
1299     arch specific config.h gives us a common location for those defines.
1300
1301     Eventually we should be able to replace this when we have proper
1302     Kconfig support.
1303
1304     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1305
1306 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
1307 Author: Becky Bruce <beckyb@kernel.crashing.org>
1308 Date:   Tue Feb 3 18:10:56 2009 -0600
1309
1310     mpc8641hpcn: Change PCI MEM pci bus address
1311
1312     Now that the rest of u-boot can support it, change the PCI bus
1313     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
1314     and use the same bus address for both PCI1 and PCI2.  This will
1315     maximize the amount of PCI address space left over to map RAM
1316     on systems with large amounts of memory.
1317
1318     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1319
1320 commit 1785dbeed43599eed1d8875673c96912cd770141
1321 Author: Becky Bruce <beckyb@kernel.crashing.org>
1322 Date:   Tue Feb 3 18:10:55 2009 -0600
1323
1324     drivers/block/ahci: Fix pci mapping bug
1325
1326     The code assumes that the pci bus address and the virtual
1327     address used to access a region are the same, but they might
1328     not be.  Fix this assumption.
1329
1330     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1331
1332 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
1333 Author: Becky Bruce <beckyb@kernel.crashing.org>
1334 Date:   Tue Feb 3 18:10:54 2009 -0600
1335
1336     MPC8641HPCN: Enable CONFIG_ADDR_MAP
1337
1338     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1339
1340 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
1341 Author: Becky Bruce <beckyb@kernel.crashing.org>
1342 Date:   Tue Feb 3 18:10:53 2009 -0600
1343
1344     mpc8641hpcn: Clean up PCI mapping concepts
1345
1346     Clean up PCI mapping concepts in the 8641 config - rename _BASE
1347     to _BUS, as it's actually a PCI bus address, separate virtual
1348     and physical addresses into _VIRT and _PHYS, and use each
1349     appopriately.
1350
1351     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1352
1353 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
1354 Author: Becky Bruce <beckyb@kernel.crashing.org>
1355 Date:   Tue Feb 3 18:10:52 2009 -0600
1356
1357     mpc86xx: Add support to populate addr map based on BATs
1358
1359     If CONFIG_ADDR_MAP is enabled, update the address map
1360     whenever we write a bat.
1361
1362     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1363
1364 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
1365 Author: Becky Bruce <beckyb@kernel.crashing.org>
1366 Date:   Tue Feb 3 18:10:51 2009 -0600
1367
1368     powerpc: Move duplicated BAT defines to mmu.h
1369
1370     The BAT fields are architected; there's no need for these to be in
1371     cpu-specific files.  Drop the duplication and move these to
1372     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
1373     used by the alaska board, and switch to using the BATU_BL_xxx defines
1374     used by all the other boards.  The BL_ defines previously in use
1375     had to be shifted into the proper position for use, which was inefficient.
1376
1377     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1378
1379 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
1380 Author: Becky Bruce <beckyb@kernel.crashing.org>
1381 Date:   Tue Feb 3 18:10:50 2009 -0600
1382
1383     drivers/pci: Create pci_map_bar function
1384
1385     It is no longer always true that the pci bus address can be
1386     used as the virtual address for pci accesses.  pci_map_bar()
1387     is created to return the virtual address for a pci region.
1388
1389     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1390
1391 commit 2ecca3401775b125c3b9ff65766befb23989414b
1392 Author: Becky Bruce <beckyb@kernel.crashing.org>
1393 Date:   Tue Feb 3 18:10:49 2009 -0600
1394
1395     mpc8641hpcn: Set up outbound pci windows before inbound
1396
1397     Because the inbound pci windows are mapped generously, set up
1398     the more specific outbound windows first.  This way, when we
1399     search the pci regions for something, we will hit on the more
1400     specific region.  This can actually be a problem on systems
1401     with large amounts of RAM.
1402
1403     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1404
1405 commit b81b773ead0687114dc8a800f99ea6e504447739
1406 Author: Becky Bruce <beckyb@kernel.crashing.org>
1407 Date:   Mon Feb 2 16:34:52 2009 -0600
1408
1409     mpc8641hpcn: Use physical address in flash banks defintion
1410
1411     If the VA and PA of the flash aren't the same, the banks list
1412     should be initialized to hold the physical address.  Correct this.
1413
1414     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1415
1416 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
1417 Author: Ilya Yanok <yanok@emcraft.com>
1418 Date:   Tue Feb 10 00:22:31 2009 +0100
1419
1420     qong: support for Dave/DENX QongEVB-LITE board
1421
1422     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
1423
1424     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1425     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1426
1427 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
1428 Author: Ilya Yanok <yanok@emcraft.com>
1429 Date:   Mon Feb 9 18:45:28 2009 +0100
1430
1431     dnet: driver for Dave DNET ethernet controller
1432
1433     Driver for Dave DNET ethernet controller (used on Dave/DENX
1434     QongEVB-LITE board).
1435
1436     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1437     Acked-by: Ben Warren <biggerbadderben@gmail.com>
1438
1439 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
1440 Author: Kumar Gala <galak@kernel.crashing.org>
1441 Date:   Fri Feb 6 09:49:32 2009 -0600
1442
1443     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
1444
1445     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
1446     we should give preference to memory regions that aren't system memory.
1447
1448     Its possible that we have over mapped system memory in the regions and
1449     we want to avoid depending on the order of the regions.
1450
1451     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1452
1453 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
1454 Author: Kumar Gala <galak@kernel.crashing.org>
1455 Date:   Fri Feb 6 09:49:31 2009 -0600
1456
1457     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
1458
1459     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
1460     can be confusing when reading the code.
1461
1462     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
1463     for system memory mapping purposes.
1464
1465     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1466
1467 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
1468 Author: Ilya Yanok <yanok@emcraft.com>
1469 Date:   Sun Feb 8 00:59:43 2009 +0300
1470
1471     mx31: add GPIO registers definitions
1472
1473     Added definitions for i.MX31 processor GPIO registers.
1474
1475     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1476
1477 commit 8da601280a8acbc3385784780ed35130e53812f1
1478 Author: Peter Tyser <ptyser@xes-inc.com>
1479 Date:   Wed Feb 4 13:47:22 2009 -0600
1480
1481     NAND: Add timeout for reset command
1482
1483     Without the timeout present an infinite loop can occur if the
1484     NAND device is broken or not present.
1485
1486     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1487     Signed-off-by: Scott Wood <scottwood@freescale.com>
1488
1489 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
1490 Author: Peter Tyser <ptyser@xes-inc.com>
1491 Date:   Wed Feb 4 13:39:40 2009 -0600
1492
1493     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
1494
1495     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
1496     for disabling the "No NAND device found!!!" warning when
1497     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
1498     for silencing the warning.
1499
1500     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1501     Signed-off-by: Scott Wood <scottwood@freescale.com>
1502
1503 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
1504 Author: Valeriy Glushkov <gvv@lstec.com>
1505 Date:   Mon Jan 19 16:32:59 2009 +0200
1506
1507     NAND: Fixed invalid pointers to static relocated chip names
1508
1509     Dear Wolfgang,
1510
1511     You are right, the patch was ugly.
1512     The new one seems to be better.
1513
1514     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1515     Signed-off-by: Scott Wood <scottwood@freescale.com>
1516
1517 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
1518 Author: Nishanth Menon <nm@ti.com>
1519 Date:   Mon Feb 2 18:20:12 2009 -0600
1520
1521     ARM:OMAP3:Zoom1: Add nand unlock option
1522
1523     Enable NAND_UNLOCK option for unlocking nand for
1524     erase/write operations
1525
1526     Signed-off-by: Nishanth Menon <nm@ti.com>
1527
1528 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
1529 Author: derek@siconix.com <derek@siconix.com>
1530 Date:   Mon Jan 26 14:08:17 2009 -0700
1531
1532     env_nand: fix env memory release
1533
1534     This fixes a bug that tmp environment memory not being released.
1535
1536     Signed-off-by: Derek Ou <dou@siconix.com>
1537     Signed-off-by: Scott Wood <scottwood@freescale.com>
1538
1539 commit 05fd88776419df59e7f37bac063a209409dd801d
1540 Author: Guennadi Liakhovetski <lg@denx.de>
1541 Date:   Fri Feb 6 10:37:45 2009 +0100
1542
1543     ARM: remove unused variable
1544
1545     The "size" variable in start_armboot() in lib_arm/board.c is only really
1546     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
1547     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
1548
1549     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1550
1551 commit 6989e4f546d960a407dd5425f800dff9751c8132
1552 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1553 Date:   Thu Feb 5 09:33:50 2009 -0500
1554
1555     Coldfire: M527x: Add missing GPIO register address defines
1556
1557     Add missing GPIO registers address definition for Coldfire M5271.
1558
1559     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1560
1561 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
1562 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1563 Date:   Fri Jan 23 14:42:58 2009 -0500
1564
1565     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
1566
1567     Modified mii_init to support boards with PHYs that are not set to
1568     autonegotiate, but still want to use u-boot's mii commands to probe
1569     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
1570
1571     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1572
1573 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
1574 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1575 Date:   Fri Jan 23 11:44:30 2009 -0500
1576
1577     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
1578
1579     Applied the patch for baudrate divider value truncation for
1580     serial_init to serial_setbrg as well.
1581
1582     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1583
1584 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
1585 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1586 Date:   Fri Jan 23 14:07:05 2009 -0500
1587
1588     Coldfire: M5271EVB: Board header update (dependencies)
1589
1590     Cleanup for M5271EVB:
1591     Added clarification on the use of CONFIG_SYS_CLOCK.
1592     Modified to use u-boot's HUSH parser.
1593     Cleanup on environment settings.
1594     Removed compiler warning by defining CONFIG_SYS_CS0_*
1595
1596     Dependencies:
1597     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
1598     This depends on a patch to include/asm-m68k/m5271.h
1599     that defines the multiplier and divider ratios.
1600
1601     Removed the definition of CONFIG_SYS_FECI2C.
1602     This depends on a patch that removes the use of it in
1603     cpu/mcf52x2/cpu_init.c
1604
1605     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1606
1607 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
1608 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1609 Date:   Thu Jan 29 14:36:06 2009 -0500
1610
1611     Coldfire: M5271: Allow board header file to specify clock multiplier
1612
1613     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
1614
1615     Allow the board header file to set their own multiplier and divider.
1616     Added the #define for the multiplier and divider to the cpu header file.
1617
1618     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1619
1620 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
1621 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1622 Date:   Fri Jan 23 10:47:13 2009 -0500
1623
1624     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
1625
1626     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
1627     Use read-modify-write to activate the FEC pins without disabling I2C.
1628
1629     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1630
1631 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
1632 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1633 Date:   Fri Jan 23 09:45:34 2009 -0500
1634
1635     Coldfire: cmd_bdinfo cleanup
1636
1637     CONFIG_M68K bdinfo cleanup:
1638
1639     Fixed compiler warning about baudrate printing.
1640     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
1641
1642     Added printing of "cpufreq"
1643
1644     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1645
1646 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
1647 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1648 Date:   Fri Jan 23 09:27:00 2009 -0500
1649
1650     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
1651
1652     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
1653     was causing the bus clock (not CPU clock) to be declared twice as
1654     fast as it actually is. This causes UARTS to operate at half the
1655     specified baudrate.
1656
1657     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1658
1659 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
1660 Author: Dirk Eibach <eibach@gdsys.de>
1661 Date:   Tue Feb 3 15:15:21 2009 +0100
1662
1663     ppc4xx: Make PCIE support selectable
1664
1665     On some platforms PCIE support is not required, but would be included
1666     because the cpu supports it. To reduce fooprint it is now configurable
1667     via CONFIG_PCI_DISABLE_PCIE.
1668
1669     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1670     Signed-off-by: Stefan Roese <sr@denx.de>
1671
1672 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
1673 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1674 Date:   Tue Feb 3 22:13:16 2009 +0100
1675
1676     ppc4xx: Only fixup opb attached UARTs
1677
1678     This patch updates the fdt UART clock fixup code to
1679     only touch CPU internal UARTs on 4xx systems.
1680     Only these UARTs are definitely clocked by gd->uart_clk.
1681
1682     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1683     Signed-off-by: Stefan Roese <sr@denx.de>
1684
1685 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
1686 Author: Mike Frysinger <vapier@gentoo.org>
1687 Date:   Tue Jan 13 11:00:29 2009 -0500
1688
1689     Blackfin: move default boot SPI CS to common code
1690
1691     Move the default SPI CS that we boot from into common code so that it can
1692     be used in other SPI drivers and environment settings.
1693
1694     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1695
1696 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
1697 Author: Mike Frysinger <vapier@gentoo.org>
1698 Date:   Wed Dec 10 12:33:54 2008 -0500
1699
1700     Blackfin: dynamically update UART speed when initializing
1701
1702     Previously, booting over the UART required the baud rate to be known ahead
1703     of time.  Using a bit of tricky simple math, we can calculate the new board
1704     rate based on the old divisors.
1705
1706     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1707     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
1708
1709 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
1710 Author: Mike Frysinger <vapier@gentoo.org>
1711 Date:   Tue Dec 9 17:21:08 2008 -0500
1712
1713     Blackfin: add support for fast SPI reads with Boot ROM
1714
1715     Newer Blackfin boot roms support using the fast SPI read command rather than
1716     just the slow one.  If the functionality is available, then use it.
1717
1718     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1719
1720 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
1721 Author: Mike Frysinger <vapier@gentoo.org>
1722 Date:   Sat Oct 11 21:46:52 2008 -0400
1723
1724     Blackfin: check for reserved settings in DDR MMRs
1725
1726     Some bits of the DDR MMRs should not be set.  If they do, bad things may
1727     happen (like random failures or hardware destruction).
1728
1729     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1730
1731 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
1732 Author: Mike Frysinger <vapier@gentoo.org>
1733 Date:   Sat Oct 11 21:54:00 2008 -0400
1734
1735     Blackfin: set default voltage levels for BF538/BF539 parts
1736
1737     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1738
1739 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
1740 Author: Mike Frysinger <vapier@gentoo.org>
1741 Date:   Sun Jun 1 01:29:57 2008 -0400
1742
1743     Blackfin: use on-chip syscontrol() rom function when available
1744
1745     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
1746     to be used to properly program the memory and voltage settings as it will
1747     include (possibly critical) factory tested bias values.
1748
1749     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1750
1751 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
1752 Author: Stefan Roese <sr@denx.de>
1753 Date:   Thu Feb 5 11:44:52 2009 +0100
1754
1755     cfi_flash: Fix typo in cfi_flash.c
1756
1757     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
1758     introduced a small typo and compilation warning for systems with CFI
1759     legacy support (e.g. hcu4). This patch fixes it.
1760
1761     Signed-off-by: Stefan Roese <sr@denx.de>
1762
1763 commit 28745db969b72693754991c838f68a7fb4a8b1ab
1764 Author: Stefan Roese <sr@denx.de>
1765 Date:   Thu Jan 29 11:21:38 2009 +0100
1766
1767     jedec_flash: Only use manufacturer defines from common flash.h
1768
1769     This patch removes the double defined manufacturer defines from
1770     jedec_flash.c. Since the common defines in flash.h are 32bit
1771     we now need the (16) cast. This patch also removes the compilation
1772     warning (e.g. seen on hcu5):
1773
1774     ./MAKEALL hcu5
1775     Configuring for hcu5 board...
1776     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
1777
1778     Signed-off-by: Stefan Roese <sr@denx.de>
1779
1780 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
1781 Author: Stefan Roese <sr@denx.de>
1782 Date:   Thu Feb 5 11:25:57 2009 +0100
1783
1784     cfi_flash: Silence compilation warning
1785
1786     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
1787     introduced a small compilation warning. This patch fixes it.
1788
1789     Signed-off-by: Stefan Roese <sr@denx.de>
1790
1791 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
1792 Author: Becky Bruce <beckyb@kernel.crashing.org>
1793 Date:   Mon Feb 2 16:34:51 2009 -0600
1794
1795     flash/cfi_flash: Use virtual sector start address, not phys
1796
1797     include/flash.h was commented to say that the address in
1798     flash_info->start was a physical address.  However, from u-boot's
1799     point of view, and looking at most flash code, it makes more
1800     sense for this to be a virtual address.  So I corrected the
1801     comment to indicate that this was a virtual address.
1802
1803     The only flash driver that was actually treating the address
1804     as physical was the mtd/cfi_flash driver.  However, this code
1805     was using it inconsistently as it actually directly dereferenced
1806     the "start" element, while it used map_physmem to get a
1807     virtual address in other places.  I changed this driver so
1808     that the code which initializes the info->start field calls
1809     map_physmem to get a virtual address, eliminating the need for
1810     further map_physmem calls.  The code is now consistent.
1811
1812     The *only* place a physical address should be used is when defining the
1813     flash banks list that is used to initialize the flash_info struct,
1814     usually found in the board config file.
1815
1816     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1817     Signed-off-by: Stefan Roese <sr@denx.de>
1818
1819 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
1820 Author: Wolfgang Denk <wd@denx.de>
1821 Date:   Wed Feb 4 09:42:20 2009 +0100
1822
1823     Fix compiler warning
1824
1825     (shows up only when DEBUG is enabled)
1826
1827     Signed-off-by: Wolfgang Denk <wd@denx.de>
1828
1829 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
1830 Author: Mike Frysinger <vapier@gentoo.org>
1831 Date:   Mon Oct 6 03:45:55 2008 -0400
1832
1833     Blackfin: update anomaly lists
1834
1835     Update the anomaly lists to match latest anomaly sheets.
1836
1837     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1838
1839 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
1840 Author: Ralph Kondziella <rk@argos-messtechnik.de>
1841 Date:   Mon Jan 26 12:34:36 2009 -0700
1842
1843     ADS5121 Add PATA support
1844
1845     Original patch from Ralph Kondziella
1846     plus clean up by Wolfgang Denk
1847     plus changes by John Rigby
1848         use ips clock not lpc
1849         port forward to current u-boot release
1850
1851     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
1852     Signed-off-by: Wolfgang Denk <wd@denx.de>
1853     Signed-off-by: John Rigby <jrigby@freescale.com>
1854
1855 commit abfbd0ae4967df18102345db4f4b529a13da107b
1856 Author: Martha Marx <mmarx@silicontkx.com>
1857 Date:   Mon Jan 26 10:45:07 2009 -0700
1858
1859     ADS5121 Add IC Ident Module (IIM) support
1860
1861     IIM (IC Identification Module) is the fusebox for the mpc5121.
1862     Use #define CONFIG_IIM to turn on the clock for this module
1863     use #define CONFIG_CMD_FUSE to add fusebox commands.
1864     Fusebox commands include the ability to read
1865     the status, read the register cache, override the register cache,
1866     program the fuses and sense them.
1867
1868     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1869     Signed-off-by: John Rigby <jrigby@freescale.com>
1870
1871 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
1872 Author: John Rigby <jrigby@freescale.com>
1873 Date:   Fri Jan 23 10:33:15 2009 -0700
1874
1875     ADS5121 Fix rev2 silicon pci iopad config
1876
1877     Reset config is not correct
1878
1879     Signed-off-by: John Rigby <jrigby@freescale.com>
1880
1881 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
1882 Author: John Rigby <jrigby@freescale.com>
1883 Date:   Wed Nov 19 13:57:34 2008 -0700
1884
1885     ADS5121 DIU Add diu_bmp_addr env
1886
1887     Add support for using a bmp other than
1888     FSL_Logo_BMP for the DIU splash screen.
1889
1890     Can now set the env var "diu_bmp_addr" to
1891     the address of a BMP in flash to use instead
1892     of the default FSL_Logo_BMP.
1893
1894     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1895     Signed-off-by: John Rigby <jrigby@freescale.com>
1896
1897 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
1898 Author: John Rigby <jrigby@freescale.com>
1899 Date:   Thu Oct 30 16:39:35 2008 -0600
1900
1901     ADS5121 DIU Make inclusion of FSL logo optional
1902
1903     Make inclusion of FSL logo optional and
1904     turn it off by default.
1905
1906     Signed-off-by: John Rigby <jrigby@freescale.com>
1907
1908 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
1909 Author: Remy Bohmer <linux@bohmer.net>
1910 Date:   Sun Feb 1 12:27:53 2009 +0100
1911
1912     Compile warning fix in onenand_uboot.h
1913
1914     Regression since merge window after 2009.01
1915
1916     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1917
1918 commit a270d1e7295c3d829f42c0480117941dfc1c6477
1919 Author: Stefan Roese <sr@denx.de>
1920 Date:   Thu Jan 29 06:33:55 2009 +0100
1921
1922     USB: Add EHCI support for VCT EHCI controller (really with driver now)
1923
1924     Somehow I missed the real driver part in my last patch version. This patch
1925     now adds the driver.
1926
1927     Signed-off-by: Stefan Roese <sr@denx.de>
1928     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1929
1930 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
1931 Author: Cliff Cai <cliff.cai@analog.com>
1932 Date:   Sat Nov 29 18:22:38 2008 -0500
1933
1934     Blackfin: add driver for on-chip MMC/SD controller
1935
1936     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
1937
1938     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
1939     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1940
1941 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
1942 Author: Mike Frysinger <vapier@gentoo.org>
1943 Date:   Sat Oct 11 22:47:34 2008 -0400
1944
1945     Blackfin: add port muxing for BF51x SPI
1946
1947     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1948
1949 commit fc68f9f85959664d528daea2aef5ef54974331ce
1950 Author: Mike Frysinger <vapier@gentoo.org>
1951 Date:   Tue Jan 6 06:16:19 2009 -0500
1952
1953     Blackfin: output booting source when booting
1954
1955     Knowing the booting source of the part is useful, especially when the part
1956     can switch dynamically between sources.
1957
1958     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1959
1960 commit 8df3ce0f49c37947800ac7c84e751499882619fc
1961 Author: Mike Frysinger <vapier@gentoo.org>
1962 Date:   Thu Dec 11 06:30:46 2008 -0500
1963
1964     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
1965
1966     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
1967     the Blackfin on-chip bootrom to boot out of SPI flash.
1968
1969     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1970
1971 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
1972 Author: Mike Frysinger <vapier@gentoo.org>
1973 Date:   Thu Dec 11 04:06:26 2008 -0500
1974
1975     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
1976
1977     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1978
1979 commit e5eb93e77391bcc308697116c544ea1340aaae8a
1980 Author: Mike Frysinger <vapier@gentoo.org>
1981 Date:   Sat Dec 6 02:54:52 2008 -0500
1982
1983     Blackfin: add port I bits
1984
1985     Some people need to access port I, so make sure the pins are defined.
1986
1987     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1988
1989 commit 8a6b272596d43de0db4943eac7af58c3534c4026
1990 Author: Sonic Zhang <Sonic.Zhang@analog.com>
1991 Date:   Wed Nov 26 22:16:45 2008 -0500
1992
1993     Blackfin: add driver for on-chip ATAPI controller
1994
1995     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
1996
1997     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
1998     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1999
2000 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
2001 Author: Mike Frysinger <vapier@gentoo.org>
2002 Date:   Wed Nov 26 21:43:06 2008 -0500
2003
2004     Blackfin: add driver for on-chip NAND controller
2005
2006     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
2007
2008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009
2010 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
2011 Author: Mike Frysinger <vapier@gentoo.org>
2012 Date:   Wed Nov 12 07:18:15 2008 -0500
2013
2014     Blackfin: build with -mno-fdpic
2015
2016     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
2017     up u-boot, including ones that output FDPIC ELF by default.
2018
2019     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2020
2021 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
2022 Author: Mike Frysinger <vapier@gentoo.org>
2023 Date:   Tue Nov 11 05:43:57 2008 -0500
2024
2025     Blackfin: fix up EBIU defines
2026
2027     The EBIU defines for EBSZ 256/512 were incorrect.
2028
2029     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2030
2031 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
2032 Author: Mike Frysinger <vapier@gentoo.org>
2033 Date:   Wed Nov 5 12:45:24 2008 -0500
2034
2035     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
2036
2037     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
2038     as usable with the source/destination addresses and the count size.
2039
2040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2041
2042 commit b93c68648426f906d63b98117496b6415f505f39
2043 Author: Mike Frysinger <vapier@gentoo.org>
2044 Date:   Wed Nov 5 08:50:23 2008 -0500
2045
2046     Blackfin: only flag L1 instruction for DMA memcpy
2047
2048     The performance difference from doing an 8 bit DMA memcpy vs an optimized
2049     core memcpy can be pretty big when you add in the overhead of setting up the
2050     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
2051     actually require it.
2052
2053     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2054
2055 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
2056 Author: Mike Frysinger <vapier@gentoo.org>
2057 Date:   Wed Nov 5 07:20:37 2008 -0500
2058
2059     Blackfin: dma_memcpy(): fix random failures
2060
2061     We have to make sure the DMA channel is actually disabled in hardware before
2062     attempting to reprogram it.  Otherwise the new settings are ignored and we
2063     end up with random hangs/failures.
2064
2065     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2066
2067 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
2068 Author: Mike Frysinger <vapier@gentoo.org>
2069 Date:   Tue Nov 4 00:04:03 2008 -0500
2070
2071     Blackfin: rewrite cache handling functions
2072
2073     Take the cache flush functions from the kernel as they use hardware loops in
2074     order to get optimal performance.
2075
2076     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2077
2078 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
2079 Author: Mike Frysinger <vapier@gentoo.org>
2080 Date:   Mon Nov 3 22:30:05 2008 -0500
2081
2082     Blackfin: setup bi_enetaddr for single nets
2083
2084     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
2085     based on $ethaddr, so set it up.
2086
2087     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2088
2089 commit 40599239e7875b39e2a5c12e6545992041c72c52
2090 Author: Mike Frysinger <vapier@gentoo.org>
2091 Date:   Fri Oct 24 22:48:47 2008 -0400
2092
2093     Blackfin: cache core/system clock values
2094
2095     Calculating the clocks requires a bit of calls to gcc math functions, so
2096     cache the values after the first run since they'll most likely never
2097     change once U-Boot is up and running.
2098
2099     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2100
2101 commit 6957a6209b02f6b69607fc47425f13731cc477f1
2102 Author: Mike Frysinger <vapier@gentoo.org>
2103 Date:   Fri Oct 24 18:18:16 2008 -0400
2104
2105     Blackfin: enable --gc-sections
2106
2107     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
2108     and linking with --gc-sections.
2109
2110     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2111
2112 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
2113 Author: Mike Frysinger <vapier@gentoo.org>
2114 Date:   Mon Oct 20 21:08:54 2008 -0400
2115
2116     Blackfin: dont check baud if it wont actually get used
2117
2118     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2119
2120 commit 400f5778f375bc99c73c8488c555def261ccfab7
2121 Author: Mike Frysinger <vapier@gentoo.org>
2122 Date:   Tue Oct 14 07:54:09 2008 -0400
2123
2124     Blackfin: add driver for on-chip SPI controller
2125
2126     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
2127
2128     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2129
2130 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
2131 Author: Mike Frysinger <vapier@gentoo.org>
2132 Date:   Sat Oct 18 05:33:51 2008 -0400
2133
2134     Blackfin: only build post code when CONFIG_POST
2135
2136     Save some time by using CONFIG_POST in the Makefile rather than C files.
2137
2138     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2139
2140 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
2141 Author: Mike Frysinger <vapier@gentoo.org>
2142 Date:   Thu Jan 8 11:57:57 2009 -0500
2143
2144     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
2145
2146     Redo how pointers are managed to get rid of ugly casts and strict pointer
2147     aliasing issues that are highlighted by gcc 4.3.
2148
2149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2150     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2151
2152 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
2153 Author: Mike Frysinger <vapier@gentoo.org>
2154 Date:   Tue Dec 9 17:46:21 2008 -0500
2155
2156     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
2157
2158     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
2159     does exactly the same thing as common "CONFIG_RMII".
2160
2161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2162     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2163
2164 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
2165 Author: Mike Frysinger <vapier@gentoo.org>
2166 Date:   Wed Nov 5 06:36:15 2008 -0500
2167
2168     Blackfin: bfin_mac: use common debug()
2169
2170     Rather then defining our own DEBUGF(), just use the common debug().
2171
2172     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2173     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2174
2175 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
2176 Author: Mike Frysinger <vapier@gentoo.org>
2177 Date:   Mon Oct 20 13:59:51 2008 -0400
2178
2179     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
2180
2181     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
2182     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
2183
2184     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2185     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2186
2187 commit ac45af4e63ea925f4accc98453aab1a1166c196d
2188 Author: Mike Frysinger <vapier@gentoo.org>
2189 Date:   Tue Oct 14 04:52:00 2008 -0400
2190
2191     Blackfin: bfin_mac: cleanup MII/PHY functions
2192
2193     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
2194     existing common linux/miiphy.h code and hook into the `mii` command.
2195
2196     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2197     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2198
2199 commit 6b310a05f0d10c751f22468040932139f71c71d3
2200 Author: Mike Frysinger <vapier@gentoo.org>
2201 Date:   Tue Oct 14 00:31:30 2008 -0400
2202
2203     Blackfin: bfin_mac: set MDCDIV based on SCLK
2204
2205     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
2206     use the real algorithm so it gets set correctly regardless of SCLK.
2207
2208     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2209     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2210
2211 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
2212 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2213 Date:   Sat Jan 31 09:10:48 2009 +0100
2214
2215     ixp: move serial to drivers/serial
2216
2217     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2218
2219 commit f90c8022f448bc5e93090e4b714368e52e912f0f
2220 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2221 Date:   Sat Jan 31 09:04:58 2009 +0100
2222
2223     ixp: move pci init in arm/board instead of cpu
2224
2225     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2226
2227 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
2228 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2229 Date:   Sat Jan 31 08:56:49 2009 +0100
2230
2231     ixp: move pci drivers to drivers/pci
2232
2233     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2234
2235 commit 012d5bab09a534e4800b02f50cf508e6837202ea
2236 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2237 Date:   Sat Jan 31 08:53:44 2009 +0100
2238
2239     ixp: Move conditional compilation to Makefile
2240
2241     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2242
2243 commit f693f501d67434df1f815fd1824a71973ae08207
2244 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2245 Date:   Sat Jan 31 08:53:44 2009 +0100
2246
2247     ixp: add missing os define
2248
2249     need by arm-elf toolchains and no impact on the arm-linux one
2250
2251     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2252
2253 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
2254 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2255 Date:   Sat Jan 31 09:53:39 2009 +0100
2256
2257     ixp: remove the option to include the Microcode
2258
2259     instead the board will have to load it from flash or ram
2260     which will be specified by npe_ucode env var
2261
2262     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2263
2264 commit 1b017baf2071d8daf643bce87250db898c606c66
2265 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2266 Date:   Fri Jan 30 09:45:23 2009 +0100
2267
2268     ixp/npe: Move conditional compilation to Makefile
2269
2270     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2271
2272 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
2273 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2274 Date:   Wed Jan 28 21:58:04 2009 +0100
2275
2276     SX1: add hardware V2 support
2277
2278     In the V2 the 2 flash has been replace by one 32MB flash
2279
2280     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2281
2282 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
2283 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2284 Date:   Wed Jan 28 21:58:03 2009 +0100
2285
2286     SX1: Fix second flash mapping
2287
2288     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2289
2290 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
2291 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2292 Date:   Wed Jan 28 21:58:03 2009 +0100
2293
2294     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
2295
2296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2297
2298 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
2299 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2300 Date:   Wed Jan 28 21:57:59 2009 +0100
2301
2302     move Samsung's board to board/samsung
2303
2304     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2305
2306 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
2307 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2308 Date:   Thu Jan 29 12:07:21 2009 +0100
2309
2310     move ARM Ltd. to vendor dir
2311
2312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2313
2314 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
2315 Author: Larry Johnson <lrj@acm.org>
2316 Date:   Wed Jan 28 15:30:37 2009 -0500
2317
2318     ppc4xx: Clean up configuration file for Korat board
2319
2320     This patch updates the default environmental variables for the
2321     Korat PPC 440EPx board, and makes additional minor fixes.
2322
2323     Signed-off-by: Larry Johnson <lrj@acm.org>
2324     Signed-off-by: Stefan Roese <sr@denx.de>
2325
2326 commit f20405e31680efc36293c59b4963db57c9d93df4
2327 Author: Larry Johnson <lrj@acm.org>
2328 Date:   Wed Jan 28 15:30:02 2009 -0500
2329
2330     ppc4xx: Add variable "korat_usbcf" for Korat board
2331
2332     The new environment variable "korat_usbcf" selects the USB
2333     port used by the Korat board's CompactFlash controller.
2334
2335     Signed-off-by: Larry Johnson <lrj@acm.org>
2336     Signed-off-by: Stefan Roese <sr@denx.de>
2337
2338 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
2339 Author: Gunnar Rangoy <gunnar@rangoy.com>
2340 Date:   Fri Jan 23 12:56:31 2009 +0100
2341
2342     AVR32: macb - Search for PHY id
2343
2344     This patch adds support for searching through available PHY-addresses in
2345     the macb-driver. This is needed for the ATEVK1100 evaluation board,
2346     where the PHY-address will be initialized to either 1 or 7.
2347
2348     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
2349     enabled tells the driver to search for the PHY address.
2350
2351     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
2352     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
2353     Signed-off-by: Olav Morken <olavmrk@gmail.com>
2354     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2355
2356 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
2357 Author: Olav Morken <olavmrk@gmail.com>
2358 Date:   Fri Jan 23 12:56:26 2009 +0100
2359
2360     Fix IP alignment problem
2361
2362     This patch removes volatile from:
2363     volatile IP_t *ip = (IP_t *)xip;
2364
2365     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
2366     using volatile, which causes an exception since xip isn't aligned on a word
2367     boundary.
2368
2369     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
2370     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
2371     Signed-off-by: Olav Morken <olavmrk@gmail.com>
2372     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2373
2374 commit 12a8b9db12f82a189ff143a58731007f5469da61
2375 Author: Ron Madrid <ron_madrid@sbcglobal.net>
2376 Date:   Wed Jan 28 16:17:21 2009 -0800
2377
2378     Marvell 88E1118 interrupt fix
2379
2380     This patch adjusts the LED control so that interrupt lines are not reading LEDs
2381     and effectively causing indefinite interrupts to the controller.
2382
2383     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
2384     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2385
2386 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
2387 Author: Stefan Roese <sr@denx.de>
2388 Date:   Wed Jan 21 17:14:26 2009 +0100
2389
2390     net: smc911x.c: Add LAN9211 to chip_ids[] array
2391
2392     Signed-off-by: Stefan Roese <sr@denx.de>
2393     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2394
2395 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
2396 Author: Mike Frysinger <vapier@gentoo.org>
2397 Date:   Tue Jan 27 16:53:39 2009 -0500
2398
2399     Move is_valid_ether_addr() to include/net.h
2400
2401     Import the is_valid_ether_addr() function from the Linux kernel.
2402
2403     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2404     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2405
2406 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
2407 Author: Michal Simek <monstr@monstr.eu>
2408 Date:   Mon Jan 5 12:25:13 2009 +0100
2409
2410     net: Sort Makefile labels
2411
2412     Signed-off-by: Michal Simek <monstr@monstr.eu>
2413     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2414
2415 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
2416 Author: Wolfgang Denk <wd@denx.de>
2417 Date:   Wed Jan 28 23:06:42 2009 +0100
2418
2419     85xx: Fix compile breakage with sbc8540 and sbc8560
2420
2421     This fixes an error which raises just a warning:
2422     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
2423
2424     Signed-off-by: Wolfgang Denk <wd@denx.de>
2425
2426 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
2427 Author: Mike Frysinger <vapier@gentoo.org>
2428 Date:   Wed Jan 28 13:48:55 2009 -0500
2429
2430     SPD823TS: do not define CONFIG_CMD_ENV
2431
2432     Since the SPD823TS board does not actually have any writable flash to save
2433     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
2434     disabled.
2435
2436     This fixes the build error:
2437     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
2438     common/cmd_nvedit.c:557: undefined reference to `saveenv'
2439     make: *** [u-boot] Error 1
2440
2441     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2442
2443 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
2444 Author: Dirk Behme <dirk.behme@googlemail.com>
2445 Date:   Wed Jan 28 21:40:16 2009 +0100
2446
2447     OMAP3: Add Zoom1 board support
2448
2449     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
2450     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
2451
2452     Signed-off-by: Nishanth Menon <nm@ti.com>
2453     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2454
2455 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
2456 Author: Dirk Behme <dirk.behme@googlemail.com>
2457 Date:   Wed Jan 28 21:39:58 2009 +0100
2458
2459     OMAP3: Add Pandora support
2460
2461     Add Pandora support.
2462
2463     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
2464     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2465     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2466
2467 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
2468 Author: Dirk Behme <dirk.behme@googlemail.com>
2469 Date:   Wed Jan 28 21:39:58 2009 +0100
2470
2471     OMAP3: Add EVM board
2472
2473     Add EVM board support.
2474
2475     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
2476     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2477     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2478
2479 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
2480 Author: Dirk Behme <dirk.behme@googlemail.com>
2481 Date:   Wed Jan 28 21:39:57 2009 +0100
2482
2483     OMAP3: Add Overo board
2484
2485     Add Overo board support.
2486
2487     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
2488     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2489     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2490
2491 commit f904cdbb68167c647887f19929ad295dbaac8862
2492 Author: Dirk Behme <dirk.behme@googlemail.com>
2493 Date:   Tue Jan 27 18:19:12 2009 +0100
2494
2495     OMAP3: Add common power code, README, and BeagleBoard
2496
2497     Add BeagleBoard support, common power code and README.
2498
2499     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2500     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2501
2502 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
2503 Author: Kumar Gala <galak@kernel.crashing.org>
2504 Date:   Wed Jan 28 08:31:10 2009 -0600
2505
2506     85xx: Fix compile breakage with MPC8540EVAL
2507
2508     Configuring for MPC8540EVAL board...
2509     mpc8540eval.c: In function 'checkboard':
2510     mpc8540eval.c:53: error: invalid operands to binary /
2511     make[1]: *** [mpc8540eval.o] Error 1
2512
2513     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2514
2515 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
2516 Author: Bryan Wu <bryan.wu@analog.com>
2517 Date:   Sun Jan 18 23:04:27 2009 -0500
2518
2519     usb_scan_devices: fix output with no devices
2520
2521     We should check the return of usb_new_device() so that if no USB device is
2522     found, we print out the right message rather than always saying "new usb
2523     device found".
2524
2525     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2526     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2527     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2528
2529 commit f1c1f540243438246aefb703fdcf16957e3a72e1
2530 Author: Stefan Roese <sr@denx.de>
2531 Date:   Thu Jan 22 10:11:21 2009 +0100
2532
2533     USB: Add high-speed (480Mb/s) to all USB related outputs
2534
2535     With this patch the USB related connection speed output ("usb tree" command and
2536     debug output) is now high-speed enabled.
2537
2538     This patch also fixes a compilation warning when debugging is enabled.
2539
2540     Signed-off-by: Stefan Roese <sr@denx.de>
2541     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2542
2543 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
2544 Author: Stefan Roese <sr@denx.de>
2545 Date:   Wed Jan 21 17:12:19 2009 +0100
2546
2547     USB: Add dcache support to the EHCI driver
2548
2549     This patch adds routines to handle (flush/invalidate) the dcache for the
2550     QH and qTD structures and data buffers. This is needed on platforms using
2551     this EHCI support with dcache enabled (like the MIPS VCT board port).
2552
2553     Signed-off-by: Stefan Roese <sr@denx.de>
2554     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2555
2556 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
2557 Author: Stefan Roese <sr@denx.de>
2558 Date:   Wed Jan 21 17:12:28 2009 +0100
2559
2560     USB: Add EHCI support for VCT EHCI controller
2561
2562     Signed-off-by: Stefan Roese <sr@denx.de>
2563     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2564
2565 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
2566 Author: Stefan Roese <sr@denx.de>
2567 Date:   Wed Jan 21 17:12:10 2009 +0100
2568
2569     USB: Add config option to call ehci_hcd_init() again after EHCI reset
2570
2571     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
2572     to call ehci_hcd_init() again after ehci_reset() is executed. This
2573     is needed for the upcoming VCT EHCI support which needs to re-init
2574     the hcd part again after the EHCI CMD_RESET is executed.
2575
2576     Signed-off-by: Stefan Roese <sr@denx.de>
2577     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2578
2579 commit 597eb28bd9691266b7b804364cda577cdb51d106
2580 Author: Stefan Roese <sr@denx.de>
2581 Date:   Wed Jan 21 17:12:01 2009 +0100
2582
2583     USB: Fix speed detection on EHCI cntr with root hub transaction translators
2584
2585     This patch fixes an issue that the speed of USB devices was not detected
2586     correctly on some EHCI controllers. This will be used on the upcoming VCT
2587     EHCI support.
2588
2589     Signed-off-by: Stefan Roese <sr@denx.de>
2590     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2591
2592 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
2593 Author: Thomas Abraham <t-abraham@ti.com>
2594 Date:   Sun Jan 4 09:41:20 2009 +0530
2595
2596     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
2597
2598     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
2599     configuration file.
2600
2601     Signed-off-by: Ravi Babu <ravibabu@ti.com>
2602     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2603     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2604     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2605     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2606
2607 commit 538ef967715322f64ee08efa2296d9682111b014
2608 Author: Thomas Abraham <t-abraham@ti.com>
2609 Date:   Sun Jan 4 09:41:16 2009 +0530
2610
2611     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
2612
2613     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
2614     controller hook up to USB core layer.
2615
2616     Signed-off-by: Ravi Babu <ravibabu@ti.com>
2617     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2618     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2619     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2620     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2621
2622 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
2623 Author: Thomas Abraham <t-abraham@ti.com>
2624 Date:   Sun Jan 4 09:41:13 2009 +0530
2625
2626     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
2627
2628     Adding DM6446 (TI DaVinci) platform specific USB functionality for
2629     USB Phy and VBUS initialization.
2630
2631     Signed-off-by: Ravi Babu <ravibabu@ti.com>
2632     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2633     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2634     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2635     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2636
2637 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
2638 Author: Thomas Abraham <t-abraham@ti.com>
2639 Date:   Sun Jan 4 09:41:09 2009 +0530
2640
2641     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
2642
2643     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
2644     platform.
2645
2646     Signed-off-by: Ravi Babu <ravibabu@ti.com>
2647     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2648     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2649     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2650     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2651
2652 commit a142896934c755e679ba87e227a8e449f39b0012
2653 Author: Thomas Abraham <t-abraham@ti.com>
2654 Date:   Sun Jan 4 09:41:03 2009 +0530
2655
2656     usb : musb : Adding host controller driver for Mentor USB controller
2657
2658     Adding Mentor USB core functionality and Mentor USB Host controller
2659     functionality for Mentor USB OTG controller (musbhdrc).
2660
2661     Signed-off-by: Ravi Babu <ravibabu@ti.com>
2662     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2663     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2664     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2665     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2666
2667 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
2668 Author: Mike Frysinger <vapier@gentoo.org>
2669 Date:   Thu Jan 1 18:27:27 2009 -0500
2670
2671     usb.h: use standard __LITTLE_ENDIAN from Linux headers
2672
2673     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
2674     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
2675     already setting up.
2676
2677     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2678     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2679
2680 commit 7b6e31eb17e3ff76238a60803fc531517d516223
2681 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2682 Date:   Wed Dec 31 10:33:56 2008 +0100
2683
2684     USB ehci ixp4xx support
2685
2686     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
2687
2688     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2689     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2690
2691 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
2692 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2693 Date:   Wed Dec 31 10:33:22 2008 +0100
2694
2695     USB ehci remove infinite loop and use handshake function
2696
2697     USB ehci code cleanup. Use handshake instead of infinite while loop
2698     to check the STD_ASS status
2699
2700     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2701     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2702
2703 commit 8fea2914ac974029b65926ef8247d908f84d202d
2704 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2705 Date:   Wed Dec 31 10:32:41 2008 +0100
2706
2707     Add initial support for USB ehci pci
2708
2709     Add USB ehci pci support. This patch doesn't include any
2710     pci_ids and it is not tested on real hardware.
2711
2712     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2713     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2714
2715 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
2716 Author: Bryan Wu <Bryan.Wu@analog.com>
2717 Date:   Thu Jan 1 19:48:07 2009 -0500
2718
2719     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
2720
2721     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
2722     does not like to be reset, so check for it.
2723
2724     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2726     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2727
2728 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
2729 Author: Thomas Abraham <t-abraham@ti.com>
2730 Date:   Sun Jan 4 12:15:35 2009 +0530
2731
2732     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
2733
2734     This patch populates the 'priv' field of the USB keyboard device_t
2735     structure. The 'priv' field is populated with the address of the
2736     'struct usb_device' structure that represents the USB device.
2737
2738     The 'priv' field can then be used in the 'usb_event_poll' function to
2739     determine the USB device that requires to be polled. An
2740     example of its usage in 'usb_event_poll' function is as below.
2741
2742         device_t *dev;
2743         struct usb_device *usb_kbd_dev;
2744
2745         <snip>
2746
2747         dev = device_get_by_name("usbkbd");
2748         usb_kbd_dev = (struct usb_device *)dev->priv;
2749         iface = &usb_kbd_dev->config.if_desc[0];
2750
2751     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2752     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2753
2754 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
2755 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2756 Date:   Thu Dec 18 10:05:37 2008 +0100
2757
2758     USB change speed
2759
2760     USB changes the speed according to the port status
2761
2762     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2763     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2764
2765 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
2766 Author: Remy Böhmer <linux@bohmer.net>
2767 Date:   Sat Dec 13 22:51:58 2008 +0100
2768
2769     EHCI fix code and ixp4xx test.
2770     USB ehci configuration parameter:
2771
2772     #define CONFIG_CMD_USB          1
2773     #define CONFIG_USB_STORAGE      1
2774     #define CONFIG_USB_EHCI
2775     #define CONFIG_USB_EHCI_IXP4XX      1
2776     #define CONFIG_EHCI_IS_TDI  1
2777     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
2778     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
2779     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
2780     #define CONFIG_LEGACY_USB_INIT_SEQ      1
2781
2782     2 USB Device(s) found
2783            scanning bus for storage devices... 0 Storage Device(s) found
2784     => usb tree
2785
2786     Device Tree:
2787       1  Hub (1.5MBit/s, 0mA)
2788       |  u-boot EHCI Host Controller
2789       |
2790       |+-2  Mass Storage (12MBit/s, 100mA)
2791            Sony Storage Media 0C07040930296
2792
2793     =>
2794
2795     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2796     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2797
2798 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
2799 Author: michael <michael@panicking.retis>
2800 Date:   Thu Dec 11 13:43:55 2008 +0100
2801
2802     [PATCH] This patch add varius fix to the ehci.
2803     - fix ehci_readl, ehci_writel
2804     - introduce new define in ehci.h
2805     - introduce the handshake function for waiting on a register
2806     - fix usb_ehci_fsl with the new HC_LENGTH macro
2807
2808     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2809     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2810
2811 commit db63299b1dd2894ade542278210bccd046de6435
2812 Author: michael <michael@panicking.retis>
2813 Date:   Wed Dec 10 17:55:19 2008 +0100
2814
2815     [PATCH] Fix EHCI usb. I start to test on a
2816     IXP465 board and I find some errors in the code. This
2817     patch fix:
2818     - descriptor initizialization (config, interface and endpoint
2819       must be one next-to the other when the USB_DT_CONFIG message
2820       is send.
2821     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
2822       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
2823     - Introduce the linux version of the usb_config_descriptor and
2824       usb_interface descriptor. This descriptor does't contains
2825       u-boot extension.
2826
2827     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2828     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2829
2830 commit 6b92487dcf9afe83a3570153d66940fdb293be76
2831 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2832 Date:   Fri Nov 28 13:22:09 2008 +0100
2833
2834     USB ehci freescale support
2835
2836     Add USB ehci freescale support
2837
2838     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2839     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2840
2841 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
2842 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2843 Date:   Fri Nov 28 13:20:46 2008 +0100
2844
2845     USB ehci core support
2846
2847     Add USB ehci core support
2848
2849     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2850     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2851
2852 commit 3e126484df7868e341545cce740b24b62b0cd3b7
2853 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2854 Date:   Fri Nov 28 13:19:19 2008 +0100
2855
2856     Prepare USB layer for ehci
2857
2858     Prepare USB layer for ehci support
2859
2860     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2861     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2862
2863 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
2864 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2865 Date:   Wed Dec 10 15:52:06 2008 +0100
2866
2867     USB storage cleanup patch
2868
2869     Cleanup usb storage
2870
2871     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2872     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2873
2874 commit fe033ad6d0883063fe857237abb9436fab03208c
2875 Author: Mike Frysinger <vapier@gentoo.org>
2876 Date:   Sun Oct 12 06:02:55 2008 -0400
2877
2878     Blackfin: fixup misc warnings such as printf's and missing casts
2879
2880     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2881
2882 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
2883 Author: Mike Frysinger <vapier@gentoo.org>
2884 Date:   Sun Oct 12 22:09:26 2008 -0400
2885
2886     Blackfin: convert old boards to use COBJS-y Makefile style
2887
2888     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2889
2890 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
2891 Author: Mike Frysinger <vapier@gentoo.org>
2892 Date:   Sat Oct 11 22:38:37 2008 -0400
2893
2894     Blackfin: bf533-stamp: rewrite resource swap logic
2895
2896     The old swap function tended to clobber unrelated pins and screw up masks.
2897     Rewrite the thing from scratch so it only uses the resources it needs.
2898
2899     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2900
2901 commit 29d4ea0a9073c82469184331010136f52edf8db6
2902 Author: Mike Frysinger <vapier@gentoo.org>
2903 Date:   Sat Oct 11 22:08:42 2008 -0400
2904
2905     Blackfin: bootldr: implement BF53x/BF56x LDR loader
2906
2907     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
2908     arbitrary memory locations, so implement a basic one in software.
2909
2910     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2911
2912 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
2913 Author: Mike Frysinger <vapier@gentoo.org>
2914 Date:   Sat Oct 11 22:05:42 2008 -0400
2915
2916     Blackfin: implement real write support for OTP
2917
2918     Now that real documentation has been released for the OTP interface and
2919     the on-chip ROM wrt writing/timings, implement support for reading/writing
2920     as well as dumping/locking.
2921
2922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2923
2924 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
2925 Author: Mike Frysinger <vapier@gentoo.org>
2926 Date:   Sat Oct 11 22:04:05 2008 -0400
2927
2928     Blackfin: update on-chip ROM API
2929
2930     This brings the API for the on-chip ROM in line with the toolchain and
2931     hardware documentation.
2932
2933     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2934
2935 commit 7633903bff432ec7b27905dce7396958553f2be6
2936 Author: Mike Frysinger <vapier@gentoo.org>
2937 Date:   Sat Oct 11 21:52:17 2008 -0400
2938
2939     Blackfin: allow serial console to be disabled
2940
2941     Some devices have no UART device pulled out, so allow people to disable the
2942     driver completely in favor of other methods (like JTAG-console).
2943
2944     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2945
2946 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
2947 Author: Mike Frysinger <vapier@gentoo.org>
2948 Date:   Sat Oct 11 21:51:20 2008 -0400
2949
2950     Blackfin: support console-over-JTAG
2951
2952     The Blackfin JTAG has the ability to pass data via a back-channel without
2953     halting the processor.  Utilize that channel to emulate a console.
2954
2955     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2956
2957 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
2958 Author: Mike Frysinger <vapier@gentoo.org>
2959 Date:   Sat Oct 11 21:49:06 2008 -0400
2960
2961     Blackfin: handle new anomalies with reset
2962
2963     Workaround fun new anomalies related to software reset of the processor.
2964
2965     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2966
2967 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
2968 Author: Mike Frysinger <vapier@gentoo.org>
2969 Date:   Sat Oct 11 21:44:00 2008 -0400
2970
2971     Blackfin: pass RETX to Linux
2972
2973     Make sure we save the value of RETX at power on and then pass it on to the
2974     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
2975
2976     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2977
2978 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
2979 Author: Mike Frysinger <vapier@gentoo.org>
2980 Date:   Sat Oct 11 21:40:26 2008 -0400
2981
2982     Blackfin: clarify relocation comment during init
2983
2984     People often ask questions about the init process and when things go
2985     from flash to relocated base, so clarify the comments a bit.
2986
2987     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2988
2989 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
2990 Author: Mike Frysinger <vapier@gentoo.org>
2991 Date:   Sat Oct 11 21:23:41 2008 -0400
2992
2993     Blackfin: just set SP register directly during init
2994
2995     No need to set the SP register indirectly to the configured value when it
2996     can be set directly.
2997
2998     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2999
3000 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
3001 Author: Mike Frysinger <vapier@gentoo.org>
3002 Date:   Sat Oct 11 21:15:53 2008 -0400
3003
3004     Blackfin: add portmuxing for UARTs on the BF51x
3005
3006     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3007
3008 commit 4f6a313240c531042f16909a3a170ab047b95779
3009 Author: Mike Frysinger <vapier@gentoo.org>
3010 Date:   Sun Jun 1 01:26:29 2008 -0400
3011
3012     Blackfin: respect CONFIG_CLKIN_HALF
3013
3014     As pointed out by Ivan Koryakovskiy, the initialization code was not
3015     actually respecting the CONFIG_CLKIN_HALF option when configuring the
3016     PLL_CTL register.
3017
3018     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3019
3020 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
3021 Author: Mike Frysinger <vapier@gentoo.org>
3022 Date:   Sun Jun 1 01:21:34 2008 -0400
3023
3024     Blackfin: use common memcpy routine during init
3025
3026     Rather than using a local custom memcpy function, just call the existing
3027     optimized Blackfin version.
3028
3029     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3030
3031 commit 362c943347364e9373af4c5530778491ab56ec2e
3032 Author: Mike Frysinger <vapier@gentoo.org>
3033 Date:   Wed Apr 9 02:27:06 2008 -0400
3034
3035     Blackfin: set default boot SPI CS for BF538/BF539
3036
3037     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
3038     Blackfin parts.
3039
3040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3041
3042 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
3043 Author: Mike Frysinger <vapier@gentoo.org>
3044 Date:   Wed Apr 9 02:20:59 2008 -0400
3045
3046     Blackfin: punt unused BF533-STAMP definitions
3047
3048     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3049
3050 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
3051 Author: Mike Frysinger <vapier@gentoo.org>
3052 Date:   Fri Apr 18 20:44:11 2008 -0400
3053
3054     Blackfin: resurrect BF533-STAMP video splash driver
3055
3056     This video driver used to live in the Blackfin cpu directory, but it was
3057     lost during the unification process.  This brings it back.
3058
3059     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3060
3061 commit a750d038f2548d846ea1e046d873dc932d041319
3062 Author: Mike Frysinger <vapier@gentoo.org>
3063 Date:   Wed Apr 9 02:31:29 2008 -0400
3064
3065     Blackfin: tighten up post memory coding style
3066
3067     No functional changes here; just cleanup code style a bit.
3068
3069     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3070
3071 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
3072 Author: Mike Frysinger <vapier@gentoo.org>
3073 Date:   Wed Apr 9 02:29:18 2008 -0400
3074
3075     Blackfin: bf537-stamp nand: fix more style errors in previous commit
3076
3077     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3078
3079 commit 41f3325ae9add641036d7cb362e884b698e53f07
3080 Author: Mike Frysinger <vapier@gentoo.org>
3081 Date:   Sat Oct 11 20:31:17 2008 -0400
3082
3083     Blackfin: drop dead/wrong debug code in initdram()
3084
3085     The DEBUG code in initdram() is quite old and was never really useful, so
3086     just drop it altogether.  Common Blackfin debug code does a better job.
3087
3088     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3089
3090 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
3091 Author: Mike Frysinger <vapier@gentoo.org>
3092 Date:   Sat Oct 11 20:30:28 2008 -0400
3093
3094     Blackfin: bf533-ezkit: shuffle flash defines a little
3095
3096     Some of the flash defines weren't in the correct location and caused build
3097     problems in some configurations, so let's move types and defines to better
3098     local locations.
3099
3100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3101
3102 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
3103 Author: Mike Frysinger <vapier@gentoo.org>
3104 Date:   Mon Oct 6 04:16:47 2008 -0400
3105
3106     Blackfin: overhaul i2c driver
3107
3108     The current Blackfin i2c driver does not work properly with certain devices
3109     due to it breaking up transfers incorrectly.  This is a rewrite of the
3110     driver and relocates it to the newer place in the source tree.
3111
3112     Also remove duplicated I2C speed defines in Blackfin board configs and
3113     disable I2C slave address usage since it isn't implemented.
3114
3115     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3116
3117 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
3118 Author: Mike Frysinger <vapier@gentoo.org>
3119 Date:   Mon Oct 6 04:00:07 2008 -0400
3120
3121     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
3122
3123     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
3124     128kB when setting up the default flash protection region for U-Boot
3125     itself.
3126
3127     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3128
3129 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
3130 Author: Mike Frysinger <vapier@gentoo.org>
3131 Date:   Mon Oct 6 03:57:39 2008 -0400
3132
3133     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
3134
3135     When setting up the global data, rather than relying on sizeof(), use the
3136     common CONFIG_SYS_GBL_DATA_SIZE define.
3137
3138     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3139
3140 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
3141 Author: Mike Frysinger <vapier@gentoo.org>
3142 Date:   Mon Oct 6 03:52:24 2008 -0400
3143
3144     Blackfin: implement general support for CONFIG_STATUS_LED
3145
3146     Here are the Blackfin-specific and board-independent pieces for status leds.
3147
3148     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3149
3150 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
3151 Author: Mike Frysinger <vapier@gentoo.org>
3152 Date:   Mon Oct 6 03:49:32 2008 -0400
3153
3154     Blackfin: do not init i2c in Blackfin board init
3155
3156     The common code takes care of calling i2c_init() when needed, so no point
3157     in us doing it as well.
3158
3159     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3160
3161 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
3162 Author: Mike Frysinger <vapier@gentoo.org>
3163 Date:   Mon Oct 6 03:42:20 2008 -0400
3164
3165     Blackfin: bfin_mac: update port muxing
3166
3167     Adds support more Blackfin parts and fixes broken muxing for older ones.
3168
3169     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3170
3171 commit 05b75e48832fc4afeecf8e76d704349557dffa35
3172 Author: Mike Frysinger <vapier@gentoo.org>
3173 Date:   Mon Oct 6 03:35:44 2008 -0400
3174
3175     Blackfin: fix dcache handling when doing dma memcpy's
3176
3177     Our dcache invalidate function doesn't just invalidate, it also flushes.
3178     So rename the function accordingly and fix the dma_memcpy() function so it
3179     doesn't inadvertently corrupt the data destination.
3180
3181     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3182
3183 commit 68e5632494168095d75f120af70043b68afd2476
3184 Author: Mike Frysinger <vapier@gentoo.org>
3185 Date:   Thu Aug 7 18:56:56 2008 -0400
3186
3187     Blackfin: dont generate ldrs with --force
3188
3189     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3190
3191 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
3192 Author: Mike Frysinger <vapier@gentoo.org>
3193 Date:   Thu Aug 7 18:55:30 2008 -0400
3194
3195     Blackfin: pass --bmode/--initcode when creating ldr
3196
3197     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3198
3199 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
3200 Author: Mike Frysinger <vapier@gentoo.org>
3201 Date:   Thu Aug 7 18:39:27 2008 -0400
3202
3203     Blackfin: minimize time cache is turned off when replacing cplb entries
3204
3205     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3206
3207 commit 21d631360430cf0ae9099612273cd4de28911ba9
3208 Author: Mike Frysinger <vapier@gentoo.org>
3209 Date:   Thu Aug 7 15:31:13 2008 -0400
3210
3211     Blackfin: split cache handling out of dma_memcpy()
3212
3213     Creating a new dma_memcpy() function that skips all cache checks allows us
3214     to use the function in very early init where the cache is not yet setup.
3215
3216     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3217
3218 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
3219 Author: Mike Frysinger <vapier@gentoo.org>
3220 Date:   Thu Aug 7 15:30:49 2008 -0400
3221
3222     Blackfin: abort dma_memcpy() for L1 scratchpad
3223
3224     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3225
3226 commit 81b799add709177e838466461f7b9989488b0fd5
3227 Author: Mike Frysinger <vapier@gentoo.org>
3228 Date:   Thu Aug 7 15:27:52 2008 -0400
3229
3230     Blackfin: rename bootm.c to boot.c
3231
3232     The boot file contains functions for more than just "bootm", so rename it
3233     accordingly.
3234
3235     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3236
3237 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
3238 Author: Mike Frysinger <vapier@gentoo.org>
3239 Date:   Thu Aug 7 13:22:37 2008 -0400
3240
3241     Blackfin: set more sane default board config values
3242
3243     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3244
3245 commit 36cd52a00794fb15ffab05d640acca92d7482993
3246 Author: Mike Frysinger <vapier@gentoo.org>
3247 Date:   Thu Aug 7 15:24:59 2008 -0400
3248
3249     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
3250
3251     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3252
3253 commit c8054bc12e00669bd7588f2b30fef48aa94babac
3254 Author: Mike Frysinger <vapier@gentoo.org>
3255 Date:   Thu Aug 7 13:21:27 2008 -0400
3256
3257     Blackfin: add bit defines for DDR parts
3258
3259     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3260
3261 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
3262 Author: Mike Frysinger <vapier@gentoo.org>
3263 Date:   Thu Aug 7 13:21:11 2008 -0400
3264
3265     Blackfin: add defines to describe active bootrom behavior
3266
3267     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3268
3269 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
3270 Author: Kim Phillips <kim.phillips@freescale.com>
3271 Date:   Tue Jan 27 16:03:53 2009 -0600
3272
3273     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
3274
3275     extend commit c70564e6b1bd08f3230182392238907f3531a87e
3276     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
3277     to the simpc8313 build and fix this:
3278
3279     ...Large Page NAND...Configuring for SIMPC8313 board...
3280     nand_boot_fsl_elbc.o: In function `nand_boot':
3281     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
3282     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
3283     make: *** [nand_spl] Error 2
3284
3285     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3286
3287 commit 54a7cc4912feefa45be961cc47cc159563725d2f
3288 Author: Wolfgang Denk <wd@denx.de>
3289 Date:   Wed Jan 28 09:25:31 2009 +0100
3290
3291     mpc8536ds.c: include sata.h to for needed function prototypes
3292
3293     Signed-off-by: Wolfgang Denk <wd@denx.de>
3294
3295 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
3296 Author: Peter Tyser <ptyser@xes-inc.com>
3297 Date:   Tue Jan 27 18:03:12 2009 -0600
3298
3299     Command usage cleanup
3300
3301     Remove command name from all command "usage" fields and update
3302     common/command.c to display "name - usage" instead of
3303     just "usage". Also remove newlines from command usage fields.
3304
3305     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3306
3307 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
3308 Author: Peter Tyser <ptyser@xes-inc.com>
3309 Date:   Tue Jan 27 18:03:11 2009 -0600
3310
3311     amcc: Clean up command usage output
3312
3313     Update taihu and taishan commands to use cmd_usage() function
3314     to display usage messages.
3315
3316     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3317
3318 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
3319 Author: Peter Tyser <ptyser@xes-inc.com>
3320 Date:   Tue Jan 27 18:03:10 2009 -0600
3321
3322     Standardize command usage messages with cmd_usage()
3323
3324     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3325
3326 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
3327 Author: Peter Tyser <ptyser@xes-inc.com>
3328 Date:   Tue Jan 27 18:03:09 2009 -0600
3329
3330     pcs440ep: Clean up led command definition
3331
3332     The pcs440ep's led command usage formatting is non-standard.  It
3333     was made standard in preparation for larger command usage updates.
3334
3335     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3336
3337 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
3338 Author: Peter Tyser <ptyser@xes-inc.com>
3339 Date:   Tue Jan 27 18:03:08 2009 -0600
3340
3341     Clean up diufb command definitions
3342
3343     The diufb command usage formatting is non-standard.  It was
3344     made standard in preparation for larger command usage updates.
3345
3346     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3347
3348 commit 6450a8485836fc80615ae6de6a864c33369b44f5
3349 Author: Wolfgang Denk <wd@denx.de>
3350 Date:   Wed Jan 28 00:29:26 2009 +0100
3351
3352     Update CHANGELOG, tiny coding style cleanup.
3353
3354     Signed-off-by: Wolfgang Denk <wd@denx.de>
3355
3356 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
3357 Author: Mike Frysinger <vapier@gentoo.org>
3358 Date:   Tue Jan 27 16:12:21 2009 -0500
3359
3360     SATA: do not auto-initialize during boot
3361
3362     Rather than have the board code initialize SATA automatically during boot,
3363     make the user manually run "sata init".  This brings the SATA subsystem in
3364     line with common U-Boot policy.
3365
3366     Rather than having a dedicated weak function "is_sata_supported", people
3367     can override sata_initialize() to do their weird board stuff.  Then they
3368     can call the actual __sata_initialize().
3369
3370     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3371
3372 commit 50970839712dda35399e2fa83fe818df9354d618
3373 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3374 Date:   Mon Jan 26 08:45:14 2009 -0500
3375
3376     part_efi: Fix partition size calculation due to inclusive ending LBA.
3377
3378     The ending LBA is inclusive. Hence, the partition size should be
3379     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
3380
3381     This is confirmed against the results from the parted tool.
3382     (e.g. use parted /dev/sda -s unit S print) and observe the size.
3383
3384     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3385
3386 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
3387 Author: Tomasz Figa <tomasz.figa@gmail.com>
3388 Date:   Tue Dec 30 18:35:57 2008 +0100
3389
3390     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
3391
3392     This patch fixes a bug (?) introduced after inclusion of the new
3393     JFFS2 code.
3394
3395     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
3396     fill in part->sector_size (keeping it as 0), but a correct value is
3397     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
3398     to be in the same place of the memory, what obviously means
3399     impossibility to use the JFFS2 partition.
3400
3401     This problem is fixed in this patch by including sector size
3402     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
3403
3404     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
3405
3406 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
3407 Author: Mike Frysinger <vapier@gentoo.org>
3408 Date:   Tue Dec 30 02:59:25 2008 -0500
3409
3410     saveenv: standardize enablement
3411
3412     Rather than special casing each environment type for enabling the saveenv
3413     command, have them all behave the same.  This avoids bitrot as new env
3414     sources are added/removed.
3415
3416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3417
3418 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
3419 Author: Andrew Dyer <adyer@righthandtech.com>
3420 Date:   Mon Dec 29 17:36:01 2008 -0600
3421
3422     soft_i2c.c add option for repeated start in i2c_read()
3423
3424     This patch adds a #define to optionally change the behaviour of
3425     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
3426     stop-start between sending the device address pointer write and
3427     reading back the data.  The current behaviour is retained as the
3428     default.
3429
3430     While most devices will work either way, I have a smart battery(*)
3431     that requires repeated start, and someone at some point found a
3432     device that required a stop-start.
3433
3434     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
3435
3436     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
3437
3438 commit 3429071700963ca2f944c51d695a7481af0cee33
3439 Author: Wolfgang Denk <wd@denx.de>
3440 Date:   Tue Jan 27 22:07:14 2009 +0100
3441
3442     {delta,zylonite}/lowlevel_init.S: fix typo
3443
3444     Commit 9d803d8c mistakenly changed some constants
3445     from 0x300 into 300 - this patch fixes it.
3446
3447     Pointed out by Tom Evans <tom@ceos.com.au>, see
3448     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
3449     details.
3450
3451     Signed-off-by: Wolfgang Denk <wd@denx.de>
3452
3453 commit 1bc434373013af241835c14011ac3f291dccbf53
3454 Author: Stefan Althoefer <stefan.althoefer@web.de>
3455 Date:   Sat Dec 20 19:40:41 2008 +0100
3456
3457     drivers/net/e1000.c: missing terminator for supported devices
3458
3459     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
3460
3461 commit 65f7d41031a70b1649b35020995c505edca91533
3462 Author: Wolfgang Denk <wd@denx.de>
3463 Date:   Tue Jan 27 21:36:28 2009 +0100
3464
3465     fat.c: fix warning: array subscript is above array bounds
3466
3467     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
3468
3469     Signed-off-by: Wolfgang Denk <wd@denx.de>
3470
3471 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
3472 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3473 Date:   Fri Jan 2 15:11:41 2009 +0100
3474
3475     Fix gunzip in case of insufficient output buffer
3476
3477     U-Boot's gunzip() function does not handle the return code
3478     of zlib's inflate() function correctly. gunzip() is implemented
3479     to uncompress all input data in one run. So the correct return
3480     code for the good case is Z_STREAM_END. In case of insufficient
3481     output buffer memory inflate returns Z_OK. For gunzip() this
3482     is an error.
3483
3484     It also makes sense to me to call inflateEnd() also in case
3485     of an error.
3486
3487     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3488
3489 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
3490 Author: Stefan Roese <sr@denx.de>
3491 Date:   Wed Jan 21 17:25:01 2009 +0100
3492
3493     MIPS: Add VCT board series support (Part 3/3)
3494
3495     Signed-off-by: Stefan Roese <sr@denx.de>
3496
3497 commit ae691e5719c48f1d2826cb72722497d1d162765b
3498 Author: Stefan Roese <sr@denx.de>
3499 Date:   Wed Jan 21 17:24:49 2009 +0100
3500
3501     MIPS: Add VCT board series support (Part 2/3)
3502
3503     Signed-off-by: Stefan Roese <sr@denx.de>
3504
3505 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
3506 Author: Stefan Roese <sr@denx.de>
3507 Date:   Wed Jan 21 17:24:39 2009 +0100
3508
3509     MIPS: Add VCT board series support (Part 1/3)
3510
3511     Signed-off-by: Stefan Roese <sr@denx.de>
3512
3513 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
3514 Author: Stefan Roese <sr@denx.de>
3515 Date:   Wed Jan 21 17:20:20 2009 +0100
3516
3517     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
3518
3519     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
3520     Those functions are needed for the upcoming dcache support for the USB
3521     EHCI driver. I chose this API because those cache handling functions are
3522     already present in the PPC architecture.
3523
3524     Signed-off-by: Stefan Roese <sr@denx.de>
3525     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3526
3527 commit de832a99414ff06a4b2cdc9f5280b387da039834
3528 Author: Stefan Roese <sr@denx.de>
3529 Date:   Mon Jan 26 10:05:20 2009 +0100
3530
3531     nand_spl: Fix compile problem with board_nand_init() prototype
3532
3533     This patch removes the now obsolete and additionally wrongly defined
3534     board_nand_init() prototype from nand_spl/nand_boot.c.
3535
3536     Signed-off-by: Stefan Roese <sr@denx.de>
3537     Signed-off-by: Scott Wood <scottwood@freescale.com>
3538
3539 commit e8eac437189430d8e04a5d254ed92c58bc534a79
3540 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3541 Date:   Wed Jan 14 08:44:26 2009 -0500
3542
3543     CFI: Add geometry reversal for STMicro M29W320ET
3544
3545     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
3546
3547     Modeled after flash_fixup_amd, this patch handles the geometry reversal
3548     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
3549     Since I cannot test all STM's chips, the detection is implemented as
3550     narrow as possible for now.
3551
3552     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3553     Signed-off-by: Stefan Roese <sr@denx.de>
3554
3555 commit 0f8e851e897b535959a0781171910cd97f33c30c
3556 Author: Jens Gehrlein <sew_s@tqs.de>
3557 Date:   Tue Dec 16 17:25:55 2008 +0100
3558
3559     CFI: increase performance of function find_sector()
3560
3561     Tested on TQM5200S-BD with Samsung K8P2815UQB
3562
3563     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
3564     Signed-off-by: Stefan Roese <sr@denx.de>
3565
3566 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
3567 Author: Jens Gehrlein <sew_s@tqs.de>
3568 Date:   Tue Dec 16 17:25:54 2008 +0100
3569
3570     CFI: avoid redundant function call in single word programming mode
3571
3572     The function find_sector() doesn't need to be called twice in
3573     the case of AMD command set.
3574     Tested on TQM5200S-BD with Samsung K8P2815UQB.
3575
3576     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
3577     Signed-off-by: Stefan Roese <sr@denx.de>
3578
3579 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
3580 Author: Stefan Roese <sr@denx.de>
3581 Date:   Mon Jan 26 10:15:23 2009 +0100
3582
3583     ppc4xx: Remove compilation warning in gdppc440etc.c
3584
3585     Signed-off-by: Stefan Roese <sr@denx.de>
3586
3587 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
3588 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3589 Date:   Fri Jan 2 12:19:47 2009 +0100
3590
3591     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
3592
3593     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
3594     Either they define or undef it. Because it's not used in any source
3595     files this patch removes any references to it.
3596
3597     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3598     Signed-off-by: Stefan Roese <sr@denx.de>
3599
3600 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
3601 Author: Dirk Eibach <eibach@gdsys.de>
3602 Date:   Tue Dec 9 13:12:40 2008 +0100
3603
3604     ppc4xx: Add GDsys PowerPC 440 ETX board support.
3605
3606     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
3607     Based on the AMCC Yosemite board support by Stefan Roese.
3608
3609     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3610     Signed-off-by: Stefan Roese <sr@denx.de>
3611
3612 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
3613 Author: Dirk Eibach <eibach@gdsys.de>
3614 Date:   Tue Dec 9 11:00:07 2008 +0100
3615
3616     ppc4xx: Improve DDR autodetect
3617
3618     Added support for a second memory bank to DDR autodetection for 440
3619     platforms.
3620     Made hardcoded values configurable.
3621
3622     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3623     Signed-off-by: Stefan Roese <sr@denx.de>
3624
3625 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
3626 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3627 Date:   Fri Nov 21 12:06:26 2008 +0900
3628
3629     sh: sh7763rdp: Update sh7763rdp config
3630
3631     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
3632
3633     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3634     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3635
3636 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
3637 Author: Gary Jennejohn <garyj@denx.de>
3638 Date:   Thu Nov 20 12:28:38 2008 +0100
3639
3640     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
3641
3642     This change is needed for mgcoge because it uses two ethernet drivers.
3643
3644     Add a check for the presence of the PIGGY board on mgcoge.  Without this
3645     board networking cannot work and the initialization must be aborted.
3646
3647     Only allocate rtx once to prevent DPRAM exhaustion.
3648
3649     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
3650     soon) in eth.c.
3651
3652     Signed-off-by: Gary Jennejohn <garyj@denx.de>
3653     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3654
3655 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
3656 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3657 Date:   Fri Nov 21 12:04:18 2008 +0900
3658
3659     sh: sh_eth: Change new network API
3660
3661     sh_eth used old network API. This patch changed new API.
3662
3663     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3664     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3665
3666 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
3667 Author: Stefan Roese <sr@denx.de>
3668 Date:   Wed Nov 12 13:31:02 2008 +0100
3669
3670     net: smc911x: Make register read/write functions weak
3671
3672     This patch changes the reg_read/_write to smc911x_reg_read/_write
3673     and defines then as weak so that they can be overridden by board
3674     specific version.
3675
3676     This will be used by the upcoming VCTH board support.
3677
3678     Signed-off-by: Stefan Roese <sr@denx.de>
3679     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3680
3681 commit 8b69b563039989885969d24465c56f8ac4c07c4c
3682 Author: Heiko Schocher <hs@denx.de>
3683 Date:   Thu Nov 20 09:57:14 2008 +0100
3684
3685     powerpc: net: support for the SMSC LAN8700 PHY
3686
3687     Signed-off-by: Heiko Schocher <hs@denx.de>
3688     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3689
3690 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
3691 Author: Alessandro Rubini <rubini@unipv.it>
3692 Date:   Sat Jan 24 18:10:37 2009 +0100
3693
3694     Initial support for Nomadik 8815 development board
3695
3696     The NMDK8815 board is distributed by ST Microelectornics.
3697     Other (proprietary) code must be run to unlock the CPU before
3698     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
3699
3700     This is the initial port, with basic infrastructure and
3701     a working serial port.
3702
3703     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3704     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
3705     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3706
3707 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
3708 Author: Dirk Behme <dirk.behme@googlemail.com>
3709 Date:   Sun Dec 14 09:47:18 2008 +0100
3710
3711     OMAP3: Add I2C support
3712
3713     Add I2C support.
3714
3715     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3716
3717 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
3718 Author: Dirk Behme <dirk.behme@googlemail.com>
3719 Date:   Sun Dec 14 09:47:17 2008 +0100
3720
3721     OMAP3: Add MMC support
3722
3723     Add MMC support.
3724
3725     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3726
3727 commit 12201a13547ec22ddcdae278e74465e54a3be60c
3728 Author: Dirk Behme <dirk.behme@googlemail.com>
3729 Date:   Sun Dec 14 09:47:16 2008 +0100
3730
3731     OMAP3: Add NAND support
3732
3733     Add NAND support.
3734
3735     Signed-off-by: Nishanth Menon <nm@ti.com>
3736     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
3737     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3738
3739 commit 91eee546737ae21d930af479530997174c342b13
3740 Author: Dirk Behme <dirk.behme@googlemail.com>
3741 Date:   Sun Dec 14 09:47:15 2008 +0100
3742
3743     OMAP3: Add common board, interrupt and system info
3744
3745     Add common board, interrupt and system info code.
3746
3747     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3748
3749 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
3750 Author: Dirk Behme <dirk.behme@googlemail.com>
3751 Date:   Sun Dec 14 09:47:14 2008 +0100
3752
3753     OMAP3: Add common clock, memory and low level code
3754
3755     Add common clock, memory and low level code
3756
3757     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3758
3759 commit 0b02b184003e6a5023e05d5f31de54db279b1431
3760 Author: Dirk Behme <dirk.behme@googlemail.com>
3761 Date:   Sun Dec 14 09:47:13 2008 +0100
3762
3763     OMAP3: Add common cpu and start code
3764
3765     Add common cpu and start code.
3766
3767     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3768
3769 commit a8b6450546cd507d331b8fde384791d84bde5651
3770 Author: Dirk Behme <dirk.behme@googlemail.com>
3771 Date:   Sun Dec 14 09:47:12 2008 +0100
3772
3773     OMAP3: Add OMAP3, memory and function prototype headers
3774
3775     Add OMAP3, memory and function prototype header files for OMAP3.
3776
3777     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3778
3779 commit 2c803210a464abbac35752ca1c737514360b4c32
3780 Author: Dirk Behme <dirk.behme@googlemail.com>
3781 Date:   Sun Dec 14 09:47:11 2008 +0100
3782
3783     OMAP3: Add pin mux, clock and cpu headers
3784
3785     Add pin mux, clock and cpu header files for OMAP3.
3786
3787     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3788
3789 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
3790 Author: Maxim Artamonov <scn1874@yandex.ru>
3791 Date:   Wed Dec 3 05:38:17 2008 +0300
3792
3793     bugfix for i.mx31 CCM_UPCTL reg
3794
3795     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
3796
3797 commit 24113a44ed5cd3257a0237c3961e121812fca6db
3798 Author: Mike Frysinger <vapier@gentoo.org>
3799 Date:   Tue Dec 30 03:15:38 2008 -0500
3800
3801     easylogo: add optional gzip support
3802
3803     Some images can be quite large, so add an option to compress the
3804     image data with gzip in the U-Boot image. Then at runtime, the
3805     board can decompress it with the normal zlib functions.
3806
3807     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3808
3809 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
3810 Author: Bryan Wu <bryan.wu@analog.com>
3811 Date:   Fri Jan 2 20:47:45 2009 -0500
3812
3813     fat: fix unaligned errors
3814
3815     A couple of buffers in the fat code are declared as an array of bytes.
3816     But it is then cast up to a structure with 16bit and 32bit members.
3817     Since GCC assumes structure alignment here, we have to force the
3818     buffers to be aligned according to the structure usage.
3819
3820     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3821     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3822
3823 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
3824 Author: Brad Bozarth <bflinux@yumbrad.com>
3825 Date:   Thu Jan 1 22:45:47 2009 -0500
3826
3827     spi flash: fix crash due to spi flash miscommunication
3828
3829     Higher spi flash layers expect to be given back a pointer that was
3830     malloced so that it can free the result, but the lower layers return
3831     a pointer that is in the middle of the malloced memory. Reorder the
3832     members of the lower spi structures so that things work out.
3833
3834     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
3835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3836     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3837
3838 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
3839 Author: Yuri Tikhonov <yur@emcraft.com>
3840 Date:   Sat Dec 20 14:54:21 2008 +0300
3841
3842     FPU POST: fix warnings when building with 2.18 binutils
3843
3844     When compile u-boot with the 2.18 binutils the following
3845     warning messages for each object file in post/lib_ppc/fpu/ is
3846     produced at the linking stage:
3847
3848     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
3849     ...
3850
3851     This is because of the fact that, in general, the soft-float and
3852     hard-float ABIs are incompatible; the 2.18 binutils do checking
3853     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
3854     produce the worning like above if these are not compatible.
3855
3856     The incompatibility of ABIs is concerned only the float values:
3857     e.g. the soft-float ABI assumes the float argument passing in the
3858     pair of rX registers, and the hard-float ABI assumes passing of
3859     the float argument in the fX register. When we don't pass the float
3860     arguments between the functions compiled with different floatness,
3861     then such an application will work correctly.
3862     This is the case for the FPU POST: u-boot (compiled with soft-float)
3863     doesn't pass to (and doesn't get from) the FPU POST functions any
3864     floats; there are no functions exported from the post/lib_ppc/fpu/
3865     objects which would work with float parameters/returns too. So, we
3866     can reassure the linker not to worry about the difference in ABI
3867     attributes of linking files just by setting the 'soft-float'
3868     attribute for the objects in post/lib_ppc/fpu. And this patch does
3869     this.
3870
3871     Also, to avoid passing both soft- and hard-float options in CFLAGS
3872     when compiling the files from post/lib_ppc/fpu (which is OK, but
3873     looks rather dirty) this patch removes the soft-float string from
3874     CFLAGS in post/lib_ppc/fpu/Makefile.
3875
3876     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3877
3878 commit a7c9310457e85b4598abe5b304108edf11332e2f
3879 Author: Peter Tyser <ptyser@xes-inc.com>
3880 Date:   Wed Dec 17 16:36:22 2008 -0600
3881
3882     Add support for Maxim's DS4510 I2C device
3883
3884     Initial support for the DS4510, a CPU supervisor with
3885     integrated EEPROM, SRAM, and 4 programmable non-volatile
3886     GPIO pins. The CONFIG_DS4510 define enables support
3887     for the device while the CONFIG_CMD_DS4510 define
3888     enables the ds4510 command. The additional
3889     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
3890     CONFIG_DS4510_RST defines add additional sub-commands
3891     to the ds4510 command when defined.
3892
3893     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3894
3895 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
3896 Author: Dirk Eibach <eibach@gdsys.de>
3897 Date:   Tue Dec 16 14:51:56 2008 +0100
3898
3899     common: Iteration limit for memory test.
3900
3901     The iteration limit is passed to mtest as a fourth parameter:
3902     [start [end [pattern [iterations]]]]
3903     If no fourth parameter is supplied, there is no iteration limit and the
3904     test will loop forever.
3905
3906     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3907
3908 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
3909 Author: Stefan Roese <sr@denx.de>
3910 Date:   Mon Dec 15 15:40:12 2008 +0100
3911
3912     serial: Rename driver vcth to vct to support other board variants
3913
3914     Moved driver vcth.c to vct.c to better reflect the VCT board series.
3915     This driver is now used by the VCT platforms:
3916
3917     vct_premium
3918     vct_platinum
3919     vct_platinumsvc
3920
3921     Signed-off-by: Stefan Roese <sr@denx.de>
3922
3923 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
3924 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3925 Date:   Fri Dec 12 00:45:27 2008 +0900
3926
3927     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
3928
3929     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3930
3931 commit c3284b030b1cd492b4f46c576aea01bef258599d
3932 Author: Peter Korsgaard <jacmet@sunsite.dk>
3933 Date:   Wed Dec 10 16:24:16 2008 +0100
3934
3935     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
3936
3937     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
3938     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
3939     !CONFIG_AUTOBOOT_KEYED case.
3940
3941     Do this by reversing the loop so we do at least one iteration before
3942     checking for timeout.
3943
3944     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
3945
3946 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
3947 Author: Niklaus Giger <niklaus.giger@netstal.com>
3948 Date:   Mon Dec 8 17:24:08 2008 +0100
3949
3950     Added legacy flash ST Micro M29W040B
3951
3952 commit 626d07348e5f9f302f4ea182161a89f7362a0488
3953 Author: Graeme Russ <graeme.russ@gmail.com>
3954 Date:   Mon Dec 8 20:04:51 2008 +1100
3955
3956     Fixed off-by-one errors in lib_m68k/interrupts.c
3957
3958     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3959
3960 commit a5989c42ae5e295f274a795c426c47819bbdbfda
3961 Author: Graeme Russ <graeme.russ@gmail.com>
3962 Date:   Sun Dec 7 10:29:05 2008 +1100
3963
3964     Removed all references to CONFIG_SYS_RESET_GENERIC
3965
3966     Generic i386 reset - #define made redundant by weak function
3967
3968     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3969
3970 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
3971 Author: Graeme Russ <graeme.russ@gmail.com>
3972 Date:   Sun Dec 7 10:29:04 2008 +1100
3973
3974     Remove #ifdef CONFIG_SC520 in source code
3975
3976     CONFIG_SC520 is now used for conditional compile
3977
3978     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3979
3980 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
3981 Author: Graeme Russ <graeme.russ@gmail.com>
3982 Date:   Sun Dec 7 10:29:03 2008 +1100
3983
3984     Added MMCR reset functionality
3985
3986     Reset function specific to AMD SC520 microcontroller - Is more of a
3987     'hard reset' that the triple fault.
3988
3989     Requires CONFIG_SYS_RESET_SC520 to be defined in config
3990
3991     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
3992     but ld requires that a object file in a library arhive MUST contain
3993     at least one function which does not override a weak function (and is
3994     called from outside the object file) in order for that object file to
3995     be extracted from the archive. This would be the only function on the
3996     new file, and hence, will never get linked in.
3997
3998     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3999
4000 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
4001 Author: Graeme Russ <graeme.russ@gmail.com>
4002 Date:   Sun Dec 7 10:29:02 2008 +1100
4003
4004     Moved generic (triple fault) reset code
4005
4006     Moved from interrupts.c to cpu.c and made into a weak function to
4007     allow vendor specific override
4008
4009     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
4010     added to the vendor specific code without the need to remember to
4011     #undef usage of the generic method and if you forget to include your
4012     custom reset method, you will always get the default.
4013
4014     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4015
4016 commit 9933d609020c297788f53f334c8465fa7a99b10c
4017 Author: Graeme Russ <graeme.russ@gmail.com>
4018 Date:   Sun Dec 7 10:29:01 2008 +1100
4019
4020     Moved definition of set_vector() to new header file
4021
4022     This allows for future tidy ups and functionality that will require
4023     set_vector ()
4024
4025     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4026
4027 commit 407976185e0dda2c90e89027121a1071b9c77bfb
4028 Author: Graeme Russ <graeme.russ@gmail.com>
4029 Date:   Sun Dec 7 10:29:00 2008 +1100
4030
4031     Moved sc520 specific code into new cpu/i386/sc520 folder
4032
4033     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4034     Signed-off-by: Wolfgang Denk <wd@denx.de>
4035
4036 commit 85ffbbd51914925a542d8528be7f072e5ab02157
4037 Author: Graeme Russ <graeme.russ@gmail.com>
4038 Date:   Sun Dec 7 10:28:58 2008 +1100
4039
4040     Renamed cpu/i386/reset.S to resetvec.S
4041
4042     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
4043     for CPU reset functions
4044
4045     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4046
4047 commit a3f4c123f569474e80ea012b8db0de46afdb6443
4048 Author: Wolfgang Denk <wd@denx.de>
4049 Date:   Sat Jan 24 01:01:49 2009 +0100
4050
4051     Makefile: keep lists sorted.
4052
4053     Signed-off-by: Wolfgang Denk <wd@denx.de>
4054
4055 commit c620c01e96814558470698ed5cab1bf2f504d1b5
4056 Author: Graeme Russ <graeme.russ@gmail.com>
4057 Date:   Sun Dec 7 10:28:57 2008 +1100
4058
4059     Added initial eNET board support
4060
4061     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4062
4063 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
4064 Author: Gary Jennejohn <garyj@denx.de>
4065 Date:   Thu Nov 20 11:37:26 2008 +0100
4066
4067     POWERPC 82xx: add the SCC as an HDLC controller
4068
4069     Right now this is only used by keymile.
4070
4071     Signed-off-by: Gary Jennejohn <garyj@denx.de>
4072
4073 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
4074 Author: Heiko Schocher <hs@denx.de>
4075 Date:   Thu Nov 20 09:59:09 2008 +0100
4076
4077     powerpc, keymile boards: extract identical config options
4078
4079     This patch extracts the identical config options for the
4080     keymile boards mgcoge, mgsuvd and kmeter1 in a new
4081     common config file keymile-common.h.
4082
4083     Signed-off-by: Heiko Schocher <hs@denx.de>
4084
4085 commit 210c8c00aad3328145204adab434bb7d70b06b75
4086 Author: Heiko Schocher <hs@denx.de>
4087 Date:   Fri Nov 21 08:29:40 2008 +0100
4088
4089     powerpc: keymile: Add a check for the PIGGY debug board
4090
4091     Check the presence of the PIGGY on the keymile boards mgcoge,
4092     mgsuvd and kmeter1. If the PIGGY is not present, dont register
4093     this Ethernet device.
4094
4095     Signed-off-by: Heiko Schocher <hs@denx.de>
4096     Acked-by: Ben Warren <biggerbadderben@gmail.com>
4097
4098 commit de0443614af4d16675ab436665aeb11ddc9f7214
4099 Author: Heiko Schocher <hs@denx.de>
4100 Date:   Thu Nov 20 09:57:47 2008 +0100
4101
4102     powerpc: 83xx: add support for the kmeter1 board
4103
4104     This patch adds support for the kmeter1 board from Keymile,
4105     based on a Freescale MPC8360 CPU.
4106
4107     - serial console on UART 1
4108     - 256 MB DDR2 RAM
4109     - 64 MB NOR Flash
4110     - Ethernet RMII Mode over UCC4
4111     - PHY SMSC LAN8700
4112
4113     Signed-off-by: Heiko Schocher <hs@denx.de>
4114
4115 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
4116 Author: Sergei Poselenov <sposelenov@emcraft.com>
4117 Date:   Tue Nov 4 13:51:18 2008 +0100
4118
4119     Add a do_div() wrapper macro, lldiv().
4120
4121     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
4122     the dividend and returns the result of division, so it is useful
4123     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
4124
4125     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4126
4127 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
4128 Author: Kumar Gala <galak@kernel.crashing.org>
4129 Date:   Fri Jan 23 14:22:14 2009 -0600
4130
4131     85xx: Add a 36-bit physical configuration for MPC8572DS
4132
4133     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
4134     to allow for larger memory sizes.
4135
4136     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4137
4138 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
4139 Author: Kumar Gala <galak@kernel.crashing.org>
4140 Date:   Fri Jan 23 14:22:13 2009 -0600
4141
4142     85xx: Handle eLBC difference w/36-bit physical
4143
4144     The eLBC only handles 32-bit physical address in systems with 36-bit
4145     physical.  The previos generation of LBC handled 34-bit physical
4146     address in 36-bit systems.  Added a new CONFIG option to convey
4147     the difference between the LBC and eLBC.
4148
4149     Also added defines for XAM bits used in LBC for the extended 34-bit
4150     support.
4151
4152     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4153
4154 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
4155 Author: Kumar Gala <galak@kernel.crashing.org>
4156 Date:   Fri Jan 23 14:22:12 2009 -0600
4157
4158     85xx: Use BR_ADDR macro for NAND chipselects
4159
4160     Use the new BR_ADDR macro to properly setup the address field of the
4161     localbus chipselects used by NAND.
4162
4163     This allows us to deal with 36-bit phys on these boards in the future.
4164
4165     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4166
4167 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
4168 Author: Haiying Wang <Haiying.Wang@freescale.com>
4169 Date:   Thu Jan 15 11:58:35 2009 -0500
4170
4171     Add secondary CPUs processor frequency for e500 core
4172
4173     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
4174     and prints each CPU's frequency separately. It also fixes up each CPU's
4175     frequency in "clock-frequency" of fdt blob.
4176
4177     Signed-off-by: James Yang <James.Yang@freescale.com>
4178     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4179
4180 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
4181 Author: Dave Liu <daveliu@freescale.com>
4182 Date:   Fri Nov 21 16:31:53 2008 +0800
4183
4184     85xx: enable the auto self refresh for wake up ARP
4185
4186     The wake up ARP feature need use the memory to process
4187     wake up packet, we enable auto self refresh to support it.
4188
4189     Signed-off-by: Dave Liu <daveliu@freescale.com>
4190     Acked-by: Andy Fleming <afleming@freescale.com>
4191
4192 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
4193 Author: Dave Liu <daveliu@freescale.com>
4194 Date:   Fri Nov 21 16:31:43 2008 +0800
4195
4196     fsl-ddr: use the 1T timing as default configuration
4197
4198     For light loaded system, we use the 1T timing to gain better
4199     memory performance, but for some heavily loaded system,
4200     you have to add the 2T timing options to board files.
4201
4202     Signed-off-by: Dave Liu <daveliu@freescale.com>
4203     Acked-by: Andy Fleming <afleming@freescale.com>
4204
4205 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
4206 Author: Dave Liu <daveliu@freescale.com>
4207 Date:   Fri Nov 21 16:31:35 2008 +0800
4208
4209     fsl-ddr: make the self refresh idle threshold configurable
4210
4211     Some 85xx processors have the advanced power management feature,
4212     such as wake up ARP, that needs enable the automatic self refresh.
4213
4214     If the DDR controller pass the SR_IT (self refresh idle threshold)
4215     idle cycles, it will automatically enter self refresh. However,
4216     anytime one transaction is issued to the DDR controller, it will
4217     reset the counter and exit self refresh state.
4218
4219     Signed-off-by: Dave Liu <daveliu@freescale.com>
4220     Acked-by: Andy Fleming <afleming@freescale.com>
4221
4222 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
4223 Author: Dave Liu <daveliu@freescale.com>
4224 Date:   Fri Nov 21 16:31:29 2008 +0800
4225
4226     fsl-ddr: clean up the ddr code for DDR3 controller
4227
4228     - The DDR3 controller is expanding the bits for timing config
4229     - Add the DDR3 32-bit bus mode support
4230
4231     Signed-off-by: Dave Liu <daveliu@freescale.com>
4232     Acked-by: Andy Fleming <afleming@freescale.com>
4233
4234 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
4235 Author: Dave Liu <daveliu@freescale.com>
4236 Date:   Fri Nov 21 16:31:22 2008 +0800
4237
4238     fsl-ddr: update the bit mask for DDR3 controller
4239
4240     According to the latest 8572 UM, the DDR3 controller
4241     is expanding the bit mask, and we use the extend ACTTOPRE
4242     mode when tRAS more than 19 MCLK.
4243
4244     Signed-off-by: Dave Liu <daveliu@freescale.com>
4245
4246 commit aca5f018a8386b85469482ed9867e3e29a2437d0
4247 Author: Kumar Gala <galak@kernel.crashing.org>
4248 Date:   Tue Dec 2 16:08:40 2008 -0600
4249
4250     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
4251
4252     Introduce a new define to seperate out the virtual address that PCI
4253     IO space is at from the physical address.  In most situations these are
4254     mapped 1:1.  However any code accessing the bus should use VIRT.
4255
4256     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4257     Acked-by: Andy Fleming <afleming@freescale.com>
4258
4259 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
4260 Author: Kumar Gala <galak@kernel.crashing.org>
4261 Date:   Tue Dec 2 16:08:39 2008 -0600
4262
4263     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
4264
4265     Introduce a new define to seperate out the virtual address that PCI
4266     memory is at from the physical address.  In most situations these are
4267     mapped 1:1.  However any code accessing the bus should use VIRT.
4268
4269     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4270     Acked-by: Andy Fleming <afleming@freescale.com>
4271
4272 commit a6e04c344ad1eefd47a75484441b385da815b8df
4273 Author: Kumar Gala <galak@kernel.crashing.org>
4274 Date:   Tue Dec 2 16:08:38 2008 -0600
4275
4276     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
4277
4278     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
4279     of TLBs.  This is what we should have always been using from the start.
4280
4281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4282     Acked-by: Andy Fleming <afleming@freescale.com>
4283
4284 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
4285 Author: Kumar Gala <galak@kernel.crashing.org>
4286 Date:   Tue Dec 2 16:08:37 2008 -0600
4287
4288     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
4289
4290     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
4291     of _IO_BASE so we are more explicit.
4292
4293     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4294
4295 commit 10795f42cb94e71bcb262b615084f69dd886399a
4296 Author: Kumar Gala <galak@kernel.crashing.org>
4297 Date:   Tue Dec 2 16:08:36 2008 -0600
4298
4299     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
4300
4301     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
4302     of _MEM_BASE so we are more explicit.
4303
4304     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4305     Acked-by: Andy Fleming <afleming@freescale.com>
4306
4307 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
4308 Author: Kumar Gala <galak@kernel.crashing.org>
4309 Date:   Tue Dec 2 14:19:34 2008 -0600
4310
4311     85xx: separate FLASH BASE virtual from physical address
4312
4313     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
4314     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
4315
4316     This allows us to deal with 36-bit phys on these boards in the future.
4317
4318     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4319     Acked-by: Andy Fleming <afleming@freescale.com>
4320
4321 commit 52b565f5ad23b682489055b187767d8bf1c2e444
4322 Author: Kumar Gala <galak@kernel.crashing.org>
4323 Date:   Tue Dec 2 14:19:33 2008 -0600
4324
4325     85xx: separate PIXIS virtual from physical address
4326
4327     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
4328     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
4329
4330     This allows us to deal with 36-bit phys on these boards in the future.
4331
4332     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4333     Acked-by: Andy Fleming <afleming@freescale.com>
4334
4335 commit 30837e5b21d5a742983581ab9ee3fac085311d19
4336 Author: Haiying Wang <Haiying.Wang@freescale.com>
4337 Date:   Tue Nov 11 08:52:09 2008 -0500
4338
4339     Add README file for MPC8572DS board
4340
4341     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4342     Acked-by: Andy Fleming <afleming@freescale.com>
4343
4344 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
4345 Author: Mike Frysinger <vapier@gentoo.org>
4346 Date:   Mon Oct 20 16:15:04 2008 -0400
4347
4348     Blackfin: use common strmhz() in system output
4349
4350     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4351
4352 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
4353 Author: Ron Madrid <ron_madrid@sbcglobal.net>
4354 Date:   Thu Jan 22 15:05:24 2009 -0800
4355
4356     mpc83xx: New board support for SIMPC8313
4357
4358     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
4359     board boots from NAND devices and is configureable for either large or small
4360     page devices.  The board supports non-soldered DDR2, one ethernet port, a
4361     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
4362     to the eLBC providing glue logic to a TMS320C67xx DSP.
4363
4364     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
4365     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4366
4367 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
4368 Author: Mike Frysinger <vapier@gentoo.org>
4369 Date:   Sun Jan 18 19:46:06 2009 -0500
4370
4371     nand: fixup printf modifiers to match types used
4372
4373     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4374     Signed-off-by: Scott Wood <scottwood@freescale.com>
4375
4376 commit 389e6620e2271096df3316917528003627db4021
4377 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
4378 Date:   Tue Jan 20 16:57:55 2009 +0100
4379
4380     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
4381
4382     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
4383     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
4384     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
4385     tested before ".jffs2s" and only the first two characters are compared.
4386
4387     Correction:
4388     Test for ".jffs2s" first and compare the first 7 characters.
4389
4390     Signed-off-by: Scott Wood <scottwood@freescale.com>
4391
4392 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
4393 Author: Wolfgang Grandegger <wg@grandegger.com>
4394 Date:   Fri Jan 16 18:55:54 2009 +0100
4395
4396     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
4397
4398     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
4399     changes the default from 8 to 1 for the legacy and the new MTD
4400     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
4401     in the board config files because none of the boards use multi
4402     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
4403     define
4404
4405      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
4406
4407     but that's bogus and did not work anyhow.
4408
4409     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4410     Signed-off-by: Scott Wood <scottwood@freescale.com>
4411
4412 commit c70564e6b1bd08f3230182392238907f3531a87e
4413 Author: Dave Liu <daveliu@freescale.com>
4414 Date:   Tue Dec 2 11:48:51 2008 +0800
4415
4416     NAND: Fix cache and memory inconsistency issue
4417
4418     We load the secondary stage u-boot image from NAND to
4419     system memory by nand_load, but we did not flush d-cache
4420     to memory, nor invalidate i-cache before we jump to RAM.
4421     When the system has cache enabled and the TLB/page attribute
4422     of system memory is cacheable, it will cause issues.
4423
4424     - 83xx family is using the d-cache lock, so all of d-cache
4425       access is cache-inhibited. so you can't see the issue.
4426     - 85xx family is using d-cache, i-cache enable, partial
4427       cache lock. you will see the issue.
4428
4429     This patch fixes the cache issue.
4430
4431     Signed-off-by: Dave Liu <daveliu@freescale.com>
4432     Signed-off-by: Scott Wood <scottwood@freescale.com>
4433
4434 commit 50657c273278f74378e1ac39b41d612b92fdffa0
4435 Author: Nishanth Menon <menon.nishanth@gmail.com>
4436 Date:   Sat Dec 13 09:43:06 2008 -0600
4437
4438     NAND: Enable nand lock, unlock feature
4439
4440     Enable nand lock, unlock and status of lock feature.
4441     Not every device and platform requires this, hence,
4442     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
4443
4444     Nand unlock and status operate on block boundary instead
4445     of page boundary. Details in:
4446     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
4447
4448     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
4449     Includes preliminary suggestions from Scott Wood
4450
4451     Signed-off-by: Nishanth Menon <nm@ti.com>
4452     Signed-off-by: Scott Wood <scottwood@freescale.com>
4453
4454 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
4455 Author: Mike Frysinger <vapier@gentoo.org>
4456 Date:   Sat Dec 6 02:40:55 2008 -0500
4457
4458     NAND: move board_nand_init to nand.h
4459
4460     Rather than putting the function prototype for board_nand_init() in the one
4461     place where it gets called, put it into nand.h so that every place that also
4462     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
4463     such as using the wrong return value (void rather than int) when defining
4464     the function.
4465
4466     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4467     Signed-off-by: Scott Wood <scottwood@freescale.com>
4468
4469 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
4470 Author: Stefan Roese <sr@denx.de>
4471 Date:   Tue Dec 2 11:06:47 2008 +0100
4472
4473     OneNAND: Additional sync with 2.6.27
4474
4475     - Add subpage write support
4476     - Add onenand_oob_64/32 ecclayout
4477
4478     This has been missing and without it UBI has some incompatibilies issues
4479     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
4480     placed differently (2048 instead of 512) without this fix.
4481
4482     Signed-off-by: Stefan Roese <sr@denx.de>
4483     Signed-off-by: Scott Wood <scottwood@freescale.com>
4484
4485 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
4486 Author: Kyungmin Park <kmpark@infradead.org>
4487 Date:   Thu Nov 13 15:14:33 2008 +0900
4488
4489     Add markbad function
4490
4491     Add missing markbad function
4492     If not, it's hang when it entered the mtd->mark_bad().
4493
4494     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4495
4496 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
4497 Author: Stefan Roese <sr@denx.de>
4498 Date:   Wed Nov 12 13:47:24 2008 +0100
4499
4500     OneNAND: Bad block aware read/write command support
4501
4502     Update OneNAND command to support bad block awareness.
4503     Also change the OneNAND command style to better match the
4504     NAND version.
4505
4506     Signed-off-by: Stefan Roese <sr@denx.de>
4507     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
4508
4509 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
4510 Author: Stefan Roese <sr@denx.de>
4511 Date:   Tue Nov 11 10:29:09 2008 +0100
4512
4513     OneNAND: Save version_id in onenand_chip struct
4514
4515     The version (ver_id) was not stored in the onenand_chip structure and
4516     because of this the continuous locking scheme could be enabled on some
4517     chips.
4518
4519     Signed-off-by: Stefan Roese <sr@denx.de>
4520
4521 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
4522 Author: Stefan Roese <sr@denx.de>
4523 Date:   Tue Nov 11 10:28:53 2008 +0100
4524
4525     OneNAND: Fix compiler warnings
4526
4527     Signed-off-by: Stefan Roese <sr@denx.de>
4528
4529 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
4530 Author: Dave Liu <daveliu@freescale.com>
4531 Date:   Tue Nov 4 14:55:06 2008 +0800
4532
4533     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
4534
4535     Signed-off-by: Dave Liu <daveliu@freescale.com>
4536
4537 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
4538 Author: Kyungmin Park <kmpark@infradead.org>
4539 Date:   Tue Nov 4 09:24:07 2008 +0900
4540
4541     Sync with 2.6.27
4542
4543     Sync with OneNAND kernel codes
4544
4545     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4546
4547 commit e7f325be9edeb84bb457301776bbac1f7257dafc
4548 Author: Michal Simek <monstr@monstr.eu>
4549 Date:   Mon Jan 5 13:35:31 2009 +0100
4550
4551     microblaze: Use cache functions (especially cache status)
4552     in systems which are configured without flash
4553
4554 commit e9b737deb2c30125362d20e24170617476026e94
4555 Author: Michal Simek <monstr@monstr.eu>
4556 Date:   Mon Jan 5 13:29:32 2009 +0100
4557
4558     microblaze: Add cache flush
4559
4560 commit b4f8dda35bfad447b4106828232705b2e878d168
4561 Author: Michal Simek <monstr@monstr.eu>
4562 Date:   Mon Jan 5 13:28:40 2009 +0100
4563
4564     microblaze: Add bootup messages to board.c
4565
4566 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
4567 Author: Michal Simek <monstr@monstr.eu>
4568 Date:   Fri Dec 19 13:25:55 2008 +0100
4569
4570     microblaze: Change microblaze-generic config file
4571
4572     Signed-off-by: Michal Simek <monstr@monstr.eu>
4573
4574 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
4575 Author: Michal Simek <monstr@monstr.eu>
4576 Date:   Fri Dec 19 13:14:05 2008 +0100
4577
4578     microblaze: Rename ml401 to microblaze-generic
4579
4580     Signed-off-by: Michal Simek <monstr@monstr.eu>
4581
4582 commit 6677876181cc8772bca8a372479a500d160f3993
4583 Author: Scott Wood <scottwood@freescale.com>
4584 Date:   Tue Jan 20 11:56:11 2009 -0600
4585
4586     83xx: Use the proper sequence for updating IMMR.
4587
4588     This ensures that subsequent accesses properly hit the new window.
4589
4590     The dcbi during the NAND loop was accidentally working around this;
4591     it's no longer necessary, as the cache is not enabled.
4592
4593     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
4594     Signed-off-by: Scott Wood <scottwood@freescale.com>
4595     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4596
4597 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
4598 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4599 Date:   Thu Jan 8 04:26:19 2009 +0300
4600
4601     mpc83xx: Add PCI-E support for MPC837XEMDS boards
4602
4603     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
4604     provides two PCI-E (x2) ports. Though, only one port can be used in x2
4605     mode. Two ports can function simultaneously in x1 mode.
4606
4607     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
4608
4609     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4610     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4611
4612 commit 8f11e34b31a7be124a3239653f33af9510502045
4613 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4614 Date:   Thu Jan 8 04:26:17 2009 +0300
4615
4616     mpc83xx: Add PCI-E support for MPC8315ERDB boards
4617
4618     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
4619     support them.
4620
4621     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4622     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4623
4624 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
4625 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4626 Date:   Thu Jan 8 04:26:12 2009 +0300
4627
4628     mpc83xx: Add support for MPC83xx PCI-E controllers
4629
4630     This patch adds support for MPC83xx PCI-E controllers in Root Complex
4631     mode.
4632
4633     The patch is based on Tony Li and Dave Liu work[1].
4634
4635     Though unlike the original patch, by default we don't register PCI-E
4636     buses for use in U-Boot, we only configure the controllers for future
4637     use in other OSes (Linux). This is done because we don't have enough
4638     of spare BATs to map all the PCI-E regions.
4639
4640     To actually use PCI-E in U-Boot, users should explicitly define
4641     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
4642     only then U-Boot will able to access PCI-E, but at the cost of disabled
4643     address translation.
4644
4645     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
4646
4647     Signed-off-by: Tony Li <tony.li@freescale.com>
4648     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4649     Acked-by: Dave Liu <daveliu@freescale.com>
4650     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4651
4652 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
4653 Author: Ira Snyder <iws@ovro.caltech.edu>
4654 Date:   Mon Jan 12 13:33:17 2009 -0800
4655
4656     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
4657
4658     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
4659     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
4660     "Clocking in PCI Agent Mode".
4661
4662     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
4663     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4664
4665 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
4666 Author: Ira Snyder <iws@ovro.caltech.edu>
4667 Date:   Mon Jan 12 13:32:26 2009 -0800
4668
4669     83xx: PCI agent mode fixes for multi-board systems
4670
4671     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
4672     the boards will lock up the PCI bus by scanning against each other.
4673
4674     The boards lock against each other by trying to access the PCI bus before
4675     clearing their configuration lock bit. Both boards end up in a loop,
4676     sending and receiving "Target Not Ready" messages forever.
4677
4678     When running in PCI agent mode, the scanning now takes place after the
4679     boards have cleared their configuration lock bit.
4680
4681     Also, add a missing declaration to the mpc83xx.h header file, fixing a
4682     build warning.
4683
4684     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
4685     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4686
4687 commit 455a46915b82896cc2070eb326d075555c2bc580
4688 Author: Ron Madrid <ron_madrid@sbcglobal.net>
4689 Date:   Fri Dec 12 13:12:45 2008 -0800
4690
4691     mpc83xx: Size optimization of start.S
4692
4693     Currently there are in excess of 100 bytes located at the beginning of the image
4694     built by start.S that are not being utilized.  This patch moves a few functions
4695     into this part of the image.  This will create a greater number of *available*
4696     bytes that can be used by board specific code in NAND builds and will decrease
4697     the size of the assembled code in other builds.
4698
4699     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
4700     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4701
4702 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
4703 Author: Wolfgang Denk <wd@denx.de>
4704 Date:   Wed Jan 21 23:08:12 2009 +0100
4705
4706     Prepare v2009.01
4707
4708     Signed-off-by: Wolfgang Denk <wd@denx.de>
4709
4710 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
4711 Author: Wolfgang Denk <wd@denx.de>
4712 Date:   Sun Jan 18 21:37:48 2009 +0100
4713
4714     Prepare 2009.01-rc3
4715
4716     Update CHANGELOG
4717
4718     Signed-off-by: Wolfgang Denk <wd@denx.de>
4719
4720 commit 4cda437898f7873752f0201757cd33f12196ce87
4721 Author: Mike Frysinger <vapier@gentoo.org>
4722 Date:   Sat Jan 17 13:32:42 2009 -0500
4723
4724     build system: treat all Darwin's alike
4725
4726     The x86 based version of Darwin behaves the same quirky way as the powerpc
4727     Darwin, so only check HOSTOS when setting up Darwin workarounds.
4728
4729     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4730
4731 commit c088a108c75db565e07292fd668dfa5491e85bc2
4732 Author: Peter Korsgaard <jacmet@sunsite.dk>
4733 Date:   Wed Jan 14 13:52:24 2009 +0100
4734
4735     fdt_resize(): fix actualsize calculations with unaligned blobs
4736
4737     The code in fdt_resize() to extend the fdt size to end on a page boundary
4738     is wrong for fdt's not located at an address aligned on a page boundary.
4739     What's even worse, the code would make actualsize shrink rather than grow
4740     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
4741     causing fdt_add_mem_rsv to fail.
4742
4743     Fix it by aligning end address (blob + size) to a page boundary instead.
4744     For aligned fdt's this is equivalent to what we had before.
4745
4746     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
4747
4748 commit fadad1573fb16c90025f08a2861d6047d093cba7
4749 Author: Mike Frysinger <vapier@gentoo.org>
4750 Date:   Fri Jan 9 04:38:17 2009 -0500
4751
4752     ncb: use socklen_t
4753
4754     The recvfrom() function takes a socklen_t, not an int.
4755
4756     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4757
4758 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
4759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4760 Date:   Sun Jan 11 16:35:16 2009 +0100
4761
4762     sh: serial: use readx/writex accessors
4763
4764     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4765     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4766
4767 commit 9e1fa628bdb64745811cdd26c4f953846c076180
4768 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4769 Date:   Sun Jan 11 16:35:15 2009 +0100
4770
4771     sh: serial: coding style cleanup
4772
4773     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4774     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4775
4776 commit c9935c992575922b7ef13eec0656ed8665d324e3
4777 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4778 Date:   Sun Jan 11 17:48:56 2009 +0900
4779
4780     sh: Fix compile error on lowlevel_init file
4781
4782     lowlevel_init of SH was corrected to use the write/readXX macro.
4783     However, there was a problem that was not able to be compiled partially.
4784     This patch corrected this.
4785
4786     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4787
4788 commit a5b04d00bfeb940c62232972ce644d50b45797f9
4789 Author: Kieran Bingham <kieranbingham@gmail.com>
4790 Date:   Tue Dec 30 01:16:03 2008 +0000
4791
4792     sh: Fix up rsk7203 target for out of tree build
4793
4794     Fix up rsk7203 target to build successfully using out-of-tree build.
4795
4796     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
4797     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4798
4799 commit f7e78f3b74aae9caca2997bad865a72338326c0a
4800 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4801 Date:   Sat Dec 20 19:29:49 2008 +0100
4802
4803     sh: use write{8,16,32} in all lowlevel_init
4804
4805     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4806     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4807
4808 commit e4430779623af500de1cee7892c379f07ef59813
4809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4810 Date:   Sat Dec 20 19:29:48 2008 +0100
4811
4812     sh: lowlevel_init coding style cleanup
4813
4814     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4815     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4816
4817 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
4818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4819 Date:   Sat Dec 20 15:27:45 2008 +0100
4820
4821     sh: update sh2/sh2a timer coding style
4822
4823     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4824     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4825
4826 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
4827 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4828 Date:   Sat Dec 20 15:25:22 2008 +0100
4829
4830     sh: update sh timer coding style
4831
4832     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4833     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4834
4835 commit 0e3ece33801e377be67ffa29f083421ad820f28b
4836 Author: Wolfgang Denk <wd@denx.de>
4837 Date:   Wed Jan 14 23:26:05 2009 +0100
4838
4839     Prepare 2009.01-rc2
4840
4841     Update CHANGELOG.
4842
4843     Signed-off-by: Wolfgang Denk <wd@denx.de>
4844
4845 commit e92c9a860e44c14513c8909ce4299e253a775eeb
4846 Author: Wolfgang Denk <wd@denx.de>
4847 Date:   Wed Jan 14 22:35:30 2009 +0100
4848
4849     cpu/mpc824x/Makefile: fix warning with parallel builds
4850
4851     Parallel builds would occasionally issue this build warning:
4852
4853         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
4854
4855     Use "ln -sf" as quick work around for the issue.
4856
4857     Signed-off-by: Wolfgang Denk <wd@denx.de>
4858
4859 commit 3ba605d4beec649438539e7df97b5fedb26592fb
4860 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4861 Date:   Fri Jan 2 12:18:49 2009 +0100
4862
4863     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
4864
4865     This patch adds esd's loadpci BSP command to CPCI4052 and
4866     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
4867
4868     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4869     Signed-off-by: Stefan Roese <sr@denx.de>
4870
4871 commit 600fe46fb3dab7f07604f9009904f31584415114
4872 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4873 Date:   Fri Jan 2 12:18:12 2009 +0100
4874
4875     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
4876
4877     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4878     Signed-off-by: Stefan Roese <sr@denx.de>
4879
4880 commit f6a1f490d224c600a09137e58d1026d150b8e679
4881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4882 Date:   Fri Jan 2 12:17:36 2009 +0100
4883
4884     ppc4xx: Cleanup CPCI405 board code
4885
4886     This patch cleans up CPCI405 board support:
4887     - wrap long lines
4888     - unification of spaces in function calls
4889     - remove dead code
4890
4891     Use correct io accessors on peripherals.
4892
4893     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4894     Signed-off-by: Stefan Roese <sr@denx.de>
4895
4896 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
4897 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4898 Date:   Fri Jan 2 12:16:35 2009 +0100
4899
4900     ppc4xx: Enable auto RS485 mode on PLU405 boards
4901
4902     This patch turns on the auto RS485 mode in the 2nd external
4903     uart on PLU405 boards. This is a special mode of the used
4904     Exar XR16C2850 uart. Because these boards only have a 485 physical
4905     layer connected it's a good idea to turn it on by default.
4906
4907     Signed-off-by: Matthias Fuchs <mf@esd.eu>
4908     Signed-off-by: Stefan Roese <sr@denx.de>
4909
4910 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
4911 Author: Haiying Wang <Haiying.Wang@freescale.com>
4912 Date:   Tue Jan 13 16:29:28 2009 -0500
4913
4914     Some changes of TLB entry setting for MPC8572DS
4915
4916     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
4917     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
4918     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
4919
4920     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
4921
4922     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4923
4924 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
4925 Author: Haiying Wang <Haiying.Wang@freescale.com>
4926 Date:   Tue Jan 13 16:29:22 2009 -0500
4927
4928     Change DDR tlb start entry to CONFIG param for 85xx
4929
4930     So that we can locate the DDR tlb start entry to the value other than 8. By
4931     default, it is still 8.
4932
4933     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4934
4935 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
4936 Author: Roy Zang <tie-fei.zang@freescale.com>
4937 Date:   Fri Jan 9 16:02:35 2009 +0800
4938
4939     Change PCIE1&2 deciide logic on MPC8544DS board more readable
4940
4941     The IO port selection for MPC8544DS board:
4942      Port                       cfg_io_ports
4943      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
4944      PCIE2              0x4, 0x5, 0x6, 0x7
4945      PCIE3              0x6, 0x7
4946      This patch changes the PCIE12 and PCIE2 logic more readable.
4947     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4948
4949 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
4950 Author: Roy Zang <tie-fei.zang@freescale.com>
4951 Date:   Fri Jan 9 16:01:52 2009 +0800
4952
4953     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
4954
4955     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
4956     PCIE1 bit.
4957     On MPC8572DS board, PCIE refers to PCIE1.
4958     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4959
4960 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
4961 Author: Roy Zang <tie-fei.zang@freescale.com>
4962 Date:   Fri Jan 9 16:00:55 2009 +0800
4963
4964     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
4965
4966     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
4967      This patch fixes this issue.
4968      For MPC8572
4969      Port                       cfg_io_ports
4970      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
4971      PCIE2              0x3, 0x7
4972      PCIE3              0x7
4973
4974     For MPC8544
4975     Port                        cfg_io_ports
4976     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
4977     PCIE2               0x4, 0x5, 0x6, 0x7
4978     PCIE3               0x6, 0x7
4979     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4980
4981 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
4982 Author: Becky Bruce <beckyb@kernel.crashing.org>
4983 Date:   Wed Dec 3 22:36:44 2008 -0600
4984
4985     mpc8610hpcd: Fix PCI mapping concepts
4986
4987     Rename _BASE to _BUS, as it's actually a PCI bus address,
4988     separate virtual and physical addresses into _VIRT and _PHYS,
4989     and use each appopriately.  This makes the code easier to read
4990     and understand, and facilitates mapping changes going forward.
4991
4992     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
4993
4994 commit 79e436cad3b4a7db88408c3f05175028f30d700d
4995 Author: Becky Bruce <beckyb@kernel.crashing.org>
4996 Date:   Wed Dec 3 22:36:26 2008 -0600
4997
4998     sbc8641d: Fix PCI mapping concepts
4999
5000     Rename _BASE to _BUS, as it's actually a PCI bus address,
5001     separate virtual and physical addresses into _VIRT and _PHYS,
5002     and use each appopriately.  This makes the code easier to read
5003     and understand, and facilitates mapping changes going forward.
5004
5005     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5006
5007 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
5008 Author: Wolfgang Denk <wd@denx.de>
5009 Date:   Mon Jan 12 14:50:35 2009 +0100
5010
5011     MPC86xx: fix build warnings
5012
5013     Signed-off-by: Wolfgang Denk <wd@denx.de>
5014
5015 commit 032a1c934ef4dc003281f57302b6e693062c1868
5016 Author: Mike Frysinger <vapier@gentoo.org>
5017 Date:   Mon Jan 5 16:09:44 2009 -0500
5018
5019     bf537-stamp/nand: fix board_nand_init prototype
5020
5021     The board_nand_init() function should return an int, not void.
5022
5023     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5024
5025 commit 687f952e4119594ab913be11c90f7f018c2a7a79
5026 Author: Mike Frysinger <vapier@gentoo.org>
5027 Date:   Thu Dec 11 07:04:48 2008 -0500
5028
5029     Blackfin: drop CONFIG_SPI handling in board init
5030
5031     The eeprom SPI init functions are duplicated as the common code already
5032     executes these for us.
5033
5034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5035
5036 commit e7e684b10d73a303902208594c7c3e7e0d753282
5037 Author: Mike Frysinger <vapier@gentoo.org>
5038 Date:   Fri Oct 24 17:51:57 2008 -0400
5039
5040     Blackfin: fix out-of-tree building with ldscripts
5041
5042     Many of the Blackfin board linker scripts are preprocessed, so make sure we
5043     output the linker script into the build tree rather than the source tree.
5044
5045     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5046
5047 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
5048 Author: Mike Frysinger <vapier@gentoo.org>
5049 Date:   Fri Oct 24 17:48:54 2008 -0400
5050
5051     Blackfin: fix linker scripts to work with --gc-sections
5052
5053     Make sure all .text sections get pulled in and the entry point is properly
5054     referenced so they don't get discarded when linking with --gc-sections.
5055
5056     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5057
5058 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
5059 Author: Mike Frysinger <vapier@gentoo.org>
5060 Date:   Sat Oct 11 20:45:44 2008 -0400
5061
5062     Blackfin: set proper LDRFLAGS for parallel booting LDRs
5063
5064     In order to boot an LDR out of parallel flash, the ldr utility needs a few
5065     flags to tell it to generate the right header.
5066
5067     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5068
5069 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
5070 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5071 Date:   Tue Jan 6 21:41:59 2009 +0100
5072
5073     at91rm9200: move define from lowlevel_init to header
5074
5075     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5076
5077 commit 8a48686fac2030287765f1970ea046bd5734b733
5078 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5079 Date:   Sat Jan 3 17:22:26 2009 +0100
5080
5081     m501sk: move to the common memory setup
5082
5083     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5084
5085 commit d481c80d78f954133c035dae6c7d22de3625795d
5086 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5087 Date:   Sat Jan 3 17:22:25 2009 +0100
5088
5089     at91rm9200: rename lowlevel init value to CONFIG_SYS_
5090
5091     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5092
5093 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
5094 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
5095 Date:   Tue Jan 6 21:13:14 2009 +0100
5096
5097     at91: add at91sam9xeek board support
5098
5099     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
5100     it as another entry for at91sam9260 in the Makefile.
5101
5102     Check documentation at :
5103     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
5104
5105     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
5106     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5107
5108 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
5109 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5110 Date:   Tue Jan 6 21:15:57 2009 +0100
5111
5112     fix bmp_logo.h make dependencies to allow parallel build
5113
5114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5115
5116 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
5117 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5118 Date:   Sat Jan 3 17:22:24 2009 +0100
5119
5120     at91: Fix Atmel's at91sam9 boards out of tree build
5121
5122     introduced in commit 89a7a87f084c
5123
5124     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5125
5126 commit 0668236bafaa1c11c521652a2facebc74beecbf0
5127 Author: Wolfgang Denk <wd@denx.de>
5128 Date:   Tue Dec 30 22:56:11 2008 +0100
5129
5130     README: update mailing list name and hits to patch submission.
5131
5132     Signed-off-by: Wolfgang Denk <wd@denx.de>
5133
5134 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
5135 Author: Peter Tyser <ptyser@xes-inc.com>
5136 Date:   Tue Dec 23 16:32:01 2008 -0600
5137
5138     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
5139
5140     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5141
5142 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
5143 Author: Peter Tyser <ptyser@xes-inc.com>
5144 Date:   Tue Dec 23 16:32:00 2008 -0600
5145
5146     XPedite5200 board support cleanup
5147
5148     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5149
5150 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
5151 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5152 Date:   Tue Dec 2 21:58:04 2008 +0100
5153
5154     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
5155
5156     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5157     Signed-off-by: Remy Böhmer <linux@bohmer.net>
5158
5159 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
5160 Author: Trent Piepho <tpiepho@freescale.com>
5161 Date:   Wed Dec 3 15:16:37 2008 -0800
5162
5163     mpc8[56]xx: Put localbus clock in sysinfo and gd
5164
5165     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
5166     and print it out, but don't save it.
5167
5168     This changes where its calculated and stored to be more consistent with the
5169     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
5170
5171     The localbus frequency is added to sysinfo and calculated when sysinfo is
5172     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
5173
5174     get_clocks() copies the frequency into the global data, as the other
5175     frequencies are, into a new field that is only enabled for MPC85xx and
5176     MPC86xx.
5177
5178     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
5179     from sysinfo, like the other frequencies, instead of calculating it on the
5180     spot.
5181
5182     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5183     Acked-by: Kumar Gala <galak@kernel.crashing.org>
5184     Acked-by: Jon Loeliger <jdl@freescale.com>
5185
5186 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
5187 Author: Trent Piepho <tpiepho@freescale.com>
5188 Date:   Wed Dec 3 15:16:36 2008 -0800
5189
5190     mpc86xx: Double local bus clock divider
5191
5192     The local bus clock divider should be doubled for both 8610 and 8641.
5193
5194     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5195     Acked-by: Kumar Gala <galak@kernel.crashing.org>
5196     Acked-by: Jon Loeliger <jdl@freescale.com>
5197
5198 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
5199 Author: Trent Piepho <tpiepho@freescale.com>
5200 Date:   Wed Dec 3 15:16:35 2008 -0800
5201
5202     mpc8568: Double local bus clock divider
5203
5204     The clock divider for the MPC8568 local bus should be doubled, like the
5205     other newer MPC85xx chips.
5206
5207     Since there are now more chips with a 2x divider than a 1x, and any new
5208     85xx chips will probably be 2x, invert the sense of the #if so that it
5209     lists the 1x chips instead of the 2x ones.
5210
5211     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5212     Acked-by: Kumar Gala <galak@kernel.crashing.org>
5213     Acked-by: Jon Loeliger <jdl@freescale.com>
5214
5215 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
5216 Author: Dave Liu <daveliu@freescale.com>
5217 Date:   Tue Dec 16 12:09:27 2008 +0800
5218
5219     85xx: Fix the boot window issue
5220
5221     If one custom board is using the 8MB flash, it is set
5222     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
5223     The current start.S code will be broken at switch_as.
5224
5225     It is because the TLB1[15] is set as 16MB page size,
5226     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
5227
5228     For the 8MB flash case, the EPN = 0xefxxxxxx,
5229     RPN = 0xffxxxxxx. Assume the virt address of switch_as
5230     is 0xef7ff18c, the real address of the instruction at
5231     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
5232     of the range of the default 8MB boot LAW window
5233     0xff800000 - 0xffffffff.
5234
5235     So when we switch to AS1 address space at switch_as,
5236     the core can't fetch the instruction at switch_as any
5237     more. It will cause broken issue.
5238
5239     Signed-off-by: Dave Liu <daveliu@freescale.com>
5240
5241 commit 58da8890d5fbd074746037722a423de9ac408616
5242 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5243 Date:   Thu Dec 11 15:47:50 2008 -0500
5244
5245     sbc8548: use proper PHY address
5246
5247     The values given for the PHY address were wrong, so the code
5248     read no valid PHY ID, and fell through to the generic PHY
5249     support, which would work on 1000M but would not auto negotiate
5250     down to 100M or 10M.
5251
5252     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5253
5254 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
5255 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5256 Date:   Thu Dec 11 15:47:51 2008 -0500
5257
5258     sbc8548: enable command line editing by default.
5259
5260     Lets make things a bit more user friendly.  It isn't 1985 anymore.
5261
5262     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5263
5264 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
5265 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5266 Date:   Thu Dec 11 15:47:49 2008 -0500
5267
5268     sbc8548: don't enable the 3rd and 4th eTSEC
5269
5270     These interfaces don't have usable connectors on the board, so don't
5271     bother enumerating or configuring them.
5272
5273     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5274
5275 commit 181a3650113883728927928b3ac81ad6dade4b2c
5276 Author: Haiying Wang <Haiying.Wang@freescale.com>
5277 Date:   Wed Dec 3 10:08:19 2008 -0500
5278
5279     Set IVPR to kenrel entry point in second core boot page
5280
5281     Assuming the OSes exception vectors start from the base of kernel address, and
5282     the kernel physical starting address can be relocated to an non-zero address.
5283     This patch enables the second core to have a valid IVPR for debugger before
5284     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
5285     value for second core which runs kernel at different physical address other
5286     than 0x0.
5287
5288     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5289
5290 commit a5d212a263c58cc746481bf1fc878510533ce7d6
5291 Author: Trent Piepho <tpiepho@freescale.com>
5292 Date:   Wed Dec 3 15:16:34 2008 -0800
5293
5294     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
5295
5296     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
5297     instead of four.
5298
5299     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
5300     should be safe as the fifth bit was defined as reserved and set to 0.
5301
5302     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
5303
5304     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5305     Acked-by: Kumar Gala <galak@kernel.crashing.org>
5306     Acked-by: Jon Loeliger <jdl@freescale.com>
5307
5308 commit 58ec4866ed916c7e422f5107bb27b0822084728e
5309 Author: Trent Piepho <tpiepho@freescale.com>
5310 Date:   Wed Dec 3 15:16:38 2008 -0800
5311
5312     mpc8[56]xx: Put localbus clock in device tree
5313
5314     Export the localbus frequency in the device tree, the same way the CPU, TB,
5315     CCB, and various other frequencies are exported in their respective device
5316     tree nodes.
5317
5318     Some localbus devices need this information to be programed correctly, so
5319     it makes sense to export it along with the other frequencies.
5320
5321     Unfortunately, when someone wrote the localbus dts bindings, they didn't
5322     bother to define what the "compatible" property should be.  So it seems no
5323     one was quite sure what to put in their dts files.
5324
5325     Based on current existing dts files in the kernel source, I've used
5326     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
5327     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
5328     apparently not entirely backward compatible with the pq3 LBC and so eLBC
5329     equipped platforms like 8572 won't use pq3-localbus.
5330
5331     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
5332     and is also looked for by the Linux code.  On MPC8641, I've also used
5333     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
5334     which don't use "fsl,elbc" or any other acceptable name to match on.
5335
5336     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5337     Acked-by: Kumar Gala <galak@kernel.crashing.org>
5338     Acked-by: Jon Loeliger <jdl@freescale.com>
5339
5340 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
5341 Author: Kumar Gala <galak@kernel.crashing.org>
5342 Date:   Tue Dec 16 14:59:22 2008 -0600
5343
5344     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
5345
5346     The current code that determines which bank/chipselect is used for a
5347     given NAND instance only worked for 32-bit addresses and assumed
5348     a 1:1 mapping.  This breaks in 36-bit physical configs.
5349
5350     The proper way to handle this is to use the virt_to_phys() and
5351     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
5352     with the the virtual address the NAND code uses.
5353
5354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5355     Acked-by: Scott Wood <scottwood@freescale.com>
5356
5357 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
5358 Author: Kumar Gala <galak@kernel.crashing.org>
5359 Date:   Tue Dec 16 14:59:21 2008 -0600
5360
5361     ppc: Use addrmap in virt_to_phys and map_physmem.
5362
5363     If we have addr map support enabled use the mapping functions to
5364     implement virt_to_phys() and map_physmem().
5365
5366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5367
5368 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
5369 Author: Kumar Gala <galak@kernel.crashing.org>
5370 Date:   Tue Dec 16 14:59:20 2008 -0600
5371
5372     85xx: Add support to populate addr map based on TLB settings
5373
5374     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5375
5376 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
5377 Author: Peter Tyser <ptyser@xes-inc.com>
5378 Date:   Mon Dec 1 13:47:13 2008 -0600
5379
5380     XPedite5200 board support
5381
5382     Initial support for Extreme Engineering Solutions XPedite5200 -
5383     a MPC8548-based PMC single board computer.
5384
5385     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5386
5387 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
5388 Author: Peter Tyser <ptyser@xes-inc.com>
5389 Date:   Wed Oct 29 12:39:27 2008 -0500
5390
5391     85xx: Enable inbound PCI config cycles for X-ES boards
5392
5393     Update X-ES Freescale boards to allow inbound PCI configuration
5394     cycles when configured as agent/endpoint.
5395
5396     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5397
5398 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
5399 Author: Peter Tyser <ptyser@xes-inc.com>
5400 Date:   Wed Dec 17 16:36:23 2008 -0600
5401
5402     XPedite5370 board support
5403
5404     Initial support for Extreme Engineering Solutions XPedite5370 -
5405     a MPC8572-based 3U VPX single board computer with a PMC/XMC
5406     site.
5407
5408     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5409
5410 commit e92739d34e2d6b6aca93b2598248210710897ce8
5411 Author: Peter Tyser <ptyser@xes-inc.com>
5412 Date:   Wed Dec 17 16:36:21 2008 -0600
5413
5414     Add support for PCA953x I2C gpio devices
5415
5416     Initial support for NXP's 4 and 8 bit I2C gpio expanders
5417     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
5418     enables support for the devices while the CONFIG_CMD_PCA953X
5419     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
5420     define enables an 'info' sub-command which provides summary
5421     information for the given pca953x device.
5422
5423     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5424
5425 commit 7a8979591171676417ab36852d8811a8c46accd8
5426 Author: Peter Tyser <ptyser@xes-inc.com>
5427 Date:   Wed Oct 29 12:39:26 2008 -0500
5428
5429     pci/fsl_pci_init: Enable inbound PCI config cycles
5430
5431     Add fsl_pci_config_unlock() function to enable a
5432     PCI/PCIe interface configured in agent/endpoint mode to
5433     respond to inbound PCI configuration cycles.
5434
5435     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5436
5437 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
5438 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5439 Date:   Wed Dec 17 16:43:18 2008 +0100
5440
5441     avr32: Remove second definition of virt_to_phys()
5442
5443     The second definition introduced by 65e43a1063 conflicts with the
5444     existing one.
5445
5446     Also, convert the existing definition to use phys_addr_t. The volatile
5447     qualifier is still needed due to brain damage elsewhere.
5448
5449     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5450
5451 commit b616f2b545f73757669b37386f0b37bb61fc6797
5452 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5453 Date:   Mon Sep 8 22:27:18 2008 +0200
5454
5455     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
5456
5457     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5458     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5459
5460 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
5461 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5462 Date:   Tue Dec 16 22:10:31 2008 +0100
5463
5464     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
5465
5466     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5467     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5468
5469 commit 13095b2f07dacb1f863772266c1789d47a523a8a
5470 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5471 Date:   Tue Dec 16 22:10:30 2008 +0100
5472
5473     MIPS: qemu_mips: move env storage just after u-boot
5474
5475     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5476     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5477
5478 commit aced78d852d0b009e8aaa1445af8cb40861ee549
5479 Author: Wolfgang Denk <wd@denx.de>
5480 Date:   Tue Dec 16 23:48:27 2008 +0100
5481
5482     Prepare 2009.01-rc1
5483
5484     Signed-off-by: Wolfgang Denk <wd@denx.de>
5485
5486 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
5487 Author: Wolfgang Denk <wd@denx.de>
5488 Date:   Tue Dec 16 23:13:46 2008 +0100
5489
5490     include/configs/at91cap9adk.h: fix typo.
5491
5492     Signed-off-by: Wolfgang Denk <wd@denx.de>
5493
5494 commit 45ca04f2377361593151d2d4da51f8ba4832d233
5495 Author: Wolfgang Denk <wd@denx.de>
5496 Date:   Tue Dec 16 22:32:25 2008 +0100
5497
5498     board/trab/memory.c: Fix compile problems.
5499
5500     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
5501
5502     Actually we'd need a major cleanup here - as it turns out,
5503     board/trab/memory.c is more or less a verbatim copy of
5504     post/drivers/memory.c ... but then, trab is EOL anyway,r
5505     so this is not worth the effort.
5506
5507     Signed-off-by: Wolfgang Denk <wd@denx.de>
5508
5509 commit ff49ea8977b56916edd5b1766d9939010e30b181
5510 Author: Scott Wood <scottwood@freescale.com>
5511 Date:   Tue Dec 16 14:24:16 2008 -0600
5512
5513     NAND: Mark the BBT as scanned prior to calling scan_bbt.
5514
5515     Otherwise, recursion can occur if scan_bbt does not find a bad block
5516     table, and tries to write one, and the attempt to erase the BBT area
5517     causes a bad block check.
5518
5519     Signed-off-by: Scott Wood <scottwood@freescale.com>
5520
5521 commit 584eedab66d0828f2d571a24b10526c4e65f547b
5522 Author: Ilya Yanok <yanok@emcraft.com>
5523 Date:   Thu Dec 11 05:51:57 2008 +0300
5524
5525     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
5526
5527     Include <linux/mtd/compat.h> header for min_t definition instead of
5528     providing our own one. Removes warnings in case of OneNAND support
5529     enabled.
5530
5531     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
5532     just for min_t...
5533
5534     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5535     Acked-by: Stefan Roese <sr@denx.de>
5536
5537 commit b1ffecec37b57a59c139042267faac458e5324e9
5538 Author: Becky Bruce <beckyb@kernel.crashing.org>
5539 Date:   Wed Dec 3 23:04:37 2008 -0600
5540
5541     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
5542
5543     Casting a pointer to a phys_addr_t when it's an unsigned long long
5544     on a 32-bit system without first casting to a non-pointer type
5545     generates a compiler warning. Fix this.
5546
5547     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5548
5549 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
5550 Author: Wolfgang Denk <wd@denx.de>
5551 Date:   Tue Dec 16 16:22:50 2008 +0100
5552
5553     trab: make trab_fkt standalone code independent of libgcc
5554
5555     Use our own local functions in lib_arm/ instead.
5556
5557     Signed-off-by: Wolfgang Denk <wd@denx.de>
5558
5559 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
5560 Author: Wolfgang Denk <wd@denx.de>
5561 Date:   Tue Dec 16 14:44:06 2008 +0100
5562
5563     post/Makefile: fix dependency problem with parallel builds
5564
5565     Parallel builds (using "make -jN") would occasionally fail with error
5566     messages like
5567         ppc_4xxFP-objdump: string.o: File format not recognized
5568     or
5569         post/libpost.a(cpu.o): In function `cpu_post_test':
5570         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
5571     or similar. We now make sure to run the 'postdeps" step before
5572     attempting to build the specific POST libraries.
5573
5574     Signed-off-by: Wolfgang Denk <wd@denx.de>
5575
5576 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
5577 Author: Wolfgang Denk <wd@denx.de>
5578 Date:   Tue Dec 16 14:41:02 2008 +0100
5579
5580     Makefile: fix dependency problem with parallel builds
5581
5582     Parallel builds (using "make -jN") would occasionally fail with error
5583     messages like
5584         include/autoconf.mk:212: *** missing separator.  Stop.
5585     Line numbers and affected boards were changing. Obviously some
5586     Makefiles included autoconf.mk while it was still being written to.
5587     As a fix, we now write to a temporary file first and then rename it,
5588     so that it is really ready to use as soon as it appears.
5589
5590     Signed-off-by: Wolfgang Denk <wd@denx.de>
5591
5592 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
5593 Author: Wolfgang Denk <wd@denx.de>
5594 Date:   Tue Dec 16 01:02:17 2008 +0100
5595
5596     Coding style cleanup, update CHANGELOG.
5597
5598     Signed-off-by: Wolfgang Denk <wd@denx.de>
5599
5600 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
5601 Author: Mike Frysinger <vapier@gentoo.org>
5602 Date:   Thu Dec 11 18:39:08 2008 -0500
5603
5604     spi/stmicro: fix debug() display of cmd
5605
5606     The stmicro_wait_ready() func tries to show the actual opcode that was sent
5607     to the device, but instead it displays the array pointer.  Fix it to pull
5608     out the opcode from the start of the array.
5609
5610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5611
5612 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
5613 Author: Mike Frysinger <vapier@gentoo.org>
5614 Date:   Thu Dec 11 06:23:37 2008 -0500
5615
5616     env_sf: support embedded environments
5617
5618     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
5619     size is larger than the env size, then it means the env is embedded in a
5620     block.  So we have to save/restore the part of the sector which is not the
5621     environment.  Previously, saving the environment in SPI flash in this
5622     setup would probably brick the board as the rest of the sector tends to
5623     contain actual U-Boot data/code.
5624
5625     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5626     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5627
5628 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
5629 Author: Timur Tabi <timur@freescale.com>
5630 Date:   Wed Dec 3 11:28:30 2008 -0600
5631
5632     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
5633
5634     All implementations of the functions i2c_reg_read() and
5635     i2c_reg_write() are identical. We can save space and simplify the
5636     code by converting these functions into inlines and putting them in
5637     i2c.h.
5638
5639     Signed-off-by: Timur Tabi <timur@freescale.com>
5640     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5641
5642 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
5643 Author: Dave Liu <daveliu@freescale.com>
5644 Date:   Fri Dec 5 15:36:14 2008 +0800
5645
5646     lib_ppc: rework the flush_cache
5647
5648     - It is possible to miss flush/invalidate the last
5649       cache line, we fix it at here.
5650     - add the volatile and memory clobber.
5651
5652     They are pointed by Scott Wood.
5653
5654     Signed-off-by: Dave Liu <daveliu@freescale.com>
5655
5656 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
5657 Author: Kumar Gala <galak@kernel.crashing.org>
5658 Date:   Sat Dec 13 17:20:28 2008 -0600
5659
5660     Introduce addr_map library
5661
5662     Add a library that helps in translating between virtual and physical
5663     addresses.  This library can be useful as a simple means to implement
5664     map_physmem() and virt_to_phys() for platforms that need functionality
5665     beyond the simple 1:1 mapping.
5666
5667     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5668
5669 commit 65e43a10631537dcb92c302d36301a12308216c3
5670 Author: Kumar Gala <galak@kernel.crashing.org>
5671 Date:   Sat Dec 13 17:20:27 2008 -0600
5672
5673     Introduce virt_to_phys()
5674
5675     virt_to_phys() returns the physical address given a virtual. In most
5676     cases this will be just the input value as the vast majority of
5677     systems run in a 1:1 mode.
5678
5679     However in systems that are not running this way it should report the
5680     physical address or ~0 if no mapping exists for the given virtual
5681     address.
5682
5683     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5684
5685 commit 45845301af3de8675c1f7bbc815c6de35452605a
5686 Author: Yuri Tikhonov <yur@emcraft.com>
5687 Date:   Sun Dec 7 22:12:50 2008 +0100
5688
5689     POST Make: fix the sub-dir dependencies missing.
5690
5691     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5692
5693 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
5694 Author: Martin Michlmayr <tbm@cyrius.com>
5695 Date:   Wed Aug 6 14:44:05 2008 +0300
5696
5697     Fix a typo in fw_env.config
5698
5699     Reported-by: Martin Michlmayr <tbm@cyrius.com>
5700     Signed-off-by: Wolfgang Denk <wd@denx.de>
5701
5702 commit ba490b7761c62b549c222a9723e532dc801a3899
5703 Author: Peter Tyser <ptyser@xes-inc.com>
5704 Date:   Mon Dec 1 16:22:45 2008 -0600
5705
5706     Remove unused CONFIG_ADDR_STREAMING defines
5707
5708     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5709
5710 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
5711 Author: Peter Tyser <ptyser@xes-inc.com>
5712 Date:   Mon Nov 24 11:54:47 2008 -0600
5713
5714     cmd_mem: Remove unused variable
5715
5716     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5717
5718 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
5719 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5720 Date:   Sun Dec 14 10:29:39 2008 +0100
5721
5722     Fix new found CFG_
5723
5724     Also fix some minor typos.
5725
5726     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5727     Signed-off-by: Wolfgang Denk <wd@denx.de>
5728
5729 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
5730 Author: Sergei Poselenov <sposelenov@emcraft.com>
5731 Date:   Fri Sep 19 12:07:34 2008 +0200
5732
5733     Remove compiler warning: target CPU does not support interworking
5734
5735     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
5736
5737     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
5738     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5739
5740 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
5741 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5742 Date:   Mon Nov 24 13:33:51 2008 +0100
5743
5744     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
5745
5746     FDT support is used for both FIT style images and for architectures
5747     that can pass a fdt blob to an OS (ppc, m68k, sparc).
5748
5749     For other architectures and boards which do not pass a fdt blob to an
5750     OS but want to use the new uImage format, we just need FIT support.
5751
5752     Now we can have the 4 following configurations :
5753
5754     1) FIT only             CONFIG_FIT
5755     2) fdt blob only        CONFIG_OF_LIBFDT
5756     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
5757     4) none                 none
5758
5759     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5760
5761 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
5762 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5763 Date:   Wed Dec 10 15:13:32 2008 +0100
5764
5765     ppc4xx: Disable EEPROM write access on PMC440 boards
5766
5767     This patch disables EEPROM wrtie access by default on PMC440 board.
5768
5769     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5770
5771 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
5772 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5773 Date:   Wed Dec 10 15:12:56 2008 +0100
5774
5775     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
5776
5777     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5778
5779 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
5780 Author: Stefan Roese <sr@denx.de>
5781 Date:   Tue Nov 18 16:36:12 2008 +0100
5782
5783     MIPS: Flush data cache upon relocation
5784
5785     This patch now adds a flush to the data cache upon relocation. The
5786     current implementation is missing this. Only a comment states that it
5787     should be done. So let's really do it now.
5788
5789     Signed-off-by: Stefan Roese <sr@denx.de>
5790     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5791
5792 commit 44174343688dba32571a34550dba08971c65fef1
5793 Author: Stefan Roese <sr@denx.de>
5794 Date:   Tue Nov 18 16:36:22 2008 +0100
5795
5796     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
5797
5798     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
5799     enables support for boards where the lowlevel initialization is
5800     already done when U-Boot runs (e.g. via OnChip ROM).
5801
5802     This will be used in the upcoming VCTH board support.
5803
5804     Signed-off-by: Stefan Roese <sr@denx.de>
5805     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5806
5807 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
5808 Author: Stefan Roese <sr@denx.de>
5809 Date:   Wed Nov 12 13:18:02 2008 +0100
5810
5811     MIPS: Add board_early_init_f() to init_sequence
5812
5813     This patch adds the board_early_init_f() call to the MIPS init
5814     sequence. A weak dummy implementation is also added which can be
5815     overridden by a board specific version.
5816
5817     This will be used by the upcoming VCTH board support.
5818
5819     Signed-off-by: Stefan Roese <sr@denx.de>
5820     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5821
5822 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
5823 Author: Stefan Roese <sr@denx.de>
5824 Date:   Wed Nov 12 13:18:19 2008 +0100
5825
5826     MIPS: Add onenand_init() to board.c and move nand_init()
5827
5828     This patch adds a call to onenand_init() for OneNAND support and moves
5829     the nand_init() call to an earlier place, so that the environment can
5830     be used from NAND and OneNAND.
5831
5832     Signed-off-by: Stefan Roese <sr@denx.de>
5833     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5834
5835 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
5836 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5837 Date:   Tue Dec 9 11:32:46 2008 +0900
5838
5839     sh: Update sh2/sh2a timer
5840
5841     Renesas SH2/SH2A timer broken.
5842     This patch fix timer function.
5843
5844     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5845     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5846
5847 commit a319f1496210117b73198e3d889ffffaf6825d00
5848 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5849 Date:   Fri Dec 5 07:27:37 2008 +0100
5850
5851     sh: r2dplus fix register access
5852
5853     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5854     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5855
5856 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
5857 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5858 Date:   Tue Dec 2 07:40:03 2008 +0100
5859
5860     sh: r2dplus/lowlevel_init: coding style fix
5861
5862     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5863     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5864
5865 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
5866 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5867 Date:   Tue Nov 25 11:05:19 2008 +0900
5868
5869     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
5870
5871     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
5872     CACHE_OC_WAY_SHIFT every CPU.
5873     This patch corrects these values.
5874
5875     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5876     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5877
5878 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
5879 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5880 Date:   Thu Nov 20 16:44:42 2008 +0900
5881
5882     sh: Update sh timer function
5883
5884     Change to write/readX function and fix timer problem.
5885
5886     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5887     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5888
5889 commit b81786cff476c41e332eaeb679158f6527cd67d4
5890 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5891 Date:   Tue Nov 4 11:58:58 2008 +0900
5892
5893     sh: Migo-R: Update BSC value
5894
5895     A value of BSC CS4 was wrong, Fixed it.
5896
5897     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5898     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5899
5900 commit 5783758fd260a02f44566ad8f29f899565cd0403
5901 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5902 Date:   Mon Nov 17 16:52:09 2008 +0900
5903
5904     sh: Update ms7722se board config
5905
5906     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5907     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5908
5909 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
5910 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5911 Date:   Mon Nov 17 16:53:09 2008 +0900
5912
5913     sh: Update SuperH serial driver
5914
5915     The address of SCFSR register is wrong at SH7720/SH7721.
5916     This patch fix this.
5917
5918     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5919     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5920
5921 commit 9a1d3557dcd47365c12eeab584b822e57d994352
5922 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5923 Date:   Tue Nov 11 22:20:15 2008 +0100
5924
5925     sh: fix rsk7203 and MigoR out of tree build
5926
5927     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5928     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5929
5930 commit 1951f847f0a851853871b613ad7cf21a5242226c
5931 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5932 Date:   Wed Dec 10 14:41:25 2008 +0100
5933
5934     ppc4xx: Update TEXT_BASE for CPCI405 boards
5935
5936     This patch fixes building U-Boot for CPCI405 boards.
5937
5938     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5939     Signed-off-by: Stefan Roese <sr@denx.de>
5940
5941 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
5942 Author: Stefan Roese <sr@denx.de>
5943 Date:   Tue Dec 9 20:08:01 2008 +0100
5944
5945     ppc4xx: Remove some features from ALPR to fit into 256k again
5946
5947     Signed-off-by: Stefan Roese <sr@denx.de>
5948
5949 commit 3b089e4f889a2902449d55e081c886ae607cae89
5950 Author: Stefan Roese <sr@denx.de>
5951 Date:   Wed Dec 10 10:32:59 2008 +0100
5952
5953     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
5954
5955     With this patch we set the type back to NONE upon failing UBI partition
5956     initialization. Otherwise further calls to the UBI subsystem would try
5957     to really access the non-existing UBI partition.
5958
5959     Thanks to Michael Lawnick for pointing this out.
5960
5961     Signed-off-by: Stefan Roese <sr@denx.de>
5962
5963 commit 817329351639a8895cd9b87b33aeff043f3d5a44
5964 Author: Stefan Roese <sr@denx.de>
5965 Date:   Wed Dec 10 10:28:33 2008 +0100
5966
5967     UBI: Return -ENOMEM upon failing malloc
5968
5969     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
5970     failing malloc().
5971
5972     Signed-off-by: Stefan Roese <sr@denx.de>
5973
5974 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
5975 Author: Ben Warren <biggerbadderben@gmail.com>
5976 Date:   Tue Dec 9 23:34:15 2008 -0800
5977
5978     Fix compile error in building MBX860T.
5979
5980     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5981
5982 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
5983 Author: Michal Simek <monstr@monstr.eu>
5984 Date:   Tue Nov 25 11:42:20 2008 +0100
5985
5986     microblaze: Remove XUPV2P board
5987
5988     ---
5989
5990     Microblaze platforms use generic settings and to have
5991     many platforms is confusing that's why I decided to remove this
5992     platform from U-BOOT. ml401 tree is sufficient for covering
5993     all Microblaze platforms.
5994
5995     This change will go through microblaze custodian tree.
5996
5997 commit 99ba6f353582720defff6e6e6761dc455a207d31
5998 Author: Michal Simek <monstr@monstr.eu>
5999 Date:   Mon Nov 24 18:25:41 2008 +0100
6000
6001     microblaze: Remove CONFIG_LIBFDT due to error in common files
6002
6003 commit e7d591e823a991513833af7030468409e25a3b13
6004 Author: Michal Simek <monstr@monstr.eu>
6005 Date:   Mon Nov 24 11:43:00 2008 +0100
6006
6007     microblaze: Fix ml401 uart16550 setting
6008
6009     Signed-off-by: Michal Simek <monstr@monstr.eu>
6010
6011 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
6012 Author: Michal Simek <monstr@monstr.eu>
6013 Date:   Mon Nov 24 11:38:22 2008 +0100
6014
6015     microblaze: Set up relocation is done
6016
6017 commit bcb6dd9187d4b23c748704767bd12d20c829e996
6018 Author: Mike Frysinger <vapier@gentoo.org>
6019 Date:   Tue Dec 9 23:20:31 2008 -0500
6020
6021     tools/netconsole: new script for working with netconsole over UDP
6022
6023     While the doc/README.NetConsole does have a snippet for people to
6024     create their own netcat script, it's a lot easier to make a simple
6025     dedicated script and tell people to use it.
6026
6027     Also spruce it up a bit to make it user friendly.
6028
6029     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6030
6031 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
6032 Author: Sonic Zhang <Sonic.Zhang@analog.com>
6033 Date:   Tue Dec 9 23:20:18 2008 -0500
6034
6035     fs/fat: handle FAT on SATA
6036
6037     The FAT file system driver should also handle FAT on SATA devices.
6038
6039     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
6040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6041
6042 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
6043 Author: Ben Warren <biggerbadderben@gmail.com>
6044 Date:   Tue Dec 9 23:26:31 2008 -0800
6045
6046     Fix compile error in building MBX860T.
6047     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
6048
6049     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6050
6051 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
6052 Author: Jerry Van Baren <gvb.uboot@gmail.com>
6053 Date:   Mon Nov 24 08:15:02 2008 -0500
6054
6055     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
6056
6057     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
6058     following warnings from FDT:
6059
6060     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
6061     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
6062
6063     Fix: Protect the definition of uintptr_t when compiling on the host
6064     system.
6065
6066     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
6067
6068 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
6069 Author: Graeme Russ <graeme.russ@gmail.com>
6070 Date:   Sat Nov 22 08:43:29 2008 +1100
6071
6072     Moved sc520 PCI definitions to stand-alone file
6073
6074     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
6075
6076 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
6077 Author: Graeme Russ <graeme.russ@gmail.com>
6078 Date:   Sat Nov 22 08:43:21 2008 +1100
6079
6080     Fixed path to sc520 SSI include file
6081
6082     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
6083
6084 commit d4f70da544c33db3e4fce6473dea4ecca4322545
6085 Author: Graeme Russ <graeme.russ@gmail.com>
6086 Date:   Fri Nov 21 06:28:05 2008 +1100
6087
6088     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
6089
6090     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6091
6092 commit c034075a713b60e654c64e88e87da29440f31bb4
6093 Author: Stefan Roese <sr@denx.de>
6094 Date:   Wed Nov 12 13:30:10 2008 +0100
6095
6096     serial: Add vcth UART driver
6097
6098     This patch adds the UART driver for the upcoming VCTH board support.
6099
6100     Signed-off-by: Stefan Roese <sr@denx.de>
6101
6102 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
6103 Author: Ilya Yanok <yanok@emcraft.com>
6104 Date:   Thu Nov 13 19:49:36 2008 +0300
6105
6106     jffs2: cache data_crc results
6107
6108     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
6109     jffs2_1pass_read_inode() data_crc is going to be calculated on each
6110     inode access. This patch adds caching of data_crc() results. There
6111     is no significant improvement in speed (because of flash access
6112     caching added in previous patch I think, crc in RAM is really fast)
6113     but this patch impacts memory usage -- every b_node structure uses
6114     12 bytes instead of 8.
6115
6116     Signed-off-by: Alexey Neyman <avn@emcraft.com>
6117     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6118
6119 commit 9b7076229ec6a958bd835ab70745f7676297ce82
6120 Author: Ilya Yanok <yanok@emcraft.com>
6121 Date:   Thu Nov 13 19:49:35 2008 +0300
6122
6123     jffs2: summary support
6124
6125     This patch adds support for reading fs information from summary
6126     node instead of scanning full eraseblock.
6127
6128     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6129
6130 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
6131 Author: Ilya Yanok <yanok@emcraft.com>
6132 Date:   Thu Nov 13 19:49:34 2008 +0300
6133
6134     jffs2: add buffer to cache flash accesses
6135
6136     With this patch JFFS2 code allocates memory buffer of max_totlen size
6137     (size of the largest node, calculated during scan time) and uses it to
6138     store entire node. Speeds up loading. If malloc fails we use old ways
6139     to do things.
6140
6141     Signed-off-by: Alexey Neyman <avn@emcraft.com>
6142     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6143
6144 commit 8a36d31f72411144ac0412ee7e1880e801acd754
6145 Author: Ilya Yanok <yanok@emcraft.com>
6146 Date:   Thu Nov 13 19:49:33 2008 +0300
6147
6148     jffs2: rewrite jffs2 scanning code based on Linux one
6149
6150     Rewrites jffs2_1pass_build_lists() function in style of Linux's
6151     jffs2_scan_medium() and jffs2_scan_eraseblock().
6152     This includes:
6153      - Caching flash acceses
6154      - Smart dealing with free space
6155
6156     Signed-off-by: Alexey Neyman <avn@emcraft.com>
6157     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6158
6159 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
6160 Author: Ilya Yanok <yanok@emcraft.com>
6161 Date:   Thu Nov 13 19:49:32 2008 +0300
6162
6163     jffs2: add sector_size field to part_info structure
6164
6165     This patch adds sector_size field to part_info structure (used
6166     by new JFFS2 code).
6167
6168     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6169
6170 commit f73846956778a7dfee83403ef9747aff77198848
6171 Author: Ilya Yanok <yanok@emcraft.com>
6172 Date:   Thu Nov 13 19:49:31 2008 +0300
6173
6174     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
6175
6176     We need to update i_version inside cycle to find really latest version
6177     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
6178     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
6179
6180     Signed-off-by: Alexey Neyman <avn@emcraft.com>
6181     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6182
6183 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
6184 Author: Wolfgang Denk <wd@denx.de>
6185 Date:   Tue Dec 9 23:13:51 2008 +0100
6186
6187     evb64260: fix "cast to pointer from integer of different size" warnings
6188
6189     Signed-off-by: Wolfgang Denk <wd@denx.de>
6190
6191 commit d2776827315c3d469b8cb4cec14d58877798daa2
6192 Author: Stefan Althoefer <stefan.althoefer@web.de>
6193 Date:   Sun Dec 7 19:39:11 2008 +0100
6194
6195     USB: descriptor handling
6196
6197     Hi,
6198
6199     I found a bug when working with the u-boot USB subsystem on IXP425 processor
6200     (big endian Xscale aka ARMv5).
6201     I recognized that the second usb_endpoint_descriptor of the attached memory
6202     stick was corrupted.
6203
6204     The reason for this are the packed structures below (either u-boot and
6205     u-boot-usb):
6206
6207     --------------
6208     /* Endpoint descriptor */
6209     struct usb_endpoint_descriptor {
6210         unsigned char  bLength;
6211         unsigned char  bDescriptorType;
6212         unsigned char  bEndpointAddress;
6213         unsigned char  bmAttributes;
6214         unsigned short wMaxPacketSize;
6215         unsigned char  bInterval;
6216         unsigned char  bRefresh;
6217         unsigned char  bSynchAddress;
6218
6219     } __attribute__ ((packed));
6220     /* Interface descriptor */
6221     struct usb_interface_descriptor {
6222         unsigned char  bLength;
6223         unsigned char  bDescriptorType;
6224         unsigned char  bInterfaceNumber;
6225         unsigned char  bAlternateSetting;
6226         unsigned char  bNumEndpoints;
6227         unsigned char  bInterfaceClass;
6228         unsigned char  bInterfaceSubClass;
6229         unsigned char  bInterfaceProtocol;
6230         unsigned char  iInterface;
6231
6232         unsigned char  no_of_ep;
6233         unsigned char  num_altsetting;
6234         unsigned char  act_altsetting;
6235         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
6236     } __attribute__ ((packed));
6237     ------------
6238
6239     As usb_endpoint_descriptor is only 7byte in length, the start of all
6240     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
6241     of these structures also not word aligned.
6242
6243     ARMv5 Architecture however does not support non-aligned multibyte
6244     data type (see A2.8 of ARM Architecture Reference Manual).
6245
6246     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
6247     Signed-off-by: Remy Böhmer <linux@bohmer.net>
6248
6249 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
6250 Author: Kumar Gala <galak@kernel.crashing.org>
6251 Date:   Tue Dec 9 10:27:33 2008 -0600
6252
6253     drivers/fsl_pci_init: Fix compile warning
6254
6255     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
6256     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
6257
6258     The check only makes sense if we are CONFIG_PHYS_64BIT
6259
6260     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6261
6262 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
6263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6264 Date:   Sun Dec 7 09:45:35 2008 +0100
6265
6266     usbtty/omap: update to current API
6267
6268     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6269     Signed-off-by: Remy Böhmer <linux@bohmer.net>
6270
6271 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
6272 Author: Anatolij Gustschin <agust@denx.de>
6273 Date:   Tue Dec 9 17:52:05 2008 +0100
6274
6275     video: fix FADS823 and RRvision compiling issues
6276
6277     Since commit 561858ee building for FADS823 and RRvision
6278     doesn't work. Let's include version.h and timestamp.h
6279     unconditionally to fix the problem.
6280
6281     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6282
6283 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
6284 Author: Stefan Roese <sr@denx.de>
6285 Date:   Tue Dec 2 10:53:47 2008 +0100
6286
6287     UBI: Fix size parsing in "ubi create"
6288
6289     Signed-off-by: Stefan Roese <sr@denx.de>
6290
6291 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
6292 Author: Stefan Roese <sr@denx.de>
6293 Date:   Thu Nov 27 14:07:09 2008 +0100
6294
6295     UBI: Enable re-initializing of the "ubi part" command
6296
6297     With this patch now, the user can call "ubi part" multiple times to
6298     re-connect the UBI device to another MTD partition.
6299
6300     Signed-off-by: Stefan Roese <sr@denx.de>
6301
6302 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
6303 Author: Stefan Roese <sr@denx.de>
6304 Date:   Thu Nov 27 14:05:15 2008 +0100
6305
6306     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
6307
6308     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
6309     first call of add_mtd_partitions(). Otherwise this won't work on platforms
6310     where the relocation is broken (like MIPS or PPC).
6311
6312     Signed-off-by: Stefan Roese <sr@denx.de>
6313
6314 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
6315 Author: Trent Piepho <tpiepho@freescale.com>
6316 Date:   Wed Nov 12 17:29:48 2008 -0800
6317
6318     Section name should be ".data", not "data"
6319
6320     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
6321     Signed-off-by: Wolfgang Denk <wd@denx.de>
6322
6323 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
6324 Author: Wolfgang Denk <wd@denx.de>
6325 Date:   Tue Dec 9 00:39:08 2008 +0100
6326
6327     MAKEALL: Automatically use parallel builds
6328
6329     Add logic to the MAKEALL script to determine the number of CPU cores
6330     on the system, and run a parallel build if there is more than one.
6331     Usually this significantrly accelerates builds.
6332
6333     Allow to manually adjust the number of parallel make jobs by using
6334     the "BUILD_NCPUS" environment variable.
6335
6336     Signed-off-by: Wolfgang Denk <wd@denx.de>
6337
6338 commit 268405fa7c44156c5192a70779920c70906af8d6
6339 Author: Wolfgang Denk <wd@denx.de>
6340 Date:   Tue Dec 9 00:24:30 2008 +0100
6341
6342     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
6343
6344     Signed-off-by: Wolfgang Denk <wd@denx.de>
6345
6346 commit 153176a9414120ca1736f3cc4951623d6e14e6af
6347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6348 Date:   Tue Nov 11 06:08:59 2008 +0100
6349
6350     avr32/bootm: remove unused variable 'ret'
6351
6352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6353     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6354
6355 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
6356 Author: Peter Tyser <ptyser@xes-inc.com>
6357 Date:   Wed Nov 12 13:06:48 2008 -0600
6358
6359     Remove unneeded CONFIG_SHELL references
6360
6361     Make should be using the bash shell by default which makes
6362     CONFIG_SHELL unnecessary
6363
6364     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6365
6366 commit cf7a7b99794bac936899819b95539be1dbd71708
6367 Author: Peter Tyser <ptyser@xes-inc.com>
6368 Date:   Wed Nov 12 12:33:20 2008 -0600
6369
6370     Use bash for default GNU Make shell application
6371
6372     Some Make script commands rely on bash-specific features like brace
6373     expansion, so default to bash for the SHELL variable with a fallback
6374     to the standard sh shell
6375
6376     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6377
6378 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
6379 Author: Heiko Schocher <hs@denx.de>
6380 Date:   Wed Nov 12 09:50:45 2008 +0100
6381
6382     jffs2: rename devices_init () in common/jffs2.c
6383
6384     rename devices_init () in common/jffs2.c to
6385     jffs2_devices_init (), because there is also a
6386     devices_init () in common/devices.c.
6387
6388     Signed-off-by: Heiko Schocher <hs@denx.de>
6389
6390 commit af5eb847a10f1037590001355d88bab3fe7be48b
6391 Author: Daniel Hellstrom <daniel@gaisler.com>
6392 Date:   Mon Nov 10 12:46:20 2008 +0000
6393
6394     SPARC: Fixed compiler error introduced by commit c160a9544743
6395
6396     This patch fixes a build error for the SPARC platform. It was
6397     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
6398
6399     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6400
6401 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
6402 Author: Gary Jennejohn <garyj@denx.de>
6403 Date:   Sun Nov 9 12:50:59 2008 +0100
6404
6405     mgsuvd add the board-specific part of the HDLC driver
6406
6407     Signed-off-by: Gary Jennejohn <garyj@denx.de>
6408
6409 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
6410 Author: Gary Jennejohn <garyj@denx.de>
6411 Date:   Sun Nov 9 12:45:03 2008 +0100
6412
6413     mgcoge add the board-specific part of the HDLC driver
6414
6415     Signed-off-by: Gary Jennejohn <garyj@denx.de>
6416
6417 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
6418 Author: Gary Jennejohn <garyj@denx.de>
6419 Date:   Sun Nov 9 12:36:15 2008 +0100
6420
6421     keymile add the common parts of the HDLC driver
6422
6423     This implements the ICN protocol used across the backplane and is
6424     needed by all the keymile boards.
6425
6426     Signed-off-by: Gary Jennejohn <garyj@denx.de>
6427
6428 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
6429 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6430 Date:   Fri Nov 7 22:46:22 2008 +0100
6431
6432     drivers/bios_emulator: Move conditional compilation to Makefile
6433
6434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6435
6436 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
6437 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6438 Date:   Thu Nov 6 14:01:51 2008 -0500
6439
6440     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
6441
6442     Corrected endian order printing for compact flash serial number.
6443
6444     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6445
6446 commit 16a28ef219c27423a1ef502f19070c4d375079b8
6447 Author: Gary Jennejohn <garyj@denx.de>
6448 Date:   Thu Nov 6 15:04:23 2008 +0100
6449
6450     IOMUX: Add console multiplexing support.
6451
6452     Modifications to support console multiplexing.  This is controlled using
6453     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
6454
6455     This allows a user to specify multiple console devices in the environment
6456     with a command like this: setenv stdin serial,nc.  As a result, the user can
6457     enter text on both the serial and netconsole interfaces.
6458
6459     All devices - stdin, stdout and stderr - can be set in this manner.
6460
6461     1) common/iomux.c and include/iomux.h contain the environment setting
6462     implementation.
6463     2) doc/README.iomux contains a somewhat more detailed description.
6464     3) The implementation in (1) is called from common/cmd_nvedit.c to
6465     handle setenv and from common/console.c to handle initialization of
6466     input/output devices at boot time.
6467     4) common/console.c also contains the code needed to poll multiple console
6468     devices for input and send output to all devices registered for output.
6469     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
6470     when CONFIG_SYS_CONSOLE_MUX is set.
6471
6472     Signed-off-by: Gary Jennejohn <garyj@denx.de>
6473
6474 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
6475 Author: Mike Frysinger <vapier@gentoo.org>
6476 Date:   Tue Nov 4 16:03:46 2008 -0500
6477
6478     strings: use puts() rather than printf()
6479
6480     When running `strings` on really long strings, the stack tends to get
6481     smashed due to printf().  Switch to puts() instead since we're only passing
6482     the data through.
6483
6484     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6485
6486 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
6487 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6488 Date:   Mon Nov 3 22:16:18 2008 +0100
6489
6490     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
6491
6492     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6493
6494 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
6495 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6496 Date:   Mon Nov 3 22:15:34 2008 +0100
6497
6498     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
6499
6500     - fix size too small by one in sprintf
6501     - changed old (pre 2004) device name ibmEmac to emac
6502     - boot device may be overriden in board config
6503     - servername may be defined in board config
6504     - additional parameters may be defined in board config
6505     - fixed some line wrappings
6506     - replaced  redundant MAX define by max
6507
6508     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6509
6510 commit e9084b23d16102f44ace24379a1c0c352497ef80
6511 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6512 Date:   Mon Nov 3 22:14:36 2008 +0100
6513
6514     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
6515
6516     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6517
6518 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
6519 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6520 Date:   Mon Nov 3 22:13:47 2008 +0100
6521
6522     README: Document CONFIG_SYS parameters for vxworks
6523
6524     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6525
6526 commit ace514837cac656e29c37a19569cb8ea83071126
6527 Author: Peter Tyser <ptyser@xes-inc.com>
6528 Date:   Fri Oct 31 11:12:38 2008 -0500
6529
6530     lcd: Let the board code show board-specific info cleanup
6531
6532     remove unneeded version.h from lcd.c
6533
6534     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6535     Signed-off-by: Wolfgang Denk <wd@denx.de>
6536
6537 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
6538 Author: Peter Tyser <ptyser@xes-inc.com>
6539 Date:   Mon Nov 3 09:30:59 2008 -0600
6540
6541     Update U-Boot's build timestamp on every compile
6542
6543     Use the GNU 'date' command to auto-generate a new U-Boot
6544     timestamp on every compile.
6545
6546     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6547
6548 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
6549 Author: Remy Bohmer <linux@bohmer.net>
6550 Date:   Thu Dec 4 22:25:57 2008 +0100
6551
6552     Remove redundant armv4 flag from arm926ejs compile flags
6553
6554     Currently the arm926ejs tree has the armv4 option set during compilation.
6555     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
6556
6557     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6558
6559 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
6560 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
6561 Date:   Sat Dec 6 13:11:14 2008 +0100
6562
6563     at91: Choose environment variables location within make config target
6564
6565     This patch adds the possiblity to choose the media where the environment will
6566     be located. This allow to choose this fundamental configuration without editing
6567     config files.
6568
6569     Documentation file added.
6570
6571     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
6572     Acked-by: Stelian Pop <stelian@popies.net>
6573     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6574
6575 commit 1450c4a6682378567030414a9f1198c39b7730c7
6576 Author: Anatolij Gustschin <agust@denx.de>
6577 Date:   Mon Nov 3 15:30:34 2008 +0100
6578
6579     lwmon, tqm8xx: Fix build errors
6580
6581     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
6582     lcd: Let the board code show board-specific info
6583
6584     introduced some bugs which prevent U-Boot building
6585     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
6586     be defined in the board configuration.
6587
6588     Also "LCD enabled" building for TQM823L doesn't work
6589     since this commit.
6590
6591     This patch fixes above-mentioned issues.
6592
6593     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6594
6595 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
6596 Author: Mike Frysinger <vapier@gentoo.org>
6597 Date:   Sun Nov 2 01:18:18 2008 -0400
6598
6599     ignore .gdb_history files
6600
6601     When using gdb, history files will often get generated.  So ignore them.
6602
6603     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6604
6605 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
6606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6607 Date:   Fri Oct 31 12:26:55 2008 +0100
6608
6609     FPGA: move fpga drivers to drivers/fpga
6610
6611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6612
6613 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
6614 Author: Peter Tyser <ptyser@xes-inc.com>
6615 Date:   Mon Dec 1 16:29:38 2008 -0600
6616
6617     net: Fix TftpStart() ip:filename bug
6618
6619     The TftpStart() function modifies the 'BootFile'
6620     string when 'BootFile' contains both an IP address
6621     and filename (eg 1.2.3.4:/path/file). This causes
6622     subsequent calls to TftpStart to incorrectly parse
6623     the TFTP filename and server IP address to use.
6624     For example:
6625
6626     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
6627     Speed: 100, half duplex
6628     Using eTSEC1 device
6629     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
6630                      ^^^^^^^^^^ CORRECT
6631     Filename '/home/ptyser/non_existant'.
6632               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
6633     Load address: 0x100000
6634     Loading: *
6635     TFTP error: 'File not found' (1)
6636     Starting again
6637
6638     eTSEC2: No link.
6639     Speed: 100, half duplex
6640     Using eTSEC1 device
6641     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
6642                      ^^^^^^^^^^ WRONG
6643     Filename '10.52.0.62'.
6644               ^^^^^^^^^^ WRONG
6645     Load address: 0x100000
6646     Loading: *
6647     TFTP error: 'File not found' (1)
6648     Starting again
6649
6650     TftpStart() was modified to not modify the 'BootFile' string.
6651
6652     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6653     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6654
6655 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
6656 Author: Peter Tyser <ptyser@xes-inc.com>
6657 Date:   Mon Dec 1 16:26:21 2008 -0600
6658
6659     net: Add additional IP fragmentation check
6660
6661     Ignore IP packets which have the "more fragments" flag bit
6662     set.  This flag indicates the IP packet is fragmented and
6663     must be ignored by U-Boot.
6664
6665     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6667
6668 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
6669 Author: Peter Tyser <ptyser@xes-inc.com>
6670 Date:   Mon Dec 1 16:26:20 2008 -0600
6671
6672     net: Define IP flag field values
6673
6674     These defines were pulled from the "Add simple
6675     IP/UDP fragmentation support" patch from Frank
6676     Haverkamp <haver@vnet.ibm.com>.
6677
6678     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6679     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6680
6681 commit 23afaba65ec5206757e589ef334a8b38168c045f
6682 Author: Anatolij Gustschin <agust@denx.de>
6683 Date:   Tue Dec 2 10:31:04 2008 +0100
6684
6685     net: tsec: Fix Marvell 88E1121R phy init
6686
6687     This patch tries to ensure that phy interrupt pin
6688     won't be asserted after booting. We experienced
6689     following issues with current 88E1121R phy init:
6690
6691     Marvell 88E1121R phy can be hardware-configured
6692     to share MDC/MDIO and interrupt pins for both ports
6693     P0 and P1 (e.g. as configured on socrates board).
6694     Port 0 interrupt pin will be shared by both ports
6695     in such configuration. After booting Linux and
6696     configuring eth0 interface, port 0 phy interrupts
6697     are enabled. After rebooting without proper eth0
6698     interface shutdown port 0 phy interrupts remain
6699     enabled so any change on port 0 (link status, etc.)
6700     cause assertion of the interrupt. Now booting Linux
6701     and configuring eth1 interface will cause permanent
6702     phy interrupt storm as the registered phy 1 interrupt
6703     handler doesn't acknowledge phy 0 interrupts. This
6704     of course should be fixed in Linux driver too.
6705
6706     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6707     Acked-by: Andy Fleming <afleming@freescale.com>
6708     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6709
6710 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
6711 Author: Peter Tyser <ptyser@xes-inc.com>
6712 Date:   Tue Dec 2 12:59:51 2008 -0600
6713
6714     net: Fix download command parsing
6715
6716     When CONFIG_SYS_HUSH_PARSER is defined network download
6717     commands with 1 argument in the format 'tftp "/path/file"'
6718     do not work as expected. The hush command parser strips
6719     the quotes from "/path/file" which causes the network
6720     commands to interpret "/path/file" as an address
6721     instead of the intended filename.
6722
6723     The previous check for a leading quote in netboot_common()
6724     was replaced with a check which ensures only valid
6725     numbers are treated as addresses.
6726
6727     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6728     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6729
6730 commit 3c2c2f427905040c1513d0c51d637689cba48346
6731 Author: Remy Bohmer <linux@bohmer.net>
6732 Date:   Thu Nov 27 22:30:27 2008 +0100
6733
6734     Remove non-ascii characters from fat code
6735
6736     This code contains some non-ascii characters in comment lines and code.
6737     Most editors do not display those characters properly and editing those
6738     files results always in diffs at these places which are usually not required
6739     to be changed at all. This is error prone.
6740
6741     So, remove those weird characters and replace them by normal C-style
6742     equivalents for which the proper defines were already in the header.
6743
6744     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6745
6746 commit dc889e865356497d3e495570118c2245ebce2631
6747 Author: Dave Liu <daveliu@freescale.com>
6748 Date:   Fri Nov 28 20:16:58 2008 +0800
6749
6750     85xx: fix the wrong DDR settings for MPC8572DS
6751
6752     The default DDR freq is 400MHz or 800M data rate,
6753     the old settings is pure wrong for the default case.
6754
6755     Signed-off-by: Dave Liu <daveliu@freescale.com>
6756     Acked-by: Andy Fleming <afleming@freescale.com>
6757
6758 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
6759 Author: Kumar Gala <galak@kernel.crashing.org>
6760 Date:   Mon Nov 24 10:29:26 2008 -0600
6761
6762     85xx: init gd as early as possible
6763
6764     Moved up the initialization of GD so C code like set_tlb() can use
6765     gd->flags to determine if we've relocated or not in the future.
6766
6767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6768     Acked-by: Andy Fleming <afleming@freescale.com>
6769
6770 commit aed461af81012a398a205e9be67ab37667491838
6771 Author: Kumar Gala <galak@kernel.crashing.org>
6772 Date:   Mon Nov 24 10:29:25 2008 -0600
6773
6774     85xx: Fix relocation of CCSRBAR
6775
6776     If the virtual address for CCSRBAR is the same after relocation but
6777     the physical address is changing we'd end up having two TLB entries with
6778     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
6779     temp virt address to access the old CCSRBAR to relocate it.
6780
6781     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6782     Acked-by: Andy Fleming <afleming@freescale.com>
6783
6784 commit ea154a1781135d822eedee7567cc156089eae93c
6785 Author: Kumar Gala <galak@kernel.crashing.org>
6786 Date:   Mon Nov 24 10:25:14 2008 -0600
6787
6788     FSL: Moved BR_PHYS_ADDR for localbus to common header
6789
6790     The BR_PHYS_ADDR macro is useful on all machines that have local bus
6791     which is pretty much all 83xx/85xx/86xx chips.
6792
6793     Additionally most 85xx & 86xx will need it if they want to support
6794     36-bit physical addresses.
6795
6796     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6797     Acked-by: Andy Fleming <afleming@freescale.com>
6798
6799 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
6800 Author: Peter Tyser <ptyser@xes-inc.com>
6801 Date:   Mon Dec 1 13:47:12 2008 -0600
6802
6803     85xx: Add PORDEVSR_PCI1 define
6804
6805     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
6806
6807     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
6808
6809     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6810     Signed-off-by: Andy Fleming <afleming@freescale.com>
6811
6812 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
6813 Author: Becky Bruce <becky.bruce@freescale.com>
6814 Date:   Fri Nov 21 19:24:22 2008 -0600
6815
6816     drivers/fsl_pci_init: Fix inbound window mapping bug
6817
6818     The current code will cause the creation of a 4GB window
6819     starting at 0 if we have more than 4GB of RAM installed,
6820     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
6821     to return erroneous information. Limit the size to 4GB - 1;
6822     which causes the code to create one 2GB and one 1GB window
6823     instead.
6824
6825     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6827     Acked-by: Andy Fleming <afleming@freescale.com>
6828
6829 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
6830 Author: Jon Loeliger <jdl@freescale.com>
6831 Date:   Thu Nov 20 15:36:48 2008 -0600
6832
6833     Removed unused CONFIG_L1_INIT_RAM symbol.
6834
6835     Prevent further viral propogation of the unused
6836     symbol CONFIG_L1_INIT_RAM by just removing it.
6837
6838     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6839     Acked-by: Andy Fleming <afleming@freescale.com>
6840
6841 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
6842 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6843 Date:   Wed Oct 29 09:21:44 2008 -0500
6844
6845     fsl ddr skip interleaving if not supported.
6846
6847     Removed while(1) hang if memctl_intlv_ctl is set wrong.
6848     Remove embedded tabs from strings.
6849
6850     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6851     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6852     Acked-by: Andy Fleming <afleming@freescale.com>
6853
6854 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
6855 Author: Anatolij Gustschin <agust@denx.de>
6856 Date:   Thu Nov 13 18:08:57 2008 +0100
6857
6858     85xx: socrates: fix DDR SDRAM tlb entry configuration
6859
6860     since commit be0bd8234b9777ecd63c4c686f72af070d886517
6861     tlb entry for socrates DDR SDRAM will be reconfigured
6862     by setup_ddr_tlbs() from initdram() causing an
6863     inconsistency with previously configured DDR SDRAM tlb
6864     entry from tlb_table:
6865
6866     socrates>l2cam 7 9
6867     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
6868       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
6869       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
6870       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
6871
6872     This patch makes the presence of the DDR SDRAM tlb entry in
6873     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
6874     inconsistency.
6875
6876     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6877     Acked-by: Andy Fleming <afleming@freescale.com>
6878
6879 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
6880 Author: Peter Tyser <ptyser@xes-inc.com>
6881 Date:   Tue Nov 11 10:17:10 2008 -0600
6882
6883     85xx: Add CPU 2 errata workaround to all 8548 boards
6884
6885     All mpc8548-based boards should implement the suggested workaround
6886     to CPU 2 errata. Without the workaround, its possible for the
6887     8548's core to hang while executing a msync or mbar 0 instruction
6888     and a snoopable transaction from an I/O master tagged to make
6889     quick forward progress is present.
6890
6891     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6892     Acked-by: Andy Fleming <afleming@freescale.com>
6893
6894 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
6895 Author: Dave Liu <daveliu@freescale.com>
6896 Date:   Tue Oct 28 17:53:45 2008 +0800
6897
6898     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
6899
6900     we need TLB entry for DDR at !SPD case.
6901
6902     Signed-off-by: Dave Liu <daveliu@freescale.com>
6903     Acked-by: Andy Fleming <afleming@freescale.com>
6904
6905 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
6906 Author: Dave Liu <daveliu@freescale.com>
6907 Date:   Tue Oct 28 17:53:38 2008 +0800
6908
6909     85xx: remove the unused ddr_enable_ecc in the board file
6910
6911     The DDR controller of 8548/8544/8568/8572/8536 processors
6912     have the ECC data init feature, and the new DDR code is
6913     using the feature, and we don't need the way with DMA to
6914     init memory any more.
6915
6916     Signed-off-by: Dave Liu <daveliu@freescale.com>
6917     Acked-by: Andy Fleming <afleming@freescale.com>
6918
6919 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
6920 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6921 Date:   Sun Nov 30 19:36:53 2008 +0100
6922
6923     at91rm9200dk: Fix typo
6924
6925     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6926
6927 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
6928 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6929 Date:   Sun Nov 30 19:36:50 2008 +0100
6930
6931     AT91: remove non supported board AT91RM9200DF macro
6932
6933     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6934
6935 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
6936 Author: Ilko Iliev <iliev@ronetix.at>
6937 Date:   Tue Dec 2 17:27:54 2008 +0100
6938
6939     mtd/dataflash.c: fix a problem with the last partition
6940
6941     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
6942     partition can be defined to use the area to the end of dataflash size.
6943     Now it is possible to have only one dataflash partition from 0 to the end
6944     of of dataflash size.
6945
6946     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6947
6948 commit 03f797793b124dccaae145b977d15d6cb9e74504
6949 Author: Ilko Iliev <iliev@ronetix.at>
6950 Date:   Tue Dec 2 17:20:17 2008 +0100
6951
6952     fix some coding style violations.
6953
6954     This patch fix some coding style violations.
6955
6956     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6957
6958 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
6959 Author: Stefan Roese <sr@denx.de>
6960 Date:   Thu Nov 27 14:11:37 2008 +0100
6961
6962     OneNAND: Add missing mtd info struct before calling onenand_erase()
6963
6964     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
6965     for use in UBI) via CONFIG_MTD_PARTITIONS.
6966
6967     Signed-off-by: Stefan Roese <sr@denx.de>
6968     Signed-off-by: Scott Wood <scottwood@freescale.com>
6969
6970 commit 29382d4064fbaff5daacff4c3209370fa5713966
6971 Author: Becky Bruce <becky.bruce@freescale.com>
6972 Date:   Thu Nov 20 16:43:52 2008 -0600
6973
6974     mpc8641: Fix error in README
6975
6976     I made some updates to the code that didn't make it into the
6977     README - fix this
6978
6979     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6980
6981 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
6982 Author: Jon Loeliger <jdl@freescale.com>
6983 Date:   Thu Nov 20 12:01:02 2008 -0600
6984
6985     Removed unused CONFIG_L1_INIT_RAM symbol.
6986
6987     Prevent further viral propogation of the unused
6988     symbol CONFIG_L1_INIT_RAM by just removing it.
6989
6990     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6991
6992 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
6993 Author: Jon Loeliger <jdl@freescale.com>
6994 Date:   Thu Nov 20 14:02:56 2008 -0600
6995
6996     86xx: Fix non-64-bit compilation problems.
6997
6998     Introducing 64-bit (36-bit) support for the MPC8641HPCN
6999     failed to accomodate the other two 86xx boards.
7000     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
7001     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
7002     with nominal 32-bit values.
7003
7004     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7005     Acked-by: Becky Bruce <becky.bruce@freescale.com>
7006
7007 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
7008 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
7009 Date:   Wed Nov 26 17:40:37 2008 +0100
7010
7011     Remove obsolete command (apply afte USB style patch, 80 chars strict)
7012
7013     Remove USB obsolete commmand
7014
7015     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
7016     Signed-off-by: Remy Böhmer <linux@bohmer.net>
7017
7018 commit de39f8c19d7c12017248c49d432dcb81db68f724
7019 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
7020 Date:   Wed Nov 26 17:41:34 2008 +0100
7021
7022     USB style patch, 80 chars strict
7023
7024     USB Code style patch
7025
7026     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
7027     Signed-off-by: Remy Böhmer <linux@bohmer.net>
7028
7029 commit d10c5a87cb8affbb4d35a311370316d4383d598e
7030 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7031 Date:   Fri Nov 7 22:46:21 2008 +0100
7032
7033     drivers/usb: Move conditional compilation to Makefile
7034
7035     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7036     Signed-off-by: Remy Böhmer <linux@bohmer.net>
7037
7038 commit 2077e348c2a84901022ad95311b47b70361e6daa
7039 Author: Scott Wood <scottwood@freescale.com>
7040 Date:   Tue Nov 25 10:47:02 2008 -0600
7041
7042     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
7043
7044     This caused the operation to be needlessly repeated if there were
7045     no bad blocks and no errors.
7046
7047     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7048     Signed-off-by: Scott Wood <scottwood@freescale.com>
7049
7050 commit 89295028e7d8f7a524f485328279d72fdb102385
7051 Author: Michal Simek <monstr@monstr.eu>
7052 Date:   Mon Nov 24 12:09:50 2008 +0100
7053
7054     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
7055
7056     This BSP should be outside u-boot source tree.
7057     The second reason is that xilinx ppc405 was moved to generic platform.
7058
7059     Signed-off-by: Michal Simek <monstr@monstr.eu>
7060     Signed-off-by: Stefan Roese <sr@denx.de>
7061
7062 commit 24eea623d4974a169026a975ba12fb23d48154b1
7063 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7064 Date:   Mon Nov 24 15:11:10 2008 +0100
7065
7066     ppc4xx: Remove unused features
7067
7068     This patch disables some unused features from the PCI405 configuration
7069     to keep U-Boot image size below 192k.
7070
7071     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7072     Signed-off-by: Stefan Roese <sr@denx.de>
7073
7074 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
7075 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7076 Date:   Mon Nov 24 15:11:09 2008 +0100
7077
7078     ppc4xx: Use correct io accessors for PCI405
7079
7080     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7081     Signed-off-by: Stefan Roese <sr@denx.de>
7082
7083 commit 348c849d86a6f0785752b9bc497a34658713d1d1
7084 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7085 Date:   Mon Nov 24 15:11:08 2008 +0100
7086
7087     ppc4xx: Remove unused code from PCI405 code
7088
7089     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7090     Signed-off-by: Stefan Roese <sr@denx.de>
7091
7092 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
7093 Author: Heiko Schocher <hs@denx.de>
7094 Date:   Thu Nov 20 09:59:09 2008 +0100
7095
7096     powerpc, keymile boards: extract identical config options
7097
7098     This patch extracts the identical config options for the
7099     keymile boards mgcoge, mgsuvd and kmeter1 in a new
7100     common config file keymile-common.h.
7101
7102     Signed-off-by: Heiko Schocher <hs@denx.de>
7103     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7104
7105 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
7106 Author: Heiko Schocher <hs@denx.de>
7107 Date:   Fri Nov 21 08:29:40 2008 +0100
7108
7109     powerpc: keymile: Add a check for the PIGGY debug board
7110
7111     Check the presence of the PIGGY on the keymile boards mgcoge,
7112     mgsuvd and kmeter1. If the PIGGY is not present, dont register
7113     this Ethernet device.
7114
7115     Signed-off-by: Heiko Schocher <hs@denx.de>
7116     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7117
7118 commit 58c696eed839af894e0265064669c402dc28b371
7119 Author: Wolfgang Denk <wd@xpert.denx.de>
7120 Date:   Mon Nov 24 21:50:59 2008 +0100
7121
7122     AT91RM9200DK: fix broken boot from NOR flash
7123
7124     Signed-off-by: Wolfgang Denk <wd@denx.de>
7125
7126 commit 8052352f20b33bef8f9872fc983eac73d4693c38
7127 Author: Jens Scharsig <esw@bus-elektronik.de>
7128 Date:   Tue Nov 18 10:48:46 2008 +0100
7129
7130     at91rm9200: fix broken boot from nor flash
7131
7132     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
7133     CONFIG_AT91RM9200 is defined and nor preloader is used.
7134
7135     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
7136
7137 commit 25ea652e907516a283b38237e83712a918f125d7
7138 Author: Piotr Ziecik <kosmo@semihalf.com>
7139 Date:   Mon Nov 17 15:58:00 2008 +0100
7140
7141     UBI: Add proof-of-concept CFI flash support
7142
7143     With this patch UBI can be used on CFI flash chips.
7144
7145     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
7146     Signed-off-by: Stefan Roese <sr@denx.de>
7147
7148 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
7149 Author: Piotr Ziecik <kosmo@semihalf.com>
7150 Date:   Mon Nov 17 15:57:59 2008 +0100
7151
7152     mtd: Remove a printf() from add_mtd_device().
7153
7154     Remove a printf() from add_mtd_device(), which produces spurious output.
7155
7156     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
7157     Signed-off-by: Stefan Roese <sr@denx.de>
7158
7159 commit 91809ed51d8327a8dbbf29aa98a091154c282171
7160 Author: Piotr Ziecik <kosmo@semihalf.com>
7161 Date:   Mon Nov 17 15:57:58 2008 +0100
7162
7163     cfi-mtd: Add cfi-mtd driver.
7164
7165     Add cfi-mtd driver, which exports CFI flash to MTD layer.
7166     This allows CFI flash devices to be used from MTD layer.
7167
7168     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
7169     option. Initialization is done by calling cfi_mtd_init() from
7170     flash_init().
7171
7172     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
7173     Signed-off-by: Stefan Roese <sr@denx.de>
7174
7175 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
7176 Author: Piotr Ziecik <kosmo@semihalf.com>
7177 Date:   Mon Nov 17 15:49:32 2008 +0100
7178
7179     cfi_flash: Add interface for flash verbosity control
7180
7181     Add interface for flash verbosity control. It allows
7182     to disable output from low-level flash API. It is useful
7183     when calling these low-level functions from context other
7184     than flash commands (for example the MTD/CFI interface
7185     implmentation).
7186
7187     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
7188     Signed-off-by: Stefan Roese <sr@denx.de>
7189
7190 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
7191 Author: Piotr Ziecik <kosmo@semihalf.com>
7192 Date:   Thu Nov 20 15:17:38 2008 +0100
7193
7194     cfi_flash: Export flash_sector_size() function.
7195
7196     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
7197     so that it can be used in the upcoming cfi-mtd driver.
7198
7199     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
7200     Signed-off-by: Stefan Roese <sr@denx.de>
7201
7202 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
7203 Author: Stefan Roese <sr@denx.de>
7204 Date:   Mon Nov 17 14:45:22 2008 +0100
7205
7206     cfi_flash: Make all flash access functions weak
7207
7208     This patch defines all flash access functions as weak so that
7209     they can be overridden by board specific versions.
7210
7211     This will be used by the upcoming VCTH board support where the NOR
7212     FLASH unfortunately can't be accessed memory-mapped. Special
7213     accessor functions are needed here.
7214
7215     To enable this weak functions you need to define
7216     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
7217     Otherwise the "old" default functions will be used resulting
7218     in smaller code.
7219
7220     Signed-off-by: Stefan Roese <sr@denx.de>
7221     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7222
7223 commit a5c4067017631d903e1afa6ad615f0ce19fea517
7224 Author: Stefan Roese <sr@denx.de>
7225 Date:   Mon Nov 24 08:31:16 2008 +0100
7226
7227     UBI: Change parsing of size in commands to default to hex
7228
7229     Currently the size parameters of the UBI commands (e.g. "ubi write") are
7230     decoded as decimal instead of hex as default. This patch now interprets
7231     all these values consistantly as hex, as all other standard U-Boot commands
7232     do.
7233
7234     Signed-off-by: Stefan Roese <sr@denx.de>
7235
7236 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
7237 Author: Stefan Roese <sr@denx.de>
7238 Date:   Fri Nov 21 13:06:06 2008 +0100
7239
7240     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
7241
7242     Signed-off-by: Stefan Roese <sr@denx.de>
7243
7244 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
7245 Author: Yuri Tikhonov <yur@emcraft.com>
7246 Date:   Fri Nov 14 16:19:19 2008 +0300
7247
7248     ppc4xx: katmai: Change default config
7249
7250      This patch enables support for EXT2, and increases the
7251     CONFIG_SYS_BOOTMAPSZ size for the default configuration
7252     of the katmai boards to use them as the RAID-reference
7253     AMCC setups.
7254
7255      EXT2 enabling allows one to boot kernels from the EXT2
7256     formatted Compact Flash cards.
7257
7258      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
7259     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
7260     the memory area with DTB file (which is placed at the
7261     end of the bootmap area) will turn out to be overlapped
7262     with the BSS segment of the 256KB kernel, and zeroed
7263     in early_init() of Linux.
7264
7265      Actually, increasing of the bootmap size could be done
7266     via setting of the bootm_size U-Boot variable, but it looks
7267     like the current U-Boot implementation have some bootm_size-
7268     related functionality lost. In many places through the U-Boot
7269     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
7270     (instead of trying to read the corresponding value from the
7271     environment). The same is truth for the boot_jump_linux()
7272     function in lib_ppc/bootm.c, where U-Boot transfers control
7273     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
7274     value to the booting kernel.
7275
7276     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7277     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7278     Signed-off-by: Stefan Roese <sr@denx.de>
7279
7280 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
7281 Author: Dave Mitchell <dmitch71@gmail.com>
7282 Date:   Thu Nov 20 14:09:50 2008 -0600
7283
7284     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
7285
7286     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
7287     internal SRAM.
7288
7289     Adjusted internal SRAM initialization to match updated user
7290     manual recommendation.
7291
7292     OCM & ISRAM are now mapped as follows:
7293             physical        virtual         size
7294     ISRAM   0x4_0000_0000   0xE300_0000     256k
7295     OCM     0x4_0004_0000   0xE304_0000     64k
7296
7297     A single TLB was used for this mapping.
7298
7299     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
7300     Signed-off-by: Stefan Roese <sr@denx.de>
7301
7302 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
7303 Author: Dave Mitchell <dmitch71@gmail.com>
7304 Date:   Thu Nov 20 14:00:49 2008 -0600
7305
7306     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
7307
7308     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
7309     L2 cache DCRs from ppc440.h to this new header.
7310
7311     Also converted these DCR defines from lowercase to uppercase and
7312     modified referencing modules to use them.
7313
7314     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
7315     Signed-off-by: Stefan Roese <sr@denx.de>
7316
7317 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
7318 Author: Steven A. Falco <sfalco@harris.com>
7319 Date:   Thu Nov 20 14:37:57 2008 -0500
7320
7321     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
7322
7323     The definitions of bits in SDR_CFG are incorrect, and not used within
7324     U-Boot.  Therefore, they can be removed.
7325
7326     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
7327     and are unused, so they can be removed too.
7328
7329     A definition for SDR0_DDRCFG is added.
7330
7331     Signed-off-by: Steven A. Falco <sfalco@harris.com>
7332     Signed-off-by: Stefan Roese <sr@denx.de>
7333
7334 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
7335 Author: Dirk Behme <dirk.behme@gmail.com>
7336 Date:   Mon Nov 10 20:15:25 2008 +0100
7337
7338     ARM: OMAP: Convert IO macros
7339
7340     Convert IO macros to readx/writex.
7341
7342     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7343
7344 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
7345 Author: Ilko Iliev <iliev@ronetix.at>
7346 Date:   Sun Nov 9 15:53:14 2008 +0100
7347
7348     lib_arm: do_bootm_linux() - correct a small mistake
7349
7350     This patch corrects a small bug in the "if" condition:
7351     the parameter "flag" is 0 and the "if" condition is always true.
7352     The result is - the boom command doesn't start the kernel.
7353     Affected targets: all arm based.
7354
7355     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
7356
7357 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
7358 Author: Stelian Pop <stelian@popies.net>
7359 Date:   Sun Nov 9 00:14:46 2008 +0100
7360
7361     AT91: Enable PLLB for USB
7362
7363     At least some (old ?) versions of the AT91Bootstrap do not set up the
7364     PLLB correctly to 48 MHz in order to make USB host function correctly.
7365
7366     This patch sets up the PLLB to the same values Linux uses, and makes USB
7367     work ok on the following CPUs:
7368         - AT91CAP9
7369         - AT91SAM9260
7370         - AT91SAM9263
7371
7372     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
7373     the relevant AT91CAP9/AT91SAM9 atmel boards.
7374
7375     Signed-off-by: Stelian Pop <stelian@popies.net>
7376     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7377
7378 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
7379 Author: Stelian Pop <stelian@popies.net>
7380 Date:   Fri Nov 7 13:55:14 2008 +0100
7381
7382     AT91: Use AT91_CPU_CLOCK in displays
7383
7384     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
7385     speed in the LCD driver.
7386
7387     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
7388     corresponding board clocks.
7389
7390     Signed-off-by: Stelian Pop <stelian@popies.net>
7391
7392 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
7393 Author: Heiko Schocher <hs@denx.de>
7394 Date:   Thu Nov 20 09:57:47 2008 +0100
7395
7396     powerpc: 83xx: add support for the kmeter1 board
7397
7398     This patch adds support for the kmeter1 board from Keymile,
7399     based on a Freescale MPC8360 CPU.
7400
7401     - serial console on UART 1
7402     - 256 MB DDR2 RAM
7403     - 64 MB NOR Flash
7404     - Ethernet RMII Mode over UCC4
7405     - PHY SMSC LAN8700
7406
7407     Signed-off-by: Heiko Schocher <hs@denx.de>
7408     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7409
7410 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
7411 Author: Stefan Roese <sr@denx.de>
7412 Date:   Thu Nov 20 11:46:20 2008 +0100
7413
7414     ppc4xx: Clear all potentially pending exceptions in MCSR
7415
7416     This is needed on Canyonlands which still has an exception pending
7417     while running relocate_code(). This leads to a failure after trap_init()
7418     is moved to the top of board_init_r().
7419
7420     Signed-off-by: Stefan Roese <sr@denx.de>
7421
7422 commit facdad5f2602e899a01746916beddbf9e856b5ee
7423 Author: Heiko Schocher <hs@denx.de>
7424 Date:   Wed Nov 19 10:10:30 2008 +0100
7425
7426     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
7427
7428     Signed-off-by: Heiko Schocher <hs@denx.de>
7429     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7430
7431 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
7432 Author: Howard Gregory <Greg.Howard@freescale.com>
7433 Date:   Tue Nov 4 14:55:33 2008 +0800
7434
7435     mpc83xx: Improve the performance of DDR memory
7436
7437     modify the CAS timings. my understanding is that these
7438     settings decrease various wait times in the DDR interface.
7439     Because these wait times are in clock cycles, and the DDR
7440     clock on the 8315 RDB runs slower than on some other 83xx
7441     platforms, we can dial down these values without a problem,
7442     thereby decreasing the latency of memory a little.
7443
7444     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
7445     Signed-off-by: Dave Liu <daveliu@freescale.com>
7446     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7447
7448 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
7449 Author: Kyungmin Park <kyungmin.park@samsung.com>
7450 Date:   Fri Oct 24 14:55:33 2008 +0200
7451
7452     ARM: Add Apollon UBI support
7453
7454     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
7455     macro.
7456
7457     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7458     Signed-off-by: Stefan Roese <sr@denx.de>
7459
7460 commit 694a0b3f1c0accd0de94b89555155d69f8022824
7461 Author: Kyungmin Park <kyungmin.park@samsung.com>
7462 Date:   Wed Nov 19 11:47:05 2008 +0100
7463
7464     UBI: Add UBI command support
7465
7466     This patch adds these UBI commands:
7467
7468     ubi part [nand|onenand] [part] - Show or set current partition
7469     ubi info [l[ayout]] -Display volume and UBI layout information
7470     ubi create[vol] volume [size] [type] - Create volume name with size
7471     ubi write[vol] address volume size - Write volume from address with size
7472     ubi read[vol] address volume [size] - Read volume to address with size
7473     ubi remove[vol] volume - Remove volume
7474
7475     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7476     Signed-off-by: Stefan Roese <sr@denx.de>
7477
7478 commit 58be3a1056d88c6d05f3e914389282807e69923a
7479 Author: Kyungmin Park <kyungmin.park@samsung.com>
7480 Date:   Wed Nov 19 16:38:24 2008 +0100
7481
7482     UBI: Add basic UBI support to U-Boot (Part 8/8)
7483
7484     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7485     It's based on the Linux UBI version and basically has a "OS"
7486     translation wrapper that defines most Linux specific calls
7487     (spin_lock() etc.) into no-ops. Some source code parts have been
7488     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7489     this version with the Linux version and simplifies future UBI
7490     ports/bug-fixes from the Linux version.
7491
7492     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7493     Signed-off-by: Stefan Roese <sr@denx.de>
7494
7495 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
7496 Author: Kyungmin Park <kyungmin.park@samsung.com>
7497 Date:   Wed Nov 19 16:36:36 2008 +0100
7498
7499     UBI: Add basic UBI support to U-Boot (Part 7/8)
7500
7501     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7502     It's based on the Linux UBI version and basically has a "OS"
7503     translation wrapper that defines most Linux specific calls
7504     (spin_lock() etc.) into no-ops. Some source code parts have been
7505     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7506     this version with the Linux version and simplifies future UBI
7507     ports/bug-fixes from the Linux version.
7508
7509     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7510     Signed-off-by: Stefan Roese <sr@denx.de>
7511
7512 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
7513 Author: Kyungmin Park <kyungmin.park@samsung.com>
7514 Date:   Wed Nov 19 16:32:36 2008 +0100
7515
7516     UBI: Add basic UBI support to U-Boot (Part 6/8)
7517
7518     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7519     It's based on the Linux UBI version and basically has a "OS"
7520     translation wrapper that defines most Linux specific calls
7521     (spin_lock() etc.) into no-ops. Some source code parts have been
7522     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7523     this version with the Linux version and simplifies future UBI
7524     ports/bug-fixes from the Linux version.
7525
7526     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7527     Signed-off-by: Stefan Roese <sr@denx.de>
7528
7529 commit c91a719daa331b5856109313371e4ece5ec06d96
7530 Author: Kyungmin Park <kyungmin.park@samsung.com>
7531 Date:   Wed Nov 19 16:28:06 2008 +0100
7532
7533     UBI: Add basic UBI support to U-Boot (Part 5/8)
7534
7535     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7536     It's based on the Linux UBI version and basically has a "OS"
7537     translation wrapper that defines most Linux specific calls
7538     (spin_lock() etc.) into no-ops. Some source code parts have been
7539     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7540     this version with the Linux version and simplifies future UBI
7541     ports/bug-fixes from the Linux version.
7542
7543     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7544     Signed-off-by: Stefan Roese <sr@denx.de>
7545
7546 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
7547 Author: Kyungmin Park <kyungmin.park@samsung.com>
7548 Date:   Wed Nov 19 16:27:23 2008 +0100
7549
7550     UBI: Add basic UBI support to U-Boot (Part 4/8)
7551
7552     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7553     It's based on the Linux UBI version and basically has a "OS"
7554     translation wrapper that defines most Linux specific calls
7555     (spin_lock() etc.) into no-ops. Some source code parts have been
7556     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7557     this version with the Linux version and simplifies future UBI
7558     ports/bug-fixes from the Linux version.
7559
7560     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7561     Signed-off-by: Stefan Roese <sr@denx.de>
7562
7563 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
7564 Author: Kyungmin Park <kyungmin.park@samsung.com>
7565 Date:   Wed Nov 19 16:26:54 2008 +0100
7566
7567     UBI: Add basic UBI support to U-Boot (Part 3/8)
7568
7569     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7570     It's based on the Linux UBI version and basically has a "OS"
7571     translation wrapper that defines most Linux specific calls
7572     (spin_lock() etc.) into no-ops. Some source code parts have been
7573     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7574     this version with the Linux version and simplifies future UBI
7575     ports/bug-fixes from the Linux version.
7576
7577     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7578     Signed-off-by: Stefan Roese <sr@denx.de>
7579
7580 commit 961df83361aff9a14f226214224eb8a06e05ba24
7581 Author: Kyungmin Park <kyungmin.park@samsung.com>
7582 Date:   Wed Nov 19 16:25:44 2008 +0100
7583
7584     UBI: Add basic UBI support to U-Boot (Part 2/8)
7585
7586     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7587     It's based on the Linux UBI version and basically has a "OS"
7588     translation wrapper that defines most Linux specific calls
7589     (spin_lock() etc.) into no-ops. Some source code parts have been
7590     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7591     this version with the Linux version and simplifies future UBI
7592     ports/bug-fixes from the Linux version.
7593
7594     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7595     Signed-off-by: Stefan Roese <sr@denx.de>
7596
7597 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
7598 Author: Kyungmin Park <kyungmin.park@samsung.com>
7599 Date:   Wed Nov 19 16:23:06 2008 +0100
7600
7601     UBI: Add basic UBI support to U-Boot (Part 1/8)
7602
7603     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7604     It's based on the Linux UBI version and basically has a "OS"
7605     translation wrapper that defines most Linux specific calls
7606     (spin_lock() etc.) into no-ops. Some source code parts have been
7607     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7608     this version with the Linux version and simplifies future UBI
7609     ports/bug-fixes from the Linux version.
7610
7611     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7612     Signed-off-by: Stefan Roese <sr@denx.de>
7613
7614 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
7615 Author: Kyungmin Park <kyungmin.park@samsung.com>
7616 Date:   Wed Nov 19 16:20:36 2008 +0100
7617
7618     MTD: Add MTD paritioning infrastructure
7619
7620     This MTD part infrastructure will be used by the upcoming
7621     UBI support.
7622
7623     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7624     Signed-off-by: Stefan Roese <sr@denx.de>
7625
7626 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
7627 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
7628 Date:   Thu Oct 16 22:54:03 2008 +0530
7629
7630     Align end of bss by 4 bytes
7631
7632     Most of the bss initialization loop increments 4 bytes
7633     at a time. And the loop end is checked for an 'equal'
7634     condition. Make the bss end address aligned by 4, so
7635     that the loop will end as expected.
7636
7637     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
7638     Signed-off-by: Wolfgang Denk <wd@denx.de>
7639
7640 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
7641 Author: Becky Bruce <becky.bruce@freescale.com>
7642 Date:   Mon Nov 10 19:45:35 2008 -0600
7643
7644     mpc8641: fix address-cells default in old .dts detection
7645
7646     address-cells defaults to 2, not 1; so in the unlikely
7647     event that it isn't specified, this patch is required
7648     for correct operation.
7649
7650     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7651
7652 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
7653 Author: Becky Bruce <becky.bruce@freescale.com>
7654 Date:   Fri Oct 31 17:14:39 2008 -0500
7655
7656     lib_ppc: Move trap_init to occur earlier
7657
7658     Doing trap_init immediately once we're running from RAM
7659     means we're no longer dependent on the physical location of
7660     the flash on non-BookE platforms. Before trap_init, those
7661     platforms switch to real mode and go to 0xfff00100 on exception.
7662     After the switch, they go to 0x00000100  This makes it easier to
7663     move the flash location.
7664
7665     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7666
7667 commit d52082b12c6e545705a19433a2f4142526536189
7668 Author: Becky Bruce <becky.bruce@freescale.com>
7669 Date:   Fri Nov 7 13:46:19 2008 -0600
7670
7671     mpc8641: Try to detect old .dts files
7672
7673     Since we've changed the memory map of the board, be nice and
7674     add some checking to try to catch out-of-date .dts files.  We do
7675     this by checking the CCSRBAR location in the .dts and comparing
7676     it to the CCSRBAR location in u-boot.  If they don't match, a
7677     warning msg is printed.  This isn't foolproof, but it's simple and
7678     will catch most of the cases where an out-of-date .dts is present,
7679     including all of the cases where a new u-boot is used with an old
7680     standard MPC8641 .dts file as supplied with Linux.
7681
7682     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7683
7684 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
7685 Author: Becky Bruce <becky.bruce@freescale.com>
7686 Date:   Thu Nov 6 13:04:09 2008 -0600
7687
7688     toplevel Makefile: Add MPC8641HPCN_36BIT target
7689
7690     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
7691
7692     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7693
7694 commit 3111d32c494e8251b90917447796a7206b757e1e
7695 Author: Becky Bruce <becky.bruce@freescale.com>
7696 Date:   Thu Nov 6 17:37:35 2008 -0600
7697
7698     mpc8641: Support 36-bit physical addressing
7699
7700     This patch creates a memory map with all the devices
7701     in 36-bit physical space, in addition to the 32-bit map.
7702     The CCSR relocation is moved (again, sorry) to
7703     allow for the physical address to be 36 bits - this
7704     requires translation to be enabled.  With 36-bit physical
7705     addressing enabled, we are no longer running with VA=PA
7706     translations.  This means we have to distinguish between
7707     the two in the config file.  The existing region name is
7708     used to indicate the virtual address, and a _PHYS variety
7709     is created to represent the physical address.
7710
7711     Large physical addressing is not enabled by default.
7712     Set CONFIG_PHYS_64BIT in the config file to turn this on.
7713
7714     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7715
7716 commit c759a01a0022de9378a3a761f49786f87684c916
7717 Author: Becky Bruce <becky.bruce@freescale.com>
7718 Date:   Thu Nov 6 17:36:04 2008 -0600
7719
7720     mpc8641: Change 32-bit memory map
7721
7722     The memory map on the 8641hpcn is modified to look more like
7723     the 85xx boards; this is a step towards a more standardized
7724     layout going forward. As part of this change, we now relocate
7725     the flash.
7726
7727     The regions for some of the mappings were far larger than they
7728     needed to be.  I have reduced the mappings to match the
7729     actual sizes supported by the hardware.
7730
7731     In addition I have removed the comments at the head
7732     of the BAT blocks in the config file, rather than updating
7733     them.  These get horribly out of date, and it's a simple
7734     matter to look at the defines to see what they are set to
7735     since everything is right here in the same file.
7736
7737     Documentation has been changed to reflect the new map, as this
7738     change is user visible, and affects the OS which runs post-uboot.
7739
7740     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7741
7742 commit bf9a8c34309ed9276258295db9e9212aabb2531a
7743 Author: Becky Bruce <becky.bruce@freescale.com>
7744 Date:   Wed Nov 5 14:55:35 2008 -0600
7745
7746     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
7747
7748     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
7749     of the bootpage in flash.   Use this to create an early mapping
7750     definition for the FLASH, and change the early_bats code to use this.
7751
7752     This  change facilitates the relocation of the flash since the early
7753     mappings are no longer tied to the final location of the flash.
7754
7755     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7756
7757 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
7758 Author: Becky Bruce <becky.bruce@freescale.com>
7759 Date:   Wed Nov 5 14:55:34 2008 -0600
7760
7761     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
7762
7763     Using a mtmsr/blr means that you have to be executing at the
7764     same virtual address once you enable translation.  This is
7765     unnecessarily restrictive, and is not really how this is
7766     usually done.  Change it to use the more common mtspr SRR0/SRR1
7767     and rfi method.
7768
7769     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7770
7771 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
7772 Author: Becky Bruce <becky.bruce@freescale.com>
7773 Date:   Wed Nov 5 14:55:33 2008 -0600
7774
7775     mpc8641: make DIAG_ADDR == FLASH_BASE
7776
7777     Currently, that's what it is, but it's hardcoded.
7778
7779     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7780
7781 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
7782 Author: Becky Bruce <becky.bruce@freescale.com>
7783 Date:   Wed Nov 5 14:55:32 2008 -0600
7784
7785     mpc8641: Drop imaginary second flash bank, map 8MB
7786
7787     There's a lot of setup and foo for the second flash
7788     bank.  The problem is, this board doesn't actually have one.
7789     Clean this up.  Also, the flash is 8M in size.  Get rid
7790     of the confusing aliased overmapping, and just map 8M.
7791
7792     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7793
7794 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
7795 Author: Becky Bruce <becky.bruce@freescale.com>
7796 Date:   Wed Nov 5 14:55:31 2008 -0600
7797
7798     mpc8641: only define CONFIG_ENV_SIZE once
7799
7800     It's currently defined twice inside in an if/else block, but
7801     both halves set the same value.  Move the define outside
7802     the if.
7803
7804     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7805
7806 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
7807 Author: Becky Bruce <becky.bruce@freescale.com>
7808 Date:   Wed Nov 5 14:55:30 2008 -0600
7809
7810     mpc86xx: Move setup_bats into cpu_init_f
7811
7812     In order to later allow for a physical relocation of the
7813     flash, setup_bats, which sets up the final BAT mapping
7814     for the board, needs to happen *after* init_laws().
7815     Otherwise, there will be no window programmed for the flash
7816     at the new physical location at the point when we change
7817     the mmu translation.
7818
7819     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7820
7821 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
7822 Author: Becky Bruce <becky.bruce@freescale.com>
7823 Date:   Wed Nov 5 14:55:29 2008 -0600
7824
7825     mpc8641: Remove extra "0" from BR2 define
7826
7827     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7828
7829 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
7830 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7831 Date:   Thu Oct 23 09:08:18 2008 -0400
7832
7833     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
7834
7835     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
7836     This adds support for PHY-less MAC connections to the UEC.
7837
7838     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7839     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7840
7841 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
7842 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7843 Date:   Thu Oct 23 16:27:24 2008 +0000
7844
7845     ColdFire: Add mii driver in drivers/net
7846
7847     All CF platforms' mii.c are consolidated into one
7848
7849     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7850     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7851
7852 commit 25a859066b3af1070eb69f12022113c0a91bd813
7853 Author: Ben Warren <biggerbadderben@gmail.com>
7854 Date:   Mon Oct 27 23:53:17 2008 -0700
7855
7856     Moved initialization of PPC4xx EMAC to cpu_eth_init()
7857
7858     Removed initialization of the driver from net/eth.c
7859
7860     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7861     Acked-by: Stefan Roese <sr@denx.de>
7862
7863 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
7864 Author: Ben Warren <biggerbadderben@gmail.com>
7865 Date:   Sun Nov 9 21:29:23 2008 -0800
7866
7867     Moved PPC4xx EMAC driver to drivers/net
7868
7869     Also changed path in all linker scripts that reference this driver
7870
7871     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7872     Acked-by: Stefan Roese <sr@denx.de>
7873
7874 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
7875 Author: Ben Warren <biggerbadderben@gmail.com>
7876 Date:   Mon Oct 27 23:50:15 2008 -0700
7877
7878     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
7879
7880     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
7881
7882     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7883     Acked-by: Stefan Roese <sr@denx.de>
7884
7885 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
7886 Author: Ben Warren <biggerbadderben@gmail.com>
7887 Date:   Thu Oct 23 22:02:49 2008 -0700
7888
7889     Moved initialization of MPC8XX SCC to cpu_eth_init()
7890
7891     Removed initialization of the driver from net/eth.c
7892
7893     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7894
7895 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
7896 Author: Ben Warren <biggerbadderben@gmail.com>
7897 Date:   Wed Oct 22 23:47:51 2008 -0700
7898
7899     Moved initialization of MPC8220 FEC to cpu_eth_init()
7900
7901     Removed initialization of the driver from net/eth.c
7902
7903     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7904
7905 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
7906 Author: Ben Warren <biggerbadderben@gmail.com>
7907 Date:   Wed Oct 22 23:32:48 2008 -0700
7908
7909     Moved initialization of QE Ethernet controller to cpu_eth_init()
7910
7911     Removed initialization of the driver from net/eth.c
7912
7913     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7914
7915 commit 3456a148276d5494b53ee40242efb6462d163504
7916 Author: Ben Warren <biggerbadderben@gmail.com>
7917 Date:   Wed Oct 22 23:20:29 2008 -0700
7918
7919     Moved initialization of FCC Ethernet controller to cpu_eth_init
7920
7921     Affected boards:
7922         Several MPC8xx boards
7923         Several MPC8260/MPC8272 boards
7924         Several MPC85xx boards
7925
7926     Removed initialization of the driver from net/eth.c
7927
7928     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7929
7930 commit 62e15b497f5c6334c059512678c8db7940ae4c61
7931 Author: Ben Warren <biggerbadderben@gmail.com>
7932 Date:   Thu Oct 30 22:15:35 2008 -0700
7933
7934     Fix typo in cpu/mpc85xx/cpu.c
7935
7936     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
7937
7938     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7939
7940 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
7941 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7942 Date:   Sun Oct 19 12:08:50 2008 +0900
7943
7944     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
7945
7946     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
7947     as a part of ongoing eth_initialize cleanup work.  The function ret value
7948     is also fixed as it should be negative on fail.
7949
7950     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7951     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7952
7953 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
7954 Author: Ben Warren <biggerbadderben@gmail.com>
7955 Date:   Fri Sep 5 01:55:22 2008 -0400
7956
7957     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
7958
7959     Also, removed the driver initialization from net/eth.c
7960
7961     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7962
7963 commit f2a7806fc23e82d30c8548911369e0c530607354
7964 Author: Clive Stubbings <uboot@xentech.co.uk>
7965 Date:   Mon Oct 27 15:05:00 2008 +0000
7966
7967     xilinx_emaclite buffer overrun
7968
7969     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
7970     PKTSIZE_ALIGN bytes long.
7971
7972     Acked-by: Michal Simek <monstr@monstr.eu>
7973
7974     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7975
7976 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
7977 Author: richardretanubun <richardretanubun@ruggedcom.com>
7978 Date:   Fri Sep 26 08:59:12 2008 -0400
7979
7980     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
7981
7982     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
7983     This patch makes these function use the devname argument that is passed in to
7984     allow access to the phy registers of other devices in devlist[].
7985
7986     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
7987
7988     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7989
7990 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
7991 Author: richardretanubun <richardretanubun@ruggedcom.com>
7992 Date:   Mon Oct 6 15:31:43 2008 -0400
7993
7994     Adds two more ethernet interface to 83xx
7995
7996     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
7997     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
7998     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7999
8000 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
8001 Author: Stelian Pop <stelian@popies.net>
8002 Date:   Fri Nov 7 13:54:31 2008 +0100
8003
8004     AT91: Replace AT91_BASE_EMAC by the board specific values.
8005
8006     AT91_BASE_EMAC is never used outside the board specific files,
8007     so replace its usage by the board specific AT91xxx_BASE_EMAC.
8008
8009     Signed-off-by: Stelian Pop <stelian@popies.net>
8010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8011
8012 commit c91e17affa175ce06afa89b04752301eb4a61666
8013 Author: Stelian Pop <stelian@popies.net>
8014 Date:   Fri Nov 7 12:09:21 2008 +0100
8015
8016     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
8017
8018     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
8019     Since they are never used outside the board specific files, they can
8020     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
8021     AT91xxx_ID_US2.
8022
8023     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
8024
8025     Signed-off-by: Stelian Pop <stelian@popies.net>
8026     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8027
8028 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
8029 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8030 Date:   Sat Nov 1 10:47:59 2008 +0100
8031
8032     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
8033
8034     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8035
8036 commit 1079432e04ccf71aa3684181186182cd63512f19
8037 Author: Sergey Lapin <slapin@ossfans.org>
8038 Date:   Fri Oct 31 12:28:43 2008 +0100
8039
8040     Custom AFEB9260 board support
8041
8042     This patch provides support for AFEB9260 board, a product of
8043     OpenSource hardware and software. Some commertial projects
8044     are made with this design. A board is basically AT91SAM9260-EK
8045     with some modifications and different peripherals and different
8046     parts used. Main purpose of this project is to gain experience in
8047     hardware design.
8048     More info: http://groups.google.com/group/arm9fpga-evolution-board
8049     (In Russian only, sorry).
8050     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
8051
8052     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
8053
8054 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
8055 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
8056 Date:   Tue Oct 21 13:17:16 2008 +0900
8057
8058     Change to use "do_div" macro
8059
8060     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
8061
8062 commit e352495318d8056a00faa21b633b3e4374bfbf52
8063 Author: Roman Mashak <romez777@gmail.com>
8064 Date:   Wed Oct 22 16:00:26 2008 -0400
8065
8066     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
8067
8068     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
8069     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
8070
8071     Signed-off-by: Roman Mashak <romez777@gmail.com>
8072
8073 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
8074 Author: Roman Mashak <romez777@gmail.com>
8075 Date:   Tue Oct 21 03:01:41 2008 -0700
8076
8077     ARM/Versatile port: Removed unused functions
8078
8079     Removal of never used functions.
8080
8081     Signed-off-by: Roman Mashak <romez777@gmail.com>
8082
8083 commit 1266df887781c779deaf6d05eea2ef90a470cb34
8084 Author: Becky Bruce <becky.bruce@freescale.com>
8085 Date:   Mon Nov 3 15:44:01 2008 -0600
8086
8087     powerpc: change 86xx SMP boot method
8088
8089     We put the bootpg for the secondary cpus into memory and use
8090     BPTR to get to it.  This is a step towards converting to the
8091     ePAPR boot methodology.  Also, the code is written to
8092     deal properly with more than 4GB of RAM.
8093
8094     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8095
8096 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
8097 Author: Becky Bruce <becky.bruce@freescale.com>
8098 Date:   Fri Oct 31 17:13:49 2008 -0500
8099
8100     8641HPCN: Config file cleanup
8101
8102     There are several items in the config file that were hardcoded
8103     but that should really be based on other config options, since
8104     the regions are contiguous and depend on being so.  This cleans
8105     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
8106     addresses into the proper format for BR registers.
8107
8108     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8109
8110 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
8111 Author: Becky Bruce <becky.bruce@freescale.com>
8112 Date:   Fri Oct 31 17:13:32 2008 -0500
8113
8114     86xx: Make dram_size a phys_size_t
8115
8116     It's currently a long and should be phys_size_t.
8117
8118     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8119
8120 commit 104992fc541302a6bac74448e01e7fdad20abca0
8121 Author: Becky Bruce <becky.bruce@freescale.com>
8122 Date:   Sun Nov 2 18:19:32 2008 -0600
8123
8124     powerpc 86xx: Handle CCSR relocation earlier
8125
8126     Currently, the CCSR gets relocated while translation is
8127     enabled, meaning we need 2 BAT translations to get to both the
8128     old location and the new location.  Also, the DEFAULT
8129     CCSR location has a dependency on the BAT that maps the
8130     FLASH region.  Moving the relocation removes this unnecessary
8131     dependency. This makes it easier and more intutive to
8132     modify the board's memory map.
8133
8134     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
8135     BAT for CCSR space.
8136
8137     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8138
8139 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
8140 Author: Becky Bruce <becky.bruce@freescale.com>
8141 Date:   Fri Oct 31 17:14:14 2008 -0500
8142
8143     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
8144
8145     You can't actually have both, and with some coming changes to
8146     change the memory map for the board and support 36-bit physical,
8147     we need the extra BAT that is being consumed by having both.
8148
8149     I also make non-PCI configs build cleanly, for the sake of sanity.
8150
8151     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8152
8153 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
8154 Author: Becky Bruce <becky.bruce@freescale.com>
8155 Date:   Fri Oct 31 17:14:00 2008 -0500
8156
8157     mpc8641: Stop supporting non-PCI_PNP configs
8158
8159     We don't actually ever do this, remove the code so we
8160     can stop maintaining it.
8161
8162     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8163
8164 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
8165 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8166 Date:   Fri Oct 24 12:59:12 2008 +0000
8167
8168     ColdFire: Fix M5329EVB and M5373EVB nand issue
8169
8170     Fix compilation issue caused by a few mismatches.
8171     Provide proper nand chip select enable/disable in
8172     nand_hwcontrol() rather than in board_nand_init()
8173     just enable once. Remove redundant local nand driver
8174     functions - nand_read_byte(), nand_write_byte() and
8175     nand_dev_ready() to use common nand driver.
8176
8177     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8178
8179 commit 1b2708442224a551a0b865b52710306333888932
8180 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8181 Date:   Wed Oct 22 11:55:30 2008 +0000
8182
8183     ColdFire: Fix compilation error
8184
8185     The error was caused by the change for strmhz() in cpu.c.
8186     A few of them were one extra close parenthesis.
8187
8188     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8189
8190 commit 536e7dac16769954915a484e682a2efb28699133
8191 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8192 Date:   Wed Oct 22 11:38:21 2008 +0000
8193
8194     ColdFire: Add MCF5301x CPU and M53017EVB support
8195
8196     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8197
8198 commit a21d0c2cc9add8894d971ab791f4032f077db817
8199 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8200 Date:   Tue Oct 21 15:37:02 2008 +0000
8201
8202     ColdFire: Add SBF support for M52277EVB
8203
8204     Add serial boot support
8205
8206     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8207
8208 commit b202816c61042c183fe67d097a5893b0f2dafba0
8209 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8210 Date:   Tue Oct 21 14:19:26 2008 +0000
8211
8212     ColdFire: Use CFI driver for M5272C3
8213
8214     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8215
8216 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
8217 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8218 Date:   Tue Oct 21 13:47:54 2008 +0000
8219
8220     ColdFire: Relocate FEC's GPIO and mii functions protocols
8221
8222     Place FEC pin assignments in cpu_init.c from platform's
8223     mii.c
8224
8225     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8226
8227 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
8228 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8229 Date:   Tue Oct 21 12:15:44 2008 +0000
8230
8231     ColdFire: Remove platforms mii.c file
8232
8233     Will use mcfmii.c driver in drivers/net rather than
8234     keep creating new mii.c for each future platform.
8235     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
8236     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
8237     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
8238     mii.c
8239
8240     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8241
8242 commit 012522fef3b382469125beb46a315ab4dee02fb0
8243 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8244 Date:   Tue Oct 21 10:03:07 2008 +0000
8245
8246     ColdFire: Modules header files cleanup
8247
8248     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
8249     MDHA, SKHA, INTC, and FlexBus structures and
8250     definitions in immap_5xxx.h to more unify modules
8251     header files. Append DSPI support for m547x_8x.
8252     SSI cleanup. Remove USB Host structure from immap_539.h.
8253     Apply changes to use FlexBus structures in mcf52x2's
8254     cpu_init.c and platform configuration files.
8255
8256     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8257
8258 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
8259 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8260 Date:   Tue Oct 21 08:52:36 2008 +0000
8261
8262     ColdFire: Remove linker file
8263
8264     Each different build for M54455EVB and M5235EVB will
8265     create a u-boot.lds linker file. It is redundant to
8266     keep the u-boot.lds
8267
8268     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8269
8270 commit 0829323073c505556ed5f5073f91adb504584d45
8271 Author: Peter Tyser <ptyser@xes-inc.com>
8272 Date:   Fri Oct 31 11:26:44 2008 -0500
8273
8274     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
8275
8276     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8277
8278 commit a80b21d5127583171d6e9bc7f722947641898012
8279 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8280 Date:   Fri Oct 31 12:12:12 2008 +0100
8281
8282     common/Makefile: create others group for non core, environment and command files
8283
8284     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8285
8286 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
8287 Author: Wolfgang Denk <wd@denx.de>
8288 Date:   Fri Oct 31 01:13:37 2008 +0100
8289
8290     TQM8260: use CFI flash driver instead of custom driver.
8291
8292     Signed-off-by: Wolfgang Denk <wd@denx.de>
8293
8294 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
8295 Author: Andy Fleming <afleming@freescale.com>
8296 Date:   Thu Oct 30 17:35:30 2008 -0500
8297
8298     Consolidate MAX/MIN definitions
8299
8300     There were several, now there is one (two if you count the lower-case
8301     versions).
8302
8303     Signed-off-by: Andy Fleming <afleming@freescale.com>
8304
8305 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
8306 Author: Heiko Schocher <hs@denx.de>
8307 Date:   Thu Oct 30 09:23:09 2008 +0100
8308
8309     mgsuvd: remove unused defines in config file.
8310
8311     Signed-off-by: Heiko Schocher <hs@denx.de>
8312
8313 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
8314 Author: Wolfgang Denk <wd@denx.de>
8315 Date:   Sun Nov 2 16:14:22 2008 +0100
8316
8317     Coding Style cleanup, update CHANGELOG
8318
8319     Signed-off-by: Wolfgang Denk <wd@denx.de>
8320
8321 commit a47f957ab523019992fdef857af01bd71c58a4da
8322 Author: Alessandro Rubini <rubini-list@gnudd.com>
8323 Date:   Fri Oct 31 22:33:21 2008 +0100
8324
8325     NAND: Allow NAND and OneNAND to coexist
8326
8327     This removes in nand.h code that is verbatim duplicated from bbm.h,
8328     including directly bbm.h in nand.h. The previous state of affairs
8329     prevented compiling code for a board hosting both NAND and OneNAND chips.
8330
8331     Reported-by: Scott Wood <scottwood@freescale.com>
8332     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8333     Signed-off-by: Scott Wood <scottwood@freescale.com>
8334
8335 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
8336 Author: Scott Wood <scottwood@freescale.com>
8337 Date:   Fri Oct 31 13:51:12 2008 -0500
8338
8339     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
8340
8341     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
8342     Signed-off-by: Scott Wood <scottwood@freescale.com>
8343
8344 commit c57fc28947e248fb03c49a28b467686299895055
8345 Author: Jason Jin <Jason.Jin@freescale.com>
8346 Date:   Fri Oct 31 05:07:04 2008 -0500
8347
8348     NAND: Add NAND support for MPC8536DS board
8349
8350     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
8351     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
8352     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
8353
8354     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
8355     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8356     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8357
8358 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
8359 Author: Haiying Wang <Haiying.Wang@freescale.com>
8360 Date:   Fri Oct 31 05:06:14 2008 -0500
8361
8362     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
8363
8364     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
8365
8366     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8367     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8368
8369 commit 51b572a801be57790fe26adaa530210e7fba59cc
8370 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8371 Date:   Fri Oct 24 10:49:48 2008 +0900
8372
8373     sh: rsk7203: Moved rsk7203 board to board/renesas
8374
8375     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8376
8377 commit 58453b00b3ebb26aaa901210023f99504a90bb00
8378 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8379 Date:   Fri Oct 24 10:48:31 2008 +0900
8380
8381     sh: MigoR: Moved MigoR board to board/renesas
8382
8383     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8384
8385 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
8386 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8387 Date:   Fri Oct 24 10:39:44 2008 +0900
8388
8389     sh: r2dplus: Moved r2dplus board to board/renesas
8390
8391     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8392
8393 commit 78385bf2359d828184d0b3649f7ae6b933420000
8394 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8395 Date:   Fri Oct 24 10:36:13 2008 +0900
8396
8397     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
8398
8399     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8400
8401 commit c6525d459c350bfc246ea7826456af77e1e314eb
8402 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8403 Date:   Fri Oct 24 10:35:19 2008 +0900
8404
8405     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
8406
8407     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8408
8409 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
8410 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8411 Date:   Fri Oct 24 10:34:21 2008 +0900
8412
8413     sh: r7780mp: Moved r7780mp board to board/renesas
8414
8415     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8416
8417 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
8418 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8419 Date:   Fri Oct 24 10:32:14 2008 +0900
8420
8421     sh: ap325rxa: Moved ap325rxa board to board/renesas
8422
8423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8424
8425 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
8426 Author: Wolfgang Denk <wd@xpert.denx.de>
8427 Date:   Fri Oct 31 01:12:28 2008 +0100
8428
8429     CFI Driver: Fix "flash not ready" problem
8430
8431     This patch fixes a problem on systems where the NOR flash is attached
8432     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
8433     on the assumption that the same flash address is read twice without
8434     any other interjacent flash accesses.  However, on 32 bit systems the
8435     function flash_read64() [as currently implemented] does not perform
8436     an atomic 64 bit read - instead, this is broken down into two 32 bit
8437     read accesses on addresses "addr" and "addr + 4".  So instead of
8438     reading a 64 bit value twice from "addr", we see a sequence of 4 32
8439     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
8440     consequence is that flash_toggle() fails to work.
8441
8442     This patch implements a simple, but somewhat ugly solution, as it
8443     avoids the use of flash_read64() in this critical place (by breaking
8444     it down manually into 32 bit read operations) instead of rewriting
8445     flash_read64() such to perform atomic 64 bit reads as one could
8446     expect.  However, such a rewrite would require the use of floating
8447     point load operations, which becomes pretty complex:
8448
8449         save MSR;
8450         set Floating Point Enable bit in MSR;
8451         use "lfd" instruction to perform atomic 64 bit read;
8452         use "stfd" to store value to temporary variable on stack;
8453         load u64 value from temporary variable;
8454         restore saved MSR;
8455         return u64 value;
8456
8457     The benefit-cost ratio of such an implementation was considered too
8458     bad to actually attempt this, especially as we can expect that such
8459     an implementation would not only have a bigger memory footprint but
8460     also cause a performance degradation.
8461
8462     Signed-off-by: Wolfgang Denk <wd@denx.de>
8463     Signed-off-by: Stefan Roese <sr@denx.de>
8464
8465 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
8466 Author: Stefan Roese <sr@denx.de>
8467 Date:   Fri Oct 31 10:48:08 2008 +0100
8468
8469     ppc4xx: Fix spelling error in MAINTAINERS file
8470
8471     Signed-off-by: Stefan Roese <sr@denx.de>
8472
8473 commit be270798900b75ad9c47c7b79c72f70441196c56
8474 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8475 Date:   Tue Oct 28 13:37:00 2008 +0100
8476
8477     ppc4xx: Update PMC440 board support
8478
8479     This patch brings PMC440 board support up to date:
8480
8481     - fix GPIO configuration
8482     - add misc_init_f()
8483     - use better values for usbact variable
8484     - fix USB 2.0 phy reset sequence
8485     - shrink BAR2 to save PCI address space
8486     - add FDT support
8487
8488     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8489     Signed-off-by: Stefan Roese <sr@denx.de>
8490
8491 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
8492 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8493 Date:   Tue Oct 28 13:36:59 2008 +0100
8494
8495     ppc4xx: Fix PMC440 BSP commands
8496
8497     This patch fixes the PMC440 BSP commands painit and selfreset
8498
8499     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8500     Signed-off-by: Stefan Roese <sr@denx.de>
8501
8502 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
8503 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8504 Date:   Tue Oct 28 13:36:58 2008 +0100
8505
8506     ppc4xx: Update PMC440 board configuration
8507
8508     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8509     Signed-off-by: Stefan Roese <sr@denx.de>
8510
8511 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
8512 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8513 Date:   Tue Oct 28 13:36:57 2008 +0100
8514
8515     ppc4xx: Fix esd loadpci command
8516
8517     This patch fixes esd's loadpci command when not all
8518     memory on adapter boards is accessable via PCI.
8519
8520     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8521     Signed-off-by: Stefan Roese <sr@denx.de>
8522
8523 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
8524 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8525 Date:   Tue Oct 28 13:36:56 2008 +0100
8526
8527     ppc4xx: Clean up PMC440 header
8528
8529     -Codingstyle cleanup
8530     -Remove unused GPIO define
8531
8532     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8533     Signed-off-by: Stefan Roese <sr@denx.de>
8534
8535 commit 295133258a44f97a57fb2ec339aecfda11f4db95
8536 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8537 Date:   Tue Oct 28 13:36:55 2008 +0100
8538
8539     ppc4xx: Handle other board variant in PMC440 FPGA code
8540
8541     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8542     Signed-off-by: Stefan Roese <sr@denx.de>
8543
8544 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
8545 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8546 Date:   Mon Oct 27 12:35:59 2008 +0100
8547
8548     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
8549
8550     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
8551     config files of both infrastuctures
8552
8553     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8554     Signed-off-by: Stefan Roese <sr@denx.de>
8555
8556 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
8557 Author: Stefan Roese <sr@denx.de>
8558 Date:   Sat Oct 25 06:45:31 2008 +0200
8559
8560     ppc4xx: Correctly configure the GPIO pin muxing on Arches
8561
8562     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
8563     pin multiplexing correctly
8564
8565     Signed-off-by: Stefan Roese <sr@denx.de>
8566
8567 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
8568 Author: Bartlomiej Sieka <tur@semihalf.com>
8569 Date:   Thu Oct 30 23:22:04 2008 +0100
8570
8571     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
8572
8573     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8574
8575 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
8576 Author: David Gibson <david@gibson.dropbear.id.au>
8577 Date:   Wed Oct 29 23:27:45 2008 -0500
8578
8579     libfdt: Fix bug in fdt_subnode_offset_namelen()
8580
8581     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
8582     which causes it to keep searching after it's finished the subnodes of
8583     the given parent, and into the subnodes of siblings of the original
8584     node which come after it in the tree.
8585
8586     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
8587     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8588
8589 commit f242a08871839eac081ba5b599af979f3a148a0d
8590 Author: Peter Korsgaard <jacmet@sunsite.dk>
8591 Date:   Tue Oct 28 08:26:52 2008 +0100
8592
8593     fdt_resize(): ensure minimum padding
8594
8595     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
8596     (16 bytes), so make sure that fdt_resize at least adds that much
8597     padding, no matter what the location or size of the fdt is.
8598
8599     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8600     Acked-by: Andy Fleming <afleming@freescale.com>
8601
8602 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
8603 Author: Dave Liu <daveliu@freescale.com>
8604 Date:   Thu Oct 23 21:59:35 2008 +0800
8605
8606     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
8607
8608     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
8609
8610     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
8611
8612     This is needed in unlock_ram_in_cache() because it is called from C and
8613     will corrupt the small data area anchor that is kept in R2.
8614
8615     lock_ram_in_cache() is modified similarly as good coding practice, but
8616     is not called from C.
8617
8618     Signed-off-by: Nick Spence <nick.spence@freescale.com>
8619
8620     also, the r2 is used as global data pointer.
8621
8622     Signed-off-by: Dave Liu <daveliu@freescale.com>
8623
8624 commit e053ab1903ccae6048ef759025b9f675bba91450
8625 Author: Scott Wood <scottwood@freescale.com>
8626 Date:   Tue Oct 28 11:45:04 2008 -0500
8627
8628     mpc83xx pci: Round up memory size in inbound window.
8629
8630     The current calculation will fail to cover all memory if
8631     its size is not a power of two.
8632
8633     Signed-off-by: Scott Wood <scottwood@freescale.com>
8634     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8635
8636 commit 1c671977dc81359628be27ac99c174e76e8069ba
8637 Author: Dave Liu <daveliu@freescale.com>
8638 Date:   Thu Oct 23 21:19:13 2008 +0800
8639
8640     86xx: remove the unused definition
8641
8642     Signed-off-by: Dave Liu <daveliu@freescale.com>
8643
8644 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
8645 Author: Dave Liu <daveliu@freescale.com>
8646 Date:   Tue Oct 28 17:47:49 2008 +0800
8647
8648     86xx: remove the redundant r2 global data pointer save
8649
8650     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
8651     the another global data pointer save, but in fact the
8652     global data pointer will be initialized in the board_init_r,
8653     so remove it such as the 85xx/83xx family.
8654
8655     Signed-off-by: Dave Liu <daveliu@freescale.com>
8656     Acked-by: Kumar Gala <kumar.gala@freescale.com>
8657
8658 commit bd888e9544419665334a6f47f81f34011cea38f3
8659 Author: Dave Liu <daveliu@freescale.com>
8660 Date:   Tue Oct 28 17:47:41 2008 +0800
8661
8662     86xx: remove the unused code for 86xx family
8663
8664     I believe these code was copied from 74xx family, but for
8665     86xx, it is unused.
8666
8667     Signed-off-by: Dave Liu <daveliu@freescale.com>
8668     Acked-by: Kumar Gala <kumar.gala@freescale.com>
8669
8670 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
8671 Author: Dave Liu <daveliu@freescale.com>
8672 Date:   Tue Oct 28 17:46:35 2008 +0800
8673
8674     86xx: remove the second DDR LAW setting for mpc8641hpcn
8675
8676     The DDR1 LAW will precedence the DDR2 LAW, so remove
8677     the second DDR LAW.
8678
8679     Signed-off-by: Dave Liu <daveliu@freescale.com>
8680     Acked-by: Becky Bruce <becky.bruce@freescale.com>
8681
8682 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
8683 Author: Dave Liu <daveliu@freescale.com>
8684 Date:   Tue Oct 28 17:46:23 2008 +0800
8685
8686     86xx: remove the unused ddr_enable_ecc in the board file
8687
8688     The DDR controller of 86xx processors have the ECC data init
8689     feature, and the new DDR code is using the feature, we don't
8690     need the way with DMA to init memory again.
8691
8692     Signed-off-by: Dave Liu <daveliu@freescale.com>
8693     Acked-by: Kumar Gala <kumar.gala@freescale.com>
8694
8695 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
8696 Author: Dave Liu <daveliu@freescale.com>
8697 Date:   Tue Oct 28 17:46:12 2008 +0800
8698
8699     86xx: Move the clear_tlbs before MMU turn on
8700
8701     We must invalidate TLBs before MMU turn on, but
8702     currently the code is not, if there are some stale
8703     TLB entry valid in the TLBs, it will cause strange
8704     issue.
8705
8706     Signed-off-by: Dave Liu <daveliu@freescale.com>
8707     Acked-by: Becky Bruce <becky.bruce@freescale.com>
8708
8709 commit 5cdade07b118d07154cb882650f9778cecc8a87c
8710 Author: Scott Wood <scottwood@freescale.com>
8711 Date:   Mon Oct 27 15:57:08 2008 -0500
8712
8713     mpc8313erdb: Document NAND boot.
8714
8715     Previously, the documentation claimed that NAND boot is not supported.
8716     This is no longer true.
8717
8718     Signed-off-by: Scott Wood <scottwood@freescale.com>
8719
8720 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
8721 Author: Scott Wood <scottwood@freescale.com>
8722 Date:   Wed Oct 29 14:20:26 2008 -0500
8723
8724     NAND: Properly create JFFS2 cleanmarkers.
8725
8726     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
8727     command is currently broken, and among other things causes all blocks
8728     to be marked bad.
8729
8730     This implements it properly using MTD_OOB_AUTO, along with some
8731     indentation fixes.
8732
8733     Signed-off-by: Scott Wood <scottwood@freescale.com>
8734
8735 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
8736 Author: Scott Wood <scottwood@freescale.com>
8737 Date:   Wed Oct 29 13:42:41 2008 -0500
8738
8739     NAND fsl elbc: Set FMR[ECCM] based on page size.
8740
8741     Hardware expects ECCM 0 for small page and ECCM 1 for large page
8742     when booting from NAND, so use those defaults.
8743
8744     Signed-off-by: Scott Wood <scottwood@freescale.com>
8745
8746 commit c013b74975dab0805ef6d369b013230c4e8a660d
8747 Author: Haiying Wang <Haiying.Wang@freescale.com>
8748 Date:   Wed Oct 29 13:32:59 2008 -0400
8749
8750     NAND: Add support for MPC8572DS board
8751
8752     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
8753     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
8754     config file.
8755
8756     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
8757     make room for the increased code size with NAND enabled.
8758
8759     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8760     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8761     Signed-off-by: Scott Wood <scottwood@freescale.com>
8762
8763 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
8764 Author: Haiying Wang <Haiying.Wang@freescale.com>
8765 Date:   Wed Oct 29 11:05:55 2008 -0400
8766
8767     Make Freescale local bus registers available for both 83xx and 85xx.
8768
8769     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
8770       can be shared by both 83xx and 85xx
8771     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
8772       files which use lbus83xx_t.
8773     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
8774       85xx can share them.
8775
8776     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8777     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8778     Signed-off-by: Scott Wood <scottwood@freescale.com>
8779
8780 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
8781 Author: Scott Wood <scottwood@freescale.com>
8782 Date:   Mon Oct 27 15:38:30 2008 -0500
8783
8784     NAND: Align right column of the shorthelp with other commands.
8785
8786     I accidentally broke this in when making consistent the partial
8787     alignment of the longhelp.
8788
8789     Signed-off-by: Scott Wood <scottwood@freescale.com>
8790
8791 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
8792 Author: Karl Beldan <karl.beldan@gmail.com>
8793 Date:   Mon Sep 15 16:08:03 2008 +0200
8794
8795     NAND: Reset chip on power-up
8796
8797     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
8798     The first command sent is NAND_CMD_READID.
8799     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
8800     Tested with an MT29F4G08AAC.
8801
8802     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
8803     Signed-off-by: Scott Wood <scottwood@freescale.com>
8804
8805 commit c45912d8abc52de796b9059a58faf7c4166eab58
8806 Author: Scott Wood <scottwood@freescale.com>
8807 Date:   Fri Oct 24 16:20:43 2008 -0500
8808
8809     NAND: sync with 2.6.27
8810
8811     This brings the core NAND code up to date with the Linux kernel.
8812
8813     Since there were several drivers in Linux as of the last update that are
8814     not in u-boot, I'm not bringing over new drivers that have been added
8815     since in the absence of an interested party.
8816
8817     I did not update OneNAND since it was recently synced by Kyungmin Park,
8818     and I'm not sure exactly what the common ancestor is.
8819
8820     Signed-off-by: Scott Wood <scottwood@freescale.com>
8821
8822 commit b1d0db1805c3395149777e507b6da53410abac4e
8823 Author: Kumar Gala <galak@kernel.crashing.org>
8824 Date:   Tue Oct 21 17:25:47 2008 -0500
8825
8826     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
8827
8828     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
8829
8830     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8831
8832 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
8833 Author: Kumar Gala <galak@kernel.crashing.org>
8834 Date:   Tue Oct 21 17:25:46 2008 -0500
8835
8836     bootm: support subcommands in linux ppc bootm
8837
8838     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
8839
8840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8841
8842 commit 49c3a861d11735838f1f1b11999ce433006dc919
8843 Author: Kumar Gala <galak@kernel.crashing.org>
8844 Date:   Tue Oct 21 17:25:45 2008 -0500
8845
8846     bootm: Add subcommands
8847
8848     Add the ability to break the steps of the bootm command into several
8849     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
8850
8851     This allows us to do things like manipulate device trees before
8852     they are passed to a booting kernel or setup memory for a secondary
8853     core in multicore situations.
8854
8855     Not all OS types support all subcommands (currently only start, loados,
8856     ramdisk, fdt, and go are supported).
8857
8858     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8859
8860 commit be08315933537f061bc1ce61f33a29c56458bbad
8861 Author: Kumar Gala <galak@kernel.crashing.org>
8862 Date:   Tue Oct 21 17:25:44 2008 -0500
8863
8864     bootm: Move to using a function pointer table for the boot os function
8865
8866     This removes a bit of code and makes it easier for the upcoming sub bootm
8867     command support to call into the proper OS specific handler.
8868
8869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8870     Signed-off-by: Wolfgang Denk <wd@denx.de>
8871
8872 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
8873 Author: Graeme Russ <graeme.russ@gmail.com>
8874 Date:   Mon Sep 29 23:03:14 2008 +1000
8875
8876     i386: Renamed show_boot_progress in assembler code
8877
8878     Renamed show_boot_progress in assembler init phase to
8879     show_boot_progress_asm to avoid link conflicts with C version
8880
8881     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
8882
8883 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
8884 Author: Peter Tyser <ptyser@xes-inc.com>
8885 Date:   Mon Oct 27 16:42:00 2008 -0500
8886
8887     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
8888
8889     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
8890     processors have a 3-bit wide IO_SEL field but have the most
8891     significant bit is wired to 0 so this change should not affect
8892     them.
8893
8894     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8895
8896 commit cd4251624205cb97104f6e32679dc7754934f711
8897 Author: Becky Bruce <becky.bruce@freescale.com>
8898 Date:   Mon Oct 27 16:09:42 2008 -0500
8899
8900     powerpc: fix pci window initialization to work with > 4GB DRAM
8901
8902     The existing code has a few errors that need to be fixed in
8903     order to support large RAM sizes.  Fix those, and add a
8904     comment to make it clearer.
8905
8906     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8907     Acked-by: Kumar Gala <galak@kernel.crashing.org>
8908
8909 commit 219542a1a66ca017b12860920714a9859b18a5d7
8910 Author: Kumar Gala <galak@kernel.crashing.org>
8911 Date:   Mon Oct 27 13:16:20 2008 -0500
8912
8913     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
8914
8915     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8916
8917 commit 6b59e03e0237a40a2305ea385defdfd92000978b
8918 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8919 Date:   Mon Sep 1 16:21:22 2008 +0200
8920
8921     lcd: Let the board code show board-specific info
8922
8923     The information displayed when CONFIG_LCD_INFO is set is inherently
8924     board-specific, so it should be done by the board code. The current code
8925     dealing with this only handles two cases, and is already a horrible mess
8926     of #ifdeffery.
8927
8928     Yes, this duplicates some code, but it also allows boards to print more
8929     board-specific information; this used to be very difficult.
8930
8931     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8932     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8933
8934 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
8935 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8936 Date:   Mon Sep 1 16:21:21 2008 +0200
8937
8938     lcd: Set lcd_is_enabled before clearing the screen
8939
8940     This allows the logo/info rendering routines to use the regular
8941     lcd_putc/lcd_puts/lcd_printf calls.
8942
8943     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8944     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8945
8946 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
8947 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8948 Date:   Mon Sep 1 16:21:20 2008 +0200
8949
8950     lcd: Implement lcd_printf()
8951
8952     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
8953     this by borrowing the lcd_printf() implementation from the cogent board
8954     code (which appears to use its own LCD framework.)
8955
8956     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8957     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8958
8959 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
8960 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8961 Date:   Mon Sep 1 16:21:19 2008 +0200
8962
8963     atmel_lcdfb: Straighten out funky vl_sync logic
8964
8965     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
8966     otherwise we don't. WTF?
8967
8968     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8969     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8970
8971 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
8972 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8973 Date:   Mon Sep 1 16:21:18 2008 +0200
8974
8975     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
8976
8977     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
8978     includes a file that does, asm/arch/gpio.h, but this file doesn't
8979     include <asm/arch/hardware.h> like it's supposed to.
8980
8981     Add the missing include to asm/arch/gpio.h and remove the workaround
8982     from the atmel_lcdfb driver. This makes the driver compile on avr32.
8983
8984     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8985     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8986
8987 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
8988 Author: Kumar Gala <galak@kernel.crashing.org>
8989 Date:   Wed Oct 22 14:38:55 2008 -0500
8990
8991     86xx: Convert all fsl_pci_init users to new APIs
8992
8993     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
8994     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
8995
8996     With these changes the board code is a bit smaller and we get dma-ranges
8997     set in the device tree for these boards.
8998
8999     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9000     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9001     Acked-by: Jon Loeliger <jdl@freescale.com>
9002
9003 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
9004 Author: Kumar Gala <galak@kernel.crashing.org>
9005 Date:   Tue Oct 21 08:28:33 2008 -0500
9006
9007     85xx: Convert all fsl_pci_init users to new APIs
9008
9009     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
9010     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
9011     and ft_fsl_pci_setup().
9012
9013     With these changes the board code is a bit smaller and we get dma-ranges
9014     set in the device tree for these boards.
9015
9016     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9017     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9018
9019 commit a2aab460727e5f674353a83a81000ef794bffcae
9020 Author: Kumar Gala <galak@kernel.crashing.org>
9021 Date:   Thu Oct 23 00:01:06 2008 -0500
9022
9023     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
9024
9025     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9026     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9027
9028 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
9029 Author: Kumar Gala <galak@kernel.crashing.org>
9030 Date:   Wed Oct 22 14:06:24 2008 -0500
9031
9032     pci/fsl_pci_init: Add a common PCI inbound setup function
9033
9034     Add a common setup function that determines the pci_region(s) based
9035     on how much memory we have in the system.
9036
9037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9038     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9039
9040 commit 612ea01018a459234d54ed57ec6a5a244ce75678
9041 Author: Kumar Gala <galak@kernel.crashing.org>
9042 Date:   Tue Oct 21 10:13:14 2008 -0500
9043
9044     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
9045
9046     * PCI Inbound window was setup incorrectly.  The PCI address and system
9047       address were swapped.  The PCI address should be setting piwar/piwbear
9048       and the system address should be setting pitar.
9049
9050     * Removed masking of addresses to allow for system address to support
9051       system address & PCI address >32-bits
9052
9053     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
9054
9055     * Respect the PCI_REGION_PREFETCH for inbound windows
9056
9057     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9058     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9059
9060 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
9061 Author: Kumar Gala <galak@kernel.crashing.org>
9062 Date:   Wed Oct 22 23:33:56 2008 -0500
9063
9064     fdt: Added helper to set PCI dma-ranges property
9065
9066     Added fdt_pci_dma_ranges() that parses the pci_region info from the
9067     struct pci_controller and populates the dma-ranges based on it.
9068
9069     The max # of windws/dma-ranges we support is 3 since on embedded
9070     PowerPC based systems this is the max number of windows.
9071
9072     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9073     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9074
9075 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
9076 Author: Kumar Gala <galak@kernel.crashing.org>
9077 Date:   Thu Oct 23 00:05:47 2008 -0500
9078
9079     fdt: Add fdt_getprop_u32_default helpers
9080
9081     Add helper functions to return find a node and return it's property
9082     or a default value.
9083
9084     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9085     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9086     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
9087
9088 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
9089 Author: Kumar Gala <galak@kernel.crashing.org>
9090 Date:   Tue Oct 21 18:06:15 2008 -0500
9091
9092     86xx: Enable 64-bit PCI resources on all Freescale boards
9093
9094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9095     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9096
9097 commit 0151cbaccf4504821ecfde0217299bd740086bb6
9098 Author: Kumar Gala <galak@kernel.crashing.org>
9099 Date:   Tue Oct 21 11:33:58 2008 -0500
9100
9101     85xx: Enable 64-bit PCI resources on all Freescale boards
9102
9103     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9104     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9105
9106 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
9107 Author: Kumar Gala <galak@kernel.crashing.org>
9108 Date:   Tue Oct 21 08:36:08 2008 -0500
9109
9110     pci: Allow for PCI addresses to be 64-bit
9111
9112     PCI bus is inherently 64-bit.  While not all system require access to
9113     the full 64-bit PCI address range some do.  This allows those systems
9114     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
9115
9116     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9117     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
9118     Acked-by: Wolfgang Denk <wd@denx.de>
9119
9120 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
9121 Author: Dave Liu <daveliu@freescale.com>
9122 Date:   Thu Oct 23 21:18:53 2008 +0800
9123
9124     85xx: Fix the incorrect register used for DDR erratum1
9125
9126     The 8572 DDR erratum1:
9127     DDR controller may enter an illegal state when operating
9128     in 32-bit bus mode with 4-beat bursts.
9129
9130     Description:
9131     When operating with a 32-bit bus, it is recommended that
9132     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
9133     This forces the DDR controller to use 4-beat bursts when
9134     communicating to the DRAMs. However, an issue exists that
9135     could lead to data corruption when the DDR controller is
9136     in 32-bit bus mode while using 4-beat bursts.
9137
9138     Projected Impact:
9139     If the DDR controller is operating in 32-bit bus mode with
9140     4-beat bursts, then the controller may enter into a bad state.
9141     All subsequent reads from memory is corrupted.
9142     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
9143     Therefore, this erratum does not affect DDR3 mode.
9144
9145     Work Arounds:
9146     To work around this issue, software must set DEBUG_1[31] in
9147     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
9148     and CCSRBAR offset + 0x6f00 for DDR_2).
9149
9150     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
9151     as condition, but it should be DDR_SDRAM_CFG register.
9152
9153     Signed-off-by: Dave Liu <daveliu@freescale.com>
9154
9155 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
9156 Author: Dave Liu <daveliu@freescale.com>
9157 Date:   Thu Oct 23 21:17:19 2008 +0800
9158
9159     85xx: remove unused config definition
9160
9161     Signed-off-by: Dave Liu <daveliu@freescale.com>
9162
9163 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
9164 Author: Kumar Gala <galak@kernel.crashing.org>
9165 Date:   Thu Oct 23 01:47:38 2008 -0500
9166
9167     85xx: Add basic e500mc core support
9168
9169     Introduce CONFIG_E500MC to deal with the minor differences between
9170     e500v2 and e500mc.
9171
9172     * Certain fields of HID0/1 don't exist anymore on e500mc
9173     * Cache line size is 64-bytes on e500mc
9174     * reset value of PIR is different
9175
9176     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9177
9178 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
9179 Author: Kumar Gala <galak@kernel.crashing.org>
9180 Date:   Thu Oct 23 01:47:37 2008 -0500
9181
9182     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
9183
9184     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
9185     e500mc's 64-byte cacheline properly when it gets added.
9186
9187     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9188
9189 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
9190 Author: Georg Schardt <schardt@team-ctech.de>
9191 Date:   Fri Oct 24 13:51:52 2008 +0200
9192
9193     ppc4xx: New board avnet fx12 minimodul
9194
9195     This patch adds support for the avnet fx12 minimodul.
9196     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
9197     patch from Ricardo.
9198
9199     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
9200     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9201     Signed-off-by: Stefan Roese <sr@denx.de>
9202
9203 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
9204 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9205 Date:   Tue Oct 21 18:29:46 2008 +0200
9206
9207     ppc4xx: Generic architecture for xilinx ppc405(v3)
9208
9209     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
9210     ppc440 boards, this patch presents a common architecture for all the
9211     xilinx ppc405 boards.
9212
9213     Any custom xilinx ppc405 board can be added very easily with no code
9214     duplicity.
9215
9216     This patch also adds a simple generic board, that can be used on almost
9217     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
9218
9219     This patch is prepared to work with the latest version of EDK (10.1)
9220
9221     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9222     Signed-off-by: Stefan Roese <sr@denx.de>
9223
9224 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
9225 Author: Stefan Roese <sr@denx.de>
9226 Date:   Fri Oct 24 08:56:09 2008 +0200
9227
9228     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
9229
9230     Since the new autocalibration still has some problems on some Kilauea
9231     boards with 200MHz DDR2 frequency we disable the autocalibration and
9232     use the hardcoded values as done before. This seems to work reliably
9233     on all known DDR2 frequencies.
9234
9235     After the autocalibration issue is fixed we will enable it again.
9236
9237     Signed-off-by: Stefan Roese <sr@denx.de>
9238
9239 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
9240 Author: Mike Frysinger <vapier@gentoo.org>
9241 Date:   Wed Apr 9 02:02:07 2008 -0400
9242
9243     Blackfin: fix up UART status bit handling
9244
9245     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
9246     This can cause problems when we poll the LSR and then later try and handle
9247     any errors detected.
9248
9249     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9250
9251 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
9252 Author: Mike Frysinger <vapier@gentoo.org>
9253 Date:   Sat Oct 11 20:42:17 2008 -0400
9254
9255     Blackfin: bf561-ezkit: drop redundant code
9256
9257     Common Blackfin code already announces CPU information.
9258
9259     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9260
9261 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
9262 Author: Mike Frysinger <vapier@gentoo.org>
9263 Date:   Sat Oct 11 20:43:10 2008 -0400
9264
9265     Blackfin: bf561-ezkit: drop pointless USB code
9266
9267     The USB/LAN register settings are not actually used/needed in order to
9268     drive things from U-Boot, so drop the code.
9269
9270     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9271
9272 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
9273 Author: Mike Frysinger <vapier@gentoo.org>
9274 Date:   Sat Oct 11 20:47:58 2008 -0400
9275
9276     Blackfin: linker scripts: force start.o and set initcode boundaries
9277
9278     Make sure that the start.o object is always the first object in our linker
9279     script regardless of configuration settings, and add some linker symbols
9280     so the ldr utility can properly locate the initcode when generating a LDR.
9281
9282     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9283
9284 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
9285 Author: Mike Frysinger <vapier@gentoo.org>
9286 Date:   Sat Oct 11 21:19:39 2008 -0400
9287
9288     Blackfin: small cpu init optimization while setting interrupt mask
9289
9290     Use the sti instruction to set the initial interrupt mask rather than
9291     banging on the core IMASK MMR to save both space and time.
9292
9293     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9294
9295 commit 960922291c9594acb575cec7e47d7bed9b58182c
9296 Author: Mike Frysinger <vapier@gentoo.org>
9297 Date:   Sat Oct 11 21:18:10 2008 -0400
9298
9299     Blackfin: set initial stack correctly according to Blackfin ABI
9300
9301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9302
9303 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
9304 Author: Mike Frysinger <vapier@gentoo.org>
9305 Date:   Sun Apr 20 03:11:53 2008 -0400
9306
9307     Blackfin: make baud calculation more accurate
9308
9309     We should use the algorithm in the Linux kernel so that the UART divisor
9310     calculation is more accurate.  It also fixes problems on some picky UARTs
9311     that have sampling anomalies.
9312
9313     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9314
9315 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
9316 Author: Mike Frysinger <vapier@gentoo.org>
9317 Date:   Mon Oct 6 04:21:41 2008 -0400
9318
9319     Blackfin: decode hwerrcause/excause when crashing
9320
9321     Having to decode hwerrcause/excause values is a pain, so automate it.
9322
9323     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9324
9325 commit 2de95bb20c488f20298df6881b700a5a757ee780
9326 Author: Mike Frysinger <vapier@gentoo.org>
9327 Date:   Mon Oct 6 04:20:54 2008 -0400
9328
9329     Blackfin: fix register dump messages
9330
9331     Make sure we report RETI/IPEND correctly.
9332
9333     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9334
9335 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
9336 Author: Mike Frysinger <vapier@gentoo.org>
9337 Date:   Mon Oct 6 04:19:34 2008 -0400
9338
9339     Blackfin: don't bother displaying reboot msg when crashing
9340
9341     The hang function already tells you to reboot, so no point in showing it
9342     twice.
9343
9344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9345
9346 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
9347 Author: Mike Frysinger <vapier@gentoo.org>
9348 Date:   Sun Jun 1 01:23:48 2008 -0400
9349
9350     Blackfin: enable support for nested interrupts
9351
9352     During cpu init, make sure we initialize the CEC properly so that
9353     interrupts can fire and be handled while U-Boot is running.
9354
9355     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9356
9357 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
9358 Author: Mike Frysinger <vapier@gentoo.org>
9359 Date:   Mon Oct 6 03:55:25 2008 -0400
9360
9361     Blackfin: init NAND before relocating env
9362
9363     If booting out of NAND, we need to make sure we initialize it properly
9364     before attempting to relocate the environment.
9365
9366     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9367
9368 commit 0f9a8819416ba40a53de50af148847a0e508f84d
9369 Author: Mike Frysinger <vapier@gentoo.org>
9370 Date:   Thu Aug 7 18:40:13 2008 -0400
9371
9372     Blackfin: check cache bits, not cplb bits
9373
9374     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9375
9376 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
9377 Author: Mike Frysinger <vapier@gentoo.org>
9378 Date:   Thu Aug 7 17:52:59 2008 -0400
9379
9380     Blackfin: drop unused cache flush code
9381
9382     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9383
9384 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
9385 Author: Mike Frysinger <vapier@gentoo.org>
9386 Date:   Thu Aug 7 15:21:47 2008 -0400
9387
9388     Blackfin: unify cache handling code
9389
9390     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9391
9392 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
9393 Author: Mike Frysinger <vapier@gentoo.org>
9394 Date:   Mon Oct 6 03:39:07 2008 -0400
9395
9396     Blackfin: only initialize the RTC when actually used
9397
9398     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9399
9400 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
9401 Author: Mike Frysinger <vapier@gentoo.org>
9402 Date:   Mon Oct 6 03:44:33 2008 -0400
9403
9404     Blackfin: fix SWRST register definition
9405
9406     The SWRST register is a 16bit, not 32bit, register.
9407
9408     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9409
9410 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
9411 Author: Mike Frysinger <vapier@gentoo.org>
9412 Date:   Thu Aug 7 18:54:57 2008 -0400
9413
9414     Blackfin: build with -fomit-frame-pointer
9415
9416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9417
9418 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
9419 Author: Mike Frysinger <vapier@gentoo.org>
9420 Date:   Thu Aug 7 17:50:26 2008 -0400
9421
9422     Blackfin: document some of the blackfin directories
9423
9424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9425
9426 commit e4337968e43698a68ba608369f46d4a4114111ca
9427 Author: Mike Frysinger <vapier@gentoo.org>
9428 Date:   Thu Aug 7 15:16:56 2008 -0400
9429
9430     Blackfin: only enable hardware error irq by default
9431
9432     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9433
9434 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
9435 Author: Mike Frysinger <vapier@gentoo.org>
9436 Date:   Thu Aug 7 13:36:43 2008 -0400
9437
9438     Blackfin: punt old unused mem_init.h header
9439
9440     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9441
9442 commit bcc121a01608042066a19ab5bff5bcfb805bf406
9443 Author: Mike Frysinger <vapier@gentoo.org>
9444 Date:   Thu Aug 7 13:18:55 2008 -0400
9445
9446     Blackfin: delete unused page_descriptor_table_size define
9447
9448     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9449
9450 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
9451 Author: Mike Frysinger <vapier@gentoo.org>
9452 Date:   Thu Aug 7 13:17:03 2008 -0400
9453
9454     Blackfin: fix typo in boot mode comment and add NAND define
9455
9456     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9457
9458 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
9459 Author: Ben Maan <moo@cow>
9460 Date:   Thu Aug 7 13:14:21 2008 -0400
9461
9462     Blackfin: fix port mux defines for BF54x
9463
9464     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9465
9466 commit 0656ef2ba274910d31364fe022f6c7db0051660d
9467 Author: Mike Frysinger <vapier@gentoo.org>
9468 Date:   Thu Aug 7 13:09:50 2008 -0400
9469
9470     Blackfin: update anomaly lists
9471
9472     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9473
9474 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
9475 Author: Mike Frysinger <vapier@gentoo.org>
9476 Date:   Thu Aug 7 13:08:54 2008 -0400
9477
9478     Blackfin: unify DSPID/DBGSTAT MMR definitions
9479
9480     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9481
9482 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
9483 Author: Wolfgang Denk <wd@denx.de>
9484 Date:   Tue Oct 21 15:53:51 2008 +0200
9485
9486     Fix strmhz(): avoid printing negative fractions
9487
9488     Signed-off-by: Wolfgang Denk <wd@denx.de>
9489
9490 commit 4a7f6b750d8de543fdf8e58acd86745010054571
9491 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
9492 Date:   Fri Oct 17 08:55:51 2008 -0400
9493
9494     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
9495
9496     This is done to allow other 83XX based platforms which also have UPM
9497     (e.g. 8360) to configure and use their UPM in u-boot.
9498
9499     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9500     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9501
9502 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
9503 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9504 Date:   Tue Oct 14 22:58:53 2008 +0400
9505
9506     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
9507
9508     With this patch u-boot can fixup the dr_mode and phy_type properties
9509     for the Dual-Role USB controller.
9510
9511     While at it, also remove #ifdefs around includes, they are not needed.
9512
9513     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9514     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9515
9516 commit b3379f3fd13969934c00097c05754e7a8990fd39
9517 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9518 Date:   Wed Oct 8 20:52:54 2008 +0400
9519
9520     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
9521
9522     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
9523     current settings don't work with the default chip on the board.
9524     Nevertheless Freescale's U-Boot sets the option register correctly,
9525     so I just dumped the register from the working u-boot. My guess is
9526     that the old settings were applicable for some pilot boards, not
9527     found in the production.
9528
9529     This patch also enables FSL ELBC driver so that we could access
9530     the NAND storage in the u-boot.
9531
9532     The NAND support costs about 45KB, so the u-boot no longer fits
9533     into two 128KB NOR flash sectors, thus we also have to adjust
9534     environment location: add another 128KB to the monitor length.
9535
9536     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9537
9538     It is due to hardware design and logic defect, that is the
9539     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
9540     the NAND chip connected to nLCS3,  you have to set up the
9541     OR3[BCTLD] = '1' for normal operation, otherwise it will have
9542     bus contention due to the pin 48/25 of U60 is enabled.
9543
9544     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
9545     asserted upon access to the NAND chip, keep the default state.
9546
9547     Acked-by: Dave Liu <daveliu@freescale.com>
9548     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9549
9550 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
9551 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9552 Date:   Thu Oct 2 19:17:33 2008 +0400
9553
9554     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
9555
9556     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
9557     standalone or acting as a PCI agent. User's Guide says:
9558
9559     - When the CPLD recognizes its location on the PIB it automatically
9560       configures RCW to the PCI Host.
9561     - If the CPLD fails to recognize its location then it is automatically
9562       configured as an Agent and the PCI is configured to an external arbiter.
9563
9564     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
9565     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
9566     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
9567     any arbiter bad things will happen (here the board hangs during any config
9568     space reads).
9569
9570     In this situation we must disable the PCI. And in case of anybody really
9571     want to use an external arbiter, we provide "pci_external_aribter"
9572     environment variable.
9573
9574     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9575     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9576
9577 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
9578 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9579 Date:   Thu Oct 2 18:32:25 2008 +0400
9580
9581     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
9582
9583     This involves configuring the SerDes and fixing up the flags and
9584     PHY addresses for the TSECs.
9585
9586     For Linux we also fix up the device tree.
9587
9588     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9589     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9590
9591 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
9592 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9593 Date:   Thu Oct 2 18:31:59 2008 +0400
9594
9595     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
9596
9597     We'll use these masks to parse TSEC modes out of HRCWH.
9598
9599     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9600     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9601
9602 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
9603 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9604 Date:   Thu Oct 2 18:31:56 2008 +0400
9605
9606     mpc83xx: serdes: add forgotten shifts for rfcks
9607
9608     The rfcks should be shifted by 28 bits left. We didn't notice the bug
9609     because we were using only 100MHz clocks (for which rfcks == 0).
9610
9611     Though, for SGMII we'll need 125MHz clocks.
9612
9613     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9614     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9615
9616 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
9617 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9618 Date:   Thu Oct 2 18:31:53 2008 +0400
9619
9620     mpc83xx: fix serdes setup for the MPC8378E boards
9621
9622     MPC837xE specs says that SerDes1 has:
9623
9624     â€” Two lanes running x1 SGMII at 1.25 Gbps;
9625     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
9626
9627     And for SerDes2:
9628
9629     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
9630     â€” One lane running x2 PCI Express at 2.5 Gbps;
9631     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
9632
9633     The spec also explicitly states that PEX options are not valid for
9634     the SD1.
9635
9636     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
9637     which is wrong to do.
9638
9639     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9640     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9641
9642 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
9643 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9644 Date:   Wed Sep 10 18:12:37 2008 +0400
9645
9646     mpc83xx: mpc8360emds: rework LBC SDRAM setup
9647
9648     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
9649     it difficult to use (b/c then the memory is discontinuous and
9650     there is quite big memory hole between the DDR/SDRAM regions).
9651
9652     This patch reworks LBC SDRAM setup so that now we dynamically
9653     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
9654     DDR memory).
9655
9656     With this patch we're able to:
9657
9658     - Boot without external DDR memory;
9659     - Use most "DDR + SDRAM" setups without need to support for
9660       sparse/discontinuous memory model in the software.
9661
9662     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9663     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9664
9665 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
9666 Author: Wolfgang Denk <wd@xpert.denx.de>
9667 Date:   Tue Oct 21 11:23:56 2008 +0200
9668
9669     FDT: don't use private kernel header files
9670
9671     On some systems (for example Fedora Core 4) U-Boot builds with the
9672     following wanrings only:
9673
9674     ...
9675     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
9676                      from fdt.c:51:
9677                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
9678
9679     This patch fixes this problem.
9680
9681     Signed-off-by: Wolfgang Denk <wd@denx.de>
9682
9683 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
9684 Author: Stefan Roese <sr@denx.de>
9685 Date:   Mon Oct 13 15:15:31 2008 +0200
9686
9687     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
9688
9689     Signed-off-by: Stefan Roese <sr@denx.de>
9690
9691 commit 43cbce69d48d052574d71f50724be546d90a46a4
9692 Author: Stefan Roese <sr@denx.de>
9693 Date:   Mon Oct 13 10:45:14 2008 +0200
9694
9695     ppc4xx: Correctly setup ranges property in ebc node
9696
9697     Previously only the NOR flash mapping was written into the ranges
9698     property of the ebc node. This patch now writes all enabled chip
9699     select areas into the ranges property.
9700
9701     Signed-off-by: Stefan Roese <sr@denx.de>
9702
9703 commit d7b26d58328f137471ea97de382bfa63f7239931
9704 Author: Dirk Eibach <eibach@gdsys.de>
9705 Date:   Wed Oct 8 15:37:50 2008 +0200
9706
9707     ppc4xx: Add GDSys neo 405EP board support
9708
9709     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9710     Signed-off-by: Stefan Roese <sr@denx.de>
9711
9712 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
9713 Author: Niklaus Giger <niklaus.giger@netstal.com>
9714 Date:   Wed Oct 1 14:46:13 2008 +0200
9715
9716     ppc4xx: Update configs for Netstal boards
9717
9718     I reorganized my config files, putting the common stuff into netstal-common.h
9719     (got the idea by looking a amcc-common.h from Stefan).
9720
9721     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
9722
9723     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9724     Signed-off-by: Stefan Roese <sr@denx.de>
9725
9726 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
9727 Author: Adam Graham <agraham@amcc.com>
9728 Date:   Wed Oct 8 10:13:19 2008 -0700
9729
9730     ppc4xx: Add routine to retrieve CPU number
9731
9732     Provide a weak defined routine to retrieve the CPU number for
9733     reference boards that have multiple CPU's.  Default behavior
9734     is the existing single CPU print output.  Reference boards with
9735     multiple CPU's need to provide a board specific routine.
9736     See board/amcc/arches/arches.c for an example.
9737
9738     Signed-off-by: Adam Graham <agraham@amcc.com>
9739     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9740     Signed-off-by: Stefan Roese <sr@denx.de>
9741
9742 commit 59217bae40e90982ab5400d849c08af683ace036
9743 Author: Adam Graham <agraham@amcc.com>
9744 Date:   Wed Oct 8 10:13:14 2008 -0700
9745
9746     ppc4xx: Add static support for 44x IBM SDRAM Controller
9747
9748     This patch add the capability to configure a PPC440 based IBM SDRAM
9749     Controller with static, compiled-in, values. PPC440 memory subsystem
9750     includes a Memory Queue core.
9751
9752     Signed-off-by: Adam Graham <agraham@amcc.com>
9753     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9754     Signed-off-by: Stefan Roese <sr@denx.de>
9755
9756 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
9757 Author: Adam Graham <agraham@amcc.com>
9758 Date:   Wed Oct 8 10:12:53 2008 -0700
9759
9760     ppc4xx: Add AMCC Arches board support (dual 460GT)
9761
9762     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
9763     This board is a dual processor board with each processor providing
9764     independent resources for Rapid IO, Gigabit Ethernet, and serial
9765     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
9766     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
9767     port. The two 460GT's will communicate with each other via shared
9768     memory, Gigabit Ethernet and x1 PCI-Express.
9769
9770     Signed-off-by: Adam Graham <agraham@amcc.com>
9771     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9772     Signed-off-by: Stefan Roese <sr@denx.de>
9773
9774 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
9775 Author: Wolfgang Denk <wd@xpert.denx.de>
9776 Date:   Sun Oct 19 21:54:30 2008 +0200
9777
9778     TQM8260: environment in flash instead EEPROM, baudrate 115k
9779
9780     Several customers have reported problems with the environment in
9781     EEPROM, including corrupted content after board reset. Probably the
9782     code to prevent I2C Enge Conditions is not working sufficiently.
9783
9784     We move the environment to flash now, which allows to have a backup
9785     copy plus gives much faster boot times.
9786
9787     Also, change the default console initialization to 115200 bps as used
9788     on most other boards.
9789
9790     Signed-off-by: Wolfgang Denk <wd@denx.de>
9791
9792 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
9793 Author: Kumar Gala <galak@kernel.crashing.org>
9794 Date:   Sun Oct 19 12:49:19 2008 -0500
9795
9796     85xx: Fix compile warning in mpc8536ds.c
9797
9798     mpc8536ds.c: In function 'is_sata_supported':
9799     mpc8536ds.c:615: warning: unused variable 'devdisr'
9800
9801     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9802
9803 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
9804 Author: Wolfgang Denk <wd@denx.de>
9805 Date:   Sun Oct 19 02:35:50 2008 +0200
9806
9807     Cleanup: fix "MHz" spelling
9808
9809     Signed-off-by: Wolfgang Denk <wd@denx.de>
9810
9811 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
9812 Author: Wolfgang Denk <wd@denx.de>
9813 Date:   Sun Oct 19 02:35:49 2008 +0200
9814
9815     Use strmhz() to format clock frequencies
9816
9817     Signed-off-by: Wolfgang Denk <wd@denx.de>
9818
9819 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
9820 Author: Wolfgang Denk <wd@denx.de>
9821 Date:   Sun Oct 19 02:35:48 2008 +0200
9822
9823     strmhz(): Round numbers when printing clock frequencies
9824
9825     Round clock frequencies for printing.
9826
9827     Many boards printed off clock frequencies like 399 MHz instead of the
9828     exact 400 MHz because numberes were not rounded. This is fixed now.
9829
9830     Signed-off-by: Wolfgang Denk <wd@denx.de>
9831
9832 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
9833 Author: Timur Tabi <timur@freescale.com>
9834 Date:   Mon Oct 20 15:16:47 2008 -0500
9835
9836     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
9837
9838     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
9839     to add a comment that the correct value disagrees with the 8544 reference
9840     manual.  The changelog for that commit is also wrong, as it says "bit 28"
9841     when it should be "bit 24".
9842
9843     Signed-off-by: Timur Tabi <timur@freescale.com>
9844
9845 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
9846 Author: Heiko Schocher <hs@denx.de>
9847 Date:   Fri Oct 17 18:24:06 2008 +0200
9848
9849     mgcoge: add redundant environment sector
9850
9851     Signed-off-by: Heiko Schocher <hs@denx.de>
9852
9853 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
9854 Author: Heiko Schocher <hs@denx.de>
9855 Date:   Fri Oct 17 18:23:27 2008 +0200
9856
9857     mgsuvd: update size of environment
9858
9859     Signed-off-by: Heiko Schocher <hs@denx.de>
9860
9861 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
9862 Author: Jason Jin <Jason.jin@freescale.com>
9863 Date:   Fri Oct 10 11:41:00 2008 +0800
9864
9865     Enabled the Freescale SGMII riser card on 8536DS
9866
9867     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9868
9869 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
9870 Author: Liu Yu <yu.liu@freescale.com>
9871 Date:   Fri Oct 10 11:40:59 2008 +0800
9872
9873     Enabled the Freescale SGMII riser card on 8572DS
9874
9875     This patch based on Andy's work.
9876     Including command 'pixis_set_sgmii' support.
9877
9878     Signed-off-by: Liu Yu <yu.liu@freescale.com>
9879
9880 commit bff188baf9427c35745356439435acf3864d4c65
9881 Author: Liu Yu <yu.liu@freescale.com>
9882 Date:   Fri Oct 10 11:40:58 2008 +0800
9883
9884     Make pixis_set_sgmii more general to support MPC85xx boards.
9885
9886     The pixis sgmii command depend on the FPGA support on the board, some 85xx
9887     boards support SGMII riser card but did not support this command, define
9888     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
9889
9890     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
9891     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
9892     PIXIS_VCFGEN1_MASK in header file for both boards.
9893
9894     Signed-off-by: Liu Yu <yu.liu@freescale.com>
9895
9896 commit 5e981d683d2363204c76773941c2e9c2044c808f
9897 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9898 Date:   Wed Oct 8 23:38:02 2008 -0500
9899
9900     Add cpu/8xxx to TAGS_SUBDIRS
9901
9902     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9903
9904 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
9905 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9906 Date:   Thu Oct 9 01:25:55 2008 -0500
9907
9908     fsl_law clear enable before changing.
9909
9910     Debug sessions may have left enabled laws.
9911     Changing lawbar with an unkown enabled tgtid could cause problems.
9912
9913     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9914
9915 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
9916 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9917 Date:   Thu Oct 9 00:29:27 2008 -0500
9918
9919     mpc8572 additional end-point mode
9920
9921     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
9922     Include host_agent == 0 decode for end-point determination.
9923
9924     This is not needed for the ds reference board since pcie3 will be a host
9925     in order to connect to the uli chip.  Include it here as a reference for
9926     other mpc8572 boards.
9927
9928     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9929
9930 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
9931 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9932 Date:   Wed Oct 8 23:37:59 2008 -0500
9933
9934     85xx if NUM_CPUS>1, print cpu number
9935
9936     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9937
9938 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
9939 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9940 Date:   Wed Oct 8 23:38:01 2008 -0500
9941
9942     pixis do not print long help if not configured
9943
9944     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9945
9946 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
9947 Author: Andy Fleming <afleming@freescale.com>
9948 Date:   Tue Oct 7 08:09:50 2008 -0500
9949
9950     Have u-boot pass stashing parameters into device tree
9951
9952     Some cores don't support ethernet stashing at all, and some
9953     instances have errata.  Adds 3 properties to gianfar nodes
9954     which support stashing.  For now, just add this support to
9955     85xx SoCs.
9956
9957     Signed-off-by: Andy Fleming <afleming@freescale.com>
9958
9959 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
9960 Author: Haiying Wang <Haiying.Wang@freescale.com>
9961 Date:   Fri Oct 3 12:37:57 2008 -0400
9962
9963     Add DDR options setting on MPC8641HPCN board
9964
9965     * Add board specific parameter table to choose correct cpo, clk_adjust,
9966     write_data_delay based on board ddr frequency and n_ranks.
9967
9968     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
9969
9970     Signed-off-by: James Yang <James.Yang@freescale.com>
9971     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9972
9973 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
9974 Author: Haiying Wang <Haiying.Wang@freescale.com>
9975 Date:   Fri Oct 3 12:37:41 2008 -0400
9976
9977     Add ddr interleaving suppport for MPC8572DS board
9978
9979     * Add board specific parameter table to choose correct cpo, clk_adjust,
9980     write_data_delay, 2T based on board ddr frequency and n_ranks.
9981
9982     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
9983
9984     * Set memory controller interleaving mode to bank interleaving, and disable
9985     bank(chip select) interleaving mode by default, because the default on-board
9986     DDR DIMMs are 2x512MB single-rank.
9987
9988     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
9989
9990     Signed-off-by: James Yang <James.Yang@freescale.com>
9991     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9992
9993 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
9994 Author: Haiying Wang <Haiying.Wang@freescale.com>
9995 Date:   Fri Oct 3 12:37:26 2008 -0400
9996
9997     Add debug information for DDR controller registers
9998
9999     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10000
10001 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
10002 Author: Haiying Wang <Haiying.Wang@freescale.com>
10003 Date:   Fri Oct 3 12:37:10 2008 -0400
10004
10005     Check DDR interleaving mode
10006
10007     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
10008     ba_intlv_ctl.
10009     * Print DDR interleaving mode information
10010     * Add doc/README.fsl-ddr to describe the interleaving setting
10011
10012     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10013
10014 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
10015 Author: Haiying Wang <Haiying.Wang@freescale.com>
10016 Date:   Fri Oct 3 12:36:55 2008 -0400
10017
10018     Pass dimm parameters to populate populate controller options
10019
10020     Because some dimm parameters like n_ranks needs to be used with the board
10021     frequency to choose the board parameters like clk_adjust etc. in the
10022     board_specific_paramesters table of the board ddr file, we need to pass
10023     the dimm parameters to the board file.
10024
10025     * move ddr dimm parameters header file from /cpu to /include directory.
10026     * add ddr dimm parameters to populate board specific options.
10027     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
10028
10029     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10030
10031 commit dbbbb3abeff325855cae76e33d69d5665631443f
10032 Author: Haiying Wang <Haiying.Wang@freescale.com>
10033 Date:   Fri Oct 3 12:36:39 2008 -0400
10034
10035     Make DDR interleaving mode work correctly
10036
10037     Fix some bugs:
10038       1. Correctly set intlv_ctl in cs_config.
10039       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
10040       3. Set base_address and total memory for each ddr controller in memory
10041          controller interleaving mode.
10042
10043     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10044
10045 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
10046 Author: Kumar Gala <galak@kernel.crashing.org>
10047 Date:   Mon Sep 22 23:40:42 2008 -0500
10048
10049     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
10050
10051     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10052
10053 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
10054 Author: Kumar Gala <galak@kernel.crashing.org>
10055 Date:   Mon Sep 22 14:11:11 2008 -0500
10056
10057     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
10058
10059     Changing the flash from cacheable to cache-inhibited was taking a significant
10060     amount of time due to the fact that we were iterating over the full 256M of
10061     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
10062
10063     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10064
10065 commit 54e091d3b603a3332c619199ca83a07e95960da4
10066 Author: Kumar Gala <galak@kernel.crashing.org>
10067 Date:   Mon Sep 22 14:11:10 2008 -0500
10068
10069     85xx: Export invalidate_{i,d}cache and add flush_dcache
10070
10071     Added the ability for C code to invalidate the i/d-cache's and
10072     to flush the d-cache.  This allows us to more efficient change mappings
10073     from cache-able to cache-inhibited.
10074
10075     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10076
10077 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
10078 Author: Heiko Schocher <hs@denx.de>
10079 Date:   Fri Oct 17 16:11:52 2008 +0200
10080
10081     mgcoge, mgsuvd: extract more common code
10082
10083     in ft_blob_update () for both boards was an unneccessary
10084     repetition of code, which this patch moves in a common
10085     function for this boards.
10086
10087     Signed-off-by: Heiko Schocher <hs@denx.de>
10088
10089 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
10090 Author: Heiko Schocher <hs@denx.de>
10091 Date:   Fri Oct 17 12:15:55 2008 +0200
10092
10093     mgcoge, mgsuvd: use in_*/out_* accesors
10094
10095     Signed-off-by: Heiko Schocher <hs@denx.de>
10096
10097 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
10098 Author: Heiko Schocher <hs@denx.de>
10099 Date:   Fri Oct 17 13:52:51 2008 +0200
10100
10101     mgsuvd: fix compiler warning when using soft_i2c driver
10102
10103     Signed-off-by: Heiko Schocher <hs@denx.de>
10104
10105 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
10106 Author: Heiko Schocher <hs@denx.de>
10107 Date:   Fri Oct 17 12:15:05 2008 +0200
10108
10109     mgsuvd: fix coding style
10110
10111     Signed-off-by: Heiko Schocher <hs@denx.de>
10112
10113 commit 5f4c3137f4f051787707c548133823f1656eb508
10114 Author: Heiko Schocher <hs@denx.de>
10115 Date:   Fri Oct 17 12:13:30 2008 +0200
10116
10117     mgcoge: Second Flash on CS5 not on CS1
10118
10119     Signed-off-by: Heiko Schocher <hs@denx.de>
10120
10121 commit 76da19df5b8e186d269f29190696bd31fb6c836b
10122 Author: Kumar Gala <galak@kernel.crashing.org>
10123 Date:   Thu Oct 16 21:52:08 2008 -0500
10124
10125     Added arch_lmb_reserve to allow arch specific memory regions protection
10126
10127     Each architecture has different ways of determine what regions of memory
10128     might not be valid to get overwritten when we boot.  This provides a
10129     hook to allow them to reserve any regions they care about.  Currently
10130     only ppc, m68k and sparc need/use this.
10131
10132     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10133
10134 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
10135 Author: Heiko Schocher <hs@denx.de>
10136 Date:   Thu Oct 16 16:32:35 2008 +0200
10137
10138     mgcoge: added CONFIG_FIT to support the new u-boot image format
10139
10140     Signed-off-by: Heiko Schocher <hs@denx.de>
10141
10142 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
10143 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10144 Date:   Thu Oct 16 15:01:15 2008 +0200
10145
10146     rename CFG_ macros to CONFIG_SYS
10147
10148     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10149
10150 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
10151 Author: Kumar Gala <galak@kernel.crashing.org>
10152 Date:   Mon Oct 13 14:12:55 2008 -0500
10153
10154     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
10155
10156     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10157
10158 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
10159 Author: Kumar Gala <galak@kernel.crashing.org>
10160 Date:   Tue Sep 23 10:05:02 2008 -0500
10161
10162     Expose command table search for sub-commands
10163
10164     Sub-command can benefit from using the same table and search functions
10165     that top level commands have.  Expose this functionality by refactoring
10166     find_cmd() and introducing find_cmd_tbl() that sub-command processing
10167     can call.
10168
10169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10170
10171 commit f7e51b27508446f8cae3927975817137979ad5e8
10172 Author: Heiko Schocher <hs@denx.de>
10173 Date:   Wed Oct 15 09:41:33 2008 +0200
10174
10175     mgsuvd, mgcoge: added BOOTCOUNT feature.
10176
10177     Signed-off-by: Heiko Schocher <hs@denx.de>
10178
10179 commit 8f64da7f83b553889bc08400c97047998382e9d2
10180 Author: Heiko Schocher <hs@denx.de>
10181 Date:   Wed Oct 15 09:41:00 2008 +0200
10182
10183     mgcoge, mgsuvd: added support for the IVM EEprom.
10184
10185     The EEprom contains some Manufacturerinformation,
10186     which are read from u-boot at boot time, and saved
10187     in same hush shell variables.
10188
10189     Signed-off-by: Heiko Schocher <hs@denx.de>
10190
10191 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
10192 Author: Heiko Schocher <hs@denx.de>
10193 Date:   Wed Oct 15 09:40:28 2008 +0200
10194
10195     hush: add showvar command for hush shell.
10196
10197     This new command shows the local variables defined in
10198     the hush shell:
10199
10200     => help showvar
10201     showvar
10202         - print values of all hushshell variables
10203     showvar name ...
10204         - print value of hushshell variable 'name'
10205
10206     Also make the set_local_var() and unset_local_var ()
10207     no longer static, so it is possible to define local
10208     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
10209     is defined, u-boot calls hush_init_var (), where
10210     boardspecific code can define local hush shell
10211     variables at boottime.
10212
10213     Signed-off-by: Heiko Schocher <hs@denx.de>
10214
10215 commit 67b23a322848d828a5e45c0567b72762bfde7abf
10216 Author: Heiko Schocher <hs@denx.de>
10217 Date:   Wed Oct 15 09:39:47 2008 +0200
10218
10219     I2C: adding new "i2c bus" Command to the I2C Subsystem.
10220
10221     With this Command it is possible to add new I2C Busses,
10222     which are behind 1 .. n I2C Muxes. Details see README.
10223
10224     Signed-off-by: Heiko Schocher <hs@denx.de>
10225
10226 commit c24853644ddd2dd2e4246b5854a93e6254a14092
10227 Author: Heiko Schocher <hs@denx.de>
10228 Date:   Wed Oct 15 09:39:08 2008 +0200
10229
10230     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
10231
10232     As documented in doc/I2C_Edge_Conditions, adding a
10233     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
10234     for the mgcoge and mgsuvd board.
10235
10236     This code was originally written by Keymile in association
10237     with Anatech and Atmel in 1998. The Code toggels the SCL
10238     until the SCA line goes to HIGH (max. 16 times).
10239     And after this, a start condition is sent.
10240
10241     This is another approach to deblock the I2C Bus. The
10242     soft I2C driver actually sends 9 clocks with SDA High,
10243     and then a stop at the end, to deblock the I2C Bus.
10244
10245     Maybe we should use the approach from Keymile as
10246     the new standard?
10247
10248     Signed-off-by: Heiko Schocher <hs@denx.de>
10249
10250 commit 4ca107effebfbabac1057c39632105dacef95957
10251 Author: Heiko Schocher <hs@denx.de>
10252 Date:   Wed Oct 15 09:38:38 2008 +0200
10253
10254     soft_i2c: Add CFG_I2C_INIT_BOARD option
10255
10256     This patch adds the option for a boardspecific
10257     I2C deblocking mechanism for the soft i2c driver.
10258
10259     Signed-off-by: Heiko Schocher <hs@denx.de>
10260
10261 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
10262 Author: Heiko Schocher <hs@denx.de>
10263 Date:   Wed Oct 15 09:38:07 2008 +0200
10264
10265     mgcoge, mgsuvd: add DTT (LM75) support.
10266
10267     Signed-off-by: Heiko Schocher <hs@denx.de>
10268
10269 commit 8e442df438ab677057571e3ac01846bff7719bce
10270 Author: Heiko Schocher <hs@denx.de>
10271 Date:   Wed Oct 15 09:37:34 2008 +0200
10272
10273     lm75: Make the LM75 MULTI_BUS compatible.
10274
10275     Signed-off-by: Heiko Schocher <hs@denx.de>
10276
10277 commit 12f1678127c1df2b2878ba93c88948bedc060775
10278 Author: Heiko Schocher <hs@denx.de>
10279 Date:   Wed Oct 15 09:37:04 2008 +0200
10280
10281     lm75: fix Codingstyle issues.
10282
10283     Signed-off-by: Heiko Schocher <hs@denx.de>
10284
10285 commit f2202450c75ba6934b356024101500ddcde6e2a6
10286 Author: Heiko Schocher <hs@denx.de>
10287 Date:   Wed Oct 15 09:36:33 2008 +0200
10288
10289     mgcoge, mgsuvd: added EEprom support.
10290
10291     Signed-off-by: Heiko Schocher <hs@denx.de>
10292
10293 commit 9661bf9d120f760238b2a073b84f2baf05010057
10294 Author: Heiko Schocher <hs@denx.de>
10295 Date:   Wed Oct 15 09:36:03 2008 +0200
10296
10297     mgcoge, mgsuvd: add I2C support.
10298
10299     Signed-off-by: Heiko Schocher <hs@denx.de>
10300
10301 commit 98aed379586a155292efbf3209356836584b601c
10302 Author: Heiko Schocher <hs@denx.de>
10303 Date:   Wed Oct 15 09:35:26 2008 +0200
10304
10305     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
10306
10307     This patch fixes the following warnings, when using
10308     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
10309     systems:
10310
10311     soft_i2c.c: In function 'send_reset':
10312     soft_i2c.c:93: warning: unused variable 'immr'
10313     soft_i2c.c: In function 'send_start':
10314     soft_i2c.c:124: warning: unused variable 'immr'
10315     soft_i2c.c: In function 'send_stop':
10316     soft_i2c.c:146: warning: unused variable 'immr'
10317     soft_i2c.c: In function 'send_ack':
10318     soft_i2c.c:171: warning: unused variable 'immr'
10319     soft_i2c.c: In function 'write_byte':
10320     soft_i2c.c:196: warning: unused variable 'immr'
10321     soft_i2c.c: In function 'read_byte':
10322     soft_i2c.c:244: warning: unused variable 'immr'
10323
10324     Signed-off-by: Heiko Schocher <hs@denx.de>
10325
10326 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
10327 Author: Heiko Schocher <hs@denx.de>
10328 Date:   Wed Oct 15 09:34:45 2008 +0200
10329
10330     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
10331
10332     Signed-off-by: Heiko Schocher <hs@denx.de>
10333
10334 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
10335 Author: Heiko Schocher <hs@denx.de>
10336 Date:   Wed Oct 15 09:34:05 2008 +0200
10337
10338     mgcoge: fix Coding Style issues.
10339
10340     Signed-off-by: Heiko Schocher <hs@denx.de>
10341
10342 commit e43a27c49712203fe8848a17714330623edfb2eb
10343 Author: Heiko Schocher <hs@denx.de>
10344 Date:   Wed Oct 15 09:33:30 2008 +0200
10345
10346     I2C: add new command i2c reset.
10347
10348     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
10349     it is not possible to get out of this, until the
10350     complete Hardware gets a reset. This new commando
10351     calls again i2c_init (and that calls i2c_init_board
10352     if defined), which will deblock the I2C Bus.
10353
10354     Signed-off-by: Heiko Schocher <hs@denx.de>
10355     Signed-off-by: Wolfgang Denk <wd@denx.de>
10356
10357 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
10358 Author: Heiko Schocher <hs@denx.de>
10359 Date:   Wed Oct 15 09:32:25 2008 +0200
10360
10361     mgsuvd, mgcoge: move this 2 boards in one dir.
10362
10363     There are some more extensions, which are for both boards
10364     and some more boards from this manufacturer will follow soon.
10365
10366     Signed-off-by: Heiko Schocher <hs@denx.de>
10367     Signed-off-by: Wolfgang Denk <wd@denx.de>
10368
10369 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
10370 Author: Dirk Eibach <eibach@gdsys.de>
10371 Date:   Wed Oct 8 13:44:27 2008 +0200
10372
10373     hwmon: Add LM63 support
10374
10375     This patch adds support for the National LM63 temperature
10376     sensor with integrated fan control. It's used on the GDSys
10377     Neo board (405EP) which will be submitted later.
10378
10379     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10380     Acked-by: Stefan Roese <sr@denx.de>
10381
10382 commit 7ba890bf2f2b92831420243c058951aa831119fd
10383 Author: Kyungmin Park <kmpark@infradead.org>
10384 Date:   Wed Oct 8 11:01:17 2008 +0900
10385
10386     Add Red Black Tree support
10387
10388     Now it's used at UBI module. Of course other modules can use it.
10389     If you want to use it, please define CONFIG_RBTREE
10390
10391     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10392
10393 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
10394 Author: richardretanubun <richardretanubun@ruggedcom.com>
10395 Date:   Mon Oct 6 16:10:53 2008 -0400
10396
10397     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
10398
10399     Added support for CONFIG_EFI_PARTITION to ext2 commands.
10400     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
10401
10402 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
10403 Author: richardretanubun <richardretanubun@ruggedcom.com>
10404 Date:   Fri Sep 26 11:13:22 2008 -0400
10405
10406     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
10407
10408     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
10409     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
10410
10411     Based on linux/fs/partitions/efi.[ch]
10412
10413     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
10414
10415 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
10416 Author: Bartlomiej Sieka <tur@semihalf.com>
10417 Date:   Wed Oct 1 15:26:32 2008 +0200
10418
10419     FIT: output image load address for type 'firmware', fix message while there
10420
10421     Now that the auto-update feature uses the 'firmware' type for updates, it is
10422     useful to inspect the load address of such images.
10423
10424     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10425
10426 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
10427 Author: Bartlomiej Sieka <tur@semihalf.com>
10428 Date:   Wed Oct 1 15:26:31 2008 +0200
10429
10430     Automatic software update from TFTP server
10431
10432     The auto-update feature allows to automatically download software updates
10433     from a TFTP server and store them in Flash memory during boot. Updates are
10434     contained in a FIT file and protected with SHA-1 checksum.
10435
10436     More detailed description can be found in doc/README.update.
10437
10438     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10439     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10440
10441 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
10442 Author: Bartlomiej Sieka <tur@semihalf.com>
10443 Date:   Wed Oct 1 15:26:27 2008 +0200
10444
10445     flash: factor out adjusting of Flash address to the end of sector
10446
10447     The upcoming automatic update feature needs the ability to adjust an
10448     address within Flash to the end of its respective sector. Factor out
10449     this functionality to a new function flash_sect_roundb().
10450
10451     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10452     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10453     Signed-off-by: Stefan Roese <sr@denx.de>
10454
10455 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
10456 Author: Bartlomiej Sieka <tur@semihalf.com>
10457 Date:   Wed Oct 1 15:26:29 2008 +0200
10458
10459     net: Make TFTP server timeout configurable
10460
10461     There are two aspects of a TFTP transfer involving timeouts:
10462     1. timeout waiting for initial server reply after sending RRQ
10463     2. timeouts while transferring actual data from the server
10464
10465     Since the upcoming auto-update feature attempts a TFTP download during each
10466     boot, it is undesirable to have a long delay when the TFTP server is not
10467     available. Thus, this commit makes the server timeout (1.) configurable by two
10468     global variables:
10469
10470     TftpRRQTimeoutMSecs
10471     TftpRRQTimeoutCountMax
10472
10473     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
10474     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
10475     The total delay when trying to download a file from a non-existing TFTP server
10476     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
10477
10478     Timeouts during file transfers (2.) are unaffected.
10479
10480     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10481     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10482     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10483
10484 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
10485 Author: Bartlomiej Sieka <tur@semihalf.com>
10486 Date:   Wed Oct 1 15:26:28 2008 +0200
10487
10488     net: express the first argument to NetSetTimeout() in milliseconds
10489
10490     Enforce millisecond semantics of the first argument to NetSetTimeout() --
10491     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
10492     get_timer() countiing in milliseconds).
10493
10494     Rationale for this patch is to enable millisecond granularity for
10495     network-related timeouts, which is needed for the upcoming automatic
10496     software update feature.
10497
10498     Summary of changes:
10499     - do not scale the first argument to NetSetTimeout() by CFG_HZ
10500     - change timeout values used in the networking code to milliseconds
10501
10502     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10503     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10504     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10505
10506 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
10507 Author: richardretanubun <richardretanubun@ruggedcom.com>
10508 Date:   Mon Sep 29 18:28:23 2008 -0400
10509
10510     Adds two more ethernet interface to 83xx
10511
10512     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
10513     Six eth interface is chosen because the platform I am using combines
10514     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
10515
10516     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
10517     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10518
10519 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
10520 Author: Haiying Wang <Haiying.Wang@freescale.com>
10521 Date:   Wed Sep 24 11:42:12 2008 -0500
10522
10523     Change UEC PHY interface to RGMII on MPC8568MDS
10524
10525     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
10526
10527     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
10528     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
10529
10530     Now both UEC1 and UEC2 can work properly under u-boot.
10531
10532     It is also in consistent with the kernel setting for 8568 UEC phy interface.
10533
10534     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10535     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10536
10537 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
10538 Author: Wolfgang Denk <wd@denx.de>
10539 Date:   Sat Oct 18 21:30:31 2008 +0200
10540
10541     Prepare v2008.10 release: update CHANGELOG & Makefile
10542
10543     Signed-off-by: Wolfgang Denk <wd@denx.de>
10544
10545 commit f7a35a60cf45491871a5c28e9ad24db005487857
10546 Author: Heiko Schocher <hs@denx.de>
10547 Date:   Fri Oct 17 18:24:06 2008 +0200
10548
10549     mgcoge: add redundant environment sector
10550
10551     Signed-off-by: Heiko Schocher <hs@denx.de>
10552     Signed-off-by: Wolfgang Denk <wd@denx.de>
10553
10554 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
10555 Author: Heiko Schocher <hs@denx.de>
10556 Date:   Fri Oct 17 18:23:27 2008 +0200
10557
10558     mgsuvd: update size of environment
10559
10560     Signed-off-by: Heiko Schocher <hs@denx.de>
10561
10562 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
10563 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
10564 Date:   Thu Oct 16 13:38:00 2008 -0500
10565
10566     83xx NAND boot: wait for LTESR[CC]
10567
10568     At least some revisions of the 8313, and possibly other chips, do not
10569     wait for all pages of the initial 4K NAND region to be loaded before
10570     beginning execution; thus, we wait for it before branching out of the
10571     first NAND page.
10572
10573     This fixes warm reset problems when booting from NAND on 8313erdb.
10574
10575     Signed-off-by: Scott Wood <scottwood@freescale.com>
10576     Acked-by: Kim Phillips <kim.phillips@freescale.com>
10577
10578 commit bf29e0ea0af03d593c64614136acc723a7a022a2
10579 Author: Yuri Tikhonov <yur@emcraft.com>
10580 Date:   Fri Oct 17 12:54:18 2008 +0200
10581
10582     ppc4xx: PPC44x MQ initialization
10583
10584     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
10585     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
10586     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
10587
10588     Previously the appropriate initialization had been made in Linux, by the
10589     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
10590     registers after normal operation has begun is not supported and could
10591     have unpredictable results.
10592
10593     Comment from Stefan: This patch doesn't change the resulting value of the
10594     MQ registers. It explicitly sets/clears all bits to the desired state which
10595     better documents the resulting register value instead of relying on pre-set
10596     default values.
10597
10598     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10599     Signed-off-by: Stefan Roese <sr@denx.de>
10600
10601 commit ec081c2c190148b374e86a795fb6b1c49caeb549
10602 Author: Stefan Roese <sr@denx.de>
10603 Date:   Fri Oct 17 12:51:46 2008 +0200
10604
10605     ppc4xx: PPC44x MQ initialization
10606
10607     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
10608     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
10609     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
10610
10611     Previously the appropriate initialization had been made in Linux, by the
10612     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
10613     registers after normal operation has begun is not supported and could
10614     have unpredictable results.
10615
10616     Comment from Stefan: This patch doesn't change the resulting value of the
10617     MQ registers. It explicitly sets/clears all bits to the desired state which
10618     better documents the resulting register value instead of relying on pre-set
10619     default values.
10620
10621     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10622     Signed-off-by: Stefan Roese <sr@denx.de>
10623
10624 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
10625 Author: Kumar Gala <galak@kernel.crashing.org>
10626 Date:   Thu Oct 16 21:58:50 2008 -0500
10627
10628     85xx: Using proper I2C source clock divider for MPC8544
10629
10630     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
10631     bit 26, instead it should be bit 28.  This caused in incorrect
10632     interpretation of the i2c_clk which is the same as the SEC clk on
10633     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
10634     in PORDEVSR2.
10635
10636     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10637
10638 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
10639 Author: Kumar Gala <galak@kernel.crashing.org>
10640 Date:   Thu Oct 16 21:58:49 2008 -0500
10641
10642     Revert "85xx: Using proper I2C source clock divider for MPC8544"
10643
10644     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
10645
10646     The fix introduced by this patch is not correct.  The problem is
10647     that the documentation is not correct for the MPC8544 with regards
10648     to which bit in PORDEVSR2 is for the SEC_CFG.
10649
10650     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10651
10652 commit 2179c4766bffeece98e5e92040629a96c97e230c
10653 Author: Kumar Gala <galak@kernel.crashing.org>
10654 Date:   Wed Oct 15 10:19:41 2008 -0500
10655
10656     85xx: Fix compile warning
10657
10658     mpc8536ds.c: In function 'is_sata_supported':
10659     mpc8536ds.c:614: warning: unused variable 'devdisr'
10660
10661     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10662
10663 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
10664 Author: Jason Jin <Jason.jin@freescale.com>
10665 Date:   Wed Oct 15 10:40:24 2008 +0800
10666
10667     Fix the function conflict in x86emu when DEBUG is on
10668
10669     The function parse_line() in common/main.c was exposed globally by commit
10670     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
10671     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
10672     This patch fix this by renaming the function in the debug.c file.
10673
10674     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10675
10676 commit b4dbacf69a669a17487054552fc2761149dd6767
10677 Author: Wolfgang Denk <wd@denx.de>
10678 Date:   Wed Oct 15 15:50:45 2008 +0200
10679
10680     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
10681
10682     Signed-off-by: Wolfgang Denk <wd@denx.de>
10683
10684 commit 374b9038293d01d8744a46af9b7854a6fd99b228
10685 Author: Heiko Schocher <hs@denx.de>
10686 Date:   Wed Oct 15 09:51:19 2008 +0200
10687
10688     Fix compiler warning in lib_ppc/board.c
10689
10690     Fix compiler warning introduced by commit 0f8cbc18
10691
10692     Signed-off-by: Heiko Schocher <hs@denx.de>
10693     Signed-off-by: Wolfgang Denk <wd@denx.de>
10694
10695 commit 9724555755a6f1066636481b41f7094e0ce93a69
10696 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10697 Date:   Thu Oct 9 10:29:14 2008 +0530
10698
10699     mpc83xx: wait till UPM completes the write to array
10700
10701     Reference manual states that MxMR[MAD] increment is the indication
10702     of write to UPM array is complete. Honour that. Also, make the dummy
10703     write explicit.
10704
10705     also fix the comment.
10706
10707     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10708     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10709
10710 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
10711 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10712 Date:   Wed Oct 8 18:12:20 2008 -0500
10713
10714     Remove unwanted ';' at end of define.
10715
10716     Currently this is not creating any problem. But it will result
10717     in compilation error when used as below.
10718
10719     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
10720
10721     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10722
10723     continuation of the theme based on git grep "^#define CFG_.*;$" include/
10724
10725     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10726
10727 commit b2934a56650e9a6c54432f9ce6dc36757967385e
10728 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10729 Date:   Mon Oct 6 10:53:59 2008 -0400
10730
10731     ARM DaVinci: Add maintainer information for SFFSDR board.
10732
10733     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10734
10735 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
10736 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10737 Date:   Sat Oct 4 19:26:16 2008 +0200
10738
10739     api: fix type mismatch
10740
10741     This patch fixes a type mismatch and thus removes a compiler
10742     warning when compiling with CONFIG_API on powerpc.
10743
10744     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10745
10746 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
10747 Author: Peter Tyser <ptyser@xes-inc.com>
10748 Date:   Wed Oct 1 12:25:04 2008 -0500
10749
10750     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
10751
10752     Original code displayed:
10753      => help i2c
10754      i2c i2c speed [speed] - show or set I2C bus speed
10755      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
10756      ...
10757
10758     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10759
10760 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
10761 Author: Wolfgang Denk <wd@denx.de>
10762 Date:   Tue Oct 14 22:13:41 2008 +0200
10763
10764     Update CHANGELOG
10765
10766     Signed-off-by: Wolfgang Denk <wd@denx.de>
10767
10768 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
10769 Author: Jason Jin <Jason.jin@freescale.com>
10770 Date:   Fri Oct 10 11:41:01 2008 +0800
10771
10772     Do not init SATA when disabled on 8536DS.
10773
10774     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
10775     driver still try to access the SATA registers, the cpu will hangup.
10776     This patch try to fix this by reading the serdes status before the SATA
10777     initialize.
10778
10779     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10780     Acked-by: Andy Fleming <afleming@freescale.com>
10781
10782 commit 9dbc366744960013965fce8851035b6141f3b3ae
10783 Author: Remy Bohmer <linux@bohmer.net>
10784 Date:   Fri Oct 10 10:23:22 2008 +0200
10785
10786     The PIPE_INTERRUPT flag is used wrong
10787
10788     At a lot of places in the code the PIPE_INTERRUPT flags and friends
10789     are used wrong. The wrong bits are compared to this flag resulting
10790     in wrong conditions. Also there are macros that should be used for
10791     PIPE_* flags.
10792     This patch tries to fix them all, however, I was not able to test the
10793     changes, because I do not have any of these boards.
10794
10795     Review required!
10796
10797     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10798     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10799
10800 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
10801 Author: Remy Bohmer <linux@bohmer.net>
10802 Date:   Fri Oct 10 10:23:21 2008 +0200
10803
10804     fix USB initialisation procedure
10805
10806     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
10807     At some places directly 8,16,32,64 was used instead of the encoded
10808     value. Made a enum for the options to make this more clear and to help
10809     preventing similar errors in the future.
10810
10811     After fixing this bug it became clear that another bug existed where
10812     the 'pipe' is and-ed with PIPE_* flags, where it should have been
10813     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
10814
10815     Also removed the triple 'get_device_descriptor' sequence, it has no use,
10816     and Windows nor Linux behaves that way.
10817     There is also a poll going on with a timeout when usb_control_msg() fails.
10818     However, the poll is useless, because the flag will never be set on a error,
10819     because there is no code that runs in a parallel that can set this flag.
10820     Changed this to something more logical.
10821
10822     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
10823     Linux is doing. There is no difference anymore in the early initialisation
10824     sequence.
10825
10826     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10827     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10828
10829 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
10830 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
10831 Date:   Fri Oct 3 00:03:55 2008 +0400
10832
10833     fsl_diu: fix alignment error that caused malloc corruption
10834
10835     When aligning malloc()ed screen_base, invalid offset was added.
10836     This not only caused misaligned result (which did not cause hardware
10837     misbehaviour), but - worse - caused screen_base + smem_len to
10838     be out of malloc()ed space, which in turn caused breakage of
10839     futher malloc()/free() operation.
10840
10841     This patch fixes screen_base alignment.
10842
10843     Also this patch makes memset() that cleans framebuffer to be executed
10844     on first initialization of diu, not only on re-initialization. It looks
10845     correct to clean the framebuffer instead of displaying random garbage;
10846     I believe that was disabled only because that memset caused breakage
10847     of malloc/free described above - which no longer happens with the fix
10848     described above.
10849
10850     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
10851
10852 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
10853 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10854 Date:   Wed Sep 24 10:29:37 2008 +0200
10855
10856     api: Fix building with CONFIG_API
10857
10858     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
10859
10860     USB_MAX_STOR_DEV is defined in include/usb.h, but
10861     needed in api/api_storage.c.
10862
10863     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10864
10865 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
10866 Author: Peter Tyser <ptyser@xes-inc.com>
10867 Date:   Tue Sep 23 12:39:40 2008 -0500
10868
10869     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
10870
10871     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10872
10873 commit 81e612014c40c922ec35488d17c504d4e9286f06
10874 Author: Peter Tyser <ptyser@xes-inc.com>
10875 Date:   Tue Sep 23 12:38:42 2008 -0500
10876
10877     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
10878
10879     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
10880     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
10881     sensor drivers are not necessary
10882
10883     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10884
10885 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
10886 Author: Mike Frysinger <vapier@gentoo.org>
10887 Date:   Tue Oct 14 07:04:38 2008 -0400
10888
10889     cmd_spi: remove broken signed casting for display
10890
10891     Since we're working with unsigned data, you can't apply a signed pointer
10892     cast and then attempt to print the result.  Otherwise you get wrong output
10893     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
10894
10895     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10896
10897 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
10898 Author: Mike Frysinger <vapier@gentoo.org>
10899 Date:   Tue Oct 14 07:05:24 2008 -0400
10900
10901     strings cmd: drop old CONFIG_CFG_STRINGS define
10902
10903     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
10904     CONFIG_CMD_STRINGS and Makefile control.
10905
10906     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10907
10908 commit fecb5ade3b37f62981f2b05b621005850173aaa9
10909 Author: Jason Jin <Jason.jin@freescale.com>
10910 Date:   Fri Sep 19 17:32:49 2008 +0800
10911
10912     Fix the NAND size overflow issue.
10913
10914     When the total size of all NAND devices exceeds 4 GiB, the size  will
10915     overflow. This patch tries to fix this.
10916
10917     Note that we still have a problem when a single NAND device is bigger
10918     than 4 GiB: then the overflow would actually happen earlier, i. e.
10919     when storing the size in nand_info[].size, as nand_info[].size is an
10920     "u_int32_t".
10921
10922     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10923     Signed-off-by: Wolfgang Denk <wd@denx.de>
10924
10925 commit 30f574717277238b9014b8136c90eea77196490f
10926 Author: Louis Su <louis@asix.com.tw>
10927 Date:   Wed Jul 9 11:01:37 2008 +0800
10928
10929     AX88180: new gigabit network driver
10930
10931     Signed-off-by: Louis Su <louis@asix.com.tw>
10932     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10933
10934 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
10935 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10936 Date:   Tue Aug 19 16:07:03 2008 +0200
10937
10938     enable 10/100M at VSC8601 at tsec driver
10939
10940     Currently VSC8601 doesn't link with 10/100M partners if the
10941     EEPROM/Strapping is not set up.
10942     Setting the auto-neg register fixes this.
10943
10944     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10945     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10946
10947 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
10948 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10949 Date:   Tue Sep 30 15:02:53 2008 +0900
10950
10951     net: ne2000: Divided a function of NE2000 driver
10952
10953     get_prom function was used __attriute__ , but it is not enable.
10954     ax88796.o does not do link besides ne2000.o. When ld is carried
10955     out, get_prom function of ax88796.c is ignored.
10956     This problem is a thing by specifications of ld.
10957     I checked and test this patch on SuperH and MIPS.
10958
10959     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10960     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10961
10962 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
10963 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10964 Date:   Tue Oct 14 11:10:59 2008 +0900
10965
10966     sh: rsk7203: Add smc911x driver support to board config file
10967
10968     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10969     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10970
10971 commit cae6f909baf86357b3c0bd01acfc414348c4d175
10972 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10973 Date:   Thu Oct 9 13:54:33 2008 +0900
10974
10975     sh: Fix cannot execute a stand-alone application
10976
10977     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
10978
10979     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10980     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10981
10982 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
10983 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
10984 Date:   Wed Oct 8 23:38:00 2008 -0500
10985
10986     fsl_pci_init do not scan bus when configured as an end-point
10987
10988     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
10989     Acked-by: Andy Fleming <afleming@freescale.com>
10990
10991 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
10992 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10993 Date:   Tue Sep 16 17:07:53 2008 -0400
10994
10995     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
10996
10997     This is no longer necessary now that the GD_FLG_RELOC flag is set for
10998     all ARM boards.
10999
11000     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11001
11002 commit d977a57356657ba241256231efca32828a5822f9
11003 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
11004 Date:   Sat Sep 13 10:04:32 2008 +0200
11005
11006     Fix lzma uncompress call (image_start wrongly used instead image_len)
11007
11008     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
11009
11010 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
11011 Author: Nick Spence <nick.spence@freescale.com>
11012 Date:   Thu Aug 28 14:09:15 2008 -0700
11013
11014     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
11015
11016     This is needed in unlock_ram_in_cache() because it is called from C and
11017     will corrupt the small data area anchor that is kept in R2.
11018
11019     lock_ram_in_cache() is modified similarly as good coding practice, but
11020     is not called from C.
11021
11022     Signed-off-by: Nick Spence <nick.spence@freescale.com>
11023
11024 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
11025 Author: Kumar Gala <galak@kernel.crashing.org>
11026 Date:   Tue Aug 19 15:05:34 2008 -0500
11027
11028     86xx: remove redudant code with lib_ppc/interrupts.c
11029
11030     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
11031     Not know how that happened, but there is no good reason for it.
11032
11033     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
11034     they exist.
11035
11036     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11037
11038 commit 0d01f66d235118515b5086b88f82498bc0695d6a
11039 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11040 Date:   Thu Oct 9 01:26:36 2008 -0500
11041
11042     CFI: cfi_flash write fix for AMD legacy
11043
11044     The flash_unlock_seq requires a sector for AMD_LEGACY.
11045     Fix a retcode check typeo.
11046
11047     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11048     Signed-off-by: Stefan Roese <sr@denx.de>
11049
11050 commit 542b385a620a1783454a00424930e51895f45073
11051 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11052 Date:   Tue Oct 7 13:13:10 2008 +0200
11053
11054     ppc4xx: Fix USB 2.0 phy reset sequence
11055
11056     This patch fixes USB 2.0 communication issues on some DU440 boards.
11057
11058     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11059     Signed-off-by: Stefan Roese <sr@denx.de>
11060
11061 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
11062 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11063 Date:   Tue Oct 7 13:13:09 2008 +0200
11064
11065     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
11066
11067     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11068     Signed-off-by: Stefan Roese <sr@denx.de>
11069
11070 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
11071 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11072 Date:   Tue Oct 7 13:13:08 2008 +0200
11073
11074     ppc4xx: Fix DU440 GPIO configuration
11075
11076     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11077     Signed-off-by: Stefan Roese <sr@denx.de>
11078
11079 commit 35dd025c70fcc4389317db2f2a9d14795172137d
11080 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11081 Date:   Tue Oct 7 13:13:07 2008 +0200
11082
11083     ppc4xx: Update DU440 config
11084
11085     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11086     Signed-off-by: Stefan Roese <sr@denx.de>
11087
11088 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
11089 Author: Kumar Gala <galak@kernel.crashing.org>
11090 Date:   Wed Oct 8 15:36:39 2008 -0500
11091
11092     MPC8572DS: Fix compile warnings
11093
11094     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
11095     compile warnings:
11096
11097     cmd_i2c.c:112: warning: missing braces around initializer
11098     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
11099
11100     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11101
11102 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
11103 Author: Wolfgang Grandegger <wg@grandegger.com>
11104 Date:   Tue Sep 30 10:55:57 2008 +0200
11105
11106     85xx: Using proper I2C source clock divider for MPC8544
11107
11108     Measurements with our MPC8544 board showed that the I2C bus frequency
11109     is wrong by a factor of 1.5. Obviously, the interpretation of the
11110     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
11111     correct. There seems to be an error in the 8544 RM.
11112
11113     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
11114
11115 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
11116 Author: Rafal Czubak <rcz@semihalf.com>
11117 Date:   Wed Oct 8 13:41:30 2008 +0200
11118
11119     FSL: Fix get_cpu_board_revision() return value.
11120
11121     get_cpu_board_revision() returned board revision based on information stored
11122     in global static struct eeprom. It should instead use one from local struct
11123     board_eeprom, to which the data is actually read from EEPROM. The bug led to
11124     system hang after printing L1 cache information on U-Boot startup. The problem
11125     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
11126     boards using CFG_I2C_EEPROM_CCID.
11127
11128     The change has been successfully tested on MPC8555CDS system.
11129
11130     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
11131
11132 commit 747f316cca484ed627a97dd3391febabce384186
11133 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11134 Date:   Tue Sep 30 20:08:49 2008 +0200
11135
11136     update uImage FIT multi documentation
11137
11138     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11139
11140 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
11141 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11142 Date:   Tue Sep 30 20:08:36 2008 +0200
11143
11144     move README.imx31 to doc/ and merge with README.mx31
11145
11146     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11147
11148 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
11149 Author: Guennadi Liakhovetski <lg@denx.de>
11150 Date:   Thu Sep 25 20:54:37 2008 +0200
11151
11152     i.MX31: switch to CFG_HZ=1000
11153
11154     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
11155     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
11156     provides 2% or 0.4% precision depending on the
11157     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
11158     boot-delay.
11159
11160     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11161
11162 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
11163 Author: gnusercn <gnusercn@gmail.com>
11164 Date:   Wed Oct 8 18:58:58 2008 +0200
11165
11166     Fix bug: in arch-arm, env_get_char dose not work fine
11167
11168     due to the arm implementation which supposed that U-Boot is in RAM
11169     when we jump to start_armboot
11170
11171     Signed-off-by: gnusercn <gnusercn@gmail.com>
11172     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11173
11174 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
11175 Author: Adam Graham <agraham@amcc.com>
11176 Date:   Mon Oct 6 10:16:13 2008 -0700
11177
11178     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
11179
11180     After changing SDRAM_CLKTR phase value rerun the memory preload
11181     initialization sequence (INITPLR) to reset and relock the memory
11182     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
11183     adjustment effects the phase relationship of the internal, to the
11184     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
11185
11186     Signed-off-by: Adam Graham <agraham@amcc.com>
11187     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11188     Signed-off-by: Stefan Roese <sr@denx.de>
11189
11190 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
11191 Author: Haiying Wang <Haiying.Wang@freescale.com>
11192 Date:   Fri Oct 3 11:48:03 2008 -0400
11193
11194     Remove redundant #define for MPC8536DS
11195
11196     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11197
11198 commit 445a7b38308eb05b41de74165b20855db58c7ee5
11199 Author: Haiying Wang <Haiying.Wang@freescale.com>
11200 Date:   Fri Oct 3 11:47:30 2008 -0400
11201
11202     Add ID EEPROM support for MPC8572DS
11203
11204     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
11205     system information like mac addresses etc. This patch enables it.
11206
11207     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11208
11209 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
11210 Author: Haiying Wang <Haiying.Wang@freescale.com>
11211 Date:   Fri Oct 3 11:46:59 2008 -0400
11212
11213     Minor fixes for I2C address on MPC8572DS
11214
11215     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
11216     according to the board spec, and adds the 2nd i2c bus offset.
11217
11218     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11219
11220 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
11221 Author: Jason Jin <Jason.jin@freescale.com>
11222 Date:   Sat Sep 27 14:40:57 2008 +0800
11223
11224     Fix the incorrect DDR clk freq reporting on 8536DS
11225
11226     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
11227     The display is still sync mode DDR freq. This patch try to fix
11228     this. The display DDR freq is now the actual freq in both
11229     sync and async mode.
11230
11231     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
11232
11233 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
11234 Author: Kumar Gala <galak@kernel.crashing.org>
11235 Date:   Tue Oct 7 10:28:46 2008 -0500
11236
11237     85xx: Remove setting of *cache-line-size in device trees
11238
11239     ePAPR says if the *cache-block-size is the same as *cache-line-size
11240     than we don't need the *cache-line-size property.
11241
11242     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11243
11244 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
11245 Author: Gerald Van Baren <vanbaren@cideas.com>
11246 Date:   Sat Oct 4 07:56:06 2008 -0400
11247
11248     libfdt: Fix error in documentation for fdt_get_alias_namelen()
11249
11250     Oops, screwed up the function name in the documenting comment for this
11251     function.  Trivial correction in this patch.
11252
11253     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11254     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
11255
11256 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
11257 Author: David Gibson <david@gibson.dropbear.id.au>
11258 Date:   Wed Aug 20 16:55:14 2008 +1000
11259
11260     libfdt: Add function to explicitly expand aliases
11261
11262     Kumar has already added alias expansion to fdt_path_offset().
11263     However, in some circumstances it may be convenient for the user of
11264     libfdt to explicitly get the string expansion of an alias.  This patch
11265     adds a function to do this, fdt_get_alias(), and uses it to implement
11266     fdt_path_offset().
11267
11268     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11269
11270 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
11271 Author: Mike Frysinger <vapier@gentoo.org>
11272 Date:   Thu Oct 2 01:55:38 2008 -0400
11273
11274     cfi_flash: do not reset flash when probe fails
11275
11276     The CFI flash driver starts at flash_init() which calls down into
11277     flash_get_size().  This starts by calling flash_detect_cfi().  If said
11278     function fails, flash_get_size() finishes by attempting to reset the
11279     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
11280     which filters down into flash_make_cmd() and that happily smashes the
11281     stack by sticking info->portwidth bytes into a cfiword_t variable that
11282     lives on the stack.  On a 64bit system you probably won't notice, but
11283     killing the last 8 bytes on a 32bit system usually leads to a corrupt
11284     return address.  Which is what happens on a Blackfin system.
11285
11286     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11287     Signed-off-by: Stefan Roese <sr@denx.de>
11288
11289 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
11290 Author: Stefan Roese <sr@denx.de>
11291 Date:   Fri Sep 26 17:03:26 2008 +0200
11292
11293     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
11294
11295     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
11296     Without this, the chosen node is not overwritten if it already
11297     exists.
11298
11299     Signed-off-by: Stefan Roese <sr@denx.de>
11300
11301 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
11302 Author: Jon Loeliger <jdl@freescale.com>
11303 Date:   Thu Sep 25 11:02:17 2008 -0500
11304
11305     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
11306
11307     Using Gcc 4.3 detected this problem:
11308
11309         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
11310         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
11311         occur when assuming that (X + c) < X is always false
11312
11313     To fix the problem, treat the offset as an unsigned int.
11314
11315     The problem report and proposed fix were provided
11316     by Steve Papacharalambous <stevep@freescale.com>.
11317
11318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11319
11320 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
11321 Author: David Gibson <david@gibson.dropbear.id.au>
11322 Date:   Fri Aug 29 14:19:13 2008 +1000
11323
11324     libfdt: Fix bugs in fdt_get_path()
11325
11326     The current implementation of fdt_get_path() has a couple of bugs,
11327     fixed by this patch.
11328
11329     First, contrary to its documentation, on success it returns the length
11330     of the node's path, rather than 0.  The testcase is correspondingly
11331     wrong, and the patch fixes this as well.
11332
11333     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
11334     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
11335     Specifically this happens when there is insufficient space even to
11336     hold the path's second last component.  This behaviour is corrected,
11337     and the testcase updated to check it.
11338
11339     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11340
11341 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
11342 Author: Wolfgang Denk <wd@denx.de>
11343 Date:   Wed Oct 1 12:34:58 2008 +0200
11344
11345     TQM5200: enable support for ATAPI devices
11346
11347     Signed-off-by: Wolfgang Denk <wd@denx.de>
11348
11349 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
11350 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11351 Date:   Mon Sep 15 05:48:25 2008 +0200
11352
11353     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
11354
11355     we need this due to the arm implementation which supposed that U-Boot
11356     is in RAM when we jump to start_armboot
11357
11358     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
11359     in order to do it for all arm board
11360
11361     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11362
11363 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
11364 Author: Kim Phillips <kim.phillips@freescale.com>
11365 Date:   Wed Sep 24 08:46:25 2008 -0500
11366
11367     mpc83xx: don't disable autoboot
11368
11369     bootdelay set to -1 'permanently' disables autobooting, even if
11370     bootcmd is specified.  Change to a positive value to allow
11371     autobooting when a bootcmd is set.
11372
11373     Reported-by: Coray Tate <Coray.Tate@freescale.com>
11374     Cc: Scott Wood <scottwood@freescale.com>
11375     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11376
11377 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
11378 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11379 Date:   Wed Sep 24 10:42:15 2008 +0900
11380
11381     mpc83xx: Fix typo in include/mpc83xx.h
11382
11383     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
11384
11385     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11386     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11387
11388 commit 162c41c03179727a1d14262f703c9a8bc40231fa
11389 Author: Kim Phillips <kim.phillips@freescale.com>
11390 Date:   Tue Sep 23 09:38:49 2008 -0500
11391
11392     mpc83xx: add h/w flash protection to board configs
11393
11394     the operating system may leave flash in a h/w locked state after writing.
11395     This allows u-boot to continue to write flash by enabling h/w unlocking
11396     by default.
11397
11398     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11399
11400 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
11401 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11402 Date:   Thu Sep 11 21:35:36 2008 +0400
11403
11404     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
11405
11406     The spd_dram code shifts the base address, then masks 20 bits, but
11407     forgets to shift the base address back. Fix this by just masking the
11408     base address correctly.
11409
11410     Found this bug while trying to relocate a DDR memory at the base != 0.
11411
11412     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11413     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11414
11415 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
11416 Author: Stefan Roese <sr@denx.de>
11417 Date:   Mon Sep 22 16:10:43 2008 +0200
11418
11419     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
11420
11421     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
11422     either one PCIe node or the SATA node in the device tree blob. This
11423     patch removes the unnecessary and even confusing warning, when the node
11424     is not found at all.
11425
11426     Signed-off-by: Stefan Roese <sr@denx.de>
11427
11428 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
11429 Author: Remy Bohmer <linux@bohmer.net>
11430 Date:   Fri Sep 19 13:30:06 2008 +0200
11431
11432     Add missing device types to dev_print() in part.c
11433
11434     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11435
11436 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
11437 Author: Wolfgang Denk <wd@denx.de>
11438 Date:   Mon Sep 22 22:23:06 2008 +0200
11439
11440     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
11441     eventually leads to a machine check. This change assures that DPRAM
11442     is allocated only once in that case.
11443
11444     Signed-off-by: Gary Jennejohn <garyj@denx.de>
11445     Signed-off-by: Wolfgang Denk <wd@denx.de>
11446
11447 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
11448 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
11449 Date:   Wed Sep 17 17:57:34 2008 +0200
11450
11451     Fix Spartan-3 definitions.
11452
11453     A few Spartan-3 definitions erroneously use Spartan-3E size
11454     constants. This patch fixes them.
11455
11456     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
11457
11458 commit 28113e1f0da4146b823ffce37680d31d5685a60b
11459 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
11460 Date:   Wed Sep 17 17:41:58 2008 +0200
11461
11462     Remove duplicate Spartan-3E definition.
11463
11464     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
11465     Signed-off-by: Wolfgang Denk <wd@denx.de>
11466
11467 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
11468 Author: Anatolij Gustschin <agust@denx.de>
11469 Date:   Wed Sep 17 13:46:17 2008 +0200
11470
11471     socrates: change default mtest address range
11472
11473     Running mtest command on socrates without specifying
11474     an address range crashes the board. This patch changes
11475     default mtest address range to prevent this behavior.
11476
11477     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11478
11479 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
11480 Author: Anatolij Gustschin <agust@denx.de>
11481 Date:   Wed Sep 17 12:34:45 2008 +0200
11482
11483     socrates: fix crash after relocation
11484
11485     Currently U-Boot crashes after relocation to RAM.
11486     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
11487     register to READ_LAT + 1 (to the value it was before
11488     conversion of socrates to new DDR code) fixes the
11489     problem.
11490
11491     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11492
11493 commit 562788b0a303f3528b920d81f547f5ca77ba528e
11494 Author: Anatolij Gustschin <agust@denx.de>
11495 Date:   Wed Sep 17 11:45:51 2008 +0200
11496
11497     socrates: fix SPD EEPROM address
11498
11499     Commit be0bd8234b9777ecd63c4c686f72af070d886517
11500     changed SPD EEPROM address to 0x51 and DDR SDRAM
11501     detection stopped working. Change this address
11502     back to 0x50.
11503
11504     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11505
11506 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
11507 Author: Stefan Roese <sr@denx.de>
11508 Date:   Mon Sep 22 11:06:50 2008 +0200
11509
11510     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
11511
11512     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
11513
11514     Signed-off-by: Stefan Roese <sr@denx.de>
11515
11516 commit e58c41e26cf3c8accd60311be579f452e368e97e
11517 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11518 Date:   Thu Sep 18 20:13:08 2008 +0900
11519
11520     usb: Fix compile warning of r8a66597-hcd
11521
11522     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11523     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11524
11525 commit b5d10a13525c07ec6374adf840d7c87553b5f189
11526 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11527 Date:   Thu Sep 18 19:34:36 2008 +0900
11528
11529     sh: Fix compile warning
11530
11531     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11532
11533 commit 4a065abf926f128beb36d93449defa0d690e7fef
11534 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11535 Date:   Thu Sep 18 19:04:26 2008 +0900
11536
11537     sh: Add support watchdog for SH4A core
11538
11539     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
11540     And fix some compile warning.
11541
11542     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11543
11544 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
11545 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11546 Date:   Wed Sep 17 11:45:26 2008 +0900
11547
11548     sh: Fix typo in SH serial driver
11549
11550     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11551     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11552
11553 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
11554 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11555 Date:   Wed Sep 17 11:08:36 2008 +0900
11556
11557     sh: Add support any page size and empty_zero_page to SH Linux uImage
11558
11559     Old U-Boot supported 4KB page size only. If this version, Linux
11560     kernel can not get command line from U-Boot.
11561     SH Linux kernel can change page size and empty_zero_page.
11562     This patch support this function and fix promlem.
11563
11564     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11565     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11566
11567 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
11568 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11569 Date:   Thu Aug 28 13:40:52 2008 +0900
11570
11571     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
11572
11573     Add function of smc911x, pkt_data_pull and pkt_data_push.
11574
11575     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11576     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11577
11578 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
11579 Author: Wolfgang Denk <wd@denx.de>
11580 Date:   Thu Sep 18 13:57:32 2008 +0200
11581
11582     ADS5121: fix typo in "rootpath" default setting
11583
11584     Signed-off-by: Wolfgang Denk <wd@denx.de>
11585
11586 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
11587 Author: Remy Bohmer <linux@bohmer.net>
11588 Date:   Tue Sep 16 14:55:44 2008 +0200
11589
11590     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
11591
11592     There are several differences between Linux, Windows and U-boot for initialising the
11593     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
11594     things really different, and some are wrong (compared to the USB standard).
11595
11596     This patch fixes some errors:
11597     * The NEW_init procedure that was already in the code is good, while the old procedure
11598       is wrong. See code comments for more info.
11599     * On a Control request the data returned by the device can be more than 8 bytes, while
11600       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
11601       This results in a lot of USB sticks not being recognised, and the transmission ended
11602       frequently with a CTL:TIMEOUT Error.
11603     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
11604
11605     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11606     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11607
11608 commit 6f5794a6f78b313231256958fd73673c6aacc116
11609 Author: Remy Bohmer <linux@bohmer.net>
11610 Date:   Tue Sep 16 14:55:43 2008 +0200
11611
11612     Refactoring parts of the common USB OHCI code
11613
11614     This patch refactors some large routines of the USB OHCI code by
11615     making some routines smaller and more readable which helps
11616     debugging and understanding the code. (Makes the code looks
11617     somewhat more like the Linux implementation.)
11618
11619     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
11620
11621     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11622     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11623
11624 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
11625 Author: Remy Bohmer <linux@bohmer.net>
11626 Date:   Tue Sep 16 14:55:42 2008 +0200
11627
11628     Fix for USB sticks not working on ARM while using GCC 4.x compilers
11629
11630     The GCC-compiler makes an optimisation error while optimising the routine
11631     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
11632     but there lots of compilers out there that makes this error, that it is
11633     probably wiser to workaround it in U-boot itself.
11634
11635     What happens is that the register r3 is used as loop-counter 'i', but gets
11636     overwritten later on. From there it starts using register r3 for several other
11637     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
11638
11639     This error occurs on at least several versions of Code Sourcery Lite compilers
11640     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
11641     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
11642
11643     We work around it by splitting up this routine in 2 parts, and making sure that
11644     the split out part is NOT inlined any longer. This will make GCC spit out assembler
11645     that do not show this problem. Another possibility is to adapt the Makefile to stop
11646     optimisation for the complete file. I think this solution is nicer.
11647
11648     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11649     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11650
11651 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
11652 Author: Wolfgang Denk <wd@denx.de>
11653 Date:   Wed Sep 17 10:17:55 2008 +0200
11654
11655     Coding style cleanup; update CHANEGLOG
11656
11657     Signed-off-by: Wolfgang Denk <wd@denx.de>
11658
11659 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
11660 Author: Victor Gallardo <vgallardo@amcc.com>
11661 Date:   Tue Sep 16 06:59:13 2008 -0700
11662
11663     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
11664
11665     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11666     Signed-off-by: Adam Graham <agraham@amcc.com>
11667     Signed-off-by: Stefan Roese <sr@denx.de>
11668
11669 commit ce47eb402c5e29a025399dc282246414fc492940
11670 Author: Peter Tyser <ptyser@xes-inc.com>
11671 Date:   Tue Sep 16 10:04:47 2008 -0500
11672
11673     Support for multiple SGMII/TBI interfaces for TSEC ethernet
11674
11675     Fix TBI PHY accesses to use the proper offset in CPU register space. The
11676     previous code would incorrectly access the TBI PHY by reading/writing to CPU
11677     register space at the same location as would be used to access external PHYs.
11678
11679     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11680     Acked-by: Andy Fleming <afleming@freescale.com>
11681
11682 commit 7c803be2eb3cae245dedda438776e08fb122250f
11683 Author: Wolfgang Denk <wd@denx.de>
11684 Date:   Tue Sep 16 18:02:19 2008 +0200
11685
11686     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
11687
11688     After switching to using the CFI flash driver, the correct remapping
11689     of the flash banks was forgotten.
11690
11691     Also, some boards were not adapted, and the old legacy flash driver
11692     was not removed yet.
11693
11694     Signed-off-by: Wolfgang Denk <wd@denx.de>
11695
11696 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
11697 Author: Wolfgang Denk <wd@denx.de>
11698 Date:   Sun Sep 14 00:59:35 2008 +0200
11699
11700     Prepare v2008.10-rc2
11701
11702     Signed-off-by: Wolfgang Denk <wd@denx.de>
11703
11704 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
11705 Author: Wolfgang Denk <wd@denx.de>
11706 Date:   Sat Sep 13 02:23:05 2008 +0200
11707
11708     Coding style cleanup, update CHANGELOG
11709
11710     Signed-off-by: Wolfgang Denk <wd@denx.de>
11711
11712 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
11713 Author: Peter Tyser <ptyser@xes-inc.com>
11714 Date:   Wed Sep 10 09:18:34 2008 -0500
11715
11716     Update mailing list email and archive addresses
11717
11718     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11719
11720 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
11721 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
11722 Date:   Thu Sep 11 15:40:01 2008 +0200
11723
11724     85xx: socrates: autoprobe Lime chip
11725
11726     This patch is an attempt to implement autoprobing for the Lime
11727     presence on the bus.
11728     Configure GPCM for Lime CS2 and try to access chip ID registers.
11729     Second read atempt delivers register values if the chip is present.
11730
11731     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11732
11733 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
11734 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
11735 Date:   Thu Sep 11 15:40:01 2008 +0200
11736
11737     85xx: socrates: Add support for new image format.
11738
11739     Signed-off-by: Detlev Zundel <dzu@denx.de>
11740
11741 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
11742 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11743 Date:   Thu Sep 11 17:28:18 2008 +0900
11744
11745     sh: Fix compile error for r2dplus
11746
11747     netdev.h was not include by r2dplus.
11748
11749     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11750
11751 commit 56844a22b76c719e600047e23b80465a44d76abd
11752 Author: Heiko Schocher <hs@denx.de>
11753 Date:   Thu Sep 11 08:11:23 2008 +0200
11754
11755     powerpc: Fix bootm to boot up again with a Ramdisk
11756
11757     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
11758     and this stopped Linux from booting with a Ramdisk. This patch fixes
11759     this, by deleting the useless dummy mem reservation.
11760
11761     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
11762     added to of_size, so we dont need anymore a dummy mem reservation.
11763
11764     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
11765     system (=0x44 bytes) and rounded it up to 0x80).
11766
11767     Signed-off-by: Heiko Schocher <hs@denx.de>
11768     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11769
11770 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
11771 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
11772 Date:   Mon Sep 8 02:46:13 2008 +0200
11773
11774     Add support for LZMA uncompression algorithm.
11775
11776     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
11777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11778
11779 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
11780 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11781 Date:   Fri Jun 27 23:04:20 2008 +0400
11782
11783     fsl_elbc_nand: ecclayout cleanups
11784
11785     This patch deletes oobavail assignments, they're calculated by the nand
11786     core code in nand_scan_tail, plus current oobavail values are wrong for
11787     the LP NANDs.
11788
11789     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11790     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11791     Signed-off-by: Scott Wood <scottwood@freescale.com>
11792
11793 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
11794 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11795 Date:   Fri Jun 27 23:04:13 2008 +0400
11796
11797     fsl_elbc_nand: implement support for flash-based BBT
11798
11799     This patch implements support for flash-based BBT for chips working
11800     through ELBC NAND controller, so that NAND core will not have to re-scan
11801     for bad blocks on every boot.
11802
11803     Because ELBC controller may provide HW-generated ECCs we should adjust
11804     bbt pattern and bbt version positions in the OOB free area.
11805
11806     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11807     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11808     Signed-off-by: Scott Wood <scottwood@freescale.com>
11809
11810 commit 97ae023648e764f794ffb9c52da109d6caf09c47
11811 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11812 Date:   Fri Jun 27 23:04:04 2008 +0400
11813
11814     fsl_elbc_nand: fix OOB workability for large page NAND chips
11815
11816     For large page chips, nand_bbt is looking into OOB area, and checking
11817     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
11818     reserved for bbt means.
11819
11820     But ELBC driver is specifying ecclayout so that oobfree area starts at
11821     offset 1, so only one byte left for the bbt purposes.
11822
11823     This causes problems with any OOB users, namely JFFS2: after first mount
11824     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
11825
11826       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
11827       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
11828       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
11829       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
11830
11831     And on the next boot, NAND core will rescan for bad blocks, then will
11832     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
11833
11834     To fix the issue we should implement our own bad block pattern: just one
11835     byte at OOB start. Though, this will work only for x8 chips. For x16
11836     chips two bytes must be checked. Since ELBC driver does not support x16
11837     NANDs (yet), we're safe for now.
11838
11839     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11840     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11841     Signed-off-by: Scott Wood <scottwood@freescale.com>
11842
11843 commit 7238ada313057a85409485b8ee21515dc10c07a5
11844 Author: Wolfgang Denk <wd@denx.de>
11845 Date:   Fri Sep 12 13:52:21 2008 +0200
11846
11847     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
11848
11849     Signed-off-by: Wolfgang Denk <wd@denx.de>
11850
11851 commit b18410e508a12ba0a177dfc2a386857c806fa96d
11852 Author: Stefan Roese <sr@denx.de>
11853 Date:   Thu Sep 11 13:05:56 2008 +0200
11854
11855     ppc4xx: Enable device tree (FDT) support in zeus board port
11856
11857     Signed-off-by: Stefan Roese <sr@denx.de>
11858
11859 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
11860 Author: Stefan Roese <sr@denx.de>
11861 Date:   Wed Sep 10 16:53:47 2008 +0200
11862
11863     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
11864
11865     This patch fixes a problem introdiced with patch
11866     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
11867     initdram()].
11868
11869     The boards affected are:
11870     - PCI405
11871     - PPChameleonEVB
11872     - quad100hd
11873     - taihu
11874     - zeus
11875
11876     Signed-off-by: Stefan Roese <sr@denx.de>
11877
11878 commit 61737c59a3285f6fadf96a5836879898c04ec28d
11879 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11880 Date:   Thu Sep 11 19:41:26 2008 -0400
11881
11882     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
11883
11884     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11885     Signed-off-by: Stefan Roese <sr@denx.de>
11886
11887 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
11888 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11889 Date:   Thu Sep 11 19:41:25 2008 -0400
11890
11891     ppc4xx: Fix compilation of v5fx30teval_flash
11892
11893     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11894     Signed-off-by: Stefan Roese <sr@denx.de>
11895
11896 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
11897 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11898 Date:   Wed Sep 10 17:44:30 2008 -0400
11899
11900     ppc4xx: Fix in-tree build for ppc440-generic boards
11901
11902     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11903     Signed-off-by: Stefan Roese <sr@denx.de>
11904
11905 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
11906 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11907 Date:   Fri Sep 12 02:20:47 2008 +0200
11908
11909     ARM: synchronize mach-types.h with linux 2.6.27-rc6
11910
11911     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11912
11913 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
11914 Author: Jens Scharsig <esw@bus-elektronik.de>
11915 Date:   Fri Sep 12 02:20:47 2008 +0200
11916
11917     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
11918
11919     This patch prevents linker error on AT91RM9200 boards, if
11920     CONFIG_CMD_I2_TREE is set.
11921     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
11922
11923     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
11924
11925 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
11926 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11927 Date:   Fri Sep 12 02:20:47 2008 +0200
11928
11929     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
11930
11931     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
11932
11933     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11934
11935 commit 03db53335c8eba656a7c44d1555b1a4514383e33
11936 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11937 Date:   Fri Sep 12 02:20:46 2008 +0200
11938
11939     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
11940
11941     __ARM__ is given by arm_config.mk automatically.
11942
11943     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11944
11945 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
11946 Author: Claudio Scordino <claudio@evidence.eu.com>
11947 Date:   Fri Sep 12 02:20:46 2008 +0200
11948
11949     Fix MACH_TYPE for the AT91RM9200DK board.
11950
11951     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
11952
11953 commit 274737e5eb25b2bcd3af3a96da923effd543284f
11954 Author: Andrew Dyer <adyer@righthandtech.com>
11955 Date:   Fri Sep 12 02:20:46 2008 +0200
11956
11957     i.mx change get_timer(base) to return time since base
11958
11959     This patch changes get_timer() for i.MX to return the time since
11960     'base' instead of the time since the counter was at zero.
11961
11962     Symptom seen is flash timeout errors when erasing or programming a
11963     sector using the common cfi flash code.
11964
11965     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11966
11967 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
11968 Author: Andrew Dyer <adyer@righthandtech.com>
11969 Date:   Fri Sep 12 02:20:46 2008 +0200
11970
11971     i.MX use u-boot baud rate and don't assume UART master clock
11972
11973     1) Change the i.MX serial driver to use the baud rate set in the
11974      u-boot environment
11975
11976     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
11977
11978     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
11979      one to clear" like other status bits in the reg.)
11980
11981     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11982
11983 commit 6e1551a870d360805b9d172dc56d935064abe71d
11984 Author: Andrew Dyer <adyer@righthandtech.com>
11985 Date:   Fri Sep 12 02:20:46 2008 +0200
11986
11987     arm920t fix constant error in start.S
11988
11989     Code in cpu/arm920t/start.S will die with a compilation error if
11990     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
11991     the ARM sub instruction.  Change the code so that each is subtracted
11992     independently to avoid the error.
11993
11994     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11995
11996 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
11997 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
11998 Date:   Fri Sep 12 02:20:40 2008 +0200
11999
12000     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
12001
12002     - Correct Invalid #define of MPUTIM_PTV_MASK for
12003        omap1510 & omap730 register definition
12004
12005      MPUTIM_PTV_MASK is defined as
12006      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
12007
12008      while it should have been
12009      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
12010
12011     - Below Patch corrects the same
12012
12013     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
12014
12015 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
12016 Author: Adrian Filipi <adrian.filipi@eurotech.com>
12017 Date:   Fri Jul 18 11:52:02 2008 -0400
12018
12019     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
12020
12021     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
12022
12023 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
12024 Author: Guennadi Liakhovetski <lg@denx.de>
12025 Date:   Thu Aug 28 12:25:11 2008 +0200
12026
12027     i.MX31: document timer precision option
12028
12029     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12030
12031 commit 1a6337b01351b82a45b0defa76f08744511c580b
12032 Author: Magnus Lilja <lilja.magnus@gmail.com>
12033 Date:   Fri Aug 29 10:36:18 2008 +0200
12034
12035     i.MX31: Make the SPI bus and chip select configurable for MC13783
12036
12037     The i.MX31 has three SPI buses and each bus has several chip selects
12038     and the MC13783 chip can be connected to any of these. The current
12039     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
12040
12041     This patch makes make MC13783 SPI bus and chip select configurable
12042     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
12043
12044     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12045
12046 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
12047 Author: Magnus Lilja <lilja.magnus@gmail.com>
12048 Date:   Fri Aug 29 10:36:17 2008 +0200
12049
12050     i.MX31: Add reset_timer() and modify get_timer_masked().
12051
12052     This patch adds the reset_timer() function (needed by nand_base.c) and
12053     modifies the get_timer_masked() to work in the same way as the omap24xx
12054     function.
12055
12056     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12057
12058 commit deeec4991a55de243787002ede24d2331d234fc8
12059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12060 Date:   Wed Sep 10 22:48:09 2008 +0200
12061
12062     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
12063
12064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12065
12066 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
12067 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12068 Date:   Wed Sep 10 22:48:09 2008 +0200
12069
12070     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
12071
12072     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12073
12074 commit 0e8d158664a913392cb01fb11a948d83f72e105e
12075 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12076 Date:   Wed Sep 10 22:48:06 2008 +0200
12077
12078     rename CFG_ENV macros to CONFIG_ENV
12079
12080     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12081
12082 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
12083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12084 Date:   Wed Sep 10 22:48:05 2008 +0200
12085
12086     nvedit: rename error comment to CONFIG_ENV_IS_IN_
12087
12088     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12089
12090 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
12091 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12092 Date:   Wed Sep 10 22:48:05 2008 +0200
12093
12094     cmd_mem: Move conditional compilation to Makefile
12095
12096     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12097
12098 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
12099 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12100 Date:   Wed Sep 10 22:48:05 2008 +0200
12101
12102     move cmd_get_data_size to command.c
12103
12104     add CMD_DATA_SIZE macro to enable it
12105
12106     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12107
12108 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
12109 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12110 Date:   Wed Sep 10 22:48:04 2008 +0200
12111
12112     env_flash: Move conditional compilation to Makefile
12113
12114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12115
12116 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
12117 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12118 Date:   Wed Sep 10 22:48:04 2008 +0200
12119
12120     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
12121
12122     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12123
12124 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
12125 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12126 Date:   Wed Sep 10 22:48:03 2008 +0200
12127
12128     cleanup use of CFG_ENV_IS_IN_FLASH
12129
12130     - #if CFG_ENV_IS_IN_FLASH
12131     - #if (CFG_ENV_IS_IN_FLASH == 1)
12132     - #define CFG_ENV_IS_IN_FLASH 0
12133
12134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12135
12136 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
12137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12138 Date:   Wed Sep 10 22:48:01 2008 +0200
12139
12140     rename environment.c in env_embedded.c to reflect is functionality
12141
12142     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12143
12144 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
12145 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12146 Date:   Wed Sep 10 22:48:01 2008 +0200
12147
12148     env_nowhere: Move conditional compilation to Makefile
12149
12150     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12151
12152 commit 93f6d72544da4510a146bc4c93d609b0116cde37
12153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12154 Date:   Wed Sep 10 22:48:00 2008 +0200
12155
12156     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
12157
12158     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12159
12160 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
12161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12162 Date:   Wed Sep 10 22:48:00 2008 +0200
12163
12164     env_sf: Move conditional compilation to Makefile
12165
12166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12167
12168 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
12169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12170 Date:   Wed Sep 10 22:48:00 2008 +0200
12171
12172     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
12173
12174     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12175
12176 commit 55c5f49910ec8225347aa1d211352a84de6649b4
12177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12178 Date:   Wed Sep 10 22:48:00 2008 +0200
12179
12180     env_onenand: Move conditional compilation to Makefile
12181
12182     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12183
12184 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
12185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12186 Date:   Wed Sep 10 22:47:59 2008 +0200
12187
12188     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
12189
12190     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12191
12192 commit 957a0e69575683efd70ace147746bbb3d8e7c501
12193 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12194 Date:   Wed Sep 10 22:47:59 2008 +0200
12195
12196     env_nvram: Move conditional compilation to Makefile
12197
12198     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12199
12200 commit 9314cee6917444ab88bd4e758da7a30975120187
12201 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12202 Date:   Wed Sep 10 22:47:59 2008 +0200
12203
12204     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
12205
12206     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12207
12208 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
12209 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12210 Date:   Wed Sep 10 22:47:59 2008 +0200
12211
12212     env_nand: Move conditional compilation to Makefile
12213
12214     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12215
12216 commit 51bfee192099206a4397f15f3b93516e01f58ab0
12217 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12218 Date:   Wed Sep 10 22:47:58 2008 +0200
12219
12220     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
12221
12222     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12223
12224 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
12225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12226 Date:   Wed Sep 10 22:47:58 2008 +0200
12227
12228     env_dataflash: Move conditional compilation to Makefile
12229
12230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12231
12232 commit 057c849c45b9ee19df8ff3acdeee66be52819962
12233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12234 Date:   Wed Sep 10 22:47:58 2008 +0200
12235
12236     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
12237
12238     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12239
12240 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
12241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12242 Date:   Wed Sep 10 22:47:52 2008 +0200
12243
12244     cmd_eeprom: Move conditional compilation to Makefile
12245
12246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12247
12248 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
12249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12250 Date:   Fri Sep 5 09:19:54 2008 +0200
12251
12252     env_eeprom: Move conditional compilation to Makefile
12253
12254     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12255
12256 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
12257 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12258 Date:   Fri Sep 5 09:19:30 2008 +0200
12259
12260     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
12261
12262     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12263
12264 commit 32628c5008105a732212003d83b75f05e5243bb2
12265 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12266 Date:   Sat Aug 30 23:54:58 2008 +0200
12267
12268     cmd_mac: Move conditional compilation to Makefile
12269
12270     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
12271     start in commit ad8f8687b78c3e917b173f038926695383c55555
12272
12273     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12274
12275 commit e5648acab153f0f429bfc714902c5aaa7879f71b
12276 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12277 Date:   Sat Aug 30 23:47:41 2008 +0200
12278
12279     cmd_fdc: Move conditional compilation to Makefile
12280
12281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12282
12283 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
12284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12285 Date:   Sat Aug 30 23:47:38 2008 +0200
12286
12287     common/Makefile: add core command section
12288
12289     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12290
12291 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
12292 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12293 Date:   Sat Aug 30 23:29:57 2008 +0200
12294
12295     cmd_vfd: Move conditional compilation to Makefile
12296
12297     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12298
12299 commit 6644641d072aee3087da129d8443187196a4d8a9
12300 Author: Scott Wood <scottwood@freescale.com>
12301 Date:   Wed Sep 10 11:48:49 2008 -0500
12302
12303     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
12304
12305     This is part of the switch to newer upstream MTD code.
12306
12307     Signed-off-by: Scott Wood <scottwood@freescale.com>
12308
12309 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
12310 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12311 Date:   Sat Aug 30 17:06:55 2008 -0400
12312
12313     ARM DaVinci: Fix broken HW ECC for large page NAND.
12314
12315     Based on original patch by Bernard Blackham <bernard@largestprime.net>
12316
12317     U-boot's HW ECC support for large page NAND on Davinci is completely
12318     broken.  Some kernels, such as the 2.6.10 one supported by
12319     MontaVista for DaVinci, rely upon this broken behaviour as they
12320     share the same code for ECCs. In the existing scheme, error
12321     detection *might* work on large page, but error correction
12322     definitely does not.  Small page ECC correction works, but the
12323     format is not compatible with the mainline git kernel.
12324
12325     This patch adds ECC code that matches what is currently in the
12326     Davinci git repository (since NAND support was added in 2.6.24).
12327     This makes the ECC and OOB layout written by u-boot compatible with
12328     Linux for both small page and large page devices and fixes ECC
12329     correction for large page devices.
12330
12331     The old behaviour can be restored by defining the macro
12332     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
12333
12334     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12335     Acked-by: Sergey Kubushyn <ksi@koi8.net>
12336     Signed-off-by: Scott Wood <scottwood@freescale.com>
12337
12338 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
12339 Author: Heiko Schocher <hs@denx.de>
12340 Date:   Wed Sep 10 11:15:28 2008 +0200
12341
12342     muas3001: update BR4 settings
12343
12344     Also set up the port pins for using I2C.
12345
12346     Signed-off-by: Heiko Schocher <hs@denx.de>
12347
12348 commit 3591293509e0c0bcf244b0f974775bff2e25697e
12349 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
12350 Date:   Wed Sep 10 09:43:49 2008 +0300
12351
12352     autoscr: Fix one-character lines and non-newline terminated scripts
12353
12354     When not using hush, the autoscr command now executes lines that are
12355     only one character long. It also runs the last line of scripts even if
12356     it does not end in a newline.
12357
12358     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
12359
12360 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
12361 Author: Victor Gallardo <vgallardo@amcc.com>
12362 Date:   Tue Sep 9 15:13:29 2008 -0700
12363
12364     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
12365
12366     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
12367     and glacier.
12368
12369     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
12370
12371 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
12372 Author: Heiko Schocher <hs@denx.de>
12373 Date:   Mon Sep 8 10:21:11 2008 +0200
12374
12375     muas3001: added support for the LM75 sensor.
12376
12377     Signed-off-by: Heiko Schocher <hs@denx.de>
12378
12379 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
12380 Author: Heiko Schocher <hs@denx.de>
12381 Date:   Mon Sep 8 10:20:19 2008 +0200
12382
12383     muas3001: activate WDT for the muas3001 board.
12384
12385     Signed-off-by: Heiko Schocher <hs@denx.de>
12386
12387 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
12388 Author: Heiko Schocher <hs@denx.de>
12389 Date:   Mon Sep 8 10:19:36 2008 +0200
12390
12391     muas3001: added 64MB SDRAM autodetection.
12392
12393     Signed-off-by: Heiko Schocher <hs@denx.de>
12394
12395 commit 5251469943895de4bb9a04d5053352cc22acb7d5
12396 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
12397 Date:   Thu Aug 21 07:12:26 2008 -0700
12398
12399     Fix printf errors under -DDEBUG
12400
12401     Fix printf format-string/arg mismatches under -DDEBUG.
12402
12403     These warnings occur with DEBUG defined for a platform using
12404     cpu/mpc85xx.  Users of other architectures can unearth similar
12405     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
12406     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
12407
12408     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
12409     Signed-off-by: Andy Fleming <afleming@freescale.com>
12410
12411 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
12412 Author: Wolfgang Denk <wd@denx.de>
12413 Date:   Tue Sep 9 23:55:18 2008 +0200
12414
12415     Update CHANGELOG, prepare 2008-10-rc1 release
12416
12417     Signed-off-by: Wolfgang Denk <wd@denx.de>
12418
12419 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
12420 Author: Kumar Gala <galak@kernel.crashing.org>
12421 Date:   Mon Sep 8 08:51:29 2008 -0500
12422
12423     85xx: Ensure timebase is zero on secondary cores
12424
12425     The e500um says the timebase is volatile out of reset.  To ensure
12426     TB sync works we need to make sure its zero.
12427
12428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12429
12430 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
12431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12432 Date:   Tue Sep 9 22:18:24 2008 +0200
12433
12434     bootm_load_os: fix load_end debug message
12435
12436     print load_end value not pointer
12437
12438     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12439
12440 commit 1d9af0be764960e6cc1c093e97176c3542796820
12441 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12442 Date:   Tue Sep 9 22:18:23 2008 +0200
12443
12444     bootm: enable fdt support only on ppc, m68k and sparc
12445
12446     ...as done in image.c
12447
12448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12449
12450 commit 748b5274e76f81df85cfcffaffedc323678d0623
12451 Author: Markus Heidelberg <markus.heidelberg@web.de>
12452 Date:   Tue Sep 9 18:51:05 2008 +0200
12453
12454     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
12455
12456     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
12457
12458 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
12459 Author: Markus Heidelberg <markus.heidelberg@web.de>
12460 Date:   Tue Sep 9 17:31:46 2008 +0200
12461
12462     gitignore: add tags files and Vim swap file
12463
12464     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
12465
12466 commit 1d9b67b23fca6a25154333733204339802510720
12467 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12468 Date:   Tue Sep 9 17:52:47 2008 +0900
12469
12470     add board_eth_init() for sh7785lcr board
12471
12472     Fix the problem that cannot work RTL8169 on sh7785lcr board.
12473
12474     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12475
12476 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
12477 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12478 Date:   Wed Aug 6 16:08:41 2008 -0500
12479
12480     mtd: SPI Flash: Support the STMicro Flash
12481
12482     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
12483     M25P40, M25P64, M25P80, M25P128.
12484
12485     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
12486     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12487
12488 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
12489 Author: Wolfgang Denk <wd@denx.de>
12490 Date:   Tue Sep 9 17:55:31 2008 +0200
12491
12492     trab: fix build problem after change to use do_div()
12493
12494     We must link with libgeneric now.
12495
12496     Signed-off-by: Wolfgang Denk <wd@denx.de>
12497
12498 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
12499 Author: Ryan CHEN <ryan.chen@st.com>
12500 Date:   Wed Aug 20 13:00:17 2008 -0400
12501
12502     Correct drv_usb_kbd_init function
12503
12504     The patch is that check if usb_get_dev_index() function return valid
12505     pointer. If valid, continue. Otherwise return -1.
12506
12507     Signed-off-by: Ryan Chen <ryan.chen@st.com>
12508     Acked-by: Markus Klotzbuecher <mk@denx.de>
12509
12510 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
12511 Author: Remy Bohmer <linux@bohmer.net>
12512 Date:   Wed Aug 20 11:22:02 2008 +0200
12513
12514     Make usb-stop() safe to call multiple times in a row.
12515
12516     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
12517     enabled the usb_stop() command in common/cmd_bootm.c which was
12518     not enabled for some time, because no board did actually set the
12519     CFG_CMD_USB flag. So, now the usb_stop() is executed before
12520     loading the linux kernel.
12521
12522     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
12523     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
12524     If some other piece of code calls usb_stop() before the bootm command,
12525     this command will hangup the system during boot.
12526     (usb start and stop is typically used while booting from usb memory stick)
12527
12528     But, stopping the usb stack twice is useless anyway, and a flag already
12529     existed that kept track on the usb_init()/usb_stop() calls.
12530     So, we now check if the usb stack is really started before we stop it.
12531
12532     This problem is now fixed in both the upper as low-level layer.
12533
12534     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12535     Acked-by: Markus Klotzbuecher <mk@denx.de>
12536
12537 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
12538 Author: Wolfgang Denk <wd@denx.de>
12539 Date:   Tue Sep 9 16:55:47 2008 +0200
12540
12541     Makefile: fix bug introduced by commit 47ffd6c2
12542
12543 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
12544 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12545 Date:   Tue Sep 9 10:00:33 2008 -0400
12546
12547     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
12548
12549     This patch solves the problems compiling ml507, v5fx30teval and
12550     ppc440-generic out of tree.
12551
12552     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12553
12554 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
12555 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
12556 Date:   Thu Sep 4 15:35:46 2008 -0300
12557
12558     Fix dev_print when called from usb_stor_info (usb storage command)
12559
12560     Fix output of the usb storage command. It was printing "Device 0: not
12561     available" because IF_TYPE_USB was not included into the switch
12562     statement.
12563
12564     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
12565
12566 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
12567 Author: Bartlomiej Sieka <tur@semihalf.com>
12568 Date:   Tue Sep 9 12:58:16 2008 +0200
12569
12570     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
12571
12572     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12573
12574 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
12575 Author: Bartlomiej Sieka <tur@semihalf.com>
12576 Date:   Tue Sep 9 12:58:15 2008 +0200
12577
12578     FIT: add ability to check hashes of all images in FIT, improve output
12579
12580     - add function fit_all_image_check_hashes() that verifies if all
12581       hashes of all images in the FIT are valid
12582     - improve output of fit_image_check_hashes() when the hash check fails
12583
12584     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12585
12586 commit 1de1fa408967cef6804bb046b904114519bb36f0
12587 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12588 Date:   Mon Sep 8 20:54:39 2008 +0200
12589
12590     qemu_mips: Update linux bootm to support dynamic cmdline
12591
12592     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12593
12594 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
12595 Author: Peter Tyser <ptyser@xes-inc.com>
12596 Date:   Mon Sep 8 14:56:49 2008 -0500
12597
12598     Add support for booting of INTEGRITY operating system uImages
12599
12600     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12601
12602 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
12603 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12604 Date:   Mon Sep 8 21:01:29 2008 +0200
12605
12606     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
12607
12608     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12609
12610 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
12611 Author: Kumar Gala <galak@kernel.crashing.org>
12612 Date:   Mon Sep 8 13:57:12 2008 -0500
12613
12614     Remove support for booting ARTOS images
12615
12616     Pantelis Antoniou stated:
12617         AFAIK, it is still used but the products using PPC are long gone.
12618         Nuke it plz (from orbit).
12619
12620     So remove it since it cleans up a usage of env_get_char outside of
12621     the environment code.
12622
12623     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12624
12625 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
12626 Author: Wolfgang Denk <wd@denx.de>
12627 Date:   Tue Sep 9 15:45:18 2008 +0200
12628
12629     Makefile: compile and link each module just once
12630
12631     Several source files need to be compiled and linked when one or more
12632     config options are selected. To allow for easy selection in the
12633     Makefiles yet to avoild multiple compilation (which costs build time)
12634     and especially multiple linking (which causes errors), we use
12635     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
12636
12637     By courtesy of Detlev Zundel who suggested this approach.
12638
12639     Signed-off-by: Wolfgang Denk <wd@denx.de>
12640
12641 commit 48d0192fe869948fef14b460b5f0c85bca933693
12642 Author: Andreas Engel <andreas.engel@ericsson.com>
12643 Date:   Mon Sep 8 14:30:53 2008 +0200
12644
12645     Moved conditional compile into Makefile
12646
12647     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
12648
12649 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
12650 Author: Andreas Engel <andreas.engel@ericsson.com>
12651 Date:   Mon Sep 8 10:17:31 2008 +0200
12652
12653     Merged serial_pl010.c and serial_pl011.c.
12654
12655     They only differ in the init function.
12656     This also adds the missing watchdog support for the PL011.
12657
12658     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
12659
12660 commit 0817d688f307ee2c0598e79175c94a40ce90337b
12661 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12662 Date:   Sun Sep 7 17:10:27 2008 -0400
12663
12664     Remove gap fill in srec object v2
12665
12666     SREC files do not need gap fill: The load address is specified in the
12667     file. On the other hand, it can't be avoided in a .bin object. It has
12668     no information about memory location.
12669
12670     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12671
12672 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
12673 Author: Markus Heidelberg <markus.heidelberg@web.de>
12674 Date:   Sun Sep 7 20:18:27 2008 +0200
12675
12676     README: fix missing subdirectory in the documentation
12677
12678     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
12679
12680 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
12681 Author: Graeme Russ <graeme.russ@gmail.com>
12682 Date:   Sun Sep 7 07:08:42 2008 +1000
12683
12684     Update i386 code (sc520_cdp)
12685
12686     Attempt to bring i386 / sc520 inline with master
12687
12688     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12689
12690 commit 5608692104efa8d56df803dc79ea41ac3607eee5
12691 Author: Guennadi Liakhovetski <lg@denx.de>
12692 Date:   Thu Sep 4 13:01:49 2008 +0200
12693
12694     fw_env: add NAND support
12695
12696     Add support for environment in NAND with automatic NOR / NAND recognition,
12697     including unaligned environment, bad-block skipping, redundant environment
12698     copy.
12699
12700     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12701
12702 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
12703 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12704 Date:   Tue Sep 9 09:50:24 2008 +0200
12705
12706     ppc4xx: Fix out-of-tree building of CPCI405 variants
12707
12708     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12709     Acked-by: Stefan Roese <sr@denx.de>
12710
12711 commit 59f630588e3fdbd698a0a2798e52a8924e899563
12712 Author: Sergei Poselenov <sposelenov@emcraft.com>
12713 Date:   Fri Aug 15 15:42:11 2008 +0200
12714
12715     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
12716
12717     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12718
12719 commit e64987a892353f3d49eb242d997820ef8f538912
12720 Author: Anatolij Gustschin <agust@denx.de>
12721 Date:   Fri Aug 15 15:42:13 2008 +0200
12722
12723     85xx: socrates: Enable Lime support.
12724
12725     This patch adds Lime GDC support together with support for the PWM
12726     backlight control through the w83782d chip.  The reset pin of the
12727     latter is attached to GPIO, so we need to reset it in
12728     early_board_init_r.
12729
12730     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12731
12732 commit 3e79b588b5199f35016f178fc0d5d1266382097f
12733 Author: Detlev Zundel <dzu@denx.de>
12734 Date:   Fri Aug 15 15:42:12 2008 +0200
12735
12736     85xx: Socrates: Major code update.
12737
12738     - Update the local bus ranges in the FDT for Linux for the various
12739       devices connected to the local bus via chip-select.
12740
12741     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
12742       lower than 66 MHz and uses I/O accessor functions consequently.
12743
12744     - UPM data update.
12745
12746     - Update of default environment and configuration.  Use I2C multibus
12747       as we do have two I2C buses.  Also enable sdram and ext2 commands.
12748
12749     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12750     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12751     Signed-off-by: Detlev Zundel <dzu@denx.de>
12752
12753 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
12754 Author: Timur Tabi <timur@freescale.com>
12755 Date:   Fri Jul 18 16:52:23 2008 +0200
12756
12757     Update Freescale 85xx boards to sys_eeprom.c
12758
12759     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
12760     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
12761     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
12762     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
12763
12764     Signed-off-by: Timur Tabi <timur@freescale.com>
12765
12766 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
12767 Author: Wolfgang Denk <wd@denx.de>
12768 Date:   Tue Sep 9 10:08:02 2008 +0200
12769
12770     lib_ppc/interrupts.c: make board_show_activity() a weak function
12771
12772     This allows to use show_activity() without having to
12773     define an empty board_show_activity() function.
12774
12775     Signed-off-by: Wolfgang Denk <wd@denx.de>
12776
12777 commit fe876787f8743883ce58fed61525eaa2f34da4c5
12778 Author: Wolfgang Denk <wd@denx.de>
12779 Date:   Tue Sep 9 10:06:44 2008 +0200
12780
12781     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
12782
12783     Signed-off-by: Wolfgang Denk <wd@denx.de>
12784
12785 commit 965de106ba8900372c8b16dc60d5acab7f925e38
12786 Author: Wolfgang Denk <wd@denx.de>
12787 Date:   Tue Sep 9 10:03:47 2008 +0200
12788
12789     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
12790
12791     Signed-off-by: Wolfgang Denk <wd@denx.de>
12792
12793 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
12794 Author: Sergei Poselenov <sposelenov@emcraft.com>
12795 Date:   Fri Aug 15 15:42:11 2008 +0200
12796
12797     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
12798
12799     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12800
12801 commit 36241ca29d4804a1006fb3f26069effda5202581
12802 Author: Anatolij Gustschin <agust@denx.de>
12803 Date:   Fri Aug 15 15:42:13 2008 +0200
12804
12805     85xx: socrates: Enable Lime support.
12806
12807     This patch adds Lime GDC support together with support for the PWM
12808     backlight control through the w83782d chip.  The reset pin of the
12809     latter is attached to GPIO, so we need to reset it in
12810     early_board_init_r.
12811
12812     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12813
12814 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
12815 Author: Detlev Zundel <dzu@denx.de>
12816 Date:   Fri Aug 15 15:42:12 2008 +0200
12817
12818     85xx: Socrates: Major code update.
12819
12820     - Update the local bus ranges in the FDT for Linux for the various
12821       devices connected to the local bus via chip-select.
12822
12823     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
12824       lower than 66 MHz and uses I/O accessor functions consequently.
12825
12826     - UPM data update.
12827
12828     - Update of default environment and configuration.  Use I2C multibus
12829       as we do have two I2C buses.  Also enable sdram and ext2 commands.
12830
12831     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12832     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12833     Signed-off-by: Detlev Zundel <dzu@denx.de>
12834
12835 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
12836 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12837 Date:   Tue Sep 9 01:22:39 2008 +0200
12838
12839     disk-on-chip: remove duplicate doc_probe declaration
12840
12841     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12842
12843 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
12844 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12845 Date:   Tue Sep 9 00:59:40 2008 +0200
12846
12847     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
12848
12849     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12850
12851 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
12852 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12853 Date:   Tue Sep 9 00:59:39 2008 +0200
12854
12855     rs5c372: fix rtc_set prototype
12856
12857     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12858
12859 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
12860 Author: Sergei Poselenov <sposelenov@emcraft.com>
12861 Date:   Thu Aug 14 14:08:28 2008 +0200
12862
12863     ARM: fix warning: target CPU does not support interworking
12864
12865     This patch fixes warnings like this:
12866
12867     start.S:0: warning: target CPU does not support interworking
12868
12869     which come from some ARM cross compilers and are caused by hard-coded
12870     (with "--with-cpu=arm9" configuration option) ARM targets (which
12871     support ARM Thumb instructions), while the ARM target selected from
12872     the command line (with "-march=armv4") doesn't support Thumb
12873     instructions.
12874
12875     This warning is issued by the compiler regardless of the real use of
12876     the Thumb instructions in code.
12877
12878     To fix this problem, we use options according to compiler version
12879     being used.
12880
12881     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12882     Signed-off-by: Wolfgang Denk <wd@denx.de>
12883
12884 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
12885 Author: Sergei Poselenov <sposelenov@emcraft.com>
12886 Date:   Thu Aug 14 14:08:28 2008 +0200
12887
12888     ARM: Use do_div() instead of division for "long long".
12889
12890     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12891     Signed-off-by: Wolfgang Denk <wd@denx.de>
12892
12893 commit 8febd13c69cb68652577d1a9fcbde954bf784155
12894 Author: Timur Tabi <timur@freescale.com>
12895 Date:   Fri Jul 18 16:52:23 2008 +0200
12896
12897     Update Freescale 85xx boards to sys_eeprom.c
12898
12899     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
12900     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
12901     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
12902     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
12903
12904     Signed-off-by: Timur Tabi <timur@freescale.com>
12905
12906 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
12907 Author: Wolfgang Denk <wd@denx.de>
12908 Date:   Mon Sep 8 23:26:22 2008 +0200
12909
12910     lib_arm/bootm.c: fix compile warnings
12911
12912     bootm.c:128: warning: label 'error' defined but not used
12913     bootm.c:65: warning: unused variable 'ret'
12914
12915     Signed-off-by: Wolfgang Denk <wd@denx.de>
12916
12917 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
12918 Author: Wolfgang Denk <wd@denx.de>
12919 Date:   Mon Sep 8 22:46:42 2008 +0200
12920
12921     ml507: fix out of tree build problem
12922
12923     Signed-off-by: Wolfgang Denk <wd@denx.de>
12924
12925 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
12926 Author: Wolfgang Denk <wd@denx.de>
12927 Date:   Mon Sep 8 22:10:28 2008 +0200
12928
12929     common/cmd_bootm.c: fix printf() format warnings
12930
12931     Signed-off-by: Wolfgang Denk <wd@denx.de>
12932
12933 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
12934 Author: Wolfgang Denk <wd@denx.de>
12935 Date:   Mon Sep 8 22:37:45 2008 +0200
12936
12937     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
12938
12939     missing doc_probe() prototype.
12940
12941     Signed-off-by: Wolfgang Denk <wd@denx.de>
12942
12943 commit 2c5e3cc4994897d364b148942ff23e47783198f6
12944 Author: Wolfgang Denk <wd@denx.de>
12945 Date:   Mon Sep 8 21:28:14 2008 +0200
12946
12947     mk48t59: fix compile problem introduced by commit d1e23194
12948
12949     Signed-off-by: Wolfgang Denk <wd@denx.de>
12950
12951 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
12952 Author: Stefan Roese <sr@denx.de>
12953 Date:   Mon Sep 8 14:11:12 2008 +0200
12954
12955     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
12956
12957     This patch moves some 4xx specific prototypes out of include common.h
12958     to a ppc4xx specific header.
12959
12960     Signed-off-by: Stefan Roese <sr@denx.de>
12961
12962 commit ac53ee8318678190bf3c68da477a84a657d86fb0
12963 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12964 Date:   Fri Sep 5 15:34:04 2008 +0200
12965
12966     ppc4xx: Update CPCI405(AB) configuration
12967
12968     This patch add FDT support and command line editing capabilities
12969     for CPCI405 and CPCI405AB boards.
12970
12971     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12972     Signed-off-by: Stefan Roese <sr@denx.de>
12973
12974 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
12975 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12976 Date:   Fri Sep 5 15:34:03 2008 +0200
12977
12978     ppc4xx: Cleanup CPCI405 linker script
12979
12980     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12981     Signed-off-by: Stefan Roese <sr@denx.de>
12982
12983 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
12984 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12985 Date:   Fri Sep 5 15:34:02 2008 +0200
12986
12987     ppc4xx: Update CPCI405 variants handling
12988
12989     This patch replaces the BOARD_REVISION variable in include/config.mk
12990     by a using a temporary include file in the platform directory.
12991
12992     The former way does not work anymore and the latter is also used by
12993     some other boards.
12994
12995     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12996     Signed-off-by: Stefan Roese <sr@denx.de>
12997
12998 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
12999 Author: Stefan Roese <sr@denx.de>
13000 Date:   Mon Sep 8 10:01:48 2008 +0200
13001
13002     ppc4xx: Remove CONFIG_CS8952_PHY define
13003
13004     Since this define is only used on one board that was never really in
13005     production, removing this compile time option doesn't hurt and makes
13006     the code more readable.
13007
13008     Signed-off-by: Stefan Roese <sr@denx.de>
13009
13010 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
13011 Author: Stefan Roese <sr@denx.de>
13012 Date:   Fri Sep 5 14:11:40 2008 +0200
13013
13014     ppc4xx: Fix compilation warning for PIP405
13015
13016     This patch fixes a compilation warning for the PIP405 board. It moves the
13017     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
13018     occur anymore. I am a little unsure if this #ifdef is at the correct
13019     place now or if it could be removed completely. This needs to get
13020     tested on the PIP405 board.
13021
13022     Signed-off-by: Stefan Roese <sr@denx.de>
13023
13024 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
13025 Author: Stefan Roese <sr@denx.de>
13026 Date:   Fri Sep 5 14:09:09 2008 +0200
13027
13028     ppc4xx: Fix compilation warning for canyonlands & glacier
13029
13030     Signed-off-by: Stefan Roese <sr@denx.de>
13031
13032 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
13033 Author: Kumar Gala <galak@kernel.crashing.org>
13034 Date:   Fri Sep 5 14:40:29 2008 -0500
13035
13036     Fix compiler warning in mpc8xxx ddr code
13037
13038     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
13039     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
13040     ctrl_regs.c:523: note: 'caslat' was declared here
13041
13042     Add a warning in DDR1 case if cas_latency isn't a value we know about.
13043
13044     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13045     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13046
13047 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
13048 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13049 Date:   Mon Sep 1 23:06:23 2008 +0200
13050
13051     rtc: allow rtc_set to return an error and use it in cmd_date
13052
13053     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13054
13055 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
13056 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13057 Date:   Mon Sep 1 01:16:33 2008 +0200
13058
13059     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
13060
13061     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13062
13063 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
13064 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13065 Date:   Sun Aug 31 05:37:04 2008 +0900
13066
13067     config.mk: Move arch-specific condition to $(ARCH)_config.mk
13068
13069     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13070
13071 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
13072 Author: Kumar Gala <galak@kernel.crashing.org>
13073 Date:   Fri Aug 29 19:08:29 2008 -0500
13074
13075     Prevent crash if random/invalid ramdisks are passed to bootm
13076
13077     Adds returning an error from the ramdisk detection code if
13078     its not a real ramdisk (invalid).  There is no reason we can't
13079     just return back to the console if we detect an invalid
13080     ramdisk or CRC error.
13081
13082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13083
13084 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
13085 Author: Anatolij Gustschin <agust@denx.de>
13086 Date:   Fri Aug 29 21:04:45 2008 +0200
13087
13088     Prevent crash if random DTB address is passed to bootm
13089
13090     This patch adds bootm_start() return value check. If
13091     error status is returned, we do not proceed further to
13092     prevent board reset or crash as we still can recover
13093     at this point.
13094
13095     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13096
13097 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
13098 Author: Andrew Dyer <adyer@righthandtech.com>
13099 Date:   Fri Aug 29 12:30:39 2008 -0500
13100
13101     clean up some #if !defined() in drivers/video/cfb_console.c
13102
13103     rearrange some #if !defined() / #else / #endif statements to remove
13104     the negative logic.
13105
13106     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
13107
13108 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
13109 Author: Kyungmin Park <kmpark@infradead.org>
13110 Date:   Fri Aug 29 09:02:20 2008 +0900
13111
13112     apollon: use the last memory area for u-boot
13113
13114     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13115
13116 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
13117 Author: Heiko Schocher <hs@denx.de>
13118 Date:   Thu Aug 28 13:50:42 2008 +0200
13119
13120     TQM8272: move NAND part in seperate File
13121
13122     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
13123     because I have no longer access to the hardware.
13124
13125     Signed-off-by: Heiko Schocher <hs@denx.de>
13126
13127 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
13128 Author: Heiko Schocher <hs@denx.de>
13129 Date:   Thu Aug 28 13:48:36 2008 +0200
13130
13131     TQM8272: Fix compiling error for the TQM8272 board.
13132
13133     Fix compile problems caused by
13134     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
13135
13136     Signed-off-by: Heiko Schocher <hs@denx.de>
13137
13138 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
13139 Author: Kyungmin Park <kmpark@infradead.org>
13140 Date:   Wed Aug 27 14:45:20 2008 +0900
13141
13142     Add JFFS2 command support on OneNAND
13143
13144     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13145
13146 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
13147 Author: Mark Jackson <mpfj@mimc.co.uk>
13148 Date:   Mon Aug 25 19:21:30 2008 +0100
13149
13150     Allow console input to be disabled
13151
13152     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
13153
13154     When CONFIG_DISABLE_CONSOLE is defined, setting
13155     GD_FLG_DISABLE_CONSOLE disables all console input and output.
13156
13157     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
13158
13159 commit 2b22d608f370565c87f55928b524207031419c11
13160 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13161 Date:   Wed Jul 30 12:39:29 2008 +0200
13162
13163     loads: allow negative offsets
13164
13165     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13166
13167 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
13168 Author: Yuri Tikhonov <yur@emcraft.com>
13169 Date:   Thu Sep 4 11:19:05 2008 +0200
13170
13171     USB EHCI: reset root hub
13172
13173     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
13174     resetting only via EHCI registers. So, this patch adds the
13175     corresponding kind of reset to OHCI's hc_reset() if the newly
13176     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
13177     board).
13178
13179     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13180     Acked-by: Markus Klotzbuecher <mk@denx.de>
13181
13182 commit 5875d358f025c1b042d8a0f08384b756de7256c9
13183 Author: Yuri Tikhonov <yur@emcraft.com>
13184 Date:   Fri Aug 15 15:42:09 2008 +0200
13185
13186     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
13187
13188     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13189
13190 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
13191 Author: Stefan Roese <sr@denx.de>
13192 Date:   Fri Sep 5 10:47:46 2008 +0200
13193
13194     devices: Use list_add_tail() instead of list_add() to register a device
13195
13196     This patch fixes a problem spotted on Glacier/Canyonlands (and most
13197     likely lots of other board ports), that no serial output was seen
13198     after console initialization in console_init_r(). This is because the
13199     last added console device was used instead of the first added.
13200
13201     This patch fixes this problem by using list_add_tail() instead of
13202     list_add() to register a device. This way the first added console
13203     is used again.
13204
13205     Signed-off-by: Stefan Roese <sr@denx.de>
13206
13207 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
13208 Author: Victor Gallardo <vgallardo@amcc.com>
13209 Date:   Thu Sep 4 23:49:36 2008 -0700
13210
13211     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
13212
13213     This patch adds GPCS, SGMII and M88E1112 PHY support
13214     for the AMCC PPC460GT/EX processors.
13215
13216     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
13217     Signed-off-by: Stefan Roese <sr@denx.de>
13218
13219 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
13220 Author: Adam Graham <agraham@amcc.com>
13221 Date:   Wed Sep 3 12:26:59 2008 -0700
13222
13223     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
13224
13225     Signed-off-by: Adam Graham <agraham@amcc.com>
13226     Signed-off-by: Stefan Roese <sr@denx.de>
13227
13228 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
13229 Author: Adam Graham <agraham@amcc.com>
13230 Date:   Wed Sep 3 12:26:28 2008 -0700
13231
13232     ppc4xx: IBM Memory Controller DDR autocalibration routines
13233
13234     Alternate SDRAM DDR autocalibration routine that can be generically used
13235     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
13236     support of more DIMM/memory chip vendors and gets the DDR autocalibration
13237     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
13238
13239     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
13240     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
13241     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
13242     lot longer to run than Method_B.  Method_B executes in the same amount of time
13243     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
13244     Normally Method_B is used and it is set as the default method.
13245
13246     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
13247     Controller registers.[bit-field]:
13248     1)  SDRAM0_RQDC.[RQFD]
13249     2)  SDRAM0_RFDC.[RFFD]
13250
13251     This alternate PPC4xx DDR autocalibration code calibrates the following
13252     IBM SDRAM Controller registers.[bit-field]:
13253
13254     1)  SDRAM0_WRDTR.[WDTR]
13255     2)  SDRAM0_CLKTR.[CKTR]
13256     3)  SDRAM0_RQDC.[RQFD]
13257     4)  SDRAM0_RFDC.[RFFD]
13258
13259     and will also use the calibrated settings of the above four registers that
13260     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
13261     register.[bit-field].
13262
13263     Signed-off-by: Adam Graham <agraham@amcc.com>
13264     Signed-off-by: Stefan Roese <sr@denx.de>
13265
13266 commit e07f4a8033b6270b8103049adb6456f660ff4a89
13267 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13268 Date:   Mon Sep 1 13:09:39 2008 -0400
13269
13270     ppc44x: Unification of virtex5 pp440 boards
13271
13272     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
13273
13274     It unificates 3 different things:
13275
13276     1) Source code
13277     A new board called ppc440-generic has been created. This board includes
13278     a generic tlb initialization (Maps the whole memory into virtual) and
13279     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
13280     so, they can be replaced by specific functions.
13281
13282     If a new board needs to redefine any of the previous functions
13283     (specific initialization) it can create a new directory with the
13284     specific initializations needed. (see the example ml507 board).
13285
13286     2) Configuration file
13287     Common configurations are located under configs/xilinx-ppc440.h, this
13288     header file interpretes the xparameters file generated by EDK and
13289     configurates u-boot in correspondence. Example: if there is a Temac,
13290     allows CMD_CONFIG_NET
13291     Specific configuration are located under specific configuration file.
13292     (see the example ml507 board)
13293
13294     3) Makefile
13295     Some work has been done in order to not duplicate work in the Main
13296     Makefile. Please see the attached code.
13297
13298     In order to support new boards they can be implemented in the next way:
13299
13300     a) Simple Generic Board  (90% of the time)
13301     Using EDK generates a new xparameters.h file, replace
13302     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
13303     && make
13304
13305     b) Simple Boards with special u-boot parameters (9 % of the time)
13306     Create a new file under configs for it (use ml507.h as example) and
13307     change your paramaters. Create a new Makefile paragraph and compile
13308
13309     c) Complex boards (1% of the time)
13310     Create a new folder for the board, like the ml507
13311
13312     Finally, it adds support for the Avnet FX30T Evaluation board, following
13313     the new generic structure:
13314
13315     Cheap board by Avnet for evaluating the Virtex5 FX technology.
13316
13317     This patch adds support for:
13318      - UartLite
13319      - 16MB Flash
13320      - 64MB RAM
13321
13322     Prior using U-boot in this board, read carefully the ERRATA by Avnet
13323     to solve some memory initialization issues.
13324
13325     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13326     Signed-off-by: Stefan Roese <sr@denx.de>
13327
13328 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
13329 Author: Nick Spence <nick.spence@freescale.com>
13330 Date:   Tue Sep 2 15:21:16 2008 -0500
13331
13332     mpc83xx: fix mpc8313 in-tree building with NAND
13333
13334     and add mpc8313 NAND build to MAKEALL
13335
13336     Signed-off-by: Nick Spence <nick.spence@freescale.com>
13337     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13338
13339 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
13340 Author: Nick Spence <nick.spence@freescale.com>
13341 Date:   Thu Aug 28 14:09:25 2008 -0700
13342
13343     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
13344
13345     Cleans up some latent issues with the data cache control so that
13346     dcache_enable() and dcache_disable() will work reliably (after
13347     unlock_ram_in_cache() has been called)
13348
13349     Signed-off-by: Nick Spence <nick.spence@freescale.com>
13350     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13351
13352 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
13353 Author: Nick Spence <nick.spence@freescale.com>
13354 Date:   Thu Aug 28 14:09:19 2008 -0700
13355
13356     mpc83xx: Store and display Arbiter Event Register values
13357
13358     Record the Arbiter Event Register values and optionally display them.
13359
13360     The Arbiter Event Register can record the type and effective address of
13361     an arbiter error, even through an HRESET. This patch stores the values in
13362     the global data structure.
13363
13364     Display of the Arbiter Event registers immediately after the RSR value
13365     can be enabled with defines. The Arbiter values will only be displayed
13366     if an arbiter event has occured since the last Power On Reset, and either
13367     of the following defines exist:
13368      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
13369                                         and type register values
13370      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
13371                                         event register values
13372
13373     Address Only transactions are one of the trapped events that can register
13374     as an arbiter event. They occur with some cache manipulation instructions
13375     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
13376     has the MEMORY_COHERENCE WIMG bit set. Setting:
13377      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
13378                                   only events, so that it can still capture
13379                                   other real problems.
13380
13381     Signed-off-by: Nick Spence <nick.spence@freescale.com>
13382     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13383
13384 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
13385 Author: Nick Spence <nick.spence@freescale.com>
13386 Date:   Thu Aug 28 14:09:11 2008 -0700
13387
13388     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
13389
13390     This is needed in unlock_ram_in_cache() because it is called from C and
13391     will corrupt the small data area anchor that is kept in R2.
13392
13393     lock_ram_in_cache() is modified similarly as good coding practice, but
13394     is not called from C.
13395
13396     Signed-off-by: Nick Spence <nick.spence@freescale.com>
13397     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13398
13399 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
13400 Author: Nick Spence <nick.spence@freescale.com>
13401 Date:   Fri Aug 22 23:52:50 2008 -0700
13402
13403     MPC83XX: Fix GPIO configuration - set gpio level before direction
13404
13405     Set DAT value before DIR values to avoid creating glitches on the
13406     GPIO signals.
13407
13408     Set gpio level register before direction register to inhibit
13409     glitches on high level output pins.
13410
13411     Dir and data gets cleared at powerup, so high level output lines see
13412     a short low pulse between setting the direction and level registers.
13413
13414     Issue was seen on a new board with the nReset line of the NOR flash
13415     connected to a GPIO. Setting the direction register puts the NOR flash
13416     in reset so the next instruction to set the level cannot get executed.
13417
13418     Signed-off-by: Nick Spence <nick.spence@freescale.com>
13419     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13420     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13421
13422 commit 7007c5975ee900ad70983b0681d3251e221f8321
13423 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13424 Date:   Tue Sep 2 02:58:32 2008 +0200
13425
13426     doc/qemu_mips: add doc howto debug u-boot with gdb
13427
13428     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13429
13430 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
13431 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13432 Date:   Wed Sep 3 17:15:45 2008 +0200
13433
13434     ppx4xx: Fix broken DASA_SIM board
13435
13436     This patch adds initdram() to DASA_SIM boards that has been
13437     removed accidentally by a previous commit.
13438
13439     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13440     Signed-off-by: Stefan Roese <sr@denx.de>
13441
13442 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
13443 Author: Stefan Roese <sr@denx.de>
13444 Date:   Mon Sep 1 08:35:37 2008 +0200
13445
13446     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
13447
13448     This patch removes some direct references to common/lists.o from some
13449     esd linker scripts. This is necessary because the lists source was moved
13450     and is not in the "common" directory anymore.
13451
13452     Signed-off-by: Stefan Roese <sr@denx.de>
13453
13454 commit 97b0734d65f8a0b03df0a335a2addc759da56107
13455 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13456 Date:   Tue Sep 2 16:33:05 2008 +0200
13457
13458     ppc4xx: Remove obsolete or unused functions from some esd boards
13459
13460     This patch removes initdram() and testdram() from most esd 405 platforms.
13461     Some boards also have an empty dummy implementation of
13462     misc_init_f(). This is also removed.
13463
13464     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13465     Signed-off-by: Stefan Roese <sr@denx.de>
13466
13467 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
13468 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13469 Date:   Tue Sep 2 15:07:54 2008 +0200
13470
13471     ppc4xx: Update VOM405 board configuration
13472
13473     - remove PCI code
13474     - add command line editing
13475     - minor cleanup
13476
13477     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13478     Signed-off-by: Stefan Roese <sr@denx.de>
13479
13480 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
13481 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13482 Date:   Tue Sep 2 15:07:53 2008 +0200
13483
13484     ppc4xx: Remove obsolete initdram() function from VOM405 board
13485
13486     This patch removed the obsolete initdram() function from
13487     VOM405 platform file.
13488
13489     Some minor cleanup.
13490
13491     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13492     Signed-off-by: Stefan Roese <sr@denx.de>
13493
13494 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
13495 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13496 Date:   Tue Sep 2 15:07:52 2008 +0200
13497
13498     ppc4xx: Cleanup VOM405 linker script
13499
13500     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13501     Signed-off-by: Stefan Roese <sr@denx.de>
13502
13503 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
13504 Author: Matthias Fuchs <mf@esd.eu>
13505 Date:   Tue Sep 2 15:07:51 2008 +0200
13506
13507     ppc4xx: Add fdt support for VOM405 boards
13508
13509     Signed-off-by: Matthias Fuchs <mf@esd.eu>
13510     Signed-off-by: Stefan Roese <sr@denx.de>
13511
13512 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
13513 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13514 Date:   Tue Sep 2 11:36:14 2008 +0200
13515
13516     ppc4xx: Coding style cleanup
13517
13518     Wrap long lines etc.
13519
13520     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13521     Signed-off-by: Stefan Roese <sr@denx.de>
13522
13523 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
13524 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13525 Date:   Tue Sep 2 11:35:56 2008 +0200
13526
13527     ppc4xx: Enable USB on PLU405 boards
13528
13529     This patch enables the PCI-OHCI controller on PLU405 board.
13530
13531     Also the default CPU frequency is updated to 266 MHz and
13532     command line editing is enabled.
13533
13534     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13535     Signed-off-by: Stefan Roese <sr@denx.de>
13536
13537 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
13538 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13539 Date:   Tue Sep 2 11:35:35 2008 +0200
13540
13541     ppc4xx: Cleanup PLU405 platform file
13542
13543     This patch
13544     - wraps some long lines
13545     - removes unused/obsolete functions: misc_init_f() and initdram()
13546
13547     Signed-off-by: Matthias Fuchs <mf@esd.eu>
13548     Signed-off-by: Stefan Roese <sr@denx.de>
13549
13550 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
13551 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13552 Date:   Tue Sep 2 11:35:04 2008 +0200
13553
13554     ppc4xx: Cleanup PLU405 linker script
13555
13556     Signed-off-by: Matthias Fuchs <mf@esd.eu>
13557     Signed-off-by: Stefan Roese <sr@denx.de>
13558
13559 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
13560 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13561 Date:   Tue Sep 2 11:34:36 2008 +0200
13562
13563     ppc4xx: Add fdt support for PLU405 boards
13564
13565     Signed-off-by: Matthias Fuchs <mf@esd.eu>
13566     Signed-off-by: Stefan Roese <sr@denx.de>
13567
13568 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
13569 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13570 Date:   Tue Sep 2 11:34:08 2008 +0200
13571
13572     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
13573
13574     Signed-off-by: Matthias Fuchs <mf@esd.eu>
13575     Signed-off-by: Stefan Roese <sr@denx.de>
13576
13577 commit be1b0d2777e179191a57b138b660547a17e55aad
13578 Author: Jochen Friedrich <jochen@scram.de>
13579 Date:   Tue Sep 2 11:24:59 2008 +0200
13580
13581     Don't tftp to unknown flash
13582
13583     If a board has a variable number of flash banks, there are empty entries
13584     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
13585     "Outside available Flash". This patch skips flash banks with unknown
13586     flash ids.
13587
13588     Signed-off-by: Jochen Friedrich <jochen@scram.de>
13589     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13590
13591 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
13592 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13593 Date:   Thu Aug 28 13:40:44 2008 +0900
13594
13595     net: smc911x: Add pkt_data_pull and pkt_data_push function
13596
13597     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
13598     Byte-swapping is necessary, and so poor performance is inevitable.
13599     This problem cannot evade by the swap function of CHIP, this can
13600     evade by software Byte-swapping.
13601     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
13602     functions necessary to solve this problem.
13603
13604     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13605     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13606
13607 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
13608 Author: Ben Warren <biggerbadderben@gmail.com>
13609 Date:   Sun Aug 31 20:37:00 2008 -0700
13610
13611     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
13612
13613     Affected boards:
13614         db64360
13615         db64460
13616         katmai
13617         taihu
13618         taishan
13619         yucca
13620         cpc45
13621         cpu87
13622         eXalion
13623         elppc
13624         debris
13625         kvme080
13626         mpc8315erdb
13627         integratorap
13628         ixdp425
13629         oxc
13630         pm826
13631         pm828
13632         pm854
13633         pm856
13634         ppmc7xx
13635         sc3
13636         sc520_spunk
13637         sorcery
13638         tqm8272
13639         tqm85xx
13640         utx8245
13641
13642     Removed initialization of the driver from net/eth.c
13643     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
13644
13645     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13646
13647 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
13648 Author: Ben Warren <biggerbadderben@gmail.com>
13649 Date:   Sun Aug 31 10:45:44 2008 -0700
13650
13651     Moved initialization of TULIP Ethernet controller to board_eth_init()
13652
13653     Affected boards:
13654         cu824
13655         bab7xx
13656         adciop
13657         dasa_sim
13658         mousse
13659         mpc8540eval
13660         musenki
13661         mvblue
13662         pcippc2/pcippc6
13663         sbc8240
13664         stxssa
13665
13666     Removed initialization of the driver from net/eth.c
13667
13668     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13669
13670 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
13671 Author: Ben Warren <biggerbadderben@gmail.com>
13672 Date:   Sun Aug 31 10:44:19 2008 -0700
13673
13674     Moved initialization of E1000 Ethernet controller to board_eth_init()
13675
13676     Affected boards:
13677         ap1000
13678         mvbc_p
13679         PM854
13680
13681     Removed initialization of the driver from net/eth.c
13682
13683     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13684
13685 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
13686 Author: Ben Warren <biggerbadderben@gmail.com>
13687 Date:   Sun Aug 31 10:40:51 2008 -0700
13688
13689     Moved initialization of plb2800 Ethernet driver to board_eth_init
13690
13691     Affected boards:
13692         purple
13693
13694     Removed initialization of controller from net/eth.c
13695
13696     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13697
13698 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
13699 Author: Ben Warren <biggerbadderben@gmail.com>
13700 Date:   Sun Aug 31 10:39:12 2008 -0700
13701
13702     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
13703
13704     Modified board_eth_init() functions of boards that have this FEC in addition
13705     to other Ethernet controllers.
13706
13707     Affected boards:
13708         bc3450
13709         icecube
13710         mvbc_p
13711         o2dnt
13712         pm520
13713         total5200
13714         tq5200
13715
13716     Removed initialization of controller from net/eth.c
13717
13718     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13719
13720 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
13721 Author: Ben Warren <biggerbadderben@gmail.com>
13722 Date:   Sun Aug 31 10:36:38 2008 -0700
13723
13724     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
13725
13726     Added a cpu_eth_init() function to MPC512x CPU directory and
13727     removed code from net/eth.c
13728
13729     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13730
13731 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
13732 Author: Ben Warren <biggerbadderben@gmail.com>
13733 Date:   Sun Aug 31 10:16:59 2008 -0700
13734
13735     Moved initialization of IncaIP Ethernet controller to board_eth_init
13736
13737     Affected boards:
13738         IncaIP
13739
13740     Removed initialization of the driver from net/eth.c
13741
13742     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13743
13744 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
13745 Author: Ben Warren <biggerbadderben@gmail.com>
13746 Date:   Sun Aug 31 10:15:26 2008 -0700
13747
13748     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
13749
13750         Affected boards:
13751             AmigaOneG3SE
13752
13753         Removed initialization of the driver from net/eth.c
13754
13755     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13756
13757 commit 6aca145e067efe75398e9fac97822bd3700de0b2
13758 Author: Ben Warren <biggerbadderben@gmail.com>
13759 Date:   Sun Aug 31 10:13:34 2008 -0700
13760
13761     Moved initialization of GT6426x Ethernet controller to board_eth_init()
13762
13763     Affected boards:
13764         EVB64260
13765         P3G4
13766         ZUMA
13767
13768     Removed initialization of the driver from net/eth.c
13769
13770     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13771
13772 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
13773 Author: Ben Warren <biggerbadderben@gmail.com>
13774 Date:   Sun Aug 31 10:08:43 2008 -0700
13775
13776     Moved initialization of PCNET Ethernet controller to board_eth_init()
13777
13778     Affected boards:
13779         PN62
13780         sc520_cdp
13781
13782     Removed initialization of the driver from net/eth.c
13783
13784     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13785
13786 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
13787 Author: Ben Warren <biggerbadderben@gmail.com>
13788 Date:   Sun Aug 31 10:07:16 2008 -0700
13789
13790     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
13791
13792     Affected boards:
13793         a3000
13794
13795     Removed initialization of the driver from net/eth.c
13796
13797     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13798
13799 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
13800 Author: Ben Warren <biggerbadderben@gmail.com>
13801 Date:   Sun Aug 31 10:03:22 2008 -0700
13802
13803     Moved initialization of NS8382X Ethernet controller to board_eth_init()
13804
13805     Affected boards:
13806         bc3450
13807         cpci5200
13808         mecp5200
13809         pf2000
13810         icecube
13811         o2dnt
13812         pm520
13813         sandpoint8245
13814         total5200
13815         tqm5200
13816
13817     Removed initialization of the driver from net/eth.c
13818
13819     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13820
13821 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
13822 Author: Ben Warren <biggerbadderben@gmail.com>
13823 Date:   Sun Aug 31 09:59:33 2008 -0700
13824
13825     Moved initialization of TSI108 Ethernet controller to board_eth_init()
13826
13827     Affected boards:
13828         mpc7448hpc2
13829
13830     Removed initialization of the driver from net/eth.c
13831
13832     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13833
13834 commit 0b252f50ae218ae15bfb63af44227972686ebc56
13835 Author: Ben Warren <biggerbadderben@gmail.com>
13836 Date:   Sun Aug 31 21:41:08 2008 -0700
13837
13838     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
13839
13840     Affected boards:
13841         hidden_dragon
13842         MPC8544DS
13843         MPC8610HPCN
13844         R2DPLUS
13845         TB0229
13846
13847     Removed initialization of the driver from net/eth.c
13848
13849     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13850
13851 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
13852 Author: Ben Warren <biggerbadderben@gmail.com>
13853 Date:   Sun Aug 31 09:49:42 2008 -0700
13854
13855     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
13856
13857     Affected boards:
13858         linkstation
13859         r7780mp
13860
13861     Removed initialization of the driver from net/eth.c
13862
13863     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13864
13865 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
13866 Author: Ben Warren <biggerbadderben@gmail.com>
13867 Date:   Tue Aug 12 22:11:53 2008 -0700
13868
13869     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
13870
13871     Removed at91sam9_eth_initialize() from net/eth.c
13872
13873     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13874
13875 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
13876 Author: Ben Warren <biggerbadderben@gmail.com>
13877 Date:   Sun Aug 31 22:22:04 2008 -0700
13878
13879     Introduce netdev.h header file and remove externs
13880
13881     This addresses all drivers whose initializers have already
13882     been moved to board_eth_init()/cpu_eth_init().
13883
13884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13885
13886 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
13887 Author: Andy Fleming <afleming@freescale.com>
13888 Date:   Sun Aug 31 16:33:30 2008 -0500
13889
13890     Add pixis_set_sgmii command
13891
13892     The 8544DS and 8572DS platforms support an optional SGMII riser card to
13893     expose ethernet over an SGMII interface.  Once the card is in, it is also
13894     necessary to configure the board such that it uses the card, rather than
13895     the on-board ethernet ports.  This can either be done by flipping dip switches
13896     on the motherboard, or by modifying registers in the pixis.  Either way
13897     requires a reboot.
13898
13899     This adds a command to allow users to choose which ports are routed through
13900     the SGMII card, and which through the onboard ports.  It also allows users
13901     to revert to the current switch settings.
13902
13903     This code does not work on the 8572, as the PIXIS is different.
13904
13905     Signed-off-by: Andy Fleming <afleming@freescale.com>
13906     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13907
13908 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
13909 Author: Andy Fleming <afleming@freescale.com>
13910 Date:   Sun Aug 31 16:33:29 2008 -0500
13911
13912     Add SGMII support for the 8544 DS
13913
13914     The 8544 DS has an optional SGMII Riser card, which uses different PHY
13915     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
13916     setup code if so.
13917
13918     Signed-off-by: Andy Fleming <afleming@freescale.com>
13919     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13920
13921 commit 652f7c2eef76a1340928bd660845441e932d86a2
13922 Author: Andy Fleming <afleming@freescale.com>
13923 Date:   Sun Aug 31 16:33:28 2008 -0500
13924
13925     Add support for Freescale SGMII Riser Card
13926
13927     The 8544DS and 8572DS systems have an optional SGMII riser card which
13928     exposes new ethernet ports which are connected to the eTSECs via an
13929     SGMII interface.  The SGMII PHYs for this board are offset from the standard
13930     PHY addresses, so this code modifies the passed in tsec_info structure to
13931     use the SGMII PHYs on the card, instead.
13932
13933     Signed-off-by: Andy Fleming <afleming@freescale.com>
13934     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13935
13936 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
13937 Author: Andy Fleming <afleming@freescale.com>
13938 Date:   Sun Aug 31 16:33:27 2008 -0500
13939
13940     Add SGMII support to the tsec
13941
13942     Adds support for configuring the TBI to talk properly with the SerDes.
13943
13944     Signed-off-by: Andy Fleming <afleming@freescale.com>
13945     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13946
13947 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
13948 Author: Andy Fleming <afleming@freescale.com>
13949 Date:   Sun Aug 31 16:33:26 2008 -0500
13950
13951     Pass in tsec_info struct through tsec_initialize
13952
13953     The tsec driver contains a hard-coded array of configuration information
13954     for the tsec ethernet controllers.  We create a default function that works
13955     for most tsecs, and allow that to be overridden by board code.  It creates
13956     an array of tsec_info structures, which are then parsed by the corresponding
13957     driver instance to determine configuration.  Also, add regs, miiregs, and
13958     devname fields to the tsec_info structure, so that we don't need the kludgy
13959     "index" parameter.
13960
13961     Signed-off-by: Andy Fleming <afleming@freescale.com>
13962     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13963
13964 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
13965 Author: Andy Fleming <afleming@freescale.com>
13966 Date:   Sun Aug 31 16:33:25 2008 -0500
13967
13968     tsec: Move tsec.h to include/
13969
13970     This is to prepare the way for board code passing in the tsec_info structure
13971
13972     Signed-off-by: Andy Fleming <afleming@freescale.com>
13973     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13974
13975 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
13976 Author: Sergei Poselenov <sposelenov@emcraft.com>
13977 Date:   Fri Jun 6 15:52:44 2008 +0200
13978
13979     PHY: Add support for the M88E1121R Marvell chip.
13980
13981     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13982     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
13983     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13984
13985 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
13986 Author: Wolfgang Denk <wd@denx.de>
13987 Date:   Tue Sep 2 21:17:36 2008 +0200
13988
13989     fw_env.c: fix build problems with MTD_VERSION=old
13990
13991     (as needed to support old 2.4 Linux kernel based releases)
13992
13993     Signed-off-by: Wolfgang Denk <wd@denx.de>
13994
13995 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
13996 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13997 Date:   Mon Sep 1 17:11:26 2008 +0200
13998
13999     device: make device_register() clone the device
14000
14001     This is expected by the callers, but this fact was hidden well within
14002     the old list implementation.
14003
14004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14005
14006 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
14007 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14008 Date:   Sun Aug 31 23:28:15 2008 +0900
14009
14010     sh: Remove CC line from board's Makefile
14011
14012     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14013
14014 commit 468eae0660de6fdfd9999944c536ecc4797bd944
14015 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14016 Date:   Sun Aug 31 23:25:57 2008 +0900
14017
14018     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
14019
14020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14021
14022 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
14023 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14024 Date:   Thu Aug 28 14:50:52 2008 +0900
14025
14026     sh: Add support sh2 to MAKEALL
14027
14028     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14029     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14030
14031 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
14032 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14033 Date:   Thu Aug 28 14:52:23 2008 +0900
14034
14035     sh: Fix compile error rsk7203 board
14036
14037     This boards used old type preprocessor.
14038     This patch fix compile error.
14039
14040     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14041     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14042
14043 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
14044 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14045 Date:   Thu Aug 28 14:53:31 2008 +0900
14046
14047     sh: Fix compile error sh7785lcr board
14048
14049     This boards used old type preprocessor.
14050     This patch fix compile error.
14051
14052     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14053     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14054
14055 commit 6f0da4972e48f99d37bc522814940a6022cd3084
14056 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14057 Date:   Fri Aug 22 17:39:09 2008 +0900
14058
14059     sh: Renesas Solutions AP325RXA board support
14060
14061     AP325RXA is SH7723's reference board.
14062     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
14063     In this patch, support SCIF, NOR Flash, and Ethernet.
14064
14065     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14066     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14067
14068 commit ab09f433b50bb83b5e440c335bc3839ee069e534
14069 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14070 Date:   Fri Aug 22 17:48:51 2008 +0900
14071
14072     sh: add support Renesas SH7723
14073
14074     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
14075     This patch supports CPU register's header file and SCIF serial driver.
14076
14077     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14078     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14079
14080 commit c655fad06ba3fb042dbc667724a40e1a9a091248
14081 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14082 Date:   Sun Aug 31 23:02:04 2008 +0900
14083
14084     sh: Renesas RSK+ 7203 board support
14085
14086     This adds initial support for the RTE RSK+ SH7203 board.
14087
14088     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14089     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14090
14091 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
14092 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14093 Date:   Thu Jul 3 23:11:02 2008 +0900
14094
14095     sh: Add support Renesas SH7203 processor
14096
14097     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14098     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14099
14100 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
14101 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14102 Date:   Sun Aug 31 22:48:33 2008 +0900
14103
14104     sh: Add support SH2/SH2A which is CPU of Renesas Technology
14105
14106     Add support SH2/SH2A basic function.
14107
14108     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14109     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14110
14111 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
14112 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14113 Date:   Sun Aug 31 22:45:08 2008 +0900
14114
14115     sh: Renesas R0P7785LC0011RL board support
14116
14117     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
14118     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
14119
14120     This patch supports the following functions:
14121      - 128MB DDR2-SDRAM (29-bit address mode only)
14122      - NOR Flash
14123      - USB host
14124      - Ethernet
14125
14126     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14127     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14128
14129 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
14130 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14131 Date:   Thu Jul 10 19:32:53 2008 +0900
14132
14133     sh: add support for SH7785
14134
14135     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
14136     This patch supports CPU register's header file.
14137
14138     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14139     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14140
14141 commit d6e04258be8f2408845468d3cf722a4cf0433445
14142 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14143 Date:   Sun Aug 31 04:45:42 2008 +0200
14144
14145     davinci: fix remaining dm644x_eth
14146
14147     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14148
14149 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
14150 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14151 Date:   Sun Aug 31 04:24:56 2008 +0200
14152
14153     fs: Move conditional compilation to Makefile
14154
14155     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14156
14157 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
14158 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14159 Date:   Sun Aug 31 04:24:55 2008 +0200
14160
14161     devices: merge to list_head
14162
14163     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14164
14165 commit ef0255fc75f28655f9681422079287d68a14dbaa
14166 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14167 Date:   Sun Aug 31 04:24:51 2008 +0200
14168
14169     update linux/list
14170
14171     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14172
14173 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
14174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14175 Date:   Sun Aug 31 00:39:48 2008 +0200
14176
14177     smdk6400: add gitignore
14178
14179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14180
14181 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
14182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14183 Date:   Sun Aug 31 00:39:48 2008 +0200
14184
14185     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
14186
14187     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14188
14189 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
14190 Author: Guennadi Liakhovetski <lg@denx.de>
14191 Date:   Sun Aug 31 00:39:47 2008 +0200
14192
14193     smdk6400: remove redundant bootargs definition
14194
14195     Double bootargs setting leads to a duplicated environmant entry.
14196
14197     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14198
14199 commit 11edcfe260f20dcea79284a3e95270989d433854
14200 Author: Guennadi Liakhovetski <lg@denx.de>
14201 Date:   Sun Aug 31 00:39:47 2008 +0200
14202
14203     ARM: Add support for S3C6400 based SMDK6400 board
14204
14205     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
14206     driver for it too. The board can also boot from the NOR flash, but due to
14207     hardware limitations it can only address 64KiB on it, which is not enough
14208     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
14209
14210     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14211
14212 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
14213 Author: Guennadi Liakhovetski <lg@denx.de>
14214 Date:   Sun Aug 31 00:39:47 2008 +0200
14215
14216     NAND: add NAND driver for S3C64XX
14217
14218     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
14219
14220     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14221
14222 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
14223 Author: Guennadi Liakhovetski <lg@denx.de>
14224 Date:   Sun Aug 31 00:39:47 2008 +0200
14225
14226     S3C64XX: remove broken HWFLOW support from the serial driver
14227
14228     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
14229     broken and currently unused. Remove it.
14230
14231     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14232
14233 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
14234 Author: Guennadi Liakhovetski <lg@denx.de>
14235 Date:   Sun Aug 31 00:39:47 2008 +0200
14236
14237     serial: add S3C64XX serial driver
14238
14239     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
14240
14241     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14242
14243 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
14244 Author: Guennadi Liakhovetski <lg@denx.de>
14245 Date:   Sun Aug 31 00:39:46 2008 +0200
14246
14247     USB: Add support for OHCI controller on S3C6400
14248
14249     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
14250     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
14251     it should work too and we could still profit from instruction cache.
14252
14253     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14254
14255 commit 9b07773f8883665b002500c190507e9fd99b7181
14256 Author: Guennadi Liakhovetski <lg@denx.de>
14257 Date:   Sun Aug 31 00:39:46 2008 +0200
14258
14259     ARM: Add arm1176 core with S3C6400 SoC
14260
14261     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
14262
14263     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14264
14265 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
14266 Author: Sandeep Paulraj <s-paulraj@ti.com>
14267 Date:   Sun Aug 31 00:39:46 2008 +0200
14268
14269     ARM DaVinci: Changing function names for EMAC driver
14270
14271     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
14272     By replacing all the function names that start with dm644x_* to davinci_*
14273     we make these function more portable. I have tested this change on my EVM.
14274     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
14275     be sending patches that add DaVinci DM6467 support to the list soon.
14276
14277     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14278
14279 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
14280 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14281 Date:   Sat Aug 30 23:21:30 2008 +0200
14282
14283     Integrator[AP/CP] - Remove unused file memsetup.S
14284
14285     - memsetup.s is changed/merged to lowlevel_init.S
14286       memsetup.S has a global label memsetup that just returns back to caller
14287     - memsetup global label is changed/merged to lowlevel_init
14288       This label is not called from anywhere.
14289
14290     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
14291
14292 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
14293 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14294 Date:   Wed Aug 27 21:35:52 2008 +0200
14295
14296     ARM DaVinci: Standardize names of directories/files
14297
14298     ARM DaVinci: Standardize names of directories/files.
14299
14300     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14301     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14302
14303 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
14304 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14305 Date:   Fri Jul 11 15:10:13 2008 -0400
14306
14307     ARM DaVinci: Move common functions to board/davinci/common
14308
14309     ARM DaVinci: Move common functions to board/davinci/common.
14310
14311     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14312
14313 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
14314 Author: Stefan Roese <sr@denx.de>
14315 Date:   Fri Aug 29 11:56:49 2008 +0200
14316
14317     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
14318
14319     This function is needed for the new NAND infrastructure. We only need
14320     a dummy implementation though for the NDFC.
14321
14322     Signed-off-by: Stefan Roese <sr@denx.de>
14323
14324 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
14325 Author: Stefan Roese <sr@denx.de>
14326 Date:   Fri Aug 29 12:06:27 2008 +0200
14327
14328     ppc4xx: Increase image size for NAND boot target
14329
14330     This is needed since now with HUSH enabled (amcc-common.h) the image
14331     read from NAND exceeds the previous limit.
14332
14333     Signed-off-by: Stefan Roese <sr@denx.de>
14334
14335 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
14336 Author: Ben Warren <biggerbadderben@gmail.com>
14337 Date:   Thu Aug 28 23:58:30 2008 -0700
14338
14339     Move MPC512x_FEC driver to drivers/net
14340
14341     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14342
14343 commit 80b00af01b3c9154774de2936f05a051e92f6a03
14344 Author: Ben Warren <biggerbadderben@gmail.com>
14345 Date:   Thu Aug 28 23:58:29 2008 -0700
14346
14347     Move MPC5xxx_FEC driver to drivers/net
14348
14349     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14350
14351 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
14352 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14353 Date:   Fri Aug 29 21:53:57 2008 +0200
14354
14355     cmd_terminal: remove no need ifdef
14356
14357     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14358
14359 commit 578118bdf122877ae769776be002255be447b4fa
14360 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14361 Date:   Fri Aug 29 21:53:57 2008 +0200
14362
14363     common/Makefile: order by functionality
14364
14365     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14366
14367 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
14368 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14369 Date:   Fri Aug 29 21:53:56 2008 +0200
14370
14371     miiphyutil: Move conditional compilation to Makefile
14372
14373     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14374
14375 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
14376 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14377 Date:   Fri Aug 29 21:53:37 2008 +0200
14378
14379     autoscript: Move conditional compilation to Makefile
14380
14381     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14382
14383 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
14384 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14385 Date:   Fri Aug 29 01:18:11 2008 +0200
14386
14387     crc16: move to lib_generic
14388
14389     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14390
14391 commit 55195773eacefb22dd483a3c560ea30a14263ce1
14392 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14393 Date:   Fri Aug 29 01:18:01 2008 +0200
14394
14395     miiphybb: move to drivers/net/phy
14396
14397     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14398
14399 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
14400 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14401 Date:   Thu Aug 28 12:31:51 2008 +0200
14402
14403     soft_spi: move to drivers/spi
14404
14405     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14406
14407 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
14408 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14409 Date:   Thu Aug 28 12:31:51 2008 +0200
14410
14411     soft_i2c: move to drivers/i2c
14412
14413     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14414
14415 commit 717a222229fdb77703e9174d0eb08a4b41febf49
14416 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14417 Date:   Thu Aug 28 12:31:48 2008 +0200
14418
14419     gunzip: move to lib_generic
14420
14421     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14422
14423 commit 52aef8f9ba28b747973bf76741c23db658d5773c
14424 Author: Wolfgang Ocker <weo@reccoware.de>
14425 Date:   Tue Aug 26 19:55:23 2008 +0200
14426
14427     ppc4xx: NAND configuration
14428
14429     Made NAND bank configuration setting a config variable.
14430
14431     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
14432     Signed-off-by: Stefan Roese <sr@denx.de>
14433
14434 commit 5bc542a593abc9e974fbd34704af85c37c366c60
14435 Author: Victor Gallardo <vgallardo@amcc.com>
14436 Date:   Thu Aug 28 16:03:28 2008 -0700
14437
14438     ppc4xx: fix UIC external_interrupt hang on UIC0
14439
14440     This patch fixes a UIC external_interrupt hang if critical or non-critical
14441     interrupt is set at the same time as a normal interrupt is set on UIC0.
14442
14443     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
14444     Signed-off-by: Stefan Roese <sr@denx.de>
14445
14446 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
14447 Author: Prodyut  Hazarika <phazarika@amcc.com>
14448 Date:   Wed Aug 27 16:39:00 2008 -0700
14449
14450     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
14451
14452     Removed Magic numbers from Initialization preload registers
14453     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
14454     About 5-7% improvement seen for LMBench memtests
14455
14456     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
14457     Signed-off-by: Stefan Roese <sr@denx.de>
14458
14459 commit 8a490422bed685c9491274ec997f62061d88620b
14460 Author: John Rigby <jrigby@freescale.com>
14461 Date:   Thu Aug 28 13:17:07 2008 -0600
14462
14463     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
14464
14465     MPC5121 rev 2 silicon has a new register for controlling how long
14466     CS is asserted after deassertion of ALE in multiplexed mode.
14467
14468     The default is to assert CS together with ALE.  The alternative
14469     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
14470
14471     The default is wrong for the NOR flash and CPLD on the ADS5121.
14472
14473     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
14474     it does so conditionally based on silicon rev 2.0 or greater.
14475
14476     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
14477     Signed-off-by: John Rigby <jrigby@freescale.com>
14478
14479 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
14480 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14481 Date:   Tue Aug 19 00:56:46 2008 +0600
14482
14483     Add I2C frequency dividers for ColdFire
14484
14485     The existing I2C freqency dividers for FDR does not apply
14486     to ColdFire platforms; thus, a seperate table is added
14487     based on MCF5xxx Reference Manual
14488
14489     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
14490     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14491     Acked-by: Tabi Timur <timur@freescale.com>
14492
14493 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
14494 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14495 Date:   Tue Aug 19 03:01:19 2008 +0600
14496
14497     ColdFire: I2C fix for multiple platforms
14498
14499     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14500
14501 commit d53cf6a9c7423cba668b867978648645f71c3090
14502 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14503 Date:   Tue Aug 19 00:37:13 2008 +0600
14504
14505     ColdFire: Add CONFIG_MII_INIT for M5272C3
14506
14507     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14508
14509 commit f78ced3028d4130b24a318943a70cf5584ab16f4
14510 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14511 Date:   Tue Aug 19 00:26:25 2008 +0600
14512
14513     ColdFire: Multiple fixes for MCF5445x platforms
14514
14515     Add FEC pin set and mii reset in __mii_init(). Change
14516     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
14517     change cfi_offset to 0, and change CFG_FLASH_CFI to
14518     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
14519     M54455EVB env settings in configuration file.
14520
14521     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14522
14523 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
14524 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14525 Date:   Fri Aug 15 18:24:25 2008 +0000
14526
14527     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
14528
14529     The user manuals recommend 7.
14530
14531     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
14532     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14533
14534 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
14535 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14536 Date:   Fri Aug 15 16:50:07 2008 +0000
14537
14538     ColdFire: Raise uart baudrate to 115200 bps
14539
14540     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
14541     uart baudrate increase from 19200 to 115200 bps
14542
14543     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14544
14545 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
14546 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14547 Date:   Wed Aug 13 12:07:03 2008 +0000
14548
14549     ColdFire: Fix board.c warning message
14550
14551     Implicit declaration of nand_init() warning message
14552
14553     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14554
14555 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
14556 Author: Kumar Gala <galak@kernel.crashing.org>
14557 Date:   Wed Aug 27 01:10:34 2008 -0500
14558
14559     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
14560
14561     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14562
14563 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
14564 Author: Heiko Schocher <hs@denx.de>
14565 Date:   Thu Aug 21 20:44:49 2008 +0200
14566
14567     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
14568
14569     Signed-off-by: Heiko Schocher <hs@denx.de>
14570
14571 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
14572 Author: Kumar Gala <galak@kernel.crashing.org>
14573 Date:   Tue Aug 19 14:46:36 2008 -0500
14574
14575     mpc85xx: remove redudant code with lib_ppc/interrupts.c
14576
14577     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
14578     not show how that happened, but there is no good reason for it.
14579
14580     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
14581     they exist.
14582
14583     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14584
14585 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
14586 Author: Kumar Gala <galak@kernel.crashing.org>
14587 Date:   Fri Jul 25 13:31:05 2008 -0500
14588
14589     mpc85xx: Add support for the MPC8536DS reference board
14590
14591     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14592     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
14593     Signed-off-by: Dejan Minic <minic@freescale.com>
14594     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14595     Signed-off-by: Dave Liu <daveliu@freescale.com>
14596     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14597
14598 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
14599 Author: Kumar Gala <galak@kernel.crashing.org>
14600 Date:   Tue Aug 12 11:14:19 2008 -0500
14601
14602     mpc85xx: Add support for the MPC8536
14603
14604     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
14605     also have SERDES init code for the 8536.
14606
14607     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14608     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
14609     Signed-off-by: Dejan Minic <minic@freescale.com>
14610     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14611     Signed-off-by: Dave Liu <daveliu@freescale.com>
14612
14613 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
14614 Author: Kumar Gala <galak@kernel.crashing.org>
14615 Date:   Tue Aug 12 11:13:08 2008 -0500
14616
14617     mpc85xx: Add support for the MPC8572DS reference board
14618
14619     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14620
14621 commit 457caecdbca3df21a93abff19eab12dbc61b7897
14622 Author: Kumar Gala <galak@kernel.crashing.org>
14623 Date:   Wed Aug 27 01:05:35 2008 -0500
14624
14625     FSL DDR: Remove old SPD support from cpu/mpc85xx
14626
14627     All 85xx boards have been converted to the new code so we can
14628     remove the old SPD DDR setup code.
14629
14630     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14631
14632 commit 0e7927db138976469e7257e29c1338050a50fcd9
14633 Author: Kumar Gala <galak@kernel.crashing.org>
14634 Date:   Wed Aug 27 01:04:07 2008 -0500
14635
14636     FSL DDR: Convert STXSSA to new DDR code.
14637
14638     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14639
14640 commit c360d9b970fbb9c13744c355879671165bbb9b9e
14641 Author: Kumar Gala <galak@kernel.crashing.org>
14642 Date:   Wed Aug 27 01:03:42 2008 -0500
14643
14644     FSL DDR: Convert STXGP3 to new DDR code.
14645
14646     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14647
14648 commit 8e55313b7ae12352a343f9b9962e662dbd897187
14649 Author: Kumar Gala <galak@kernel.crashing.org>
14650 Date:   Tue Aug 26 23:52:58 2008 -0500
14651
14652     FSL DDR: Convert SBC8560 to new DDR code.
14653
14654     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14655
14656 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
14657 Author: Kumar Gala <galak@kernel.crashing.org>
14658 Date:   Tue Aug 26 23:52:32 2008 -0500
14659
14660     FSL DDR: Convert MPC8540EVAL to new DDR code.
14661
14662     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14663
14664 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
14665 Author: Kumar Gala <galak@kernel.crashing.org>
14666 Date:   Tue Aug 26 23:52:07 2008 -0500
14667
14668     FSL DDR: Convert PM856 to new DDR code.
14669
14670     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14671
14672 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
14673 Author: Kumar Gala <galak@kernel.crashing.org>
14674 Date:   Tue Aug 26 23:51:49 2008 -0500
14675
14676     FSL DDR: Convert PM854 to new DDR code.
14677
14678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14679
14680 commit 33b9079ba20926f14238fff863b68a98e938948e
14681 Author: Kumar Gala <galak@kernel.crashing.org>
14682 Date:   Tue Aug 26 23:15:28 2008 -0500
14683
14684     FSL DDR: Convert sbc8548 to new DDR code.
14685
14686     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14687
14688 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
14689 Author: Kumar Gala <galak@kernel.crashing.org>
14690 Date:   Tue Aug 26 23:14:14 2008 -0500
14691
14692     FSL DDR: Convert atum8548 to new DDR code.
14693
14694     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14695
14696 commit be0bd8234b9777ecd63c4c686f72af070d886517
14697 Author: Kumar Gala <galak@kernel.crashing.org>
14698 Date:   Tue Aug 26 22:56:56 2008 -0500
14699
14700     FSL DDR: Convert socrates to new DDR code.
14701
14702     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14703
14704 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
14705 Author: Kumar Gala <galak@kernel.crashing.org>
14706 Date:   Tue Aug 26 08:02:30 2008 -0500
14707
14708     FSL DDR: Convert MPC8544DS to new DDR code.
14709
14710     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14711
14712 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
14713 Author: Jon Loeliger <jdl@freescale.com>
14714 Date:   Tue Mar 18 13:51:05 2008 -0500
14715
14716     FSL DDR: Convert MPC8568MDS to new DDR code.
14717
14718     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14719     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14720
14721 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
14722 Author: Jon Loeliger <jdl@freescale.com>
14723 Date:   Tue Mar 18 13:51:06 2008 -0500
14724
14725     FSL DDR: Convert MPC8548CDS to new DDR code.
14726
14727     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14728     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14729
14730 commit aa11d85cf318b961e029fe50d68ca47d004bce93
14731 Author: Jon Loeliger <jdl@freescale.com>
14732 Date:   Mon Mar 17 15:48:18 2008 -0500
14733
14734     FSL DDR: Convert MPC8541CDS to new DDR code.
14735
14736     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14738
14739 commit 2b40edb10d81da7bba724edbccd7f53777112579
14740 Author: Jon Loeliger <jdl@freescale.com>
14741 Date:   Tue Mar 18 11:12:42 2008 -0500
14742
14743     FSL DDR: Convert MPC8555ADS to new DDR code.
14744
14745     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14747
14748 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
14749 Author: Jon Loeliger <jdl@freescale.com>
14750 Date:   Tue Mar 18 11:12:44 2008 -0500
14751
14752     FSL DDR: Convert MPC8560ADS to new DDR code.
14753
14754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14755     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14756
14757 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
14758 Author: Kumar Gala <galak@kernel.crashing.org>
14759 Date:   Fri Jun 6 13:12:18 2008 -0500
14760
14761     FSL DDR: Convert MPC8540ADS to new DDR code.
14762
14763     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14764
14765 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
14766 Author: Kumar Gala <galak@kernel.crashing.org>
14767 Date:   Tue Aug 26 21:34:55 2008 -0500
14768
14769     FSL DDR: Add 85xx specific register setting
14770
14771     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14772
14773 commit 6fb1b7346849ccd0c20306143e334f5b76143070
14774 Author: Kumar Gala <galak@kernel.crashing.org>
14775 Date:   Mon Jun 9 11:07:46 2008 -0500
14776
14777     FSL DDR: Add e500 TLB helper for DDR code
14778
14779     Provide a helper function that board code can call to map TLBs when
14780     setting up DDR.
14781
14782     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14783
14784 commit d26b739afe5a6760bd345743188759cd9d0f3b47
14785 Author: Andrew Dyer <adyer@righthandtech.com>
14786 Date:   Tue Aug 26 17:03:38 2008 -0500
14787
14788     dm9000 remove dead external phy support, gpio fix
14789
14790     dm9000 has code to detect and initialize external phy parts, but later
14791     on in the code the part is forced to use the internal phy
14792     unconditionally.  Remove the unused/untested code.
14793
14794     change the GPIO initialization so that only the GPIO used as an
14795     internal phy reset (hardwired in the chip) is set as an output.  The
14796     remaining GPIO need to be handled by board specific code to prevent
14797     possible drive conflicts.  Set as inputs for safety.
14798
14799     replace a few magic numbers with defines
14800
14801     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
14802     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14803
14804 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
14805 Author: Peter Tyser <ptyser@xes-inc.com>
14806 Date:   Tue Aug 26 11:17:48 2008 -0500
14807
14808     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
14809
14810     cmd_net.c command descriptions were updated to describe the optional
14811     hostIPaddr argument.  The dhcp command help message was also updated
14812     to more closely reflect the other commands in cmd_net.c
14813
14814     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14815     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14816
14817 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
14818 Author: Remy Bohmer <linux@bohmer.net>
14819 Date:   Wed Aug 20 11:30:28 2008 +0200
14820
14821     Fix bogus error message in the DHCP handler
14822
14823     The DHCP handler has 1 state that is not listed in this case, causing a
14824     failure message when there is actually no failure.
14825
14826     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14827     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14828
14829 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
14830 Author: Remy Bohmer <linux@bohmer.net>
14831 Date:   Wed Aug 20 11:30:27 2008 +0200
14832
14833     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
14834
14835     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
14836     missing extern inside the net/bootp.h header
14837
14838     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14839     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14840
14841 commit 1803f7f91ff35ca402259065df7557107dcf28a2
14842 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14843 Date:   Tue Aug 19 21:26:32 2008 +0000
14844
14845     ColdFire: Add FEC Buffer descriptors in SRAM
14846
14847     Add FEC Buffer descriptors and data buffer in SRAM for
14848     faster execution and access.
14849
14850     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14851     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14852
14853 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
14854 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14855 Date:   Thu Aug 21 23:55:11 2008 +0000
14856
14857     Fix ColdFire FEC warning messages
14858
14859     Types mismatch and implicit declaration of icache_invalid()
14860     warning messages
14861
14862     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14863     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14864
14865 commit 6a002171098e968bd5b362347d2831224fab6048
14866 Author: Ben Warren <biggerbadderben@gmail.com>
14867 Date:   Sat Jul 12 00:17:50 2008 -0700
14868
14869     Moved initialization of SKGE Ethernet driver to board code.
14870
14871     The only board using this driver is the SL8245 board.
14872     Removed initialization for the driver from net/eth.c
14873
14874     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14875
14876 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
14877 Author: Ben Warren <biggerbadderben@gmail.com>
14878 Date:   Sat Jul 12 00:08:45 2008 -0700
14879
14880     Moved conditional compilation to Makefile for SK98 Ethernet driver
14881
14882     Brute-force removal of #ifdefs.  Didn't touch the code.
14883     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14884
14885 commit 65d3d99c28dc363d15eaee78225ff643df499b97
14886 Author: Ben Warren <biggerbadderben@gmail.com>
14887 Date:   Fri Jul 11 23:42:19 2008 -0700
14888
14889     Moved initialization of ULI526X Ethernet driver to board code.
14890
14891     The only board using this driver is the Freescale MPC8610HPCD board.
14892     Removed initialization for the driver from net/eth.c
14893
14894     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14895
14896 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
14897 Author: Ben Warren <biggerbadderben@gmail.com>
14898 Date:   Fri Jul 11 23:15:28 2008 -0700
14899
14900     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
14901
14902     Added board_eth_init() function to bf537-stamp board.
14903     Removed initialization for the Blackin EMAC driver from net/eth.c
14904
14905     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14906
14907 commit fc363ce35408f348cacced68505f3747a53e3d7c
14908 Author: Ben Warren <biggerbadderben@gmail.com>
14909 Date:   Wed Jul 9 01:04:19 2008 -0700
14910
14911     Moved initialization of GRETH Ethernet driver to CPU directory
14912
14913     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
14914     removed code from net/eth.c
14915
14916     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14917
14918 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
14919 Author: Ben Warren <biggerbadderben@gmail.com>
14920 Date:   Tue Aug 26 22:16:25 2008 -0700
14921
14922     Moved initialization of MCFFEC Ethernet driver to CPU directory
14923
14924     Added a cpu_eth_init() function to coldfire CPU directories and
14925     removed code from net/eth.c
14926
14927     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14928
14929 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
14930 Author: Ben Warren <biggerbadderben@gmail.com>
14931 Date:   Tue Aug 26 22:12:36 2008 -0700
14932
14933     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
14934
14935     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
14936     removed code from net/eth.c
14937
14938     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14939
14940 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
14941 Author: Kumar Gala <galak@kernel.crashing.org>
14942 Date:   Tue Aug 26 15:01:38 2008 -0500
14943
14944     FSL DDR: Remove old SPD support from cpu/mpc86xx
14945
14946     All 86xx boards have been converted to the new code so we can
14947     remove the old SPD DDR setup code.
14948
14949     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14950
14951 commit 9bd4e5911b750837515466bc7449087698b88e0e
14952 Author: Kumar Gala <galak@kernel.crashing.org>
14953 Date:   Tue Aug 26 15:01:37 2008 -0500
14954
14955     FSL DDR: Convert SBC8641D to new DDR code.
14956
14957     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14958
14959 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
14960 Author: Jon Loeliger <jdl@freescale.com>
14961 Date:   Tue Aug 26 15:01:36 2008 -0500
14962
14963     FSL DDR: Convert MPC8610HPCD to new DDR code.
14964
14965     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14966     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14967
14968 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
14969 Author: Kumar Gala <galak@kernel.crashing.org>
14970 Date:   Tue Aug 26 15:01:35 2008 -0500
14971
14972     FSL DDR: Convert MPC8641HPCN to new DDR code.
14973
14974     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14975     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14976
14977 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
14978 Author: Kumar Gala <galak@kernel.crashing.org>
14979 Date:   Tue Aug 26 15:01:34 2008 -0500
14980
14981     FSL DDR: Add 86xx specific register setting
14982
14983     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14984
14985 commit 233fdd502a6c227f476212b3097653ad48d7e254
14986 Author: Kumar Gala <galak@kernel.crashing.org>
14987 Date:   Tue Aug 26 15:01:32 2008 -0500
14988
14989     FSL DDR: Add DDR2 DIMM paramter support
14990
14991     Compute DIMM parameters based upon the SPD information.
14992
14993     Signed-off-by: James Yang <James.Yang@freescale.com>
14994     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14995     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14996
14997 commit 05c05a2363a6ac11e0e405926034546ffad71fad
14998 Author: Kumar Gala <galak@kernel.crashing.org>
14999 Date:   Tue Aug 26 15:01:30 2008 -0500
15000
15001     FSL DDR: Add DDR1 DIMM paramter support
15002
15003     Compute DIMM parameters based upon the SPD information in spd.
15004
15005     Signed-off-by: James Yang <James.Yang@freescale.com>
15006     Signed-off-by: Jon Loeliger <jdl@freescale.com>
15007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15008
15009 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
15010 Author: Kumar Gala <galak@kernel.crashing.org>
15011 Date:   Tue Aug 26 15:01:29 2008 -0500
15012
15013     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
15014
15015     The main purpose of this rewrite it to be able to share the same
15016     initialization code on all FSL PowerPC products that have DDR
15017     controllers.  (83xx, 85xx, 86xx).
15018
15019     The code is broken up into the following steps:
15020         GET_SPD
15021         COMPUTE_DIMM_PARMS
15022         COMPUTE_COMMON_PARMS
15023         GATHER_OPTS
15024         ASSIGN_ADDRESSES
15025         COMPUTE_REGS
15026         PROGRAM_REGS
15027
15028     This allows us to share more code an easily allow for board specific code
15029     overrides.
15030
15031     Additionally this code base adds support for >4G of DDR and provides a
15032     foundation for supporting interleaving on processors with more than one
15033     controller.
15034
15035     Signed-off-by: James Yang <James.Yang@freescale.com>
15036     Signed-off-by: Jon Loeliger <jdl@freescale.com>
15037     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15038     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15039     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15040
15041 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
15042 Author: Kumar Gala <galak@kernel.crashing.org>
15043 Date:   Tue Aug 26 15:01:28 2008 -0500
15044
15045     FSL DDR: Provide a generic set_ddr_laws()
15046
15047     Provide a helper function that will setup the last available
15048     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
15049
15050     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15051
15052 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
15053 Author: James Yang <James.Yang@freescale.com>
15054 Date:   Tue Aug 26 15:01:27 2008 -0500
15055
15056     Add proper SPD definitions for DDR1/2/3
15057
15058     Also adds helper functions for DDR1/2 to verify the checksum.
15059
15060     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15061
15062 commit 285db74716c724ae8a0ff177878fd09a74428c7b
15063 Author: Wolfgang Denk <wd@denx.de>
15064 Date:   Wed Aug 27 01:02:48 2008 +0200
15065
15066     Update CHANGELOG
15067
15068     Signed-off-by: Wolfgang Denk <wd@denx.de>
15069
15070 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
15071 Author: Heiko Schocher <hs@denx.de>
15072 Date:   Tue Aug 19 10:08:49 2008 +0200
15073
15074     Add support for muas3001 board (MPC8270)
15075
15076     Signed-off-by: Heiko Schocher <hs@denx.de>
15077
15078 commit 322098bff32410d2a00031649b47c4ec90a66d9a
15079 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15080 Date:   Tue Aug 19 08:31:18 2008 +0530
15081
15082     common/cmd_load.c cleanup - remove unused variables
15083
15084     - Remove unused global variable os_data_count.
15085     - Remove unused variable z.
15086
15087     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
15088
15089 commit 306620b762a4f9fa6678568ad2e8772dec145208
15090 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15091 Date:   Mon Aug 18 13:35:27 2008 +0200
15092
15093     remove MVS1 board
15094
15095     MVS1 board has reached end-of-life and can be removed completely.
15096
15097     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15098
15099 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
15100 Author: Kumar Gala <galak@kernel.crashing.org>
15101 Date:   Fri Aug 15 08:24:45 2008 -0500
15102
15103     bootm: refactor do_reset and os boot function args
15104
15105     There is no need for each OS specific function to call do_reset() we
15106     can just do it once in bootm. This means its feasible on an error for
15107     the OS boot function to return.
15108
15109     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
15110     functions.  flag isn't currently used but might be in the future so
15111     we left it alone.
15112
15113     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15114
15115 commit 40afac22a9c602e55c501c800f1c064324711b56
15116 Author: Kumar Gala <galak@kernel.crashing.org>
15117 Date:   Fri Aug 15 08:24:44 2008 -0500
15118
15119     fdt: Added resize command
15120
15121     Resize the fdt to size + padding to 4k boundary
15122
15123     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15124
15125 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
15126 Author: Kumar Gala <galak@kernel.crashing.org>
15127 Date:   Fri Aug 15 08:24:43 2008 -0500
15128
15129     fdt: refactor initrd related code
15130
15131     Created a new fdt_initrd() to deal with setting the initrd properties
15132     in the device tree and fixing up the mem reserve.  We can use this
15133     both in the choosen node handling and lets us remove some duplicated
15134     code when we fixup the initrd info in bootm on PPC.
15135
15136     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15137
15138 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
15139 Author: Kumar Gala <galak@kernel.crashing.org>
15140 Date:   Fri Aug 15 08:24:42 2008 -0500
15141
15142     fdt: refactor fdt resize code
15143
15144     Move the fdt resizing code out of ppc specific boot code and into
15145     common fdt support code.
15146
15147     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15148
15149 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
15150 Author: Kumar Gala <galak@kernel.crashing.org>
15151 Date:   Fri Aug 15 08:24:41 2008 -0500
15152
15153     bootm: refactor image detection and os load steps
15154
15155     Created a bootm_start() that handles the parsing and detection of all
15156     the images that will be used by the bootm command (OS, ramdisk, fdt).
15157     As part of this we now tract all the relevant image offsets in the
15158     bootm_headers_t struct. This will allow us to have all the needed
15159     state for future sub-commands and lets us reduce a bit of arch
15160     specific code on SPARC.
15161
15162     Created a bootm_load_os() that deals with decompression and loading
15163     the OS image.
15164
15165     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15166
15167 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
15168 Author: Kumar Gala <galak@kernel.crashing.org>
15169 Date:   Fri Aug 15 08:24:40 2008 -0500
15170
15171     bootm: move lmb into the bootm_headers_t structure
15172
15173     To allow for persistent state between future bootm subcommands we
15174     need the lmb to exist in a global state.
15175     Moving it into the bootm_headers_t allows us to do that.
15176
15177     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15178
15179 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
15180 Author: Kumar Gala <galak@kernel.crashing.org>
15181 Date:   Fri Aug 15 08:24:39 2008 -0500
15182
15183     bootm: Set working fdt address as part of the bootm flow
15184
15185     Set the fdt working address so "fdt FOO" commands can be used as part
15186     of the bootm flow.  Also set an the environment variable "fdtaddr"
15187     with the value.
15188
15189     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15190
15191 commit 06a09918f3903450313e2047a9cc258bf5872f46
15192 Author: Kumar Gala <galak@kernel.crashing.org>
15193 Date:   Fri Aug 15 08:24:38 2008 -0500
15194
15195     bootm: refactor fdt locating and relocation code
15196
15197     Move the code that handles finding a device tree blob and relocating
15198     it (if needed) into common code so all arch's have access to it.
15199
15200     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15201
15202 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
15203 Author: Kumar Gala <galak@kernel.crashing.org>
15204 Date:   Fri Aug 15 08:24:37 2008 -0500
15205
15206     bootm: refactor ramdisk locating code
15207
15208     Move determing if we have a ramdisk and where its located into the
15209     common code. Keep track of the ramdisk start and end in the
15210     bootm_headers_t image struct.
15211
15212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15213
15214 commit c160a9544743e80e8889edb2275538e7764ce334
15215 Author: Kumar Gala <galak@kernel.crashing.org>
15216 Date:   Fri Aug 15 08:24:36 2008 -0500
15217
15218     bootm: refactor entry point code
15219
15220     Move entry point code out of each arch and into common code.
15221     Keep the entry point in the bootm_headers_t images struct.
15222
15223     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15224
15225 commit 20220d22b9f41446288588cd2e457e0077a18bed
15226 Author: Randy Vinson <rvinson@mvista.com>
15227 Date:   Wed Aug 13 11:44:57 2008 -0700
15228
15229     mpc7448hpc2: Fix PCI I/O space mapping.
15230
15231     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
15232     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
15233     space such that 0xFA000000 in the processor's address space maps to 0
15234     on the PCI I/O bus.
15235
15236     Signed-off-by Randy Vinson <rvinson@mvista.com>
15237     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
15238
15239 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
15240 Author: Guennadi Liakhovetski <lg@denx.de>
15241 Date:   Wed Aug 13 18:10:26 2008 +0200
15242
15243     i.MX31: Specify maintainers for i.MX31-based boards
15244
15245     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15246     Signed-off-by: Wolfgang Denk <wd@denx.de>
15247
15248 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
15249 Author: Wolfgang Denk <wd@denx.de>
15250 Date:   Tue Aug 26 15:01:28 2008 +0200
15251
15252     ADS5121: adjust image addresses in RAM and flash
15253
15254     Use the same mapping in flash as used by Linux
15255
15256     Signed-off-by: Wolfgang Denk <wd@denx.de>
15257
15258 commit 19f101412c16edee9fd55db4039e1d68a833b28b
15259 Author: Wolfgang Denk <wd@denx.de>
15260 Date:   Tue Aug 26 13:14:34 2008 +0200
15261
15262     cmd_mem.c: Fix help message alignment
15263
15264     Bug was introced by "Big white-space cleanup" (53677ef1)
15265
15266     Signed-off-by: Wolfgang Denk <wd@denx.de>
15267
15268 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
15269 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15270 Date:   Wed Aug 20 11:11:52 2008 +0200
15271
15272     change mvBL-M7 default env and move to vendor subdir
15273
15274     fix mvBL-M7 config and move to matrix_vision subdir
15275
15276     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15277     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15278
15279 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
15280 Author: Nick Spence <nick.spence@freescale.com>
15281 Date:   Fri Aug 22 23:52:40 2008 -0700
15282
15283     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
15284
15285     This patch adds elements to the 83xx sysconf structure and #define values that are used
15286     by mpc83xx family devices.
15287
15288     Signed-off-by: Nick Spence <nick.spence@freescale.com>
15289     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15290
15291 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
15292 Author: Ira W. Snyder <iws@ovro.caltech.edu>
15293 Date:   Fri Aug 22 11:00:15 2008 -0700
15294
15295     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
15296
15297     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
15298     PCI card rather than a host computer.
15299
15300     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
15301     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15302
15303 commit 4ff9aea9d6b5602683a920951ef896996438af62
15304 Author: Ira W. Snyder <iws@ovro.caltech.edu>
15305 Date:   Fri Aug 22 11:00:14 2008 -0700
15306
15307     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
15308
15309     This adds a helper function to unlock the PCI configuration bit, so that
15310     any extra PCI setup (such as outbound windows, etc.) can be done after
15311     using the 83XX_GENERIC_PCI code to set up the PCI bus.
15312
15313     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
15314     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15315
15316 commit 162338e1fcde231ca4d562e5ebd7859456731691
15317 Author: Ira W. Snyder <iws@ovro.caltech.edu>
15318 Date:   Fri Aug 22 11:00:13 2008 -0700
15319
15320     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
15321
15322     Change the MPC8349EMDS board to use the generic PCI initialization code
15323     for the mpc83xx cpu.
15324
15325     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
15326     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15327
15328 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
15329 Author: Kim Phillips <kim.phillips@freescale.com>
15330 Date:   Mon Aug 25 14:53:09 2008 -0500
15331
15332     fix out of tree building
15333
15334     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15335
15336 commit a49d10cf027d059ee15c262010a05cdaec0961e1
15337 Author: Wolfgang Denk <wd@denx.de>
15338 Date:   Mon Aug 25 23:45:41 2008 +0200
15339
15340     Minor coding style cleanup, updte CHANGELOG
15341
15342     Signed-off-by: Wolfgang Denk <wd@denx.de>
15343
15344 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
15345 Author: Stefan Roese <sr@denx.de>
15346 Date:   Wed Aug 20 20:29:38 2008 +0200
15347
15348     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
15349
15350     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
15351     to combine both config options into one line. This even allows defining
15352     both options and not generating the target object twice.
15353
15354     Signed-off-by: Stefan Roese <sr@denx.de>
15355
15356 commit 079edb913dbae147b50a488cf02e03f473fc5f28
15357 Author: Jens Gehrlein <sew_s@tqs.de>
15358 Date:   Fri Jul 4 16:50:05 2008 +0200
15359
15360     MX31: fix bit masks in function mx31_decode_pll()
15361
15362     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
15363
15364     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15365
15366 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
15367 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15368 Date:   Mon Aug 25 11:11:34 2008 +0200
15369
15370     Correct ARM Versatile Timer Initialization
15371
15372      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
15373        -- Timer Value Register @ TIMER Base + 4 is Read-only.
15374        -- Prescale Value (Bits 3-2 of TIMER Control register)
15375         can only be one of 00,01,10. 11 is undefined.
15376        -- CFG_HZ for Versatile board is set to
15377         #define CFG_HZ          (1000000 / 256)
15378         So Prescale bits is set to indicate
15379         - 8 Stages of Prescale, Clock divided by 256
15380      - The Timer Control Register has one Undefined/Shouldn't Use Bit
15381        So we should do read/modify/write Operation
15382
15383     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
15384
15385 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
15386 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15387 Date:   Mon Aug 25 11:30:29 2008 +0200
15388
15389     Add ARM AMBA PL031 RTC Support
15390
15391     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15392
15393 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
15394 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15395 Date:   Tue Aug 19 16:21:03 2008 -0400
15396
15397     ARM DaVinci: Removed redundant NAND initialization code.
15398
15399     ARM DaVinci: Removed redundant NAND initialization code.
15400
15401     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15402
15403 commit b3fb663b20d995ca41327db877ddb168279b3f62
15404 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15405 Date:   Tue Aug 19 16:21:00 2008 -0400
15406
15407     ARM DaVinci: Fix compilation error with new MTD code.
15408
15409     ARM DaVinci: Fix compilation error with new MTD code.
15410
15411     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15412
15413 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
15414 Author: Gerald Van Baren <vanbaren@cideas.com>
15415 Date:   Fri Aug 22 14:37:05 2008 -0400
15416
15417     Add note on dereferencing /aliases pointers
15418
15419     Replace the "must quote special characters" note with a hint on
15420     how to dereference /aliases pointers by omitting the leading "/".
15421     This feature was introduced by Kumar Gala as a libfdt enhancement
15422     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
15423
15424     Example:
15425
15426     => fdt print /aliases
15427     aliases {
15428             ethernet0 = "/qe@e0100000/ucc@2000";
15429             ethernet1 = "/qe@e0100000/ucc@3000";
15430             serial0 = "/soc8360@e0000000/serial@4500";
15431             serial1 = "/soc8360@e0000000/serial@4600";
15432             pci0 = "/pci@e0008500";
15433     };
15434     => fdt print ethernet0
15435     ucc@2000 {
15436             device_type = "network";
15437             compatible = "ucc_geth";
15438             cell-index = <0x1>;
15439             reg = <0x2000 0x200>;
15440             interrupts = <0x20>;
15441             interrupt-parent = <0x2>;
15442             local-mac-address = [00 00 00 00 00 00];
15443             rx-clock-name = "none";
15444             tx-clock-name = "clk9";
15445             phy-handle = <0x3>;
15446             phy-connection-type = "rgmii-id";
15447             pio-handle = <0x4>;
15448     };
15449
15450     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
15451
15452 commit feeca3f578b7f53c032ba203698751c982f8bf5a
15453 Author: Kumar Gala <galak@kernel.crashing.org>
15454 Date:   Thu Aug 14 08:28:19 2008 -0500
15455
15456     libfdt: Add support for using aliases in fdt_path_offset()
15457
15458     If the path doesn't start with '/' check to see if it matches some alias
15459     under "/aliases" and substitute the matching alias value in the path
15460     and retry the lookup.
15461
15462     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15463     Acked-by: David Gibson <david@gibson.dropbear.id.au>
15464     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15465
15466 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
15467 Author: David Gibson <david@gibson.dropbear.id.au>
15468 Date:   Wed Aug 6 14:50:49 2008 +1000
15469
15470     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
15471
15472     As well as fdt_subnode_offset(), libfdt includes an
15473     fdt_subnode_offset_namelen() function that takes the subnode name to
15474     look up not as a NUL-terminated string, but as a string with an
15475     explicit length.  This can be useful when the caller has the name as
15476     part of a longer string, such as a full path.
15477
15478     However, we don't have corresponding 'namelen' versions for
15479     fdt_get_property() and fdt_getprop().  There are less obvious use
15480     cases for these variants on property names, but there are
15481     circumstances where they can be useful e.g. looking up property names
15482     which need to be parsed from a longer string buffer such as user input
15483     or a configuration file, or looking up an alias in a path with
15484     IEEE1275 style aliases.
15485
15486     So, since it's very easy to implement such variants, this patch does
15487     so.  The original NUL-terminated variants are, of course, implemented
15488     in terms of the namelen versions.
15489
15490     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15491
15492 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
15493 Author: David Gibson <david@gibson.dropbear.id.au>
15494 Date:   Tue Jul 29 14:51:22 2008 +1000
15495
15496     libfdt: Forgot one function when cleaning the namespace
15497
15498     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
15499     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
15500     chance of collisions with things from whatever package libfdt is
15501     embedded in, pulled into the libfdt build via that environment's
15502     libfdt_env.h.
15503
15504     Except... I missed one.  This patch applies the same treatment to
15505     _stringlist_contains().  While we're at it, also make it static since
15506     it's only used in the same file.
15507
15508     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15509
15510 commit 46390da15411351fc3b498bd8c1615f78fe80df0
15511 Author: Wolfram Sang <w.sang@pengutronix.de>
15512 Date:   Wed Jul 9 11:22:44 2008 +0200
15513
15514     libfdt: Improve documentation in libfdt.h
15515
15516     Fix a few typos and mistakes.
15517
15518     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
15519     Acked-by: David Gibson <david@gibson.dropbear.id.au>
15520
15521 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
15522 Author: David Gibson <david@gibson.dropbear.id.au>
15523 Date:   Wed Jul 9 14:10:24 2008 +1000
15524
15525     libfdt: Increase namespace-pollution paranoia
15526
15527     libfdt is supposed to easy to embed in projects all and sundry.
15528     Often, it won't be practical to separate the embedded libfdt's
15529     namespace from that of the surrounding project.  Which means there can
15530     be namespace conflicts between even libfdt's internal/static functions
15531     and functions or macros coming from the surrounding project's headers
15532     via libfdt_env.h.
15533
15534     This patch, therefore, renames a bunch of libfdt internal functions
15535     and macros and makes a few other chances to reduce the chances of
15536     namespace collisions with embedding projects.  Specifically:
15537         - Internal functions (even static ones) are now named _fdt_*()
15538
15539         - The type and (static) global for the error table in
15540               fdt_strerror() gain an fdt_ prefix
15541
15542         - The unused macro PALIGN is removed
15543
15544         - The memeq and streq macros are removed and open-coded in the
15545               users (they were only used once each)
15546
15547         - Other macros gain an FDT_ prefix
15548
15549         - To save some of the bulk from the previous change, an
15550               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
15551               FDT_ALIGN(x, FDT_TAGSIZE)
15552
15553     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15554
15555 commit c66830263af19831f2b7db307f79d1943febf7f9
15556 Author: David Gibson <david@gibson.dropbear.id.au>
15557 Date:   Mon Jul 7 10:14:15 2008 +1000
15558
15559     dtc: Enable and fix -Wcast-qual warnings
15560
15561     Enabling -Wcast-qual warnings in dtc shows up a number of places where
15562     we are incorrectly discarding a const qualification.  There are also
15563     some places where we are intentionally discarding the 'const', and we
15564     need an ugly cast through uintptr_t to suppress the warning.  However,
15565     most of these are pretty well isolated with the *_w() functions.  So
15566     in the interests of maximum safety with const qualifications, this
15567     patch enables the warnings and fixes the existing complaints.
15568
15569     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15570     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15571
15572 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
15573 Author: David Gibson <david@gibson.dropbear.id.au>
15574 Date:   Mon Jul 7 10:10:48 2008 +1000
15575
15576     dtc: Enable and fix -Wpointer-arith warnings
15577
15578     This patch turns on the -Wpointer-arith option in the dtc Makefile,
15579     and fixes the resulting warnings due to using (void *) in pointer
15580     arithmetic.  While convenient, pointer arithmetic on void * is not
15581     portable, so it's better that we avoid it, particularly in libfdt.
15582
15583     Also add necessary definition of uintptr_t needed by David Gibson's
15584     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
15585     comes from stdint.h, which u-boot doesn't have). -- gvb
15586
15587     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15588     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
15589
15590 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
15591 Author: Tirumala R Marri <tmarri@amcc.com>
15592 Date:   Thu Aug 21 21:54:53 2008 -0700
15593
15594     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
15595
15596     During recent PCI-E tests it has been found that current
15597     driverl level and de-emphasis values are not set correctly.
15598     After sweeping throgh all de-ephasis values, it was found that
15599     0x130 is a right value. Where 0x13 is driver level and 0 is
15600     de-emphasis.
15601
15602     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
15603     Signed-off-by: Stefan Roese <sr@denx.de>
15604
15605 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
15606 Author: Remy Bohmer <linux@bohmer.net>
15607 Date:   Wed Aug 20 20:46:56 2008 +0200
15608
15609     Make the YAFFS filesystem work
15610
15611     Recently the YAFFS filesystem support has been added to U-boot.
15612     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
15613
15614     ymount will generate an exception (when dereferencing mtd->readoob()), because
15615     the genericDevice is a null pointer. Further, a lot of logging is produced
15616     while using YAFFS fs, so logging should also be disabled.
15617     Both issues are solved by this patch.
15618
15619     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
15620     in U-boot, as well as in Linux.
15621
15622     Tested on a Atmel AT91SAM9261EK board.
15623
15624     Signed-off-by: Remy Bohmer <linux@bohmer.net>
15625     Acked-by: William Juul <william.juul@tandberg.com>
15626     Signed-off-by: Scott Wood <scottwood@freescale.com>
15627
15628 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
15629 Author: Kyungmin Park <kmpark@infradead.org>
15630 Date:   Tue Aug 19 08:42:53 2008 +0900
15631
15632     Fix OneNAND read_oob/write_oob functions compatability
15633
15634     Also sync with kernel OneNAND codes
15635
15636     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15637     Signed-off-by: Scott Wood <scottwood@freescale.com>
15638
15639 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
15640 Author: Scott Wood <scottwood@freescale.com>
15641 Date:   Mon Aug 18 17:11:20 2008 -0500
15642
15643     NAND: Remove delay from nand_boot_fsl_elbc.c.
15644
15645     It was for debugging purposes, and shouldn't have been left in.
15646
15647     Signed-off-by: Scott Wood <scottwood@freescale.com>
15648
15649 commit f556483734126793522fb7a8cf36af90da78f084
15650 Author: Stefan Roese <sr@denx.de>
15651 Date:   Thu Aug 21 11:05:03 2008 +0200
15652
15653     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
15654
15655     This patch fixes some minor issues introduced with the patch:
15656     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
15657
15658     - Rework memory-queue and PLB arbiter optimization code, that the
15659       local variable is not needed anymore. This removes one #ifdef.
15660     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
15661       of XXX+ 0x01). This was not introduced by Prodyut, just a
15662       copy-paste problem.
15663
15664     Signed-off-by: Stefan Roese <sr@denx.de>
15665
15666 commit 079589bcfb24ba11068460276a3cc9549ab5346f
15667 Author: Prodyut  Hazarika <phazarika@amcc.com>
15668 Date:   Wed Aug 20 09:38:51 2008 -0700
15669
15670     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
15671         PPC405EX and PPC460EX/GT/SX
15672
15673     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
15674       processors
15675     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
15676       across processors (405 and 440/460)
15677     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
15678       processors
15679     - Add register bit definitions for Memory Queue Configuration registers
15680
15681     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
15682     Signed-off-by: Stefan Roese <sr@denx.de>
15683
15684 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
15685 Author: Kumar Gala <galak@kernel.crashing.org>
15686 Date:   Tue Aug 19 15:41:18 2008 -0500
15687
15688     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
15689
15690     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
15691     instead of bd->bi_enetaddr, bi_enet1addr, etc.
15692
15693     This makes the code a bit more flexible to the number of ethernet
15694     interfaces.
15695
15696     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15697
15698 commit 4cacf7c64609839f809e2f9c45873f1d65861703
15699 Author: Stefan Roese <sr@denx.de>
15700 Date:   Tue Aug 19 14:57:55 2008 +0200
15701
15702     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
15703
15704     This patch changes the debug_printf() marco for U-Boot in hush.c and
15705     moves the definition of DEBUG_SHELL to a place that is actually compiled
15706     under U-Boot.
15707
15708     Signed-off-by: Stefan Roese <sr@denx.de>
15709
15710 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
15711 Author: Heiko Schocher <hs@denx.de>
15712 Date:   Tue Aug 19 09:57:41 2008 +0200
15713
15714     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
15715
15716     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
15717     missed a few boards:
15718         include/configs/M5253DEMO.h
15719         include/configs/ml507.h
15720         include/configs/redwood.h
15721
15722     This patch fixes this.
15723
15724     Signed-off-by: Heiko Schocher <hs@denx.de>
15725
15726 commit 0768b7a872964085eece8d5e9fec9175e9deb161
15727 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15728 Date:   Mon Aug 18 13:41:27 2008 +0200
15729
15730     Consolidate strmhz() implementation
15731
15732     ARM, i386, m68k and ppc all have identical implementations of strmhz().
15733     Other architectures don't provide this function at all.
15734
15735     This patch moves strmhz() into lib_generic, reducing code duplication
15736     and providing a more unified API across architectures.
15737
15738     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15739
15740 commit a928d0df211f1d829308d335d19be3ca42558dfc
15741 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15742 Date:   Mon Aug 18 12:02:51 2008 +0200
15743
15744     fix mvbc_p board build warnings
15745
15746     fix build warnings @ mvBC-P board by using correct types, i.e. change
15747     out_be32 to out_be16 and out_8 accordingly.
15748
15749     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15750
15751 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
15752 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15753 Date:   Sat Aug 16 18:54:27 2008 +0200
15754
15755     Makefile: fix posix support on find
15756
15757     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15758
15759 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
15760 Author: Axel Beierlein <belatronix@web.de>
15761 Date:   Sat Aug 16 00:30:48 2008 +0200
15762
15763     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
15764
15765     Tested with TQM5200S on STK52XX.200 Board
15766
15767     Signed-off-by: Axel Beierlein <belatronix@web.de>
15768
15769 commit 0800707b6d5041a840a65d556032c15c584b55f8
15770 Author: Peter Tyser <ptyser@xes-inc.com>
15771 Date:   Fri Aug 15 14:36:32 2008 -0500
15772
15773     mod_i2c_mem() bugfix
15774
15775     The last used chip, address, and address length were not being
15776     stored for the imm and imn commands.
15777
15778     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15779
15780 commit 4afbef967275b2f636abae86f91b81becee7ad03
15781 Author: Steven A. Falco <sfalco@harris.com>
15782 Date:   Fri Aug 15 15:37:31 2008 -0400
15783
15784     Fix typo in spelling of ATAPI.
15785
15786     Correct a small spelling mistake.
15787
15788     Signed-off-by: Steven A. Falco <sfalco@harris.com>
15789
15790 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
15791 Author: Steven A. Falco <sfalco@harris.com>
15792 Date:   Fri Aug 15 15:34:10 2008 -0400
15793
15794     Add a hook to allow board-specific PIO mode setting.
15795
15796     This patch adds a hook whereby a board-specific routine can be called to
15797     configure hardware for a PIO mode.  The prototype for the board-specific
15798     routine is:
15799
15800         int inline ide_set_piomode(int pio_mode)
15801
15802     ide_set_piomode should be prepared to configure hardware for a pio_mode
15803     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
15804
15805     Signed-off-by: Steven A. Falco <sfalco@harris.com>
15806
15807 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
15808 Author: Steven A. Falco <sfalco@harris.com>
15809 Date:   Fri Aug 15 15:29:12 2008 -0400
15810
15811     Replace enums in ata.h with an include of libata.h
15812
15813     This patch removes some enums from ata.h and replaces them with an
15814     include of libata.h.  This way, we eliminate duplicated code, and
15815     prevent errors whereby the different versions could be out of sync.
15816
15817     Signed-off-by: Steven A. Falco <sfalco@harris.com>
15818
15819 commit 0de0afbca865ecf482b4d2b635236746def8518f
15820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15821 Date:   Fri Aug 15 18:32:41 2008 +0200
15822
15823     coldfire: fix CFI drivers activation with new macro
15824
15825     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
15826
15827     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15828
15829 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
15830 Author: Kumar Gala <galak@kernel.crashing.org>
15831 Date:   Fri Aug 15 08:24:35 2008 -0500
15832
15833     fdt: fdt addr w/o any args reports back the current working address
15834
15835     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15836
15837 commit f953d99fd528a496b400a706b511eaf8e3ea66af
15838 Author: Kumar Gala <galak@kernel.crashing.org>
15839 Date:   Fri Aug 15 08:24:34 2008 -0500
15840
15841     fdt: added the ability to set initrd start/end via chosen command
15842
15843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15844
15845 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
15846 Author: Kumar Gala <galak@kernel.crashing.org>
15847 Date:   Fri Aug 15 08:24:33 2008 -0500
15848
15849     Add command to enable/disable interrupts
15850
15851     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15852
15853 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
15854 Author: Nick Spence <nick.spence@freescale.com>
15855 Date:   Tue Aug 19 22:21:16 2008 -0700
15856
15857     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
15858
15859     This patch fixes a missing vendor code in the flash_real_protect() function.
15860
15861     Signed-off-by: Nick Spence <nick.spence@freescale.com>
15862     Signed-off-by: Stefan Roese <sr@denx.de>
15863
15864 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
15865 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15866 Date:   Tue Aug 19 16:53:39 2008 +0000
15867
15868     CFI: Fix AMD Legacy sector protect
15869
15870     New implement sector lock and unlock or softlock commands
15871     do not exist in AMD legacy flash. Thus, causing issue
15872     when erasing AMD legacy flash (such as lv040)
15873
15874     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15875     Signed-off-by: Stefan Roese <sr@denx.de>
15876
15877 commit 492671404140f09d5b21b3d2ce4e362c0692c069
15878 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15879 Date:   Wed Aug 20 09:40:16 2008 +0200
15880
15881     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
15882
15883     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
15884
15885     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15886
15887 commit 33eac2b3d946fc998a09245dfe54d017079b9056
15888 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15889 Date:   Wed Aug 20 09:28:36 2008 +0200
15890
15891     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
15892
15893     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15894
15895 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
15896 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15897 Date:   Wed Aug 20 09:27:37 2008 +0200
15898
15899     favr-32-ezkit: Fix printf format warnings
15900
15901     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15902
15903 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
15904 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15905 Date:   Fri Aug 15 12:04:25 2008 +0200
15906
15907     MAINTAINERS: Sort avr32 section alphabetically
15908
15909     The rest of the MAINTAINERS file appears to be sorted
15910     almost-alphabetically, but entries for the newly added AVR32 boards were
15911     added somewhat randomly. This patch sorts the list alphabetically again.
15912
15913     Also update my e-mail address. The old one still works, but it may not
15914     work forever.
15915
15916     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15917
15918 commit 13b50fe3bc065c48911fa373231421280855a9d6
15919 Author: Mark Jackson <mpfj@mimc.co.uk>
15920 Date:   Wed Jul 30 13:07:27 2008 +0100
15921
15922     avr32: Add MIMC200 board
15923
15924     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
15925     8MByte FLASH and 128KByte FRAM.
15926
15927     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15928     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15929
15930 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
15931 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15932 Date:   Wed Jul 9 21:07:34 2008 +0900
15933
15934     rtl8169: add support for RTL8110SCL
15935
15936     This patch fixes a problem that RTL8110SCL started transfer
15937     with an incorrect memory address.
15938
15939     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15940     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15941
15942 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
15943 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15944 Date:   Wed Jun 25 15:48:52 2008 -0500
15945
15946     Fix dm9000 receive status and len little endian issue
15947
15948     The received status and len was in little endian
15949     format and caused the ethernet unable to proceed
15950     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
15951
15952     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15953     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15954
15955 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
15956 Author: Kumar Gala <galak@kernel.crashing.org>
15957 Date:   Fri Aug 15 08:24:32 2008 -0500
15958
15959     Clean up usage of icache_disable/dcache_disable
15960
15961     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
15962     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
15963     call icache_disable() right after.  Make it so icache_disable() calls
15964     invalidate_l1_instruction_cache() for us.
15965
15966     Also, dcache_disable() already calls dcache_flush() so there is no point
15967     in the explicit calls of dcache_flush().
15968
15969     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15970
15971 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
15972 Author: Kumar Gala <galak@kernel.crashing.org>
15973 Date:   Fri Aug 15 08:24:31 2008 -0500
15974
15975     Update linux bootm to support ePAPR client interface
15976
15977     The ePAPR spec has some subtle differences from the current device
15978     tree based boot interface to the powerpc linux kernel. The powerpc
15979     linux kernel currently ignores the differences that ePAPR specifies.
15980
15981     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15982
15983 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
15984 Author: Wolfgang Denk <wd@denx.de>
15985 Date:   Mon Aug 18 23:50:20 2008 +0200
15986
15987     Minor code cleanup: keep lists sorted.
15988
15989     Signed-off-by: Wolfgang Denk <wd@denx.de>
15990
15991 commit d0039d4ed275e6ca09fb417895024ad02be118c4
15992 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15993 Date:   Wed Jul 23 19:10:14 2008 +0200
15994
15995     Add support for ADT7460 I2C monitor chip
15996
15997     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15998
15999 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
16000 Author: Michal Simek <monstr@monstr.eu>
16001 Date:   Mon Jul 14 19:45:45 2008 +0200
16002
16003     video: Clean drivers/video/Makefile
16004
16005     Signed-off-by: Michal Simek <monstr@monstr.eu>
16006
16007 commit 871c18dd301752270e1f74328c846c3104be1e2e
16008 Author: Michal Simek <monstr@monstr.eu>
16009 Date:   Mon Jul 14 19:45:37 2008 +0200
16010
16011     rtc: Clean drivers/rtc/Makefile
16012
16013     Signed-off-by: Michal Simek <monstr@monstr.eu>
16014
16015 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
16016 Author: Michal Simek <monstr@monstr.eu>
16017 Date:   Mon Jul 14 19:45:35 2008 +0200
16018
16019     i2c: Clean drivers/i2c/ Makefile
16020
16021     Signed-off-by: Michal Simek <monstr@monstr.eu>
16022
16023 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
16024 Author: Harald Welte <laforge@openmoko.org>
16025 Date:   Wed Jul 9 22:30:30 2008 +0800
16026
16027     Add 'license' command to U-Boot command line
16028
16029     The 'license' command includes the U-Boot license (GPLv2) into the
16030     actual bootloader binary. The license text can be shown interactively
16031     at the U-Boot commandline.
16032
16033     For products where the commandline can actually be accessed by the
16034     end user, this helps to prevent inadvertent GPL violations, since the
16035     GPLv2 license text can no longer be 'forgotten' to be included into
16036     the product.
16037
16038     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
16039
16040     Signed-off-by: Harald Welte <laforge@openmoko.org>
16041
16042 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
16043 Author: Harald Welte <laforge@gnumonks.org>
16044 Date:   Sun Jul 6 15:56:38 2008 +0800
16045
16046     add 'unzip' command to u-boot commandline
16047
16048     [PATCH] add new 'unzip' command to u-boot commandline
16049
16050     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
16051     memory to memory, and option CONFIG_CMD_UNZIP to enable it
16052
16053     Signed-off-by: Werner Almesberger <werner@openmoko.org>
16054     Signed-off-by: Harald Welte <laforge@openmoko.org>
16055
16056 commit 07efc9e321619c3dec213310c32e011aa6f02783
16057 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16058 Date:   Wed Aug 6 19:37:17 2008 -0500
16059
16060     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
16061
16062     The CFG_ENV_SIZE is not suitable used for SPI flash erase
16063     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
16064     Add condition check if CFG_ENV_SIZE is larger than
16065     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
16066     erasing.
16067
16068     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16069
16070 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
16071 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16072 Date:   Mon Aug 11 15:54:25 2008 +0000
16073
16074     ColdFire: Multiple fixes for M5282EVB
16075
16076     Incorrect CFG_HZ value, change 1000000 to 1000.
16077     Rename #waring to #warning. RAMBAR1 uses twice
16078     in start.S, rename the later to FLASHBAR. Insert
16079     nop for DRAM setup. And, env_offset in linker file.
16080
16081     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16082
16083 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
16084 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16085 Date:   Mon Aug 11 15:26:43 2008 +0000
16086
16087     ColdFire: Move m5282evb from board to board/freescale
16088
16089     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16090
16091 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
16092 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16093 Date:   Mon Aug 11 15:25:07 2008 +0000
16094
16095     ColdFire: Move m5272c3 from board to board/freescale
16096
16097     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16098
16099 commit 659e9bad629a480f606b286d5703aef7159edf98
16100 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16101 Date:   Mon Aug 11 15:23:16 2008 +0000
16102
16103     ColdFire: Move m5271evb from board to board/freescale
16104
16105     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16106
16107 commit 05316f8ece8206339a208ec052f039cd0f7ca922
16108 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16109 Date:   Mon Aug 11 13:41:49 2008 +0000
16110
16111     ColdFire: Add M54451EVB platform support for MCF5445x
16112
16113     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16114
16115 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
16116 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16117 Date:   Wed Aug 6 19:14:08 2008 -0500
16118
16119     ColdFire: Add Serial Flash support for M54455EVB
16120
16121     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16122
16123 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
16124 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16125 Date:   Wed Jul 23 20:38:53 2008 -0500
16126
16127     ColdFire: Implement SBF feature for M5445EVB
16128
16129     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16130
16131 commit a7323bba229203aae2604afde131ab47bad4eadc
16132 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16133 Date:   Wed Jul 23 17:53:36 2008 -0500
16134
16135     ColdFire: Add SSPI feature for MCF5445x
16136
16137     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16138
16139 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
16140 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16141 Date:   Wed Jul 23 17:37:10 2008 -0500
16142
16143     ColdFire: Use CFI Flash driver for M54455EVB
16144
16145     Remove non-common flash driver in
16146     board/freescale/m54455evb/flash.c. The non-cfi flash will
16147     use CONFIG_FLASH_CFI_LEGACY to configure the flash
16148     attribute.
16149
16150     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16151
16152 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
16153 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16154 Date:   Wed Jul 23 17:11:47 2008 -0500
16155
16156     ColdFire: Add M5253DEMO platform support for MCF5253
16157
16158     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16159
16160 commit 80ba61fd82569af40e04d4a089257b81881884f2
16161 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16162 Date:   Wed Aug 6 14:17:09 2008 -0500
16163
16164     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
16165
16166     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16167
16168 commit d361307e73ce1f6fc68760123f37d4876f851f3e
16169 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16170 Date:   Wed Aug 6 14:11:36 2008 -0500
16171
16172     ColdFire: Fix M5253EVB dram bring up issue
16173
16174     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16175
16176 commit 4b0708093e15b412296328bf81325cf9b69fe512
16177 Author: Wolfgang Denk <wd@denx.de>
16178 Date:   Thu Aug 14 14:41:06 2008 +0200
16179
16180     Coding Style cleanup, update CHANGELOG
16181
16182     Signed-off-by: Wolfgang Denk <wd@denx.de>
16183
16184 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
16185 Author: Scott Wood <scottwood@freescale.com>
16186 Date:   Wed Aug 13 18:24:05 2008 -0500
16187
16188     socrates: Update NAND driver to new API.
16189
16190     Also, fix some minor formatting issues, and simplify the handling of
16191     "state" for writes.
16192
16193     Signed-off-by: Scott Wood <scottwood@freescale.com>
16194
16195 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
16196 Author: Scott Wood <scottwood@freescale.com>
16197 Date:   Wed Aug 13 18:03:40 2008 -0500
16198
16199     quad100hd: Update NAND driver to new API.
16200
16201     Signed-off-by: Scott Wood <scottwood@freescale.com>
16202
16203 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
16204 Author: Scott Wood <scottwood@freescale.com>
16205 Date:   Wed Aug 13 17:53:48 2008 -0500
16206
16207     m5373evb: Update NAND driver to new API.
16208
16209     Signed-off-by: Scott Wood <scottwood@freescale.com>
16210
16211 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
16212 Author: Scott Wood <scottwood@freescale.com>
16213 Date:   Wed Aug 13 17:04:30 2008 -0500
16214
16215     s3c24x0: Update NAND driver to new API.
16216
16217     Signed-off-by: Scott Wood <scottwood@freescale.com>
16218
16219 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
16220 Author: Scott Wood <scottwood@freescale.com>
16221 Date:   Wed Aug 13 15:56:00 2008 -0500
16222
16223     at91: Update board NAND drivers to current API.
16224
16225     Signed-off-by: Scott Wood <scottwood@freescale.com>
16226
16227 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
16228 Author: Kyungmin Park <kmpark@infradead.org>
16229 Date:   Wed Aug 13 09:11:02 2008 +0900
16230
16231     Fix OneNAND build break
16232
16233     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
16234     - fix bufferram management at erase operation
16235     This patch includes the NAND/OneNAND state filed too.
16236
16237     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16238     Signed-off-by: Scott Wood <scottwood@freescale.com>
16239
16240 commit 9483df6408c25f16060432de3868901e352e23bc
16241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16242 Date:   Wed Aug 13 01:40:43 2008 +0200
16243
16244     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
16245
16246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16247
16248 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
16249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16250 Date:   Wed Aug 13 01:40:43 2008 +0200
16251
16252     drivers/mtd/nand: Move conditional compilation to Makefile
16253
16254     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
16255
16256     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16257
16258 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
16259 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16260 Date:   Wed Aug 13 01:40:42 2008 +0200
16261
16262     drivers/mtd/onenand: Move conditional compilation to Makefile
16263
16264     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16265
16266 commit 00b1883a4cac59d97cd297b1a3a398db85982865
16267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16268 Date:   Wed Aug 13 01:40:42 2008 +0200
16269
16270     drivers/mtd: Move conditional compilation to Makefile
16271
16272     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
16273
16274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16275
16276 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
16277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16278 Date:   Wed Aug 13 01:40:41 2008 +0200
16279
16280     drivers/qe: Move conditional compilation to Makefile
16281
16282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16283
16284 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
16285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16286 Date:   Wed Aug 13 01:40:40 2008 +0200
16287
16288     drivers/pci: Move conditional compilation to Makefile
16289
16290     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16291
16292 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
16293 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16294 Date:   Wed Aug 13 01:40:40 2008 +0200
16295
16296     drivers/misc: Move conditional compilation to Makefile
16297
16298     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16299
16300 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
16301 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16302 Date:   Wed Aug 13 01:40:40 2008 +0200
16303
16304     drivers/input: Move conditional compilation to Makefile
16305
16306     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16307
16308 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
16309 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16310 Date:   Wed Aug 13 01:40:39 2008 +0200
16311
16312     drivers/dma: Move conditional compilation to Makefile
16313
16314     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16315
16316 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
16317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16318 Date:   Wed Aug 13 01:40:39 2008 +0200
16319
16320     drivers/block: Move conditional compilation to Makefile
16321
16322     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16323
16324 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
16325 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16326 Date:   Wed Aug 13 01:40:39 2008 +0200
16327
16328     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
16329
16330     move also conditional compilation to Makefile
16331
16332     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16333
16334 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
16335 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16336 Date:   Wed Aug 13 01:40:38 2008 +0200
16337
16338     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
16339
16340     move also conditional compilation to Makefile
16341
16342     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16343
16344 commit d6e9ee92e890f67594ab150689510df361133ead
16345 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16346 Date:   Wed Aug 13 01:40:38 2008 +0200
16347
16348     common: Move conditional compilation to Makefile
16349
16350     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16351
16352 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
16353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16354 Date:   Wed Aug 13 01:40:09 2008 +0200
16355
16356     mx31: move freescale's mx31 boards to vendor board dir
16357
16358     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16359
16360 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
16361 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16362 Date:   Sat Jul 5 23:11:11 2008 +0200
16363
16364     at91: move arch-at91sam9 to arch-at91
16365
16366     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16367
16368 commit 195ccfc5991d48764b2519941e3507f693851d5d
16369 Author: Fathi BOUDRA <fabo@debian.org>
16370 Date:   Wed Aug 6 10:06:20 2008 +0200
16371
16372     OneNAND: Fill in MTD function pointers for OneNAND.
16373
16374     onenand_print_device_info():
16375      - Now returns a string to be placed in mtd->name,
16376        rather than calling printf.
16377      - Remove verbose parameter as it becomes useless.
16378
16379     Signed-off-by: Fathi Boudra <fabo@debian.org>
16380     Signed-off-by: Scott Wood <scottwood@freescale.com>
16381
16382 commit aa646643b6bc250cb3a4966bf728876e0c10d329
16383 Author: Guennadi Liakhovetski <lg@denx.de>
16384 Date:   Wed Aug 6 21:42:07 2008 +0200
16385
16386     nand_spl: Support page-aligned read in nand_load, use chipselect
16387
16388     Supporting page-aligned reads doesn't incure any sinificant overhead, just
16389     a small change in the algorithm. Also replace in_8 with readb, since there
16390     is no in_8 on ARM.
16391
16392     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16393     Signed-off-by: Scott Wood <scottwood@freescale.com>
16394
16395 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
16396 Author: Scott Wood <scottwood@freescale.com>
16397 Date:   Tue Aug 5 11:15:59 2008 -0500
16398
16399     NAND boot: Update large page support for current API.
16400
16401     Also, remove the ctrl variable in favor of passing the constants
16402     directly, and remove redundant (u8) casts.
16403
16404     Signed-off-by: Scott Wood <scottwood@freescale.com>
16405
16406 commit e4c09508545d1c45617ba45391c03c03cbc360b9
16407 Author: Scott Wood <scottwood@freescale.com>
16408 Date:   Mon Jun 30 14:13:28 2008 -0500
16409
16410     NAND boot: MPC8313ERDB support
16411
16412     Note that with older board revisions, NAND boot may only work after a
16413     power-on reset, and not after a warm reset.  I don't have a newer board
16414     to test on; if you have a board with a 33MHz crystal, please let me know
16415     if it works after a warm reset.
16416
16417     Signed-off-by: Scott Wood <scottwood@freescale.com>
16418
16419 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
16420 Author: Scott Wood <scottwood@freescale.com>
16421 Date:   Thu Jun 26 14:06:52 2008 -0500
16422
16423     mpc8313erdb: Enable NAND in config.
16424
16425     Signed-off-by: Scott Wood <scottwood@freescale.com>
16426
16427 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
16428 Author: Guennadi Liakhovetski <lg@denx.de>
16429 Date:   Thu Jul 31 12:38:26 2008 +0200
16430
16431     NAND: Do not write or read a whole block if it is larger than the environment
16432
16433     Environment can be smaller than NAND block size, do not need to read a whole
16434     block and minimum for writing is one page. Also remove an unused variable.
16435
16436     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16437     Signed-off-by: Scott Wood <scottwood@freescale.com>
16438
16439 commit eafcabd15f00c142156235c519fcc55b10993241
16440 Author: Marcel Ziswiler <marcel@ziswiler.com>
16441 Date:   Sun Jun 22 16:30:06 2008 +0200
16442
16443     NAND: chip->state does not always get set.
16444
16445     Fixes an issue with chip->state not always being set causing troubles.
16446
16447     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
16448     Signed-off-by: Scott Wood <scottwood@freescale.com>
16449
16450 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
16451 Author: Ilya Yanok <yanok@emcraft.com>
16452 Date:   Mon Jun 30 15:34:40 2008 +0200
16453
16454     NAND: Scan bad blocks lazily.
16455
16456     Rather than scanning on boot, scan upon the first attempt to check the
16457     badness of a block.  This speeds up boot when not using NAND, and reduces
16458     the likelihood of needing to reflash via JTAG if NAND becomes
16459     nonfunctional.
16460
16461     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16462     Signed-off-by: Scott Wood <scottwood@freescale.com>
16463
16464 commit dfbf617ff055e4216f78d358b0867c548916d14b
16465 Author: Scott Wood <scottwood@freescale.com>
16466 Date:   Thu Jun 12 13:20:16 2008 -0500
16467
16468     NAND read/write fix
16469
16470     Implement block-skipping read/write, based on a patch from
16471     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
16472
16473     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
16474     Signed-off-by: Scott Wood <scottwood@freescale.com>
16475
16476 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
16477 Author: Scott Wood <scottwood@freescale.com>
16478 Date:   Thu Jun 12 13:13:23 2008 -0500
16479
16480     NAND: Always skip blocks on read/write/boot.
16481
16482     Use of the non-skipping versions was almost always (if not always)
16483     an error, and no valid use case has been identified.
16484
16485     Signed-off-by: Scott Wood <scottwood@freescale.com>
16486
16487 commit e1c3dbada349992875934575c97b328ab2cb33ca
16488 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16489 Date:   Thu Jun 12 11:10:21 2008 -0500
16490
16491     nand: fsl_upm: convert to updated MTD NAND infrastructure
16492
16493     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16494     Signed-off-by: Scott Wood <scottwood@freescale.com>
16495
16496 commit 300253306acc72b1b2e9faf0987f86551151d7cf
16497 Author: Scott Wood <scottwood@freescale.com>
16498 Date:   Thu May 22 15:02:46 2008 -0500
16499
16500     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
16501
16502     The hardware has separate registers for block and page-within-block,
16503     but the division between the two has no apparent relation to the
16504     actual erase block size of the NAND chip.
16505
16506     Signed-off-by: Scott Wood <scottwood@freescale.com>
16507
16508 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
16509 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16510 Date:   Fri Mar 28 22:10:54 2008 +0300
16511
16512     fsl_elbc_nand: workaround for hangs during nand write
16513
16514     Using current driver elbc sometimes hangs during nand write. Reading back
16515     last byte helps though (thanks to Scott Wood for the idea).
16516
16517     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16518     Signed-off-by: Scott Wood <scottwood@freescale.com>
16519
16520 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
16521 Author: Scott Wood <scottwood@freescale.com>
16522 Date:   Fri Mar 21 16:12:51 2008 -0500
16523
16524     Freescale eLBC FCM NAND driver
16525
16526     This is a driver for the Flash Control Machine of the enhanched Local Bus
16527     Controller found on some Freescale chips (such as the mpc8313 and the
16528     mpc8379).
16529
16530     Signed-off-by: Scott Wood <scottwood@freescale.com>
16531
16532 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
16533 Author: Scott Wood <scottwood@freescale.com>
16534 Date:   Tue Mar 18 15:29:14 2008 -0500
16535
16536     Don't panic if a controller driver does ecc its own way.
16537
16538     Some hardware, such as the enhanced local bus controller used on some
16539     mpc83xx chips, does ecc transparently when reading and writing data, rather
16540     than providing a generic calculate/correct mechanism that can be exported to
16541     the nand subsystem.
16542
16543     The subsystem should not BUG() when calculate, correct, or hwctl are
16544     missing, if the methods that call them have been overridden.
16545
16546     Signed-off-by: Scott Wood <scottwood@freescale.com>
16547
16548 commit e52b34d40a8a646e3d11638ea8797e96398dba13
16549 Author: Stefan Roese <sr@denx.de>
16550 Date:   Thu Jan 10 18:47:33 2008 +0100
16551
16552     NAND: Make NAND driver less verbose per default
16553
16554     This patch turns off printing of bad blocks per default upon bootup.
16555     This can always be shown via the "nand bad" command later.
16556
16557     Signed-off-by: Stefan Roese <sr@denx.de>
16558
16559 commit fe56a2772e5c59577df906163d0d4b29b056140e
16560 Author: Sergey Kubushyn <ksi@koi8.net>
16561 Date:   Wed Jan 9 15:36:20 2008 +0100
16562
16563     NAND: Davinci driver updates
16564
16565     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
16566     don't have hardware handy so I can not test it at the moment but changes are
16567     rather trivial so it should work. It would be nice if somebody with a
16568     hardware checked it anyways.
16569
16570     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
16571
16572 commit deac913effd8d80535c9ff4687b6fcdff540c554
16573 Author: Stefan Roese <sr@denx.de>
16574 Date:   Sat Jan 5 16:50:32 2008 +0100
16575
16576     NAND: Fix compilation warning and small coding style issue
16577
16578     Signed-off-by: Stefan Roese <sr@denx.de>
16579
16580 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
16581 Author: Stefan Roese <sr@denx.de>
16582 Date:   Sat Jan 5 16:49:37 2008 +0100
16583
16584     NAND: Update nand_spl driver to match updated nand subsystem
16585
16586     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
16587     the new infrastructure from the updated NAND subsystem. This NAND
16588     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
16589     subsystem.
16590
16591     Signed-off-by: Stefan Roese <sr@denx.de>
16592
16593 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
16594 Author: Stefan Roese <sr@denx.de>
16595 Date:   Sat Jan 5 16:47:58 2008 +0100
16596
16597     NAND: Update 4xx NDFC driver to match updated nand subsystem
16598
16599     This patch changes the 4xx NAND driver ndfc.c to match the new
16600     infrastructure from the updated NAND subsystem. This NAND
16601     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
16602     subsystem.
16603
16604     Tested successfully on AMCC Sequoia and Bamboo.
16605
16606     Signed-off-by: Stefan Roese <sr@denx.de>
16607
16608 commit 12072264528eba33737bc9674e19f0e925ffda23
16609 Author: Stefan Roese <sr@denx.de>
16610 Date:   Sat Jan 5 16:43:25 2008 +0100
16611
16612     NAND: Change nand_wait_ready() to not call nand_wait()
16613
16614     This patch changes nand_wait_ready() to not just call nand_wait(),
16615     since this will send a new command to the NAND chip. We just want to
16616     wait for the chip to become ready here.
16617
16618     Signed-off-by: Stefan Roese <sr@denx.de>
16619
16620 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
16621 Author: William Juul <william.juul@datarespons.no>
16622 Date:   Fri Dec 14 16:33:45 2007 +0100
16623
16624     make nand dump and nand dump.oob work
16625
16626     Signed-off-by: William Juul <william.juul@tandberg.com>
16627     Signed-off-by: Scott Wood <scottwood@freescale.com>
16628
16629 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
16630 Author: William Juul <william.juul@datarespons.no>
16631 Date:   Mon Nov 19 14:46:00 2007 +0100
16632
16633     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
16634
16635     Signed-off-by: William Juul <william.juul@tandberg.com>
16636
16637 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
16638 Author: William Juul <william.juul@tandberg.com>
16639 Date:   Tue Jun 10 16:18:13 2008 -0500
16640
16641     Clean out unneeded files
16642
16643     Signed-off-by: William Juul <william.juul@tandberg.com>
16644
16645 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
16646 Author: William Juul <william.juul@datarespons.no>
16647 Date:   Fri Nov 16 08:44:27 2007 +0100
16648
16649     Create symlinks from yaffs2/direct to yaffs2
16650
16651     Signed-off-by: William Juul <william.juul@tandberg.com>
16652
16653 commit 90ef117b68387d66763291af0117677644166611
16654 Author: William Juul <william.juul@datarespons.no>
16655 Date:   Thu Nov 15 12:23:57 2007 +0100
16656
16657     Incorporate yaffs2 into U-boot
16658
16659     To use YAFFS2 define CONFIG_YAFFS2
16660
16661     Signed-off-by: William Juul <william.juul@tandberg.com>
16662     Signed-off-by: Scott Wood <scottwood@freescale.com>
16663
16664 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
16665 Author: William Juul <william.juul@datarespons.no>
16666 Date:   Thu Nov 15 11:13:05 2007 +0100
16667
16668     YAFFS2 import
16669
16670     Direct import of yaffs as a tarball as of 20071113 from their public
16671     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
16672
16673     The code can also be imported on the command line with:
16674     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
16675     (Hit return when asked for a password)
16676     cvs checkout yaffs2
16677
16678     Signed-off-by: William Juul <william.juul@tandberg.com>
16679     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
16680
16681 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
16682 Author: William Juul <william.juul@datarespons.no>
16683 Date:   Wed Nov 14 14:28:11 2007 +0100
16684
16685     Whitespace cleanup and marking broken code.
16686
16687     Changes requested by maintainer Stefan Roese after
16688     posting patch to U-boot mailing list.
16689
16690     Signed-off-by: William Juul <william.juul@tandberg.com>
16691     Signed-off-by: Scott Wood <scottwood@freescale.com>
16692
16693 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
16694 Author: William Juul <william.juul@datarespons.no>
16695 Date:   Fri Nov 9 13:32:30 2007 +0100
16696
16697     Fixing coding style issues
16698
16699      - Fixing leading white spaces
16700      - Fixing indentation where 4 spaces are used instead of tab
16701      - Removing C++ comments (//), wherever I introduced them
16702
16703     Signed-off-by: William Juul <william.juul@tandberg.com>
16704     Signed-off-by: Scott Wood <scottwood@freescale.com>
16705
16706 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
16707 Author: William Juul <william.juul@datarespons.no>
16708 Date:   Thu Nov 8 10:39:53 2007 +0100
16709
16710     Remove white space at end.
16711
16712     Signed-off-by: William Juul <william.juul@tandberg.com>
16713     Signed-off-by: Scott Wood <scottwood@freescale.com>
16714
16715 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
16716 Author: William Juul <william.juul@datarespons.no>
16717 Date:   Wed Oct 31 13:53:06 2007 +0100
16718
16719     Update MTD to that of Linux 2.6.22.1
16720
16721     A lot changed in the Linux MTD code, since it was last ported from
16722     Linux to U-Boot. This patch takes U-Boot NAND support to the level
16723     of Linux 2.6.22.1 and will enable support for very large NAND devices
16724     (4KB pages) and ease the compatibility between U-Boot and Linux
16725     filesystems.
16726
16727     This patch is tested on two custom boards with PPC and ARM
16728     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
16729     cross compilers.
16730
16731     MAKEALL ppc/arm has some issues:
16732      * DOC/OneNand/nand_spl is not building (I have not tried porting
16733        these parts, and since I do not have any HW and I am not familiar
16734        with this code/HW I think its best left to someone else.)
16735
16736     Except for the issues mentioned above, I have ported all drivers
16737     necessary to run MAKEALL ppc/arm without errors and warnings. Many
16738     drivers were trivial to port, but some were not so trivial. The
16739     following drivers must be examined carefully and maybe rewritten to
16740     some degree:
16741      cpu/ppc4xx/ndfc.c
16742      cpu/arm926ejs/davinci/nand.c
16743      board/delta/nand.c
16744      board/zylonite/nand.c
16745
16746     Signed-off-by: William Juul <william.juul@tandberg.com>
16747     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
16748     Signed-off-by: Scott Wood <scottwood@freescale.com>
16749
16750 commit cd82919e6c8a73b363a26f34b734923844e52d1c
16751 Author: Wolfgang Denk <wd@denx.de>
16752 Date:   Tue Aug 12 16:08:38 2008 +0200
16753
16754     Coding style cleanup, update CHANGELOG, prepare release
16755
16756     Signed-off-by: Wolfgang Denk <wd@denx.de>
16757
16758 commit 17e900b8c0f38d922da47073246219dce2a847f2
16759 Author: Wolfgang Denk <wd@denx.de>
16760 Date:   Tue Aug 12 14:54:04 2008 +0200
16761
16762     MVBC_P: fix compile problem
16763
16764     Signed-off-by: Wolfgang Denk <wd@denx.de>
16765
16766 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
16767 Author: Wolfgang Denk <wd@denx.de>
16768 Date:   Tue Aug 12 12:10:11 2008 +0200
16769
16770     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
16771
16772     Signed-off-by: Wolfgang Denk <wd@denx.de>
16773
16774 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
16775 Author: Wolfgang Denk <wd@denx.de>
16776 Date:   Tue Aug 12 00:36:53 2008 +0200
16777
16778     ads5121: fix compiler warnings (unused variables)
16779
16780     Signed-off-by: Wolfgang Denk <wd@denx.de>
16781
16782 commit 902ca09246039964d59bbcb519b1e1b5aed01308
16783 Author: Kumar Gala <galak@kernel.crashing.org>
16784 Date:   Mon Aug 11 11:29:28 2008 -0500
16785
16786     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
16787
16788     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
16789
16790     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16791     Acked-by: Jon Loeliger <jdl@freescale.com>
16792
16793 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
16794 Author: Kumar Gala <galak@kernel.crashing.org>
16795 Date:   Mon Aug 11 09:20:53 2008 -0500
16796
16797     Fix fallout from autostart revert
16798
16799     The autostart revert caused a bit of duplicated code as well as
16800     code that was using images->autostart that needs to get removed so
16801     we can build again.
16802
16803     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16804
16805 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
16806 Author: Kumar Gala <galak@kernel.crashing.org>
16807 Date:   Mon Aug 11 09:16:25 2008 -0500
16808
16809     Fix compile error related to r8a66597-hcd & usb
16810
16811     When building the 8544DS board we get this error:
16812
16813     In file included from r8a66597-hcd.c:22:
16814     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
16815     make[1]: *** [r8a66597-hcd.o] Error 1
16816
16817     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
16818     is set.
16819
16820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16821
16822 commit 2d0daa03612338a813e3c9d22680e54eabfea378
16823 Author: Becky Bruce <becky.bruce@freescale.com>
16824 Date:   Mon Aug 4 14:02:26 2008 -0500
16825
16826     POWERPC 86xx: Move BAT setup code to C
16827
16828     This is needed because we will be possibly be locating
16829     devices at physical addresses above 32bits, and the asm
16830     preprocessing does not appear to deal with ULL constants
16831     properly. We now call write_bat in lib_ppc/bat_rw.c.
16832
16833     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16834     Acked-by: Jon Loeliger <jdl@freescale.com>
16835
16836 commit 9de67149db576c91b9c2a0a182652331e7e44211
16837 Author: Becky Bruce <becky.bruce@freescale.com>
16838 Date:   Mon Aug 4 14:01:53 2008 -0500
16839
16840     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
16841
16842     Perform sync/isync as required by the architecture.
16843
16844     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16845     Acked-by: Jon Loeliger <jdl@freescale.com>
16846
16847 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
16848 Author: Becky Bruce <becky.bruce@freescale.com>
16849 Date:   Mon Aug 4 14:01:16 2008 -0500
16850
16851     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
16852
16853     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16854     Acked-by: Jon Loeliger <jdl@freescale.com>
16855
16856 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
16857 Author: Magnus Lilja <lilja.magnus@gmail.com>
16858 Date:   Sun Aug 3 21:44:10 2008 +0200
16859
16860     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
16861
16862     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
16863     contacts instead of only the first 256 ones as is the case prior to
16864     this patch.
16865
16866     Add missing MUX_* macros and update board files to use the new macros.
16867
16868     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16869
16870 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
16871 Author: Magnus Lilja <lilja.magnus@gmail.com>
16872 Date:   Sun Aug 3 21:43:37 2008 +0200
16873
16874     i.MX31: Fix IOMUX related typos
16875
16876     Correct the names of some IOMUX macros.
16877
16878     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16879
16880 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
16881 Author: Steve Sakoman <steve@sakoman.com>
16882 Date:   Mon Aug 11 20:26:16 2008 +0200
16883
16884     OneNAND: Remove unused parameters to onenand_verify_page
16885
16886     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.
16887
16888     Signed-off-by: Steve Sakoman <steve@sakoman.com>
16889     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
16890
16891 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
16892 Author: Anatolij Gustschin <agust@denx.de>
16893 Date:   Fri Aug 8 18:00:40 2008 +0200
16894
16895     video: fix bug in cfb_console code
16896
16897     FILL_15BIT_555RGB macro extension for pixel swapping
16898     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
16899     introduced a bug in cfb_console:
16900
16901     Bitmaps with odd-numbered width won't be rendered
16902     correctly and even U-Boot crashes are observed on
16903     some platforms while repeated rendering of such
16904     bitmaps with "bmp display". Also if a bitmap is
16905     rendered to an odd-numbered x starting position,
16906     the same problem occurs. This patch is an attempt
16907     to fix it.
16908
16909     Signed-off-by: Anatolij Gustschin <agust@denx.de>
16910
16911 commit d9015f6a50d7258125349ef5c2af836458a0029a
16912 Author: Anatolij Gustschin <agust@denx.de>
16913 Date:   Fri Aug 8 18:00:39 2008 +0200
16914
16915     video: fix bug in logo_plot
16916
16917     If logo_plot() should ever be called with x starting
16918     position other than zero and for pixel depths greater
16919     than 8bpp, logo colors distortion will be observed.
16920     This patch fixes the issue.
16921
16922     Signed-off-by: Anatolij Gustschin <agust@denx.de>
16923
16924 commit 406819ae94f79f5b59e01d163380ca7d83709251
16925 Author: Wolfgang Denk <wd@denx.de>
16926 Date:   Mon Aug 11 00:17:52 2008 +0200
16927
16928     MAINTAINERS: sort entries
16929
16930     Signed-off-by: Wolfgang Denk <wd@denx.de>
16931
16932 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
16933 Author: Roy Zang <tie-fei.zang@freescale.com>
16934 Date:   Thu Aug 7 18:19:28 2008 +0800
16935
16936     Add mpc7448hpc2 maintainer information
16937
16938     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16939
16940 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
16941 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16942 Date:   Thu Aug 7 13:13:27 2008 +0530
16943
16944     common/cmd_load.c - Minor code & Coding Style cleanup
16945
16946     - os_data_header Variable is a carry over feature
16947        & unused. So removed all instance of this variable
16948      - Minor Code Style Update
16949
16950     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
16951     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16952
16953 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
16954 Author: Magnus Lilja <lilja.magnus@gmail.com>
16955 Date:   Wed Aug 6 19:32:33 2008 +0200
16956
16957     Update the U-Boot wiki URL.
16958
16959     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16960
16961 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
16962 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
16963 Date:   Sun Aug 10 17:56:36 2008 +0200
16964
16965     OneNAND: Remove base address offset usage
16966
16967     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
16968     using OneNAND and some using NAND, we found some differences in OneNAND and
16969     NAND command address handling.
16970
16971     As this might confuse users (it already confused us), we like to align OneNAND
16972     and NAND address handling.
16973
16974     The issue is that cmd_onenand.c subtracts the onenand base address from the
16975     addresses you type into the u-boot command line so, unlike nand, you can't
16976     use addresses relative to the start of the onenand part e.g. this won't work:
16977
16978     onenand read 82000000 280000 400000
16979
16980     you have to use:
16981
16982     onenand read 82000000 20280000 400000
16983
16984     Looking at recent git, the only board currently using OneNAND is Apollon, and
16985     for this the OneNAND base address is 0 (apollon.h)
16986
16987     #define     CFG_ONENAND_BASE        0x00000000
16988
16989     so patch below won't break any existing boards and will align OneNAND and NAND
16990     handling on boards where OneNAND base address is != 0.
16991
16992     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
16993     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
16994     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
16995
16996 commit c11528083ef6e55e76df742228c26e39d151813d
16997 Author: Kumar Gala <galak@kernel.crashing.org>
16998 Date:   Thu Aug 7 09:28:20 2008 -0500
16999
17000     mpc85xx: workaround old binutils bug
17001
17002     The recent change to move the .bss outside of the image gives older
17003     binutils (ld from eldk4.1/binutils-2.16) some headache:
17004
17005     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
17006     ppc_85xx-ld: final link failed: Bad value
17007
17008     We workaround it by being explicit about the program headers and not
17009     assigning the .bss to a program header.
17010
17011     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17012
17013 commit 0bf202ec586d4466c900e987720fa635c594d689
17014 Author: Wolfgang Denk <wd@denx.de>
17015 Date:   Sun Aug 10 01:26:26 2008 +0200
17016
17017     Revert "[new uImage] Add autostart flag to bootm_headers structure"
17018
17019     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
17020
17021     The commit was based on a misunderstanding of the (documented)
17022     meaning of the 'autostart' environment variable. It might cause
17023     boards to hang if 'autostart' was used, with the potential to brick
17024     them. Go back to the documented behaviour.
17025
17026     Conflicts:
17027
17028         common/cmd_bootm.c
17029         common/image.c
17030         include/image.h
17031
17032     Signed-off-by: Wolfgang Denk <wd@denx.de>
17033
17034 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
17035 Author: Wolfgang Denk <wd@denx.de>
17036 Date:   Sat Aug 9 23:17:32 2008 +0200
17037
17038     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
17039
17040     - enable CFI driver where this was forgotten
17041     - enable mtdparts support
17042     - adjust default environment
17043     etc.
17044
17045     Signed-off-by: Wolfgang Denk <wd@denx.de>
17046
17047 commit 41266c9b5a5f873df3ec891bb0907616958b5602
17048 Author: Peter Tyser <ptyser@xes-inc.com>
17049 Date:   Tue Aug 5 10:51:57 2008 -0500
17050
17051     FIT: Fix handling of images without ramdisks
17052
17053     boot_get_ramdisk() should not treat the case when a FIT image does
17054     not contain a ramdisk as an error.
17055
17056     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17057     Acked-by: Michal Simek <monstr@monstr.eu>
17058
17059 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
17060 Author: Sergey Lapin <slapin@ossfans.org>
17061 Date:   Sat Aug 9 01:39:09 2008 +0400
17062
17063     DataFlash: AT45DB021 fix and AT45DB081 support
17064
17065     Fix for page size of AT45DB021. Also adding bigger AT45DB081
17066     which comes with some newer boards.
17067
17068     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
17069
17070 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
17071 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17072 Date:   Fri Aug 8 16:30:23 2008 +0900
17073
17074     sh: Update sh7763rdp config
17075
17076     Add sh_eth support to sh7763rdp.
17077
17078     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17079
17080 commit 21f971ec265f6042ec21636d55d06a6bc0751077
17081 Author: Wolfgang Denk <wd@denx.de>
17082 Date:   Mon Jul 7 01:22:29 2008 +0200
17083
17084     TQM823L: re-enable logo support; update LCD_INFO text
17085
17086     Signed-off-by: Wolfgang Denk <wd@denx.de>
17087
17088 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
17089 Author: Wolfgang Denk <wd@denx.de>
17090 Date:   Fri Aug 8 16:41:56 2008 +0200
17091
17092     TQM8xxL: fix support for second flash bank
17093
17094     When switching the TQM8xxL modules to use the CFI flash driver,
17095     support for the second flash bank was broken because the CFI driver
17096     did not support dynamically sized banks. This gets fixed now.
17097
17098     Signed-off-by: Wolfgang Denk <wd@denx.de>
17099
17100 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
17101 Author: Wolfgang Denk <wd@denx.de>
17102 Date:   Fri Aug 8 16:39:54 2008 +0200
17103
17104     CFI: allow for dynamically determined flash sizes and addresses
17105
17106     The CFI driver allowed only for static initializers in the
17107     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
17108     several flash banks contiguously if the bank sizes were not known in
17109     advance, which kind of violates U-Boot's design philosophy.
17110
17111     (will be used for example by the TQM8xxL boards)
17112
17113     Signed-off-by: Wolfgang Denk <wd@denx.de>
17114
17115 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
17116 Author: Ben Warren <biggerbadderben@gmail.com>
17117 Date:   Thu Aug 7 23:26:35 2008 -0700
17118
17119     QE UEC: Fix compiler warnings
17120
17121     Moved static functions earlier in file so forward declarations are not needed.
17122
17123     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17124
17125 commit d5d28fe4aad5f4535400647a5617c11039506467
17126 Author: David Saada <David.Saada@ecitele.com>
17127 Date:   Mon Mar 31 02:37:38 2008 -0700
17128
17129     QE UEC: Add MII Commands
17130
17131     Add MII commands to the UEC driver. Note that once a UEC device is selected,
17132     any device on its MDIO bus can be addressed.
17133
17134     Signed-off-by: David Saada <david.saada@ecitele.com>
17135     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17136
17137 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
17138 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17139 Date:   Wed Jul 9 21:07:38 2008 +0900
17140
17141     usb: add support for R8A66597 usb controller
17142
17143     add support for Renesas R8A66597 usb controller.
17144     This patch supports USB Host mode.
17145
17146     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17147     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17148
17149 commit 1d10dcd041aaeae9fd7c821005692898a0303382
17150 Author: Hunter, Jon <jon-hunter@ti.com>
17151 Date:   Sat Jul 26 18:59:16 2008 -0500
17152
17153     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
17154
17155     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
17156
17157     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
17158     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17159
17160 commit eab1007334b93a6209f1ec33615e26ef5311ede7
17161 Author: Steven A. Falco <sfalco@harris.com>
17162 Date:   Wed Aug 6 15:42:52 2008 -0400
17163
17164     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
17165
17166     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
17167     configuration to match the schematic, and also sets the SDR0_PFC1 register to
17168     select the corresponding mode for the UARTs.
17169
17170     Signed-off-by: Steven A. Falco <sfalco@harris.com>
17171     Signed-off-by: Stefan Roese <sr@denx.de>
17172
17173 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
17174 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
17175 Date:   Wed Aug 6 14:42:13 2008 +0200
17176
17177     avr32: add support for EarthLCD Favr-32 board
17178
17179     This patch adds support for the Favr-32 board made by EarthLCD.
17180
17181     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
17182     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
17183     Ethernet, audio out, USB device, SD-card slot, USART and various other
17184     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
17185
17186     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
17187     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17188
17189 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
17190 Author: Rafael Campos <rafael.campos@hanscan.com>
17191 Date:   Thu Jul 31 10:22:20 2008 +0200
17192
17193     cfi-flash: Added support to flash_real_protect for Atmel flash devices
17194
17195     Some of the flash memories produced by ATMEL start in read-only mode.
17196     We need to unprotect it. This patch allows the AT49BV6416 to work with
17197     cfi_flash memories. Tested in the at91rm9200ek board.
17198
17199     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
17200     Signed-off-by: Stefan Roese <sr@denx.de>
17201
17202 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
17203 Author: Guennadi Liakhovetski <lg@denx.de>
17204 Date:   Tue Aug 5 15:36:39 2008 +0200
17205
17206     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
17207
17208     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17209     Signed-off-by: Stefan Roese <sr@denx.de>
17210
17211 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
17212 Author: Stefan Roese <sr@denx.de>
17213 Date:   Wed Aug 6 14:06:03 2008 +0200
17214
17215     Fix merge problems
17216
17217     Signed-off-by: Stefan Roese <sr@denx.de>
17218
17219 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
17220 Author: Stefan Roese <sr@denx.de>
17221 Date:   Wed Aug 6 14:05:38 2008 +0200
17222
17223     Fix merge problems
17224
17225     Signed-off-by: Stefan Roese <sr@denx.de>
17226
17227 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
17228 Author: Kenneth Johansson <kenneth@southpole.se>
17229 Date:   Tue Jul 15 12:13:38 2008 +0200
17230
17231     mpc5121: Move iopin features from board specific to common files.
17232
17233     And in the process eliminate some duplicate register defines.
17234
17235     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
17236
17237 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
17238 Author: John Rigby <jrigby@freescale.com>
17239 Date:   Tue Aug 5 17:38:57 2008 -0600
17240
17241     mpc5121: squash some fdt fixup errors
17242
17243     On ADS5121 when booting linux the following errors are seen:
17244         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
17245         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
17246         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
17247
17248     This is caused by ft_cpu_setup trying to deal with
17249     both old and new soc node naming.  This patch
17250     fixes this by being smarter about what to
17251     fixup.
17252
17253     Also do soc node fixups by compatible instead of by path.
17254     A new board config called OF_SOC_COMPAT defined
17255     to be "fsl,mpc5121-immr" replaces the old
17256     OF_SOC node path that was defined to be "soc@80000000".
17257
17258     Old device trees still work, but the compatiblity
17259     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
17260     which is on by default in include/configs/ads5121.h.
17261
17262     Signed-off-by: John Rigby <jrigby@freescale.com>
17263
17264 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
17265 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17266 Date:   Sat Aug 2 23:48:30 2008 +0200
17267
17268     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
17269
17270     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17271
17272 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
17273 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17274 Date:   Sat Aug 2 23:48:32 2008 +0200
17275
17276     nios2/sysid: fix printf warning
17277
17278     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17279
17280 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
17281 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17282 Date:   Sat Aug 2 23:48:33 2008 +0200
17283
17284     Fix remaining build issues with MPC8xx FADS boards.
17285
17286     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17287
17288 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
17289 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17290 Date:   Sat Aug 2 23:48:31 2008 +0200
17291
17292     nios2: fix phys_addr_t and phys_size_t support
17293
17294     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17295
17296 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
17297 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17298 Date:   Sat Aug 2 23:48:34 2008 +0200
17299
17300     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
17301
17302     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17303
17304 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
17305 Author: Mark Jackson <mpfj@mimc.co.uk>
17306 Date:   Fri Aug 1 09:48:29 2008 +0100
17307
17308     Fix bitmap display for atmel lcd controller
17309
17310     The current lcd_display_bitmap() function does not work properly
17311     for the Atmel LCD controller.
17312
17313     2 fixes need to be done:-
17314
17315     (a) when setting the colour map, use the lcd_setcolreg() function
17316         as provided by the Atmel driver
17317     (b) the data is never actually written to the lcd framebuffer !!
17318
17319     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17320
17321 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
17322 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17323 Date:   Fri Aug 1 08:40:34 2008 +0200
17324
17325     qemu_mips: update README to follow qemu update about default machine
17326
17327     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17328
17329 commit ac169d645f5f0e0b9a232563099209e92a355d8e
17330 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17331 Date:   Thu Jul 31 19:53:21 2008 -0500
17332
17333     ColdFire: Fix compilation issue caused by a missing function
17334
17335     Implement usec2ticks() which is used by fsl_i2c.c in
17336     lib_m68k/time.c
17337
17338     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17339
17340 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
17341 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17342 Date:   Thu Jul 31 19:53:06 2008 -0500
17343
17344     Fix compilation error for TASREG
17345
17346     TASREG is ColdFire platform, the include ppc4xx.h in
17347     board/esd/common/flash.c causes conflict.
17348
17349     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17350
17351 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
17352 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17353 Date:   Thu Jul 31 19:52:36 2008 -0500
17354
17355     Fix compilation error for MCF5275
17356
17357     Rename OBJ to COBJ in board/platform/Makefile
17358
17359     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17360
17361 commit 5c40548f01218360a1f1395198c50ff45f3035b5
17362 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17363 Date:   Thu Jul 31 19:52:28 2008 -0500
17364
17365     Fix compile error caused by incorrect function return type
17366
17367     Rename int mii_init(void) to void mii_init(void) for idmr
17368     ColdFire platform
17369
17370     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17371
17372 commit a58c78067c928976c082c758d3987e89ead5b191
17373 Author: Wolfgang Denk <wd@denx.de>
17374 Date:   Fri Aug 1 12:06:22 2008 +0200
17375
17376     Fix build issues with MPC8xx FADS boards.
17377
17378     Signed-off-by: Wolfgang Denk <wd@denx.de>
17379
17380 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
17381 Author: Wolfgang Denk <wd@denx.de>
17382 Date:   Thu Jul 31 17:54:03 2008 +0200
17383
17384     Prepare v1.3.4-rc2: update CHANGELOG
17385
17386     Signed-off-by: Wolfgang Denk <wd@denx.de>
17387
17388 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
17389 Author: Mark Jackson <mpfj@mimc.co.uk>
17390 Date:   Thu Jul 31 16:09:00 2008 +0100
17391
17392     Add gzipped logo support
17393
17394     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
17395
17396       If this option is set, additionally to standard BMP
17397       images, gzipped BMP images can be displayed via the
17398       splashscreen support or the bmp command.
17399
17400     However, the splashscreen function *only* supports standard BMP images.
17401
17402     This patch adds the documented gzip support.
17403
17404     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17405
17406 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
17407 Author: Mark Jackson <mpfj@mimc.co.uk>
17408 Date:   Thu Jul 31 15:56:48 2008 +0100
17409
17410     Fix Atmel LCD controller endianess for AVR32 processors
17411
17412     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
17413     AVR32 (big endian) platforms.
17414
17415     As such, the controller can handle both big and little endian memory.
17416
17417     This patch fixes the driver for the AVR32 platform.
17418
17419     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17420
17421 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
17422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17423 Date:   Thu Jul 31 15:56:01 2008 +0200
17424
17425     apollon: fix build out of tree
17426
17427     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17428
17429 commit 2e752be39d3e398d4ab89ffa6634c397df298297
17430 Author: Guennadi Liakhovetski <lg@denx.de>
17431 Date:   Thu Jul 31 12:35:04 2008 +0200
17432
17433     Uncompressed images loaded to their start address shall set load_end too
17434
17435     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17436     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
17437
17438 commit c37207d7f51e19c17f859966f314e27cc1231801
17439 Author: Wolfgang Denk <wd@denx.de>
17440 Date:   Wed Jul 16 16:38:59 2008 +0200
17441
17442     Fix printf() format problems with configurable prompts
17443
17444     U-Boot allows for configurable prompt strings using the
17445     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
17446     the assumption was that any such user defined problts would contain
17447     exactly one "%d" format specifier. But some boards did not.
17448
17449     To allow for flexible boot prompts without adding too complex code we
17450     now allow to specify the whole list of printf() arguments in the user
17451     definition. This is powerful, but requires a responsible user who
17452     really understands what he is doing, as he needs to know for exanple
17453     which variables are available in the respective context.
17454
17455     Signed-off-by: Wolfgang Denk <wd@denx.de>
17456
17457 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
17458 Author: Wolfgang Denk <wd@denx.de>
17459 Date:   Thu Jul 31 17:02:14 2008 +0200
17460
17461     TQM85xx: fix typo introduce by commit ffbb5cb9
17462
17463     Signed-off-by: Wolfgang Denk <wd@denx.de>
17464
17465 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
17466 Author: Wolfgang Denk <wd@denx.de>
17467 Date:   Thu Jul 31 15:27:01 2008 +0200
17468
17469     mvbc_p board: fix most build warnings.
17470
17471     Signed-off-by: Wolfgang Denk <wd@denx.de>
17472
17473 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
17474 Author: Wolfgang Denk <wd@denx.de>
17475 Date:   Thu Jul 31 13:57:20 2008 +0200
17476
17477     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
17478
17479     Avoid "integer constant is too large for 'long' type" warnings.
17480     And simplify the code.
17481
17482     Signed-off-by: Wolfgang Denk <wd@denx.de>
17483
17484 commit 9196b44334c330cc13de2464c59181e4db71f549
17485 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
17486 Date:   Wed Jul 30 23:21:19 2008 +0400
17487
17488     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
17489
17490     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
17491
17492 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
17493 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
17494 Date:   Wed Jul 30 23:20:32 2008 +0400
17495
17496     PPC: Add pci_clk in the global_data for CPM2 processors
17497
17498     This patch adds pci_clk field to the global_data structure for the
17499     processors which have CPM2 module in case the CONFIG_PCI is defined.
17500
17501     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
17502
17503 commit f0ff885ca64655bee6540eb8a25eed90b1152686
17504 Author: Kumar Gala <galak@kernel.crashing.org>
17505 Date:   Wed Jul 30 14:13:30 2008 -0500
17506
17507     mpc85xx: Update linker scripts for Freescale boards
17508
17509     * Move to using absolute addressing always.  Makes the scripts a bit more
17510       portable and common
17511     * Moved .bss after the end of the image.  These allows us to have more
17512       room in the resulting binary image for code and data.
17513     * Removed .text object files that aren't really needed
17514     * Make sure _end is 4-byte aligned as the .bss init code expects this.
17515       (Its possible that the end of .bss isn't 4-byte aligned)
17516
17517     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17518
17519 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
17520 Author: Kumar Gala <galak@kernel.crashing.org>
17521 Date:   Wed Jul 30 08:01:15 2008 -0500
17522
17523     Fix compile warnings in dlmalloc
17524
17525     The origional code was using on odd reference to get to the first
17526     real element in av_[].  The first two elements of the array are
17527     not used for actual bins, but for house keeping.  If we are more
17528     explicit about how use the first few elements we can get rid of the
17529     warnings:
17530
17531     dlmalloc.c: In function 'malloc_extend_top':
17532     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
17533     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
17534     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
17535     ...
17536
17537     The logic of how this code came to be is:
17538         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
17539
17540     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
17541         bin_at(0) = &(av_[0])
17542
17543     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
17544
17545     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17546
17547 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
17548 Author: Stefan Roese <sr@denx.de>
17549 Date:   Wed Jul 30 10:21:01 2008 +0200
17550
17551     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
17552
17553     Signed-off-by: Stefan Roese <sr@denx.de>
17554
17555 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
17556 Author: Stefan Roese <sr@denx.de>
17557 Date:   Wed Jul 30 09:59:51 2008 +0200
17558
17559     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
17560
17561     A recent patch used '#if (CONFIG_CMD_USB)' instead of
17562     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
17563     common/bootm.c compile again.
17564
17565     Signed-off-by: Stefan Roese <sr@denx.de>
17566     Acked-by: Markus Klotzbuecher <mk@denx.de>
17567
17568 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
17569 Author: Kyungmin Park <kmpark@infradead.org>
17570 Date:   Tue Jul 22 08:01:43 2008 +0900
17571
17572     Remove unused I2C at apollon board
17573
17574     There are no I2C devices on this board.
17575
17576     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17577
17578 commit 3c95960e526b3b026da20201db64526f46faf14b
17579 Author: Wolfgang Denk <wd@denx.de>
17580 Date:   Thu Jul 31 10:12:09 2008 +0200
17581
17582     at91rm9200dk, csb637: fix NAND related build problems
17583
17584     Tried fixing NAND support for the at91rm9200dk board; untested.
17585     Disabled NAND support in the csb637 board config file.
17586
17587     Signed-off-by: Wolfgang Denk <wd@denx.de>
17588
17589 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
17590 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17591 Date:   Wed Jul 30 12:39:28 2008 +0200
17592
17593     ppc4xx: ML507: Environment in flash and MTD Support
17594
17595     - Relocate the location of U-Boot in the flash
17596     - Save the environment in one sector of the flash memory
17597     - MTD Support
17598
17599     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17600     Signed-off-by: Stefan Roese <sr@denx.de>
17601
17602 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
17603 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17604 Date:   Tue Jul 29 17:16:10 2008 +0200
17605
17606     ppc4xx: ML507: Use of get_ram_size in board ml507
17607
17608     - Change suggested by WD
17609
17610     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17611     Signed-off-by: Stefan Roese <sr@denx.de>
17612
17613 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
17614 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17615 Date:   Mon Jul 21 20:30:07 2008 +0200
17616
17617     ppc4xx: ML507: U-Boot in flash and System ACE
17618
17619     This patch allows booting from FLASH the ML507 board by Xilinx.
17620     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
17621
17622     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17623     Signed-off-by: Stefan Roese <sr@denx.de>
17624
17625 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
17626 Author: Julien May <mailinglist@miromico.ch>
17627 Date:   Mon Jun 23 13:57:52 2008 +0200
17628
17629     Add support for the hammerhead (AVR32) board
17630
17631     The Hammerhead platform is built around a AVR32 32-bit microcontroller
17632     from Atmel.  It offers versatile peripherals, such as ethernet, usb
17633     device, usb host etc.
17634
17635     The board also incooperates a power supply and is a Power over Ethernet
17636     (PoE) Powered Device (PD).
17637
17638     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
17639     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
17640     DDR2 SDRAM interfaces, which will cover even the most exceptional need
17641     of memory bandwidth. Together with the onboard video decoder the board
17642     is ready for video processing.
17643
17644     For more information see: http:///www.miromico.com/hammerhead
17645
17646     Signed-off-by: Julien May <mailinglist@miromico.ch>
17647     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
17648     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17649
17650 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
17651 Author: Kumar Gala <galak@kernel.crashing.org>
17652 Date:   Tue Jul 29 12:23:49 2008 -0500
17653
17654     fsl_i2c: Use timebase timer functions instead of get_timer()
17655
17656     The current implementation of get_timer() is only really useful after we
17657     have relocated u-boot to memory.  The i2c code is used before that as part
17658     of the SPD DDR setup.
17659
17660     We actually have a bug when using the get_timer() code before relocation
17661     because the .bss hasn't been setup and thus we could be reading/writing
17662     a random location (probably in flash).
17663
17664     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17665
17666 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
17667 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
17668 Date:   Tue Jul 29 14:49:31 2008 +0200
17669
17670     Adder8xx: Fix CFG_MONITOR_LEN
17671
17672     Due to increased space usage, U-Boot can no longer be stored in three sectors.
17673     The current U-Boot use just over three flash sectors (197k), and U-Boot will
17674     become corrupt after saving environment variables. This patch adds another 64k
17675     to CFG_MONITOR_LEN.
17676
17677     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
17678
17679 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
17680 Author: Kyungmin Park <kmpark@infradead.org>
17681 Date:   Tue Jul 29 08:47:57 2008 +0900
17682
17683     Add OneNAND IPL related files to gitignore
17684
17685     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17686
17687 commit 8d87589e8e874df7120a3d9667f051bc33bac250
17688 Author: Rafal Jaworowski <raj@semihalf.com>
17689 Date:   Mon Jul 28 20:38:25 2008 +0200
17690
17691     API: Teach the storage layer about SATA and MMC options.
17692
17693     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17694     Acked-by: Rafal Jaworowski <raj@semihalf.com>
17695
17696 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
17697 Author: Rafal Jaworowski <raj@semihalf.com>
17698 Date:   Mon Jul 28 20:37:48 2008 +0200
17699
17700     API: Dump contents of sector 0 in the demo application.
17701
17702     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17703     Acked-by: Rafal Jaworowski <raj@semihalf.com>
17704
17705 commit 13ca6305f2eba49c175f6370c35286141059c789
17706 Author: Rafal Jaworowski <raj@semihalf.com>
17707 Date:   Mon Jul 28 20:37:10 2008 +0200
17708
17709     API: Correct storage enumeration routine, other minor fixes in API storage area.
17710
17711     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17712     Acked-by: Rafal Jaworowski <raj@semihalf.com>
17713
17714 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
17715 Author: Rafal Jaworowski <raj@semihalf.com>
17716 Date:   Mon Jul 28 20:36:19 2008 +0200
17717
17718     API: Fix compilation warnings in api_examples/demo.c.
17719
17720     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17721
17722 commit c14eefcc48212af2f3314809605698dd8393a90a
17723 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17724 Date:   Sun Jul 27 17:09:43 2008 +0200
17725
17726     Fix more printf() format warnings
17727
17728     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17729
17730 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
17731 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17732 Date:   Fri Jul 25 15:18:16 2008 +0200
17733
17734     Fix remaining CFG_CMD_ define, ifdef and comments
17735
17736     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17737
17738 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
17739 Author: Stefano Babic <sbabic@denx.de>
17740 Date:   Fri Jul 25 08:57:40 2008 +0200
17741
17742     Add include for config.h in command.h.
17743
17744     Because the cmd_tbl_s structure depends on the configuration file, it
17745     must be assured that config.h is included before the structure is
17746     evaluated by the compiler. If this is not certain, it could happen
17747     that the compiler generates structures of different size, depending
17748     on the fact if the source file includes <config.h> before or after
17749     <command.h>.
17750
17751     The effect is that u-boot crashes when tries to relocate the command
17752     table (for ppc) or try to access to the command table for other
17753     architectures.
17754
17755     The problem can happen on board-depending commands. All general
17756     commands under /common are unaffected, because they include already
17757     config.h before command.h.
17758
17759     Signed-off-by: Stefano Babic <sbabic@denx.de>
17760
17761 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
17762 Author: Scott Wood <scottwood@freescale.com>
17763 Date:   Wed Jul 23 13:16:06 2008 -0500
17764
17765     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
17766
17767     This fixes building out-of-tree.
17768
17769     Signed-off-by: Scott Wood <scottwood@freescale.com>
17770
17771 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
17772 Author: Heiko Schocher <hs@denx.de>
17773 Date:   Wed Jul 23 07:30:46 2008 +0200
17774
17775     Fix warnings if compiling with IDE support.
17776
17777     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
17778     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
17779
17780     Signed-off-by: Heiko Schocher <hs@denx.de>
17781
17782 commit 7610db17fd4d59c51d825488526d85ede2f06767
17783 Author: Adrian Filipi <adrian.filipi@eurotech.com>
17784 Date:   Tue Jul 22 14:28:11 2008 -0400
17785
17786     Removed support for the adsvix board.
17787
17788     Support for the adsvix was originally provided by Applied Data
17789     Systems (ADS), inc., now EuroTech, Inc.
17790     The board never shipped aside from some sample boards.
17791
17792     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
17793
17794 commit f96b44cef897bd372beb86dde1b33637c119d84d
17795 Author: Remy Bohmer <linux@bohmer.net>
17796 Date:   Tue Jul 22 16:22:11 2008 +0200
17797
17798     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
17799
17800     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
17801     never set, because relocation to RAM is actually never done by U-boot
17802     itself. However, several pieces of code check if this flag is set at
17803     some time.
17804
17805     So, to make sure this flag is set on boards skipping relocation, this
17806     is added to the initialisation of U-boot at a moment where it is safe
17807     to do so.
17808
17809     Signed-off-by: Remy Bohmer <linux@bohmer.net>
17810
17811 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
17812 Author: Timur Tabi <timur@freescale.com>
17813 Date:   Mon Jul 21 14:26:23 2008 -0500
17814
17815     fsl-i2c: fix writes to data segment before relocation
17816
17817     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
17818     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
17819     I2C bus speed and save the value in i2c_bus_speed[], which is a global
17820     variable.  It is an error to write to the data segment before relocation,
17821     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
17822
17823     Signed-off-by: Timur Tabi <timur@freescale.com>
17824
17825 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
17826 Author: Wolfgang Ocker <weo@reccoware.de>
17827 Date:   Mon Jul 28 16:56:51 2008 +0200
17828
17829     mips: Fix baudrate divisor computation on alchemy cpus
17830
17831     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
17832     on alchemy cpus.
17833
17834     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
17835     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17836
17837 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
17838 Author: Ben Warren <biggerbadderben@gmail.com>
17839 Date:   Sat Jul 5 00:08:48 2008 -0700
17840
17841     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
17842
17843     Renamed initialization functions for atngw100 and atstk1000.
17844     Removed initializations for these boards from net/eth.c
17845
17846     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17847     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17848
17849 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
17850 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17851 Date:   Wed Jul 23 10:55:46 2008 +0200
17852
17853     spi flash: Fix printf() format warnings
17854
17855     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17856
17857 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
17858 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17859 Date:   Wed Jul 23 10:55:31 2008 +0200
17860
17861     atmel_mci: Fix printf() format warnings
17862
17863     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17864
17865 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
17866 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17867 Date:   Wed Jul 23 10:55:15 2008 +0200
17868
17869     avr32: Fix printf() format warnings
17870
17871     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17872
17873 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
17874 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17875 Date:   Wed Jul 23 10:52:19 2008 +0200
17876
17877     avr32: asm/io.h needs asm/types.h
17878
17879     map_physmem() takes a phys_addr_t as parameter. This type is defined in
17880     asm/types.h, so we need to include that file.
17881
17882     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17883
17884 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
17885 Author: Michal Simek <monstr@monstr.eu>
17886 Date:   Thu Jul 17 12:25:46 2008 +0200
17887
17888     microblaze: Fix printf() format issues
17889
17890     Signed-off-by: Michal Simek <monstr@monstr.eu>
17891
17892 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
17893 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
17894 Date:   Thu Jul 17 07:27:51 2008 +0530
17895
17896     Remove unused code from lib_arm/bootm.c
17897
17898     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
17899
17900 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
17901 Author: Detlev Zundel <dzu@denx.de>
17902 Date:   Wed Jul 16 18:56:45 2008 +0200
17903
17904     tqm85xx: Demystify 'DK: !!!' comment
17905
17906     Signed-off-by: Detlev Zundel <dzu@denx.de>
17907
17908 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
17909 Author: Detlev Zundel <dzu@denx.de>
17910 Date:   Wed Jul 16 18:56:44 2008 +0200
17911
17912     83xx/85xx/86xx: Add LTEDR local bus definitions
17913
17914     Signed-off-by: Detlev Zundel <dzu@denx.de>
17915
17916 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
17917 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17918 Date:   Wed Jul 16 16:22:32 2008 +0200
17919
17920     serial_xuartlite.c: fix compiler warnings
17921
17922     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17923     Acked-by: Grant Likely <grant.likely@secretlab.ca>
17924
17925 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
17926 Author: Stefan Roese <sr@denx.de>
17927 Date:   Fri Jul 18 11:03:35 2008 +0200
17928
17929     POST: Add disable interrupts in some of the missing CPU POST tests
17930
17931     Some CPU POST tests did not disable the interrupts while running. This
17932     seems to be necessary to protect this self modifying code.
17933
17934     Signed-off-by: Stefan Roese <sr@denx.de>
17935
17936 commit 97a3bf268d096e0e97e54048448c35114edcf557
17937 Author: Stefan Roese <sr@denx.de>
17938 Date:   Fri Jul 18 10:43:24 2008 +0200
17939
17940     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
17941
17942     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
17943     CFG_64BIT_LBA.
17944
17945     Signed-off-by: Stefan Roese <sr@denx.de>
17946
17947 commit 0043ac55024963295fc79b39af85b6dc3b261e17
17948 Author: Niklaus Giger <niklaus.giger@netstal.com>
17949 Date:   Fri Jul 18 11:22:23 2008 +0200
17950
17951     POST PPC4xx/spr IVPR only if PPC440
17952
17953     The SPR IVPR register is only present (as far as I know) for
17954     processors with a PPC440 core.
17955
17956     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17957     Acked-by: Stefan Roese <sr@denx.de>
17958
17959 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
17960 Author: Stefan Roese <sr@denx.de>
17961 Date:   Fri Jul 18 10:42:29 2008 +0200
17962
17963     ppc4xx: Enable 64bit printf format on 440/460 platforms
17964
17965     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
17966     440/460 platforms. This may be needed since those platforms support
17967     36bit physical address space.
17968
17969     Signed-off-by: Stefan Roese <sr@denx.de>
17970
17971 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
17972 Author: Stefan Roese <sr@denx.de>
17973 Date:   Fri Jul 18 15:57:23 2008 +0200
17974
17975     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
17976
17977     This patch fixes a problem with incorrect MODTx (On Die Termination)
17978     setup for a configuration with multiple DIMM's and multiple ranks.
17979     Without this change Katmai was unable to boot Linux with DDR2 frequency
17980     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
17981     with DDR2 frequency = 640MHz and mem=4GB.
17982
17983     Signed-off-by: Stefan Roese <sr@denx.de>
17984
17985 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
17986 Author: Stefan Roese <sr@denx.de>
17987 Date:   Fri Jul 18 12:24:41 2008 +0200
17988
17989     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
17990
17991     Signed-off-by: Stefan Roese <sr@denx.de>
17992
17993 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
17994 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17995 Date:   Thu Jul 17 12:47:09 2008 +0200
17996
17997     ppc4xx: ML507 Board Support
17998
17999     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
18000         among others:
18001         -Virtex 5 FX FPGA (With a ppc440x5 in it)
18002         -256MB of SDRAM2
18003         -32MB of Flash
18004         -I2C Eeprom
18005         -System ACE chip
18006         -Serial ATA connectors
18007         -RS232 Level Conversors
18008         -Ethernet Transceiver
18009
18010     This patch gives support to a standard design produced by EDK for this
18011     board: ppc440, uartlite, xilinx_int and flash
18012
18013     - Includes Changes propossed by Stefan Roese and Michal Simek
18014
18015     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18016     Acked-by: Stefan Roese <sr@denx.de>
18017
18018 commit d865fd09809a3a18669f35f970781820af40e4de
18019 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18020 Date:   Thu Jul 17 11:44:12 2008 +0200
18021
18022     ppc4xx: CPU PPC440x5 on Virtex5 FX
18023
18024     -This patchs gives support for the embbedded ppc440
18025      on the Virtex5 FPGAs
18026     -interrupts.c divided in uic.c and interrupts.c
18027     -xilinx_irq.c for xilinx interrupt controller
18028     -Include modifications propossed by  Stefan Roese
18029
18030     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18031     Acked-by: Stefan Roese <sr@denx.de>
18032
18033 commit 340ccb260f21516be360745d5c5e3bd0657698df
18034 Author: Sebastian Siewior <bigeasy@linutronix.de>
18035 Date:   Wed Jul 16 20:04:49 2008 +0200
18036
18037     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
18038
18039     This got broken by commits 93c56f212c
18040      [cfi_flash: support of long cmd in U-boot.]
18041
18042     That command needs to be in little endian format on BE machines
18043     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
18044     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
18045     the cmdbuf in case portwidth = chipwidth = 8bit.
18046
18047     Cc: Alexey Korolev <akorolev@infradead.org>
18048     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
18049     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
18050
18051 commit 11188d55bc16dd907451c00282e00a038f73dd62
18052 Author: Stefan Roese <sr@denx.de>
18053 Date:   Thu Jul 17 10:40:51 2008 +0200
18054
18055     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
18056
18057     Signed-off-by: Stefan Roese <sr@denx.de>
18058
18059 commit 021f6df6e96af5b387810cf96d24848da1faa55c
18060 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18061 Date:   Thu Jul 10 17:20:51 2008 +0400
18062
18063     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
18064
18065     The thinko was quite silly indeed, I messed with !ptr. Normally this
18066     would trigger some fault, but in U-Boot NULL pointer is equal to phys
18067     0, so the code was working still, just didn't actually test mpc8315erdb
18068     environment variable value. Heh.
18069
18070     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18071     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18072
18073 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
18074 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18075 Date:   Tue Jul 8 21:00:04 2008 +0400
18076
18077     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
18078
18079     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
18080     support, or without TSEC1 but with USB ULPI PHY support in addition.
18081     With this patch user can specify desired USB PHY.
18082
18083     Also, it seems that we can't distinguish the two boards in software, so
18084     user have to set `mpc8315erdb' environment variable to either 'tsec1'
18085     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
18086     Linux will not probe for TSEC1.
18087
18088     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18089     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18090
18091 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
18092 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18093 Date:   Tue Jul 8 20:59:43 2008 +0400
18094
18095     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
18096
18097     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
18098     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
18099     (connected to the four-ports hub, usb host only).
18100
18101     This patch implements support for passing Dual-Role USB controller's
18102     device tree property phy_type through the usb_phy_type environment
18103     variable.
18104
18105     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18106     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
18107     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18108
18109 commit 699f05125509249072a0b865c8d35520d97cd501
18110 Author: Wolfgang Denk <wd@denx.de>
18111 Date:   Tue Jul 15 22:22:44 2008 +0200
18112
18113     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
18114
18115     Signed-off-by: Wolfgang Denk <wd@denx.de>
18116
18117 commit bcab74baa6b1b1c969038ab6f64a186239180405
18118 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18119 Date:   Tue Jul 15 11:23:02 2008 -0400
18120
18121     Round the serial port clock divisor value returned by calc_divisor()
18122
18123     Round the serial port clock divisor value returned by
18124     calc_divisor()
18125
18126     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18127     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
18128
18129 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
18130 Author: Robin Getz <rgetz@blackfin.uclinux.org>
18131 Date:   Tue Jul 15 21:44:46 2008 +0200
18132
18133     Fix DHCP protocol so U-Boot does not respond too early
18134     on the network with it's offered IP number; it should not reply until
18135     after it has received a DHCP ACK message. Also ensures that U-Boot
18136     does it's DHCPREQUEST as broadcast (per RFC 2131).
18137
18138     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
18139     Acked-by: Ben Warren <biggerbadderben@gmail.com>
18140     Signed-off-by: Wolfgang Denk <wd@denx.de>
18141
18142 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
18143 Author: Sebastian Siewior <bigeasy@linutronix.de>
18144 Date:   Tue Jul 15 13:35:23 2008 +0200
18145
18146     cfi_flash: make the command u32 only
18147
18148     This got changed by commit 93c56f212c
18149     [cfi_flash: support of long cmd in U-boot.]
18150
18151     Long is the wrong type because it will behave differently on 64bit
18152     machines in a way that is probably not expected. u32 should be
18153     enough.
18154
18155     Cc: Alexey Korolev <akorolev@infradead.org>
18156     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
18157     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
18158
18159 commit 31cfe57491b183acae575d486729e158f016c27b
18160 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18161 Date:   Mon Jul 14 23:48:41 2008 +0200
18162
18163     tools/gitignore: update to all generated files
18164
18165     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18166
18167 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
18168 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
18169 Date:   Wed Jul 9 18:30:44 2008 +0200
18170
18171     mpc5xxx: Add MVBC_P board support
18172
18173     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
18174     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
18175
18176     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
18177     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
18178
18179 commit e2d31fb3450653115452144363d5bde4e5e3e693
18180 Author: Timur Tabi <timur@freescale.com>
18181 Date:   Thu Jun 19 17:56:11 2008 -0500
18182
18183     Update Freescale sys_eeprom.c to handle CCID formats
18184
18185     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
18186     NXID format replaces the older CCID format, but it's important to support both
18187     since most boards out there still use the CCID format.  This change is in
18188     preparation for using one file to handle both formats.  This will also unify
18189     EEPROM support for all Freescale 85xx and 86xx boards.
18190
18191     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
18192     instead of ID_EEPROM_ADDR.
18193
18194     Signed-off-by: Timur Tabi <timur@freescale.com>
18195
18196 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
18197 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18198 Date:   Fri Jul 11 17:22:43 2008 +0900
18199
18200     pci: sh: Add pci_skip_dev and pci_print_dev function
18201
18202     Add function of new PCI, pci_skip_dev and pci_print_dev.
18203
18204     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18205     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18206
18207 commit 1107014e835ec9d46c0333f4211d104f77442db0
18208 Author: Andy Fleming <afleming@freescale.com>
18209 Date:   Mon Jul 14 20:29:07 2008 -0500
18210
18211     Clean up INIT_RAM options
18212
18213     The L2_INIT_RAM option was unused, and recent changes to the TLB code
18214     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
18215     the amount of mapped space attached to nothing, we change things so the TLBs
18216     get cleared.
18217
18218     Signed-off-by: Andy Fleming <afleming@freescale.com>
18219
18220 commit 4524561820a9327e89107854b3a7187800ccf719
18221 Author: Andy Fleming <afleming@freescale.com>
18222 Date:   Mon Jul 14 20:26:57 2008 -0500
18223
18224     Remove fake flash bank from 8544 DS
18225
18226     The fake flash bank was generating errors for anyone who didn't have a
18227     PromJET hooked up to the board.  As that constitutes the vast majority of
18228     users, we remove it.
18229
18230     Signed-off-by: Andy Fleming <afleming@freescale.com>
18231
18232 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
18233 Author: Kumar Gala <galak@kernel.crashing.org>
18234 Date:   Mon Jul 14 14:07:03 2008 -0500
18235
18236     MPC8544DS: Add ATI Video card support
18237
18238     Add support for using a PCIe ATI Video card on PCIe2.
18239
18240     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18241
18242 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
18243 Author: Kumar Gala <galak@kernel.crashing.org>
18244 Date:   Mon Jul 14 14:07:02 2008 -0500
18245
18246     85xx: Add some L1/L2 SPR register definitions
18247
18248     Add new L1/L2 SPRs related to e500mc cache config and control.
18249
18250     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18251
18252 commit e5852787f0c3c442a276262f13d91ca450605ac0
18253 Author: Kumar Gala <galak@kernel.crashing.org>
18254 Date:   Mon Jul 14 14:07:01 2008 -0500
18255
18256     MPC8544DS: Report board id, board version and fpga version.
18257
18258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18259
18260 commit 73f15a060f67a2462551c334215bd20fac6b81d1
18261 Author: Kumar Gala <galak@kernel.crashing.org>
18262 Date:   Mon Jul 14 14:07:00 2008 -0500
18263
18264     85xx: Cleanup L2 cache size detection
18265
18266     The L2 size detection code was a bit confusing and we kept having to add
18267     code to it to handle new processors.  Change the sense of detection so we
18268     look for the older processors that aren't changing.
18269
18270     Also added support for 1M cache size on 8572.
18271
18272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18273
18274 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
18275 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18276 Date:   Fri Jul 11 15:33:08 2008 -0400
18277
18278     sbc8560: enable CONFIG_OF_LIBFDT by default
18279
18280     Make the default build for the sbc8560 board be powerpc
18281     capable with libfdt support.
18282
18283     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18284
18285 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
18286 Author: Andy Fleming <afleming@freescale.com>
18287 Date:   Mon Jul 14 20:04:40 2008 -0500
18288
18289     Fix indentation for default boot environment variables
18290
18291     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
18292     similar #defines in sbc8560.h.
18293
18294     Signed-off-by: Andy Fleming <afleming@freescale.com>
18295
18296 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
18297 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18298 Date:   Fri Jul 11 15:33:07 2008 -0400
18299
18300     sbc8560: add default fdt values
18301
18302     Add in the default fdt settings and the typical EXTRA_ENV
18303     settings as borrowed from the mpc8560ads.  Fix a couple
18304     of stale references to the mpc8560ads dating back to the
18305     original clone/fork.
18306
18307     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18308     Signed-off-by: Andy Fleming <afleming@freescale.com>
18309
18310 commit d04e76edf92f7f89696989e8702b97e020455af3
18311 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18312 Date:   Fri Jul 11 15:33:06 2008 -0400
18313
18314     sbc8560: add in ft_board_setup()
18315
18316     Add in for the sbc8560, the ft_board_setup() routine, based on what is
18317     in use for the Freescale MPC8560ADS board.
18318
18319     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18320
18321 commit c158bcaca3b31cbe38c4143812e6170e38a57393
18322 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18323 Date:   Fri Jul 11 15:33:05 2008 -0400
18324
18325     sbc8560: define eth0 and eth1 instead of eth1 and eth2
18326
18327     The existing config doesn't define CONFIG_HAS_ETH0, and so the
18328     fdt support doesn't update the zeros in the dtb local-mac with
18329     real data from the u-boot env.  Since the existing config is
18330     tailored to just two interfaces, get rid of the ETH2 definitions
18331     at the same time.
18332
18333     Also don't include any end user specific data into the environment
18334     by default -- things like MAC address, network parameters etc. need
18335     to come from the end user.
18336
18337     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18338     Signed-off-by: Andy Fleming <afleming@freescale.com>
18339
18340 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
18341 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18342 Date:   Fri Jul 11 15:33:04 2008 -0400
18343
18344     sbc8560: properly set cs0_bnds for 512MB
18345
18346     The sbc8560 board ships with 512MB of memory installed,
18347     but the current cs0_bnds is hard coded for 256MB.  Set the
18348     value based on CFG_SDRAM_SIZE.
18349
18350     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18351
18352 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
18353 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18354 Date:   Fri Jul 11 15:33:03 2008 -0400
18355
18356     sbc8560: proper definitions for TSEC.
18357
18358     The definitions for the TSEC have become out of date.  There is no
18359     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
18360     Update to match those of other boards, like the MPC8560ADS.
18361
18362     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18363     Acked-by: Ben Warren <biggerbadderben@gmail.com>
18364
18365 commit 71074abbe0c76429577aff58aeff0a24ad210b23
18366 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18367 Date:   Wed Jul 9 13:23:05 2008 -0400
18368
18369     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
18370
18371     Some boards that have external 16550 UARTs don't have a direct
18372     tie between bi_busfreq and the clock used for the UARTs.  Boards
18373     that do have such a tie should set CFG_NS16550_CLK to be
18374     get_bus_freq(0) -- which most of them do already.
18375
18376     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18377     Acked-by: Kim Phillips <kim.phillips@freescale.com>
18378
18379 commit 24ef76f320fbadf074105229826514db140f939f
18380 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18381 Date:   Wed Jul 2 07:03:53 2008 -0700
18382
18383     Change the temp map to ROM to align addresses to page size.
18384
18385     With a page size of BOOKE_PAGESZ_16M, both the real and effective
18386     addresses must be multiples of 16MB.  The hardware silently truncates
18387     them so the code happens to work.  This patch clarifies the situation
18388     by establishing addresses that the hardware doesn't need to truncate.
18389
18390     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18391     Signed-off-by: Andy Fleming <afleming@freescale.com>
18392
18393 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
18394 Author: Kim Phillips <kim.phillips@freescale.com>
18395 Date:   Tue Jun 17 17:45:22 2008 -0500
18396
18397     mpc85xx: use IS_E_PROCESSOR macro
18398
18399     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18400
18401 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
18402 Author: Kim Phillips <kim.phillips@freescale.com>
18403 Date:   Mon Jun 16 15:55:53 2008 -0500
18404
18405     fdt: add crypto node handling for MPC8{3, 5}xxE processors
18406
18407     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
18408     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
18409     if on an 'EA' processor, e.g. MPC8349EA.
18410
18411     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18412
18413 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
18414 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18415 Date:   Fri Jul 11 15:10:11 2008 -0400
18416
18417     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
18418
18419     ARM DaVinci: Remove extern phy_t declaration by moving
18420     code to proper place.
18421
18422     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18423
18424 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
18425 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18426 Date:   Fri Jul 11 15:10:10 2008 -0400
18427
18428     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
18429
18430     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
18431     and prototype of i2c_init().
18432
18433     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18434
18435 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
18436 Author: Kumar Gala <galak@kernel.crashing.org>
18437 Date:   Mon Jul 14 14:03:02 2008 -0500
18438
18439     Fix some more printf() format problems.
18440
18441     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18442
18443 commit 45b16d22c64674ccd8c4637456a987463609141c
18444 Author: Wolfgang Denk <wd@denx.de>
18445 Date:   Mon Jul 14 22:38:42 2008 +0200
18446
18447     Fix coding style; make code better parsable by external tools
18448
18449     Signed-off-by: Wolfgang Denk <wd@denx.de>
18450
18451 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
18452 Author: Wolfgang Denk <wd@denx.de>
18453 Date:   Mon Jul 14 21:19:08 2008 +0200
18454
18455     cpu/i386/serial.c: Fix syntax errors
18456
18457     Signed-off-by: Wolfgang Denk <wd@denx.de>
18458
18459 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
18460 Author: Wolfgang Denk <wd@denx.de>
18461 Date:   Mon Jul 14 20:41:35 2008 +0200
18462
18463     elppc board: Coding style cleanup.
18464
18465     Signed-off-by: Wolfgang Denk <wd@denx.de>
18466
18467 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
18468 Author: Wolfgang Denk <wd@denx.de>
18469 Date:   Mon Jul 14 20:40:22 2008 +0200
18470
18471     elppc board: fix syntax error.
18472
18473     Signed-off-by: Wolfgang Denk <wd@denx.de>
18474
18475 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
18476 Author: Wolfgang Denk <wd@denx.de>
18477 Date:   Mon Jul 14 20:38:26 2008 +0200
18478
18479     EB+MCF-EV123 board: fix coding style (alingment)
18480
18481     Signed-off-by: Wolfgang Denk <wd@denx.de>
18482
18483 commit 6841785a0bb0f38175456a923edd634fb7dd6947
18484 Author: Wolfgang Denk <wd@denx.de>
18485 Date:   Mon Jul 14 20:36:44 2008 +0200
18486
18487     EB+MCF-EV123 board: fix syntx error
18488
18489     Signed-off-by: Wolfgang Denk <wd@denx.de>
18490
18491 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
18492 Author: Andy Fleming <afleming@freescale.com>
18493 Date:   Mon Jul 7 18:02:08 2008 -0500
18494
18495     Remove LBC_CACHE_BASE from 8544 DS
18496
18497     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
18498     space for some anyway, we were allowing speculative loads into unmapped space,
18499     which would cause an exception (annoying, even if ultimately harmless).
18500     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
18501     problem.
18502
18503     Signed-off-by: Andy Fleming <afleming@freescale.com>
18504
18505 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
18506 Author: Wolfgang Denk <wd@denx.de>
18507 Date:   Mon Jul 14 15:19:07 2008 +0200
18508
18509     Code cleanup: fix old style assignment ambiguities like "=-" etc.
18510
18511     Signed-off-by: Wolfgang Denk <wd@denx.de>
18512
18513 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
18514 Author: Wolfgang Denk <wd@denx.de>
18515 Date:   Mon Jul 14 15:10:53 2008 +0200
18516
18517     AmigaOneG3SE: remove dead and incomplete files
18518
18519     Signed-off-by: Wolfgang Denk <wd@denx.de>
18520
18521 commit b64f190b7a34224df09b559ca111eb1b733f00ad
18522 Author: Wolfgang Denk <wd@denx.de>
18523 Date:   Mon Jul 14 15:06:35 2008 +0200
18524
18525     Fix printf() format issues with sizeof_t types by using %zu
18526
18527     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18528     Signed-off-by: Wolfgang Denk <wd@denx.de>
18529
18530 commit f354b73e16a86f9e9085471a830605f74f84ea5d
18531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18532 Date:   Mon Jul 14 14:11:45 2008 +0200
18533
18534     vsprintf: add z and t options
18535
18536     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18537
18538 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
18539 Author: Wolfgang Denk <wd@denx.de>
18540 Date:   Sun Jul 13 23:07:35 2008 +0200
18541
18542     Fix some more printf() format issues.
18543
18544     Signed-off-by: Wolfgang Denk <wd@denx.de>
18545
18546 commit d5996dd555edf52721b7691a4c59de016251ed39
18547 Author: Wolfgang Denk <wd@denx.de>
18548 Date:   Sun Jul 13 19:51:00 2008 +0200
18549
18550     Fix some more printf() format problems.
18551
18552     Signed-off-by: Wolfgang Denk <wd@denx.de>
18553
18554 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
18555 Author: Wolfgang Denk <wd@denx.de>
18556 Date:   Sun Jul 13 19:48:26 2008 +0200
18557
18558     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
18559
18560     Signed-off-by: Wolfgang Denk <wd@denx.de>
18561
18562 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
18563 Author: Anatolij Gustschin <agust@denx.de>
18564 Date:   Sat Jul 12 17:31:36 2008 +0200
18565
18566     Fix bug in Lime video driver
18567
18568     We need to wait while drawing engine clears frame
18569     buffer before any further software accesses to frame
18570     buffer will be initiated. Otherwise software drawn
18571     parts could be partially destroyed by the drawing
18572     engine or even GDC chip freeze could occur (as
18573     observed on socrates board).
18574
18575     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18576
18577 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
18578 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18579 Date:   Sat Jul 12 14:36:34 2008 +0200
18580
18581     Fix some more printf() format issues.
18582
18583     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18584
18585 commit 18c8a28aad49803780bd8d52432ded528e37e701
18586 Author: Michal Simek <monstr@monstr.eu>
18587 Date:   Fri Jul 11 15:11:57 2008 +0200
18588
18589     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
18590
18591     Signed-off-by: Michal Simek <monstr@monstr.eu>
18592     Acked-by: Stefan Roese <sr@denx.de>
18593
18594 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
18595 Author: Michal Simek <monstr@monstr.eu>
18596 Date:   Fri Jul 11 11:50:53 2008 +0200
18597
18598     hwmon: Cleaning hwmon devices
18599
18600     Clean Makefile
18601     Move device specific values to driver for better reading
18602
18603     Signed-off-by: Michal Simek <monstr@monstr.eu>
18604     Acked-by: Stefan Roese <sr@denx.de>
18605
18606 commit c78fce699c7ff467ecd841da6a79f065180bf578
18607 Author: Michal Simek <monstr@monstr.eu>
18608 Date:   Fri Jul 11 10:43:13 2008 +0200
18609
18610     FIS: repare incorrect return value with ramdisk handling
18611
18612     Microblaze and PowerPC use boot_get_ramdisk for loading
18613     ramdisk to memory with checking return value.
18614     Return 0 means success. Return 1 means failed.
18615     Here is correspond part of code from bootm.c which check
18616     return code.
18617
18618     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
18619                 &rd_data_start, &rd_data_end);
18620     if (ret)
18621         goto error;
18622
18623     Signed-off-by: Michal Simek <monstr@monstr.eu>
18624
18625 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
18626 Author: Michal Simek <monstr@monstr.eu>
18627 Date:   Fri Jul 11 10:10:32 2008 +0200
18628
18629     microblaze: Remove useless ancient headers
18630
18631     Signed-off-by: Michal Simek <monstr@monstr.eu>
18632
18633 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
18634 Author: Michal Simek <monstr@monstr.eu>
18635 Date:   Fri Jul 11 10:10:31 2008 +0200
18636
18637     microblaze: Clean uartlite driver
18638
18639     Redesign uartlite driver to in_be32 and out_be32 macros
18640     Fix missing header in io.h
18641
18642     Signed-off-by: Michal Simek <monstr@monstr.eu>
18643     Acked-by: Grant Likely <grant.likely@secretlab.ca>
18644
18645 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
18646 Author: Marcel Ziswiler <marcel@ziswiler.com>
18647 Date:   Fri Jul 11 02:39:14 2008 +0200
18648
18649     Enable passing of ATAGs required by latest Linux kernel.
18650
18651 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
18652 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18653 Date:   Fri Jul 11 10:24:15 2008 -0400
18654
18655     Fix integer overflow warning in calc_divisor()
18656
18657     which happened when rounding the serial port clock divisor
18658
18659     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18660
18661 commit 6b760189d77f001684e3160b355c185ca3804961
18662 Author: Marcel Ziswiler <marcel@ziswiler.com>
18663 Date:   Fri Jul 11 01:09:59 2008 +0200
18664
18665     Fix build time warnings in function mmc_decode_csd()
18666
18667     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18668
18669 commit c15947d6ce0d59925c97fdfac692476af6e262d0
18670 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18671 Date:   Thu Jul 10 10:46:33 2008 -0400
18672
18673     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
18674
18675     caused by missing dcache status/enable/disable functions.
18676
18677     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18678
18679 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
18680 Author: Stefan Roese <sr@denx.de>
18681 Date:   Thu Jul 10 13:53:31 2008 +0200
18682
18683     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
18684
18685     This patch removes some ft_board_setup() functions from some 4xx boards.
18686     This can be done since we now have a default weak implementation for this
18687     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
18688     implementation like canyonlands need their own version.
18689
18690     Signed-off-by: Stefan Roese <sr@denx.de>
18691
18692 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
18693 Author: Wolfgang Denk <wd@denx.de>
18694 Date:   Sun Jul 13 14:58:16 2008 +0200
18695
18696     Add last known maintainer for orphaned boards; reformat.
18697
18698     Signed-off-by: Wolfgang Denk <wd@denx.de>
18699
18700 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
18701 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18702 Date:   Thu Jul 10 13:16:04 2008 +0200
18703
18704     Remove kharris@nexus-tech.net from MAINTAINERS
18705
18706     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
18707     anymore. You can't be a maintainer without a valid e-mail address, so
18708     move all boards that used to be maintained by Kyle Harris to the
18709     "orphaned" list.
18710
18711     Currently, only PowerPC has a list of orphaned boards, so this patch
18712     creates one for ARM as well.
18713
18714     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18715
18716 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
18717 Author: Anatolij Gustschin <agust@denx.de>
18718 Date:   Thu Jul 10 01:15:10 2008 +0200
18719
18720     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
18721
18722     On the at91sam9260ep development board there is an EEPROM
18723     connected to the TWI interface (PA23, PA24 Peripheral A
18724     multiplexing), so we cannot use these pins as ETX2, ETX3.
18725     This patch configures PA10, PA11 pins for ETX2, ETX3
18726     instead of PA23, PA24 pins.
18727
18728     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18729     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
18730
18731 commit f889265753ddf4465d9d580827bb9289bfac55d6
18732 Author: Kenneth Johansson <kenneth@southpole.se>
18733 Date:   Sat Jul 12 13:18:34 2008 -0600
18734
18735     fix DIU for small screens
18736
18737     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
18738     so it was not possible to set a slow pixel clock and thus prevented
18739     display on small screens.
18740
18741     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
18742     Acked-by: John Rigby <jrigby@freescale.com>
18743
18744 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
18745 Author: John Rigby <jrigby@freescale.com>
18746 Date:   Fri Jul 11 14:44:09 2008 -0600
18747
18748     ADS5121 cleanup compile warnings
18749
18750     board/ads5121/iopin.c
18751         Replace bit fields in struct iopin_t with a single
18752         field and intialize it via plain old macros.
18753         This fixes the type pun warnings and makes the code
18754         more readable.
18755
18756     board/ads5121/ads5121.c
18757         Add include iopin.h to ads5121.c for the iopin_initialize
18758         prototype.
18759
18760         Add an extern void ads5121_diu_init(void)
18761
18762     Signed-off-by: John Rigby <jrigby@freescale.com>
18763
18764 commit bde63587622c4b830a27d1ddf7265843de9e994f
18765 Author: Wolfgang Denk <wd@denx.de>
18766 Date:   Fri Jul 11 22:56:11 2008 +0200
18767
18768     Fix some more printf() format issues.
18769
18770     Signed-off-by: Wolfgang Denk <wd@denx.de>
18771
18772 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
18773 Author: Wolfgang Denk <wd@denx.de>
18774 Date:   Fri Jul 11 22:55:31 2008 +0200
18775
18776     Fixed some out-of-tree build issues
18777
18778     Signed-off-by: Wolfgang Denk <wd@denx.de>
18779
18780 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
18781 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18782 Date:   Wed Jul 9 16:20:23 2008 -0500
18783
18784     ColdFire: Fix FB CS not setup properly for Mcf5282
18785
18786     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
18787     CFG_CSn_RO is defined as 0, the chipselect will not
18788     be assigned.
18789
18790     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18791
18792 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
18793 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18794 Date:   Wed Jul 9 15:47:27 2008 -0500
18795
18796     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
18797
18798     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
18799     clock module in cpu/<cf arch>/cpu_init.c
18800
18801     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18802
18803 commit f94945b517f10e01927101679c62361e03d4e837
18804 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18805 Date:   Wed Jul 9 15:25:01 2008 -0500
18806
18807     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
18808
18809     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18810
18811 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
18812 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18813 Date:   Wed Jul 9 15:21:44 2008 -0500
18814
18815     Fix compile error caused by missing timer function
18816
18817     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
18818
18819     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18820
18821 commit c37ea031175b807c54e6bad9b270e9bede6c0078
18822 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18823 Date:   Wed Jul 9 15:14:25 2008 -0500
18824
18825     Fix compile error caused by incorrect function return type
18826
18827     Rename int mii_init(void) to void mii_init(void)
18828
18829     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18830
18831 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
18832 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18833 Date:   Wed Jun 18 19:27:23 2008 -0500
18834
18835     ColdFire: Fix power up issue for MCF5235
18836
18837     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18838
18839 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
18840 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18841 Date:   Wed Jun 18 19:19:07 2008 -0500
18842
18843     ColdFire: Fix compiling error for MCF5275
18844
18845     The compiling error was caused by missing a closed parentheses
18846     in speed.c
18847
18848     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18849
18850 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
18851 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18852 Date:   Wed Jun 18 19:14:01 2008 -0500
18853
18854     ColdFire: Fix timer issue for MCF5272
18855
18856     The timer was assigned to wrong timer memory mapped which
18857     caused udelay() and timer() not working properly.
18858
18859     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18860
18861 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
18862 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18863 Date:   Wed Jun 18 19:12:13 2008 -0500
18864
18865     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
18866
18867     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
18868
18869 commit 8371dc2066136be21e10b7b9293e469297d77298
18870 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18871 Date:   Wed Jun 18 19:05:23 2008 -0500
18872
18873     ColdFire: Add -got=single param for new linux v4e toolchains
18874
18875     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
18876
18877 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
18878 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18879 Date:   Wed Jun 18 13:21:19 2008 -0500
18880
18881     ColdFire: Fix code flash configuration for M547x/M548x boards
18882
18883     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
18884
18885 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
18886 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18887 Date:   Tue Jun 24 12:12:16 2008 -0500
18888
18889     ColdFire: Fix warning messages by passing correct data type in board.c
18890
18891     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18892
18893 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
18894 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18895 Date:   Thu May 29 12:21:54 2008 -0500
18896
18897     ColdFire: Fix UART baudrate formula
18898
18899     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
18900     can generate the wrong divisor due to integer division truncation.
18901     Round the calculated divisor value by adding 1/2 the baudrate
18902     before dividing by the baudrate.
18903
18904     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18905     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
18906
18907 commit b578fb471444cbd7db1285701ba51343baaf73fb
18908 Author: Stefan Roese <sr@denx.de>
18909 Date:   Thu Jul 10 11:38:26 2008 +0200
18910
18911     ppc4xx: Fix include sequence in 4xx_pcie.c
18912
18913     This patch now moves common.h to the top of the inlcude list. This
18914     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
18915     the phys_size_t/phys_addr_t are defined to the correct size in this
18916     driver.
18917
18918     Signed-off-by: Stefan Roese <sr@denx.de>
18919
18920 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
18921 Author: Stefan Roese <sr@denx.de>
18922 Date:   Fri Jul 11 13:10:56 2008 +0200
18923
18924     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
18925
18926     Signed-off-by: Stefan Roese <sr@denx.de>
18927
18928 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
18929 Author: Stefan Roese <sr@denx.de>
18930 Date:   Fri Jul 11 11:40:13 2008 +0200
18931
18932     ppc4xx: Fix small korat merge problem
18933
18934     Signed-off-by: Stefan Roese <sr@denx.de>
18935
18936 commit 1d0554736a0a1dd59718acda660871ce56b69e18
18937 Author: Stefan Roese <sr@denx.de>
18938 Date:   Fri Jul 11 11:34:52 2008 +0200
18939
18940     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
18941
18942     Signed-off-by: Stefan Roese <sr@denx.de>
18943
18944 commit 3a82113ed5934d498f25080441a8261fc9454b15
18945 Author: Stefan Roese <sr@denx.de>
18946 Date:   Thu Jul 10 16:37:09 2008 +0200
18947
18948     ppc4xx: Add 460SX UIC defines
18949
18950     Only the really needed ones are added (cascading and EMAC/MAL).
18951
18952     Signed-off-by: Stefan Roese <sr@denx.de>
18953
18954 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
18955 Author: Stefan Roese <sr@denx.de>
18956 Date:   Mon Jun 30 14:11:07 2008 +0200
18957
18958     ppc4xx: Continue cleanup of ppc440.h
18959
18960     This patch continues the ppc440.h cleanup by removing some of the unused
18961     defines.
18962
18963     Signed-off-by: Stefan Roese <sr@denx.de>
18964
18965 commit d9056b7913ed6a228d2f33671d916efedee541dd
18966 Author: Stefan Roese <sr@denx.de>
18967 Date:   Mon Jun 30 14:05:05 2008 +0200
18968
18969     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
18970
18971     This patch cleans up the 440SPe PCIe register usage. Now only defines
18972     from the include/asm-ppc/4xx_pcie.h are used.
18973
18974     Signed-off-by: Stefan Roese <sr@denx.de>
18975
18976 commit 5de851403b01489b493fa83137ad990b8ce60d1c
18977 Author: Stefan Roese <sr@denx.de>
18978 Date:   Thu Jun 26 17:36:39 2008 +0200
18979
18980     ppc4xx: Rework 440GX UIC handling
18981
18982     This patch reworks the 440GX interrupt handling so that the common 4xx
18983     code can be used. The 440GX is an exception to all other 4xx variants
18984     by having the cascading interrupt vectors not on UIC0 but on a special
18985     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
18986     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
18987     handling is simpler without any 440GX special cases.
18988
18989     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
18990
18991     Signed-off-by: Stefan Roese <sr@denx.de>
18992
18993 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
18994 Author: Stefan Roese <sr@denx.de>
18995 Date:   Thu Jun 26 13:40:57 2008 +0200
18996
18997     ppc4xx: Consolidate PPC4xx UIC defines
18998
18999     This 2nd patch now removes all UIC mask bit definition. They should be
19000     generated from the vectors by using the UIC_MASK() macro from now on.
19001     This way only the vectors need to get defined for new PPC's.
19002
19003     Also only the really used interrupt vectors are now defined. This makes
19004     definitions for new PPC versions easier and less error prone.
19005
19006     Another part of this patch is that the 4xx emac driver got a little
19007     cleanup, since now the usage of the interrupts is clearer.
19008
19009     Signed-off-by: Stefan Roese <sr@denx.de>
19010
19011 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
19012 Author: Stefan Roese <sr@denx.de>
19013 Date:   Wed Jun 25 10:59:22 2008 +0200
19014
19015     ppc4xx: Consolidate PPC4xx UIC defines
19016
19017     This patch is the first step to consolidate the UIC related defines in the
19018     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
19019     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
19020     steps.
19021
19022     Signed-off-by: Stefan Roese <sr@denx.de>
19023
19024 commit 7ee2619c20ccecd57966d74d844e6329e141261c
19025 Author: Stefan Roese <sr@denx.de>
19026 Date:   Tue Jun 24 17:18:50 2008 +0200
19027
19028     ppc4xx: Consolidate PPC4xx EBC defines
19029
19030     This patch removes all EBC related defines from the PPC4xx headers
19031     ppc405.h and ppc440.h and introduces a new header
19032
19033     include/asm-ppc/ppc4xx-ebc.h
19034
19035     with all those defines.
19036
19037     Signed-off-by: Stefan Roese <sr@denx.de>
19038
19039 commit e321801bed5a6d896d298c00fd20046f039d5d66
19040 Author: Stefan Roese <sr@denx.de>
19041 Date:   Thu Jul 10 13:52:44 2008 +0200
19042
19043     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
19044
19045     This patch removes some ft_board_setup() functions from some 4xx boards.
19046     This can be done since we now have a default weak implementation for this
19047     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
19048     implementation like canyonlands need their own version.
19049
19050     Signed-off-by: Stefan Roese <sr@denx.de>
19051
19052 commit 08250eb2edbd96514d049602d9e134110ac3185f
19053 Author: Stefan Roese <sr@denx.de>
19054 Date:   Thu Jul 10 15:32:32 2008 +0200
19055
19056     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
19057
19058     Signed-off-by: Stefan Roese <sr@denx.de>
19059
19060 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
19061 Author: Grant Erickson <gerickson@nuovations.com>
19062 Date:   Tue Jul 8 08:35:00 2008 -0700
19063
19064     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
19065
19066     This patch adds support for placing the RGMII bridge on the
19067     PPC405EX(r) into MII/GMII mode and allows a board-specific
19068     configuration to specify the bridge mode at compile-time.
19069
19070     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19071     Signed-off-by: Stefan Roese <sr@denx.de>
19072
19073 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
19074 Author: Grant Erickson <gerickson@nuovations.com>
19075 Date:   Wed Jul 9 16:46:35 2008 -0700
19076
19077     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
19078
19079     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
19080     controller registers (MODT and INITPLR) used by the
19081     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
19082     peer values used for the INITPLR MR and EMR registers,
19083     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
19084
19085     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
19086     Kilauea are replaced by equivalent mnemonics to make it easier to
19087     compare and contrast other 405EX(r)-based boards (e.g. during board
19088     bring-up).
19089
19090     Finally, unified the SDRAM controller register dump routine such that
19091     it can be used across all processor variants that utilize the IBM DDR2
19092     SDRAM controller core. It produces output of the form:
19093
19094         PPC4xx IBM DDR2 Register Dump:
19095                 ...
19096                 SDRAM_MB0CF[40] = 0x00006701
19097                 ...
19098
19099     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
19100     since it is not uncommon that the DCR values in header files get mixed
19101     up and it helps to validate, at a glance, they match what is printed
19102     in the user manual.
19103
19104     Tested on:
19105       AMCC Kilauea/Haleakala:
19106       - NFS Linux Boot: PASSED
19107       - NAND Linux Boot: PASSED
19108
19109     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19110     Signed-off-by: Stefan Roese <sr@denx.de>
19111
19112 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
19113 Author: Grant Erickson <gerickson@nuovations.com>
19114 Date:   Wed Jul 9 16:31:59 2008 -0700
19115
19116     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
19117
19118     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
19119     revision ID DCR based on 405EX, and add field mnemonics for bus error
19120     status and ECC error status registers.
19121
19122     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19123     Signed-off-by: Stefan Roese <sr@denx.de>
19124
19125 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
19126 Author: Grant Erickson <gerickson@nuovations.com>
19127 Date:   Wed Jul 9 16:31:36 2008 -0700
19128
19129     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
19130
19131     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
19132
19133     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19134     Signed-off-by: Stefan Roese <sr@denx.de>
19135
19136 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
19137 Author: Grant Erickson <gerickson@nuovations.com>
19138 Date:   Wed Jul 9 11:55:46 2008 -0700
19139
19140     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
19141
19142     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
19143     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
19144     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
19145
19146     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
19147     which causes SDRAM initialization to periodically fail since it can
19148     prematurely indicate SDRAM ready status.
19149
19150     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19151     Signed-off-by: Stefan Roese <sr@denx.de>
19152
19153 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
19154 Author: Feng Kan <fkan@amcc.com>
19155 Date:   Tue Jul 8 22:48:42 2008 -0700
19156
19157     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
19158
19159     Add AMCC Redwood reference board that uses the latest
19160     PPC 464 CPU processor combined with a rich mix of peripheral
19161     controllers. The board will support PCIe, mutiple Gig ethernet
19162     ports, advanced hardware RAID assistance and IEEE 1588.
19163
19164     Signed-off-by: Feng Kan <fkan@amcc.com>
19165     Signed-off-by: Stefan Roese <sr@denx.de>
19166
19167 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
19168 Author: Feng Kan <fkan@amcc.com>
19169 Date:   Tue Jul 8 22:48:07 2008 -0700
19170
19171     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
19172
19173     Signed-off-by: Feng Kan <fkan@amcc.com>
19174     Signed-off-by: Stefan Roese <sr@denx.de>
19175
19176 commit 7d30793685efcada183891c78fc892e6c9ba50c7
19177 Author: Feng Kan <fkan@amcc.com>
19178 Date:   Tue Jul 8 22:47:31 2008 -0700
19179
19180     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
19181
19182     Signed-off-by: Feng Kan <fkan@amcc.com>
19183     Signed-off-by: Stefan Roese <sr@denx.de>
19184
19185 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
19186 Author: Wolfgang Denk <wd@denx.de>
19187 Date:   Fri Jul 11 01:16:00 2008 +0200
19188
19189     Fix some more print() format errors.
19190
19191     Signed-off-by: Wolfgang Denk <wd@denx.de>
19192
19193 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
19194 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19195 Date:   Thu Jul 10 20:57:54 2008 +0200
19196
19197     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
19198
19199     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19200
19201 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
19202 Author: Sergey Lapin <slapin@ossfans.org>
19203 Date:   Thu Jun 5 11:06:29 2008 +0400
19204
19205     DataFlash AT45DB021 support
19206
19207     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
19208     bootstrap, u-boot and its environment, using NAND or other external
19209     storage for kernel and rootfs. This patch adds support for
19210     small 1024x263 chip.
19211
19212     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
19213
19214 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
19215 Author: Kim Phillips <kim.phillips@freescale.com>
19216 Date:   Thu Jul 10 14:00:15 2008 -0500
19217
19218     silence misc printf formatting compiler warnings
19219
19220     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19221
19222 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
19223 Author: Markus Klotzbücher <mk@denx.de>
19224 Date:   Thu Jul 10 14:47:09 2008 +0200
19225
19226     USB: shutdown USB before booting
19227
19228     This patch fixes a potentially serious issue related to USB which was
19229     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
19230     ARM920T. Martin wrote:
19231
19232       Turn off USB to prevent the host controller from writing to the
19233       SDRAM while Linux is booting. This could happen, because the HCCA
19234       (Host Controller Communication Area) lies within the SDRAM and the
19235       host controller writes continously to this area (as busmaster!), for
19236       example to increase the HccaFrameNumber variable, which happens
19237       every 1 ms.
19238
19239     This is a slightly modified version of the patch in order to shutdown
19240     USB when booting on all architectures.
19241
19242     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
19243
19244 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
19245 Author: Martha Marx <mmarx@silicontkx.com>
19246 Date:   Thu May 29 14:23:25 2008 -0400
19247
19248     Configuration changes for ADS5121 Rev 3
19249
19250     ADS5121 Rev 3 board is now the default config
19251
19252     config targets are now
19253
19254     ads5121_config
19255         Rev 3 board with
19256         PCI
19257         M41T62 on board RTC
19258         512MB DRAM
19259
19260     ads5121_rev2_config
19261         Rev 2 board with
19262         No PCI
19263         256MB DRAM
19264
19265     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
19266     Acked-by: Grant Likely <grant.likely@secretlab.ca>
19267     Acked-by: John Rigby <jrigby@freescale.com>
19268
19269 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
19270 Author: Martha Marx <mmarx@silicontkx.com>
19271 Date:   Thu May 29 15:37:21 2008 -0400
19272
19273     Consolidate ADS5121 IO Pin configuration
19274
19275     Consolidate ADS5121 IO Pin configuration to one file
19276     board/ads5121/iopin.c.
19277
19278     Remove pin config from cpu/mpc512x/fec.c
19279
19280     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
19281     Acked-by: Grant Likely <grant.likely@secretlab.ca>
19282     Acked-by: John Rigby <jrigby@freescale.com>
19283
19284 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
19285 Author: Christian Eggers <christian@p2400.wgnetz.xx>
19286 Date:   Fri Jun 27 19:46:51 2008 +0200
19287
19288     Fix "usb part" command
19289
19290     Only print partition for selected device if user supplied the <dev>
19291     arg with the "usb part [dev]" command.
19292
19293     Signed-off-by: Christian Eggers <ceggers@gmx.de>
19294     Acked-by: Markus Klotzbuecher <mk@denx.de>
19295
19296 commit cc83b27217f7380041fea386ddb6d6d9b261617d
19297 Author: Harald Welte <laforge@gnumonks.org>
19298 Date:   Mon Jul 7 00:58:05 2008 +0800
19299
19300     fix USB devices with multiple configurations
19301
19302     This patch fixes bugs in usbdcore*.c related to the use of devices
19303     with multiple configurations.
19304
19305     The original code made mistakes about the meaning of configuration value and
19306     configuration index, and the resulting off-by-one errors resulted in:
19307
19308     * SET_CONFIGURATION always selected the first configuration, no matter what
19309       wValue is being passed.
19310     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
19311       configuration (index 0).
19312
19313     Signed-off-by: Harald Welte <laforge@openmoko.org>
19314     Acked-by: Markus Klotzbuecher <mk@denx.de>
19315
19316 commit 06c53beae1a726e707971c555613f09b270a2461
19317 Author: Wolfgang Denk <wd@denx.de>
19318 Date:   Thu Jul 10 13:16:09 2008 +0200
19319
19320     Fix some more print() format errors.
19321
19322     Signed-off-by: Wolfgang Denk <wd@denx.de>
19323
19324 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
19325 Author: Christian Eggers <christian@p2400.wgnetz.xx>
19326 Date:   Fri Jun 27 19:46:51 2008 +0200
19327
19328     Fix "usb part" command
19329
19330     Only print partition for selected device if user supplied the <dev>
19331     arg with the "usb part [dev]" command.
19332
19333     Signed-off-by: Christian Eggers <ceggers@gmx.de>
19334     Acked-by: Markus Klotzbuecher <mk@denx.de>
19335
19336 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
19337 Author: Harald Welte <laforge@gnumonks.org>
19338 Date:   Mon Jul 7 00:58:05 2008 +0800
19339
19340     fix USB devices with multiple configurations
19341
19342     This patch fixes bugs in usbdcore*.c related to the use of devices
19343     with multiple configurations.
19344
19345     The original code made mistakes about the meaning of configuration value and
19346     configuration index, and the resulting off-by-one errors resulted in:
19347
19348     * SET_CONFIGURATION always selected the first configuration, no matter what
19349       wValue is being passed.
19350     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
19351       configuration (index 0).
19352
19353     Signed-off-by: Harald Welte <laforge@openmoko.org>
19354     Acked-by: Markus Klotzbuecher <mk@denx.de>
19355
19356 commit e870690bdca154943ecadd5212d2d59c1b9d391b
19357 Author: Stefan Roese <sr@denx.de>
19358 Date:   Thu Jul 10 10:10:54 2008 +0200
19359
19360     MTD/NAND: Fix printf format warning in nand code
19361
19362     This patch fixes NAND related printf format warning. Those warnings are
19363     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
19364     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
19365     really helpful.
19366
19367     Signed-off-by: Stefan Roese <sr@denx.de>
19368
19369 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
19370 Author: Stefan Roese <sr@denx.de>
19371 Date:   Thu Jul 10 10:00:45 2008 +0200
19372
19373     rtc: Fix printf format warning in m41t60.c
19374
19375     Signed-off-by: Stefan Roese <sr@denx.de>
19376
19377 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
19378 Author: Stefan Roese <sr@denx.de>
19379 Date:   Tue Jul 8 12:01:47 2008 +0200
19380
19381     pci: Move PCI device configuration check into a separate weak function
19382
19383     This patch moves the check, if a device should be skipped in PCI PNP
19384     configuration into the function pci_skip_dev(). This function is defined
19385     as weak so that it can be overwritten by a platform specific one if
19386     needed. The check if the device should get printed in the PCI summary upon
19387     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
19388     pci_print_dev() which is also defined as weak too.
19389
19390     Signed-off-by: Stefan Roese <sr@denx.de>
19391
19392 commit b002144e1dc21374b1ef5281fe6b5d014af96650
19393 Author: Stefan Roese <sr@denx.de>
19394 Date:   Thu Jul 10 09:58:06 2008 +0200
19395
19396     ppc4xx: Fix printf format warnings now visible with the updated format check
19397
19398     This patch fixes ppc4xx related printf format warning. Those warnings are
19399     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
19400     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
19401     really helpful.
19402
19403     Signed-off-by: Stefan Roese <sr@denx.de>
19404
19405 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
19406 Author: Stefan Roese <sr@denx.de>
19407 Date:   Wed Jul 9 17:33:57 2008 +0200
19408
19409     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
19410
19411     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
19412     To support such configurations, we "only" map the first 2GB via the TLB's. We
19413     need some free virtual address space for the remaining peripherals like, SoC
19414     devices, FLASH etc.
19415
19416     Note that ECC is currently not supported on configurations with more than 2GB
19417     SDRAM. This is because we only map the first 2GB on such systems, and therefore
19418     the ECC parity byte of the remaining area can't be written.
19419
19420     Signed-off-by: Stefan Roese <sr@denx.de>
19421
19422 commit cf1c2ed91df26903b956948f37f82de9e1158a89
19423 Author: Larry Johnson <lrj@acm.org>
19424 Date:   Sat Jun 14 17:02:49 2008 -0400
19425
19426     ppc4xx: Remove implementation of testdram() from Korat board support
19427
19428     Signed-off-by: Larry Johnson <lrj@acm.org>
19429     Signed-off-by: Stefan Roese <sr@denx.de>
19430
19431 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
19432 Author: Larry Johnson <lrj@acm.org>
19433 Date:   Sat Jun 14 16:53:02 2008 -0400
19434
19435     ppc4xx: Update and add FDT to Korat board support
19436
19437     Signed-off-by: Larry Johnson <lrj@acm.org>
19438     Signed-off-by: Stefan Roese <sr@denx.de>
19439
19440 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
19441 Author: Wolfgang Denk <wd@denx.de>
19442 Date:   Thu Jul 10 01:13:30 2008 +0200
19443
19444     Minor coding style cleanup; update CHANGELOG
19445
19446     Signed-off-by: Wolfgang Denk <wd@denx.de>
19447
19448 commit 8915f1189c1d29d8be7f4de325702d90a8988219
19449 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19450 Date:   Wed Jul 9 17:50:45 2008 -0400
19451
19452     e1000: add support for 82545GM 64bit PCI-X copper variant
19453
19454     This PCI-X e1000 variant works by just adding in the correct
19455     PCI IDs in the appropriate places.
19456
19457     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19458
19459 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
19460 Author: Daniel Hellstrom <daniel@gaisler.com>
19461 Date:   Wed Jul 9 12:34:11 2008 +0000
19462
19463     SPARC: Build error fix
19464
19465     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
19466
19467     This patch makes SPARC targets build again. It is caused by
19468     phys_addr_t and phys_size_t being defined in the wrong header
19469     file. include/lmb.h need those typedefs to build.
19470
19471     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
19472
19473 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
19474 Author: Marcel Ziswiler <marcel@ziswiler.com>
19475 Date:   Wed Jul 9 08:17:15 2008 +0200
19476
19477     Many spelling fixes in README.
19478
19479     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19480
19481 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
19482 Author: Marcel Ziswiler <marcel@ziswiler.com>
19483 Date:   Wed Jul 9 08:17:06 2008 +0200
19484
19485     Minor spelling fix in comment.
19486
19487     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19488
19489 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
19490 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19491 Date:   Tue Jul 8 14:54:58 2008 -0400
19492
19493     Round the serial port clock divisor value returned by calc_divisor()
19494
19495     Round the serial port clock divisor value returned by
19496     calc_divisor().
19497
19498     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19499     Signed-off-by: John Roberts <john.roberts@pwav.com>
19500
19501 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
19502 Author: Scott Wood <scottwood@freescale.com>
19503 Date:   Wed Jul 9 17:47:52 2008 -0500
19504
19505     NAND: ifdef-protect most of nand.h when using legacy NAND.
19506
19507     Some macros such as NAND_CTL_SETALE conflict between current and legacy
19508     NAND, being defined by the subsystem in the former case and the board
19509     config file in the latter.
19510
19511     Signed-off-by: Scott Wood <scottwood@freescale.com>
19512
19513 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
19514 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19515 Date:   Tue Jul 8 11:02:05 2008 -0400
19516
19517     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
19518
19519     ARM: Fix for incorrect version of patch applied when
19520     adding support for the Lyrtech SFF-SDR board.
19521
19522     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19523     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
19524
19525 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
19526 Author: Kyungmin Park <kmpark@infradead.org>
19527 Date:   Tue Jul 8 09:08:40 2008 +0900
19528
19529     Remove useless print message at apollon
19530
19531     Remove useless print message at apollon
19532
19533     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19534
19535 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
19536 Author: Andy Fleming <afleming@freescale.com>
19537 Date:   Mon Jul 7 14:24:39 2008 -0500
19538
19539     Fix LMB type issues
19540
19541     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
19542     of casting problems in the bootm code that called the LMB functions.
19543
19544     Signed-off-by: Andy Fleming <afleming@freescale.com>
19545
19546 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
19547 Author: Kumar Gala <galak@kernel.crashing.org>
19548 Date:   Mon Jul 7 09:39:06 2008 -0500
19549
19550     Fix compiler warnings
19551
19552     gcc-4.3.x generates the following:
19553
19554     bootm.c: In function 'do_bootm_linux':
19555     bootm.c:208: warning: cast from pointer to integer of different size
19556     bootm.c:215: warning: cast from pointer to integer of different size
19557
19558     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19559
19560 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
19561 Author: Harald Welte <laforge@gnumonks.org>
19562 Date:   Mon Jul 7 15:40:39 2008 +0800
19563
19564     Remove code duplication for setting the default environment
19565
19566     common/env_common.c (default_env): new function that resets the environment to
19567                     the default value
19568     common/env_common.c (env_relocate): use default_env instead of own copy
19569     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
19570     include/environment.h: added default_env prototype
19571
19572     Signed-off-by: Werner Almesberger <werner@openmoko.org>
19573     Signed-off-by: Harald Welte <laforge@openmoko.org>
19574
19575 commit 99c2b434d37863df5dda5207a53760c6506fc2be
19576 Author: Marcel Ziswiler <marcel@ziswiler.com>
19577 Date:   Sun Jun 22 16:13:46 2008 +0200
19578
19579     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
19580
19581     The writeenv() and readenv() calls introduced by the recently added bad block
19582     management for environment variables were missing casts therefore producing
19583     compile time warnings.
19584     While at it fixing some typo in a comment and indentation.
19585
19586     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19587     Signed-off-by: Scott Wood <scottwood@freescale.com>
19588
19589 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
19590 Author: Scott Wood <scottwood@freescale.com>
19591 Date:   Fri Jun 20 12:38:57 2008 -0500
19592
19593     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
19594
19595     This is particularly problematic now that non-NAND-specific code is
19596     including <nand.h>, and thus all debugging code is being compiled
19597     regardless of whether it was requested, as reported by Scott McNutt
19598     <smcnutt@psyent.com>.
19599
19600     Signed-off-by: Scott Wood <scottwood@freescale.com>
19601
19602 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
19603 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19604 Date:   Thu Jun 12 19:27:58 2008 +0200
19605
19606     mmc: Move atmel_mci driver into drivers/mmc
19607
19608     This makes it easier to use the driver on other platforms.
19609
19610     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19611     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19612
19613 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
19614 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19615 Date:   Thu Jun 12 19:27:57 2008 +0200
19616
19617     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
19618
19619     After we move the atmel_mci driver into drivers/mmc, we can't select
19620     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
19621     this driver so that there's no ambiguity.
19622
19623     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19624     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19625
19626 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
19627 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19628 Date:   Thu Jun 12 19:27:56 2008 +0200
19629
19630     Create drivers/mmc subdirectory
19631
19632     In order to consolidate more of the various MMC drivers around the
19633     tree, we must first have a common place to put them.
19634
19635     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19636     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19637
19638 commit b502611b51f02718c2d1117d4981dabceb5af6de
19639 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
19640 Date:   Sun Jul 6 12:30:09 2008 +0200
19641
19642     Change env_get_char from a global function ptr to a function
19643
19644     This avoids an early global data reference.
19645
19646     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
19647
19648 commit 27269417ade432189b234d9fbac98b54e37b978c
19649 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
19650 Date:   Sun Jul 6 13:57:58 2008 +0400
19651
19652     Some copy-n-paste fixes in printf usage
19653
19654     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
19655
19656 commit 0e6989b9faf1588e8723535539e88a0df3c71356
19657 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
19658 Date:   Sun Jul 6 13:57:00 2008 +0400
19659
19660     FDT memory and pci node fixes for MPC8260ADS
19661
19662     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
19663
19664 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
19665 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19666 Date:   Mon Jul 7 06:41:14 2008 -0700
19667
19668     Fix printf errors.
19669
19670     The compiler will help find mismatches between printf formats and
19671     arguments if you let it.  This patch adds the necessary attributes to
19672     declarations in include/common.h, then begins to correct the resulting
19673     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
19674     "%d" and incorrect arguments.  Others were just annoying, like
19675     int-long mismatches on a system where both are 32 bits.  It's worth
19676     fixing the annoying errors to catch the real ones.
19677
19678     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19679
19680 commit 417faf285b2527acb2de24c5cd3e2621d385408c
19681 Author: Becky Bruce <becky.bruce@freescale.com>
19682 Date:   Wed Jul 9 11:09:41 2008 -0500
19683
19684     Allow print_size to print in GB
19685
19686     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19687
19688 commit e7c374529c87525c9aa463e0557c287887ae4e9e
19689 Author: Jason McMullan <mcmullan@netapp.com>
19690 Date:   Sun Jun 8 23:56:00 2008 -0400
19691
19692     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
19693
19694     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
19695     they are set in the U-Boot environment.
19696
19697     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
19698     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19699
19700 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
19701 Author: Stefan Roese <sr@denx.de>
19702 Date:   Tue Jul 8 12:57:14 2008 +0200
19703
19704     jedec_flash: Fix AM29DL800BB device ID
19705
19706     As pointed out by Jerry Hicks, this patch corrects the device ID of
19707     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
19708     datasheet (rev C4 from Dezember 2006).
19709
19710     Signed-off-by: Stefan Roese <sr@denx.de>
19711
19712 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
19713 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19714 Date:   Mon Jul 7 11:22:37 2008 +0900
19715
19716     sh: Fix compile error sh7763rdp board
19717
19718     Disable SH ether driver.
19719
19720     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19721
19722 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
19723 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19724 Date:   Tue Jul 8 12:03:24 2008 +0900
19725
19726     sh: Fix SH-boards compile error
19727
19728     By Cleanup out-or-tree building for some boards (.depend)
19729     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
19730     because filse ware changed, some SH-boards have compile error.
19731     I revised this problem.
19732
19733     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19734
19735 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
19736 Author: Jason Jin <Jason.jin@freescale.com>
19737 Date:   Tue May 13 11:50:36 2008 +0800
19738
19739     Feed the watchdog in u-boot for 8610 board.
19740
19741     The watchdog on 8610 board is enabled by setting sw[6]
19742     to on. Once enabled, the watchdog can not be disabled
19743     by software. So feed the dog in u-boot is necessary for
19744     normal operation.
19745
19746     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19747
19748 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
19749 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19750 Date:   Wed Jun 18 12:10:33 2008 -0400
19751
19752     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
19753
19754     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
19755
19756     Remove duplicate code in a if/else block in
19757     cpu/arm926ejs/davinci/lxt972.c.
19758     Fixed style issues.
19759
19760     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19761     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19762
19763 commit fec61431a003f5778bafa2624073a571af8bec9f
19764 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19765 Date:   Wed Jun 18 12:10:31 2008 -0400
19766
19767     Remove duplicate definitions in include/lxt971a.h.
19768
19769     Remove duplicate definitions in include/lxt971a.h.
19770
19771     Remove duplicate registers and bits definitions in
19772     include/lxt971a.h for standard MII registers, and
19773     use values in include/miiphy.h instead.
19774
19775     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19776     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19777
19778 commit 9751ee0990f467941da0b095a4e995f863672d7a
19779 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19780 Date:   Wed Jun 11 21:05:00 2008 +0900
19781
19782     net: sh: Renesas SH7763 Ethernet device support
19783
19784     Renesas SH7763 has 2 channel Ethernet device.
19785     This is 10/100/1000 Base support.
19786     But this patch check 10/100 Base only.
19787
19788     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19789     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19790
19791 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
19792 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19793 Date:   Tue Jun 17 16:28:05 2008 +0900
19794
19795     sh: Update Renesas R2DPlus board
19796
19797     New NOR Flash board support and remove old type flash board config.
19798     And Remove network setting from config file.
19799
19800     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19801     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19802
19803 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
19804 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19805 Date:   Tue Jun 17 16:28:01 2008 +0900
19806
19807     sh: Update Renesas R7780MP board
19808
19809     New NOR Flash board support and remove network setting from config file.
19810
19811     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19812     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19813
19814 commit c001cd604e9f133743effbddb1c215b48e761c5a
19815 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19816 Date:   Tue Jun 17 16:27:56 2008 +0900
19817
19818     sh: Update Renesas Migo-R board
19819
19820     Remove network setting from config file.
19821
19822     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19823     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19824
19825 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
19826 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19827 Date:   Tue Jun 17 16:27:52 2008 +0900
19828
19829     sh: Update Hitachi MS7722SE board
19830
19831     Remove network setting from config file.
19832
19833     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19834     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19835
19836 commit 26209e48e8791670c93108029a5c31a30016c6df
19837 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19838 Date:   Tue Jun 17 16:27:48 2008 +0900
19839
19840     sh: Cleanup source code of SH7763RDP
19841
19842     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19843     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19844
19845 commit 5cd5b2c96ef0025762931349d350287aec03ab47
19846 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19847 Date:   Tue Jun 17 16:27:44 2008 +0900
19848
19849     sh: Cleanup source code of R2DPlus
19850
19851     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19852     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19853
19854 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
19855 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19856 Date:   Tue Jun 17 16:27:41 2008 +0900
19857
19858     sh: Cleanup source code of R7780MP
19859
19860     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19861     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19862
19863 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
19864 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19865 Date:   Tue Jun 17 16:27:38 2008 +0900
19866
19867     sh: Cleanup source code of MS7722SE
19868
19869     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19870     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19871
19872 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
19873 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19874 Date:   Tue Jun 17 16:27:34 2008 +0900
19875
19876     sh: Cleanup source code of MS7720SE
19877
19878     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19879     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19880
19881 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
19882 Author: Wolfgang Denk <wd@denx.de>
19883 Date:   Mon Jul 7 00:45:03 2008 +0200
19884
19885     SH: fix out of tree building
19886
19887     Signed-off-by: Wolfgang Denk <wd@denx.de>
19888
19889 commit 9047bfa1e737d787be460387dd6f45737eeceb10
19890 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19891 Date:   Thu Jul 3 23:16:06 2008 +0900
19892
19893     net: smc911x: Fix typo
19894
19895     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19896
19897 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
19898 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19899 Date:   Wed Jul 2 18:54:08 2008 +0200
19900
19901     update mvBL-M7 board config
19902
19903     update mvBL-M7 config file to use UBOOT_VERSION and define
19904     CONFIG_HIGH_BATS.
19905
19906     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19907
19908 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
19909 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19910 Date:   Mon Jun 30 17:45:01 2008 +0900
19911
19912     net: fix compile problem in smc911x driver.
19913
19914     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19915     Acked-by: Ben Warren <biggerbadderben@gmail.com>
19916
19917 commit 9fea65a6c469b1b474b27446feb58738baba2d31
19918 Author: Michal Simek <monstr@monstr.eu>
19919 Date:   Tue Jun 24 09:54:09 2008 +0200
19920
19921     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
19922
19923     This change helps with better handling with others
19924     Xilinx based platform.
19925
19926     Signed-off-by: Michal Simek <monstr@monstr.eu>
19927     Acked-by: Stefan Roese <sr@denx.de>
19928
19929 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
19930 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19931 Date:   Tue Jun 17 13:07:11 2008 +0900
19932
19933     net: ne2000: Move dev_addr variable from grobal to local.
19934
19935     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19936     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19937
19938 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
19939 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19940 Date:   Tue Jun 17 13:07:15 2008 +0900
19941
19942     net: ne2000: Fix compile error of NE2000
19943
19944     If enable DEBUG, can not compile ne2000 driver.
19945
19946     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19947     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19948
19949 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
19950 Author: Ben Warren <biggerbadderben@gmail.com>
19951 Date:   Mon Jun 23 22:57:27 2008 -0700
19952
19953     Add mechanisms for CPU and board-specific Ethernet initialization
19954
19955     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
19956     initialization to CPU or board-specific code.  Initial implementation is
19957     only on the Freescale TSEC controller, but others will be added soon.
19958
19959     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19960
19961 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
19962 Author: Wolfgang Denk <wd@denx.de>
19963 Date:   Sun Jul 6 01:21:46 2008 +0200
19964
19965     include/sha256.h: fix file permissions.
19966
19967     Signed-off-by: Wolfgang Denk <wd@denx.de>
19968
19969 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
19970 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
19971 Date:   Tue May 27 11:15:29 2008 +0200
19972
19973     [AT91SAM9] Fix NAND FLASH timings
19974
19975     Fix NAND FLASH timings for at91sam9x evaluation kits.
19976
19977     New timings are based on application note
19978     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
19979     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
19980
19981     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
19982     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19983     Acked-by: Stelian Pop <stelian@popies.net>
19984
19985 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
19986 Author: Stelian Pop <stelian@popies.net>
19987 Date:   Thu May 22 00:15:40 2008 +0200
19988
19989     Fix boot from NOR due to incorrect reset delay.
19990
19991     AT91 RSTC registers are battery-backuped, so their values
19992     are not reset across power cycles. One of those registers,
19993     the AT91_RSTC_MR register, is being modified by U-Boot, in
19994     the ethernet initialisation routine, to generate a 500ms
19995     user reset.
19996
19997     Unfortunately, this value is not being restored afterwards,
19998     causing subsequent resets to also last for 500ms.
19999
20000     This long reset sequence causes problems (at least) in the
20001     boot sequence from NOR: by the time the CPU tries to load
20002     a program from the NOR flash, the latter is still in reset
20003     and not yet available.
20004
20005     Additionaly, this patch fixes a bug in the original code which
20006     caused the reset delay to last for 2s instead of 500ms.
20007
20008     Signed-off-by: Stelian Pop <stelian@popies.net>
20009     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20010
20011 commit f492dd636fbbae529e17533995bc6e5813c007f6
20012 Author: Wolfgang Denk <wd@denx.de>
20013 Date:   Fri Jul 4 20:11:49 2008 +0200
20014
20015     Update CHANGELOG
20016
20017     Signed-off-by: Wolfgang Denk <wd@denx.de>
20018
20019 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
20020 Author: Wolfgang Denk <wd@denx.de>
20021 Date:   Fri Jul 4 20:07:35 2008 +0200
20022
20023     CCM/SCM boards: fix out of tree building
20024
20025     Signed-off-by: Wolfgang Denk <wd@denx.de>
20026
20027 commit ab4c3a490df9a964711556d2a05b0c787db45fde
20028 Author: Wolfgang Denk <wd@denx.de>
20029 Date:   Thu Jul 3 23:22:27 2008 +0200
20030
20031     SCM board: fix build errors.
20032
20033     Signed-off-by: Wolfgang Denk <wd@denx.de>
20034
20035 commit a566466f17ba0e2d2b6c250e77da678fb932470d
20036 Author: Wolfgang Denk <wd@denx.de>
20037 Date:   Thu Jul 3 23:06:36 2008 +0200
20038
20039     IAD210 board: fix ``"ALIGN" redefined'' warning.
20040
20041     Signed-off-by: Wolfgang Denk <wd@denx.de>
20042
20043 commit ad756314797c16fa5dca23e115aab881011f164f
20044 Author: Wolfgang Denk <wd@denx.de>
20045 Date:   Thu Jul 3 23:00:24 2008 +0200
20046
20047     CCM board: fix build errors.
20048
20049     Signed-off-by: Wolfgang Denk <wd@denx.de>
20050
20051 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
20052 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20053 Date:   Wed Jul 2 18:54:08 2008 +0200
20054
20055     update mvBL-M7 board config
20056
20057     update mvBL-M7 config file to use UBOOT_VERSION.
20058
20059     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20060     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20061
20062 commit ced209c50e80c25f13c083099b05044048d21f4f
20063 Author: Wolfgang Denk <wd@denx.de>
20064 Date:   Thu Jul 3 22:39:21 2008 +0200
20065
20066     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
20067
20068     Signed-off-by: Wolfgang Denk <wd@denx.de>
20069
20070 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
20071 Author: Wolfgang Denk <wd@denx.de>
20072 Date:   Thu Jul 3 22:34:08 2008 +0200
20073
20074     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
20075
20076     Signed-off-by: Wolfgang Denk <wd@denx.de>
20077
20078 commit 730f298485984b011b6ee8f4acb511cb45a843dd
20079 Author: Wolfgang Denk <wd@denx.de>
20080 Date:   Thu Jul 3 22:04:17 2008 +0200
20081
20082     lmb: fix "implicit declaration of function 'lmb_free'" warning
20083
20084     Signed-off-by: Wolfgang Denk <wd@denx.de>
20085
20086 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
20087 Author: Wolfgang Denk <wd@denx.de>
20088 Date:   Wed Jul 2 23:53:23 2008 +0200
20089
20090     Cleanup: remove redundant deleting on *~ files
20091
20092     Signed-off-by: Wolfgang Denk <wd@denx.de>
20093
20094 commit c8a3b109f07f02342d097b30908965f7261d9f15
20095 Author: Wolfgang Denk <wd@denx.de>
20096 Date:   Wed Jul 2 23:49:18 2008 +0200
20097
20098     Cleanup out-or-tree building for some boards (.depend)
20099
20100     Signed-off-by: Wolfgang Denk <wd@denx.de>
20101
20102 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
20103 Author: Wolfgang Denk <wd@denx.de>
20104 Date:   Wed Jul 2 23:38:50 2008 +0200
20105
20106     Cleanup: fix out-of-tree building for some boards
20107
20108     Signed-off-by: Wolfgang Denk <wd@denx.de>
20109
20110 commit 461fa68d20861811487944d22291db5a13410e20
20111 Author: Wolfgang Denk <wd@denx.de>
20112 Date:   Wed Jul 2 23:00:14 2008 +0200
20113
20114     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
20115
20116     Signed-off-by: Wolfgang Denk <wd@denx.de>
20117
20118 commit 5981ebd32017e062b08aa6747cf591276f2db779
20119 Author: Detlev Zundel <dzu@denx.de>
20120 Date:   Fri Jun 20 22:26:24 2008 +0200
20121
20122     fdt: Fix typo in variable name.
20123
20124     Signed-off-by: Detlev Zundel <dzu@denx.de>
20125
20126 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
20127 Author: Gary Jennejohn <garyj@denx.de>
20128 Date:   Thu Jun 19 11:11:19 2008 +0200
20129
20130     Add logos for RRvision board
20131
20132     Signed-off-by: Gary Jennejohn <garyj@denx.de>
20133
20134 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
20135 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
20136 Date:   Wed Jun 18 11:03:57 2008 +0200
20137
20138     mpc8260: add fdt_fixup_ethernet support
20139
20140     Add support for updating mac-address and local-mac-address in fdt for
20141     all MPC8260 targets.
20142
20143     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
20144
20145 commit f6a69559d64498a04e1e0b087a9b920e5775f866
20146 Author: Steven A. Falco <sfalco@harris.com>
20147 Date:   Thu Jun 12 13:24:42 2008 -0400
20148
20149     cmd_nvedit.c: clean up syntax highlighting
20150
20151     My text-editor (vim) has a bit of trouble syntax-highlighting the
20152     cmd_nvedit.c file, because it apparently does not parse C
20153     ifdef/else/endif. The following patch does not change the behavior of
20154     the code at all, but does allow the editor to properly
20155     syntax-highlight the file.
20156
20157     Signed-off-by: Steve Falco <sfalco@harris.com>
20158
20159 commit 75678c807a6272ecc5541eb32898c93887f08400
20160 Author: Steven A. Falco <sfalco@harris.com>
20161 Date:   Thu Jun 12 13:22:12 2008 -0400
20162
20163     Make setenv() return status
20164
20165     Currently, the setenv function does not return an error code.
20166     This patch allows to test for errors.
20167
20168     Signed-off-by: Steve Falco <sfalco@harris.com>
20169
20170 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
20171 Author: Kumar Gala <galak@kernel.crashing.org>
20172 Date:   Wed Jun 11 10:14:06 2008 -0500
20173
20174     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
20175
20176     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
20177     and fls is used to implement them.
20178
20179     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20180
20181 commit 83002a77cbdf383015ca384eff5fa31722d8e571
20182 Author: Magnus Lilja <lilja.magnus@gmail.com>
20183 Date:   Mon Jun 9 22:58:48 2008 +0200
20184
20185     i.MX31: Cleanup comments in lowlevel_init.S.
20186
20187     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20188
20189 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
20190 Author: Ben Warren <biggerbadderben@gmail.com>
20191 Date:   Sun Jun 8 23:28:33 2008 -0700
20192
20193     Move conditional compilation of MPC8XXX SPI driver to Makefile
20194
20195     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20196
20197 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
20198 Author: Juergen Kilb <J.Kilb@gmx.de>
20199 Date:   Sun Jun 8 17:59:53 2008 +0200
20200
20201     i.MX31: fixed CTRL-C detection
20202
20203     The Register URXD contains status information in bits [15..8].
20204     With status bit 15 set, CTRL-C was reported as 0x8003 instead
20205     of 0x03. Therefore CTRL-C was not detected.
20206     To solve this, bits [15..8] were masked out now.
20207
20208     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
20209     Acked-by: Felix Radensky <felix@embedded-sol.com>
20210
20211 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
20212 Author: Stefan Roese <sr@denx.de>
20213 Date:   Tue Jul 1 17:03:19 2008 +0200
20214
20215     ppc4xx: Fix 460EX/GT PCIe port initialization
20216
20217     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
20218     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
20219     this out.
20220
20221     Signed-off-by: Stefan Roese <sr@denx.de>
20222
20223 commit b571afde0295b007a45055ee49f8822c753a5651
20224 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20225 Date:   Sat Jun 7 12:29:52 2008 +0200
20226
20227     add SHA256 support
20228
20229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20230     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
20231
20232 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
20233 Author: Marian Balakowicz <m8@semihalf.com>
20234 Date:   Fri Jun 6 23:07:40 2008 +0200
20235
20236     Delay FIT format check on sector based devices
20237
20238     Global FIT image operations like format check cannot be performed on
20239     a first sector data, defer them to the point when whole FIT image was
20240     uploaded to a system RAM.
20241
20242     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
20243     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
20244     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
20245
20246 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
20247 Author: Dave Liu <r63238@freescale.com>
20248 Date:   Tue Jun 3 17:38:19 2008 +0800
20249
20250     sata: wait for device updating signature to host
20251
20252     The driver need wait for the device updating signature to host.
20253     If we don't wait for it, the driver can not detect the device(disk)
20254     when the system powers up.
20255
20256     Signed-off-by: Dave Liu <daveliu@freescale.com>
20257
20258 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
20259 Author: Stefan Roese <sr@denx.de>
20260 Date:   Sat Jun 28 14:56:17 2008 +0200
20261
20262     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
20263
20264     This patch implements a fix provided by AMCC so that the lockup upon
20265     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
20266     anymore:
20267
20268     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
20269     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
20270     USB 2.0 host and SATA.
20271
20272     This errata is not officially available yet. I'll update the comment
20273     to add the errata number later.
20274
20275     Signed-off-by: Stefan Roese <sr@denx.de>
20276
20277 commit 8b616edb118e37d05f6401389eaee1c636b22828
20278 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
20279 Date:   Mon Jun 2 16:42:19 2008 -0400
20280
20281     serial_pl010.c: add watchdog support
20282
20283     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
20284
20285 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
20286 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
20287 Date:   Mon Jun 2 16:40:08 2008 -0400
20288
20289     jffs2_1pass.c: add watchdog support
20290
20291     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
20292
20293 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
20294 Author: Sascha Laue <sascha.laue@liebherr.com>
20295 Date:   Fri May 30 09:48:14 2008 +0200
20296
20297     Configure DSP POST; add watchdog reset to diag command
20298
20299     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
20300
20301 commit f13526517859bf6b573e23ff47199e107d1009b5
20302 Author: Tor Krill <tor@excito.com>
20303 Date:   Thu May 29 10:40:17 2008 +0200
20304
20305     Add sata sil3114 support
20306
20307     Signed-off-by: Tor Krill <tor@excito.com>
20308
20309 commit e093a247628228100f405b6d7f6b1bfc16141938
20310 Author: Wolfgang Denk <wd@denx.de>
20311 Date:   Sat Jun 28 23:34:37 2008 +0200
20312
20313     Coding Style Cleanup
20314
20315     Signed-off-by: Wolfgang Denk <wd@denx.de>
20316
20317 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
20318 Author: Wolfgang Denk <wd@denx.de>
20319 Date:   Sat Jun 28 23:16:01 2008 +0200
20320
20321     Update CHANGELOG
20322
20323     Signed-off-by: Wolfgang Denk <wd@denx.de>
20324
20325 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
20326 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20327 Date:   Wed May 21 13:58:41 2008 -0400
20328
20329     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
20330
20331     This patch adds support for the Lyrtech SFF-SDR board,
20332     based on the TI DaVinci architecture (ARM926EJS).
20333
20334     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20335     Signed-off-by: Philip Balister <philip@balister.org>
20336     Signed-off-by: Wolfgang Denk <wd@denx.de>
20337
20338 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
20339 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20340 Date:   Thu May 22 11:09:59 2008 +0200
20341
20342     MMC: Consolidate MMC/SD command definitions
20343
20344     This moves the MMC and SD Card command definitions from
20345     include/asm/arch/mmc.h into include/mmc.h. These definitions are
20346     given by the MMC and SD Card standards, not by any particular
20347     architecture.
20348
20349     There's a lot more room for consolidation in the MMC drivers which
20350     I'm hoping to get done eventually, but this patch is a start.
20351
20352     Compile-tested for all avr32 boards as well as lpc2292sodimm and
20353     lubbock. This should cover all three mmc drivers in the tree.
20354
20355     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20356
20357 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
20358 Author: Kyungmin Park <kmpark@infradead.org>
20359 Date:   Wed May 21 14:38:08 2008 +0900
20360
20361     Use better Ethernet timings for apollon board
20362
20363     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20364
20365 commit 41c5eaa7253ed82bbae1eda5667755872c615164
20366 Author: Andy Fleming <afleming@freescale.com>
20367 Date:   Mon Jun 16 13:58:56 2008 -0500
20368
20369     Resize device tree to allow space for board changes and the chosen node
20370
20371     Current code requires that a compiled device tree have space added to the end to
20372     leave room for extra nodes added by board code (and the chosen node).  This
20373     requires that device tree creators anticipate how much space U-Boot will add to
20374     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
20375     tree when it needed more space, but this would require a systemic change to the
20376     fdt code, which is non-trivial.  Instead, we resize the tree inside
20377     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
20378     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
20379
20380     Signed-off-by: Andy Fleming <afleming@freescale.com>
20381
20382 commit 7570a9941fc565922078679a72d246fe208d696d
20383 Author: Andy Fleming <afleming@freescale.com>
20384 Date:   Mon Jun 16 13:58:55 2008 -0500
20385
20386     Fix an underflow bug in __lmb_alloc_base
20387
20388     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
20389     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
20390     merely updates __lmb_alloc_base to resemble the current version in Linux.
20391
20392     Signed-off-by: Andy Fleming <afleming@freescale.com>
20393
20394 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
20395 Author: Andy Fleming <afleming@freescale.com>
20396 Date:   Mon Jun 16 13:58:54 2008 -0500
20397
20398     Add lmb_free
20399
20400     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
20401     lmb_reserve to temporarily reserve some memory.
20402
20403     Signed-off-by: Andy Fleming <afleming@freescale.com>
20404
20405 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
20406 Author: Andy Fleming <afleming@freescale.com>
20407 Date:   Mon Jun 16 13:58:53 2008 -0500
20408
20409     Add ALIGN() macro
20410
20411     ALIGN() returns the smallest aligned value greater than the passed
20412     in address or size.  Taken from Linux.
20413
20414     Signed-off-by: Andy Fleming <afleming@freescale.com>
20415
20416 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
20417 Author: Stefan Roese <sr@denx.de>
20418 Date:   Tue Jun 24 17:15:22 2008 +0200
20419
20420     ppc4xx: Fix compilation problems with phys_size_t
20421
20422     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
20423     board specific files where it has been missing.
20424
20425     Signed-off-by: Stefan Roese <sr@denx.de>
20426
20427 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
20428 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20429 Date:   Mon May 19 12:26:38 2008 +0200
20430
20431     Conditionally add -fno-stack-protector to CFLAGS
20432
20433     When compile-testing on powerpc, I get errors like this:
20434
20435     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
20436
20437     This seems to be because -fstack-protector is on by default, so
20438     let's explicitly disable it on all architectures that support the
20439     option.
20440
20441     The Ubuntu toolchain is affected by this problem, and according to
20442     Mike Frysinger, Gentoo has been running with SSP enabled for years.
20443     More and more distros are turning SSP on by default, so this problem
20444     is likely to get worse in the future.
20445
20446     Also, powerpc just happens to be one of the arches I do
20447     compile-testing on. There may be other arches affected by this too.
20448
20449     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20450
20451 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
20452 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20453 Date:   Sun May 18 19:09:52 2008 +0200
20454
20455     pcmcia/ti_pci1410a: Move compile condition to the Makefile
20456
20457     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20458
20459 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
20460 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20461 Date:   Sun May 18 19:09:51 2008 +0200
20462
20463     pxa_pcmcia: Move compile condition to the Makefile
20464
20465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20466
20467 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
20468 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20469 Date:   Sun May 18 19:09:50 2008 +0200
20470
20471     marabun_pcmcia: Move compile condition to the Makefile
20472
20473     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20474
20475 commit 6a19c46cae43c16c528eddefae3db97134f1915d
20476 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20477 Date:   Mon Jun 23 13:25:34 2008 +0200
20478
20479     fix non-working mvBL-M7
20480
20481     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
20482
20483     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20484     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20485
20486 commit 846f1574ddddeda2bc227655e687308695f41cdc
20487 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20488 Date:   Mon Jun 23 11:40:56 2008 +0200
20489
20490     fix system config overwrite @ MPC834x and MPC8313
20491
20492     During 83xx setup the "System I/O configuration register high" gets
20493     overwritten with user defined value if CFG_SICRH is defined.
20494
20495     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
20496     must keep their reset value regardless of configuration.
20497
20498     On my board (using RGMII) those bits are set after reset - yet it's
20499     unclear where they come from.
20500
20501     The patch keeps both bits on MPC834x and MPC8313.
20502
20503     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20504     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20505
20506 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
20507 Author: Kim Phillips <kim.phillips@freescale.com>
20508 Date:   Tue Jun 17 17:45:27 2008 -0500
20509
20510     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
20511
20512     to avoid this:
20513
20514     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
20515     In file included from cpu.c:33:
20516     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
20517
20518     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20519
20520 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
20521 Author: Stefan Roese <sr@denx.de>
20522 Date:   Mon Jun 23 11:15:09 2008 +0200
20523
20524     ppc4xx: Fix problem in gpio_config()
20525
20526     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
20527     left by one. So the additional shift is bogus.
20528
20529     Signed-off-by: Stefan Roese <sr@denx.de>
20530
20531 commit 40777812316fc252c941665c0f60c148fd79d50f
20532 Author: Detlev Zundel <dzu@denx.de>
20533 Date:   Fri Jun 20 22:24:05 2008 +0200
20534
20535     fdt: Fix typo in variable name.
20536
20537     Signed-off-by: Detlev Zundel <dzu@denx.de>
20538
20539 commit 5f723a3b98c630bde33de74351f2121691fdef14
20540 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20541 Date:   Fri Jun 20 10:41:05 2008 +0200
20542
20543     avr32: Enable SPI flash support on ATNGW100
20544
20545     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
20546     the new SPI flash framework.
20547
20548     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20549
20550 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
20551 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20552 Date:   Fri Jun 20 12:44:28 2008 +0200
20553
20554     avr32: Fix SPI portmux initialization
20555
20556     Use the new GPIO manipulation functions to set up the chip select lines,
20557     and make sure both busses use GPIO for chip select control.
20558
20559     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20560
20561 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
20562 Author: Peter Ma <pma@mediamatech.com>
20563 Date:   Sun Jun 1 22:59:24 2008 -0700
20564
20565     avr32: Add GPIO manipulation functions
20566
20567     Adds GPIO manipulation functions for AVR32 AP7 platform.
20568
20569     Signed-off-by: Peter Ma <pma@mediamatech.com>
20570     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
20571     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20572
20573 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
20574 Author: Wolfgang Grandegger <wg@grandegger.com>
20575 Date:   Thu Jun 5 13:02:30 2008 +0200
20576
20577     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
20578
20579     This patch is based on the following patch sent a few minutes ago:
20580     "NAND FSL UPM: driver re-write using the hwcontrol callback"
20581     It is untested, of course. Anton, could you please give it a try.
20582
20583     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20584     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20585
20586 commit 96026d42fa4e646d28318c0a1438aac4b2017909
20587 Author: Anatolij Gustschin <agust@denx.de>
20588 Date:   Thu Jun 12 12:40:11 2008 +0200
20589
20590     Fix 4xx build issue
20591
20592     Building for 4xx doesn't work since commit 4dbdb768:
20593
20594     In file included from 4xx_pcie.c:28:
20595     include/asm/processor.h:971: error: expected ')' before 'ver'
20596     make[1]: *** [4xx_pcie.o] Error 1
20597
20598     This patch fixes the problem.
20599
20600     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20601     Acked-by: Stefan Roese <sr@denx.de>
20602     Acked-by: Kumar Gala <galak@kernel.crashing.org>
20603
20604 commit a036b0443657fe0f4773786de9092251869f08ac
20605 Author: Kumar Gala <galak@kernel.crashing.org>
20606 Date:   Thu Jun 19 01:45:50 2008 -0500
20607
20608     MPC8610HPCD: Report board id, board version and fpga version.
20609
20610     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20611
20612 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
20613 Author: Kumar Gala <galak@kernel.crashing.org>
20614 Date:   Thu Jun 19 01:45:27 2008 -0500
20615
20616     MPC8641HPCN: Report board id, board version and fpga version.
20617
20618     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20619
20620 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
20621 Author: Stefan Roese <sr@denx.de>
20622 Date:   Mon Jun 16 10:40:02 2008 +0200
20623
20624     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
20625
20626     This patch simplifies flash_toggle() (AMD commandset), which is used to
20627     detect if a FLASH device is still busy with erase/program operations. On
20628     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
20629     did not detect the busy state reliably, resulting in non erased sectors
20630     etc. This patch now simplifies this function by "just" comparing the
20631     complete data-word instead of ANDing it with the command-word (0x40)
20632     before the compatison. It is done the same way in the Linux implementation
20633     chip_ready() in cfi_cmdset_0002.c.
20634
20635     Signed-off-by: Stefan Roese <sr@denx.de>
20636
20637 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
20638 Author: Philip Balister <philip@balister.org>
20639 Date:   Mon Jun 16 08:58:07 2008 -0400
20640
20641     NAND: Add missing declaration to non-redundant saveenv().
20642
20643     Signed-off-by: Scott Wood <scottwood@freescale.com>
20644
20645 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
20646 Author: Wolfgang Grandegger <wg@grandegger.com>
20647 Date:   Mon Jun 2 15:09:55 2008 +0200
20648
20649     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
20650
20651     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20652     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20653     Signed-off-by: Scott Wood <scottwood@freescale.com>
20654
20655 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
20656 Author: Stefan Roese <sr@denx.de>
20657 Date:   Tue Jun 10 15:34:11 2008 +0200
20658
20659     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
20660
20661     This patch disables the square wave output of the M41T62 RTC used on
20662     Canyonlands & Glacier. Here the explanation:
20663
20664     The serial real-time clock part used in the design is an
20665     STMicro M41T62. This part has a full-time 32KHz square wave
20666     output that is connected to the TmrClk input to the
20667     processor. The default state for this square wave output is
20668     enabled so the output runs continuously when the board is
20669     powered normally and also from the battery. The TmrClk input
20670     to the processor goes to ground when the power is removed
20671     from the board/processor, and therefore the running square
20672     wave output is driving ground which drains the battery quickly.
20673
20674     Signed-off-by: Stefan Roese <sr@denx.de>
20675
20676 commit a94f22f08f280905926219e568568964cb9eeb9d
20677 Author: Andy Fleming <afleming@freescale.com>
20678 Date:   Wed Jun 11 18:10:20 2008 -0500
20679
20680     Fix build issue with string.h and linux/string.h
20681
20682     This commit:
20683     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
20684     Author: Wolfgang Denk <wd@denx.de>
20685     Date:   Fri Jun 6 14:28:14 2008 +0200
20686
20687         tools/mkimage: fix compiler warnings on some systems.
20688
20689     Broke building on some systems, because the host's string.h was interfering
20690     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
20691     we're building for the host, so now we only include when building inside
20692     u-boot.
20693
20694     Signed-off-by: Andy Fleming <afleming@freescale.com>
20695
20696 commit 9973e3c614721bbf169882ffc3be266a6611cd60
20697 Author: Becky Bruce <becky.bruce@freescale.com>
20698 Date:   Mon Jun 9 16:03:40 2008 -0500
20699
20700     Change initdram() return type to phys_size_t
20701
20702     This patch changes the return type of initdram() from long int to phys_size_t.
20703     This is required for a couple of reasons: long int limits the amount of dram
20704     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
20705     size of physical memory.  phys_size_t is defined as an unsigned long on almost
20706     all current platforms.
20707
20708     This patch *only* changes the return type of the initdram function (in
20709     include/common.h, as well as in each board's implementation of initdram).  It
20710     does not actually modify the code inside the function on any of the platforms;
20711     platforms which wish to support more than 2GB of DRAM will need to modify
20712     their initdram() function code.
20713
20714     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
20715     MPC8641HPCN.
20716
20717     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20718
20719 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
20720 Author: Becky Bruce <becky.bruce@freescale.com>
20721 Date:   Mon Jun 9 20:37:18 2008 -0500
20722
20723     Change lmb to use phys_size_t/phys_addr_t
20724
20725     This updates the lmb code to use phys_size_t
20726     and phys_addr_t instead of unsigned long.  Other code
20727     which interacts with this code, like getenv_bootm_size()
20728     is also updated.
20729
20730     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
20731
20732     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20733
20734 commit 61b09fc2952dc636017df4e7970e3de132276ba1
20735 Author: Becky Bruce <becky.bruce@freescale.com>
20736 Date:   Mon Jun 9 20:37:17 2008 -0500
20737
20738     Change print_size to take phys_size_t
20739
20740     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20741
20742 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
20743 Author: Becky Bruce <becky.bruce@freescale.com>
20744 Date:   Mon Jun 9 20:37:16 2008 -0500
20745
20746     Change bd/gd memsize/ram_size to be phys_size_t.
20747
20748     Currently, both are defined as an unsigned long, but
20749     should be phys_size_t. This should result in no real change,
20750     since phys_size_t is currently an unsigned long for all the
20751     default configs.  Also add print_lnum to cmd_bdinfo to deal
20752     with the potentially wider memsize.
20753
20754     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20755
20756 commit ba04f7010958e88a8910f2a123fee53fdc72e013
20757 Author: Kumar Gala <galak@kernel.crashing.org>
20758 Date:   Tue Jun 10 16:16:02 2008 -0500
20759
20760     FSL LAW: Add new interface to use the last free LAW
20761
20762     LAWs have the concept of priority so its useful to be able to allocate
20763     the lowest (highest number) priority.  We will end up using this with the
20764     new DDR code.
20765
20766     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20767
20768 commit 859a86a25c569d3665ff413d1d923394b8a961f3
20769 Author: Kumar Gala <galak@kernel.crashing.org>
20770 Date:   Wed Jun 11 00:51:45 2008 -0500
20771
20772     85xx/86xx: Move to dynamic mgmt of LAWs
20773
20774     With the new LAW interface (set_next_law) we can move to letting the
20775     system allocate which LAWs are used for what purpose.  This makes life
20776     a bit easier going forward with the new DDR code.
20777
20778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20779     Signed-off-by: Andy Fleming <afleming@freescale.com>
20780     Acked-by: Jon Loeliger <jdl@freescale.com>
20781     Acked-by: Becky Bruce <becky.bruce@freescale.com>
20782
20783 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
20784 Author: Kumar Gala <galak@kernel.crashing.org>
20785 Date:   Wed Jun 11 00:44:10 2008 -0500
20786
20787     FSL LAW: Keep track of LAW allocations
20788
20789     Make it so we keep track of which LAWs have allocated and provide
20790     a function (set_next_law) which can allocate a LAW for us if one is
20791     free.
20792
20793     In the future we will move to doing more "dynamic" LAW allocation
20794     since the majority of users dont really care about what LAW number
20795     they are at.
20796
20797     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
20798
20799     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20800     Signed-off-by: Andy Fleming <afleming@freescale.com>
20801
20802 commit ddde74a159caa6e18b481fec01d40b885aebb566
20803 Author: Kumar Gala <galak@kernel.crashing.org>
20804 Date:   Mon Jun 9 22:31:57 2008 -0500
20805
20806     85xx: remove dummy board_early_init_f
20807
20808     A number of board ports have empty version of board_early_init_f
20809     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
20810
20811     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20812
20813 commit 81e56e9af0d43712db8efb843606a8d62eab454f
20814 Author: Kumar Gala <galak@kernel.crashing.org>
20815 Date:   Mon Jun 9 18:55:38 2008 -0500
20816
20817     MPC8544DS: Update config.h
20818
20819     * Enable flash progress
20820     * remove CLEAR_LAW0 since we dont really use it
20821
20822     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20823
20824 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
20825 Author: Kumar Gala <galak@kernel.crashing.org>
20826 Date:   Mon Jun 9 13:37:24 2008 -0500
20827
20828     85xx: Remove unused and unconfigured memory test code.
20829
20830     Remove unused and unconfigured DDR test code from FSL 85xx boards.
20831     Besides, other common code exists.
20832
20833     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20834
20835 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
20836 Author: Sergei Poselenov <sposelenov@emcraft.com>
20837 Date:   Fri Jun 6 15:42:45 2008 +0200
20838
20839     Socrates: Added FPGA base address update in FDT.
20840
20841     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20842
20843 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
20844 Author: Sergei Poselenov <sposelenov@emcraft.com>
20845 Date:   Fri Jun 6 15:42:44 2008 +0200
20846
20847     Socrates: NAND support added. Changed the U-Boot base address and
20848
20849     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20850
20851 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
20852 Author: Sergei Poselenov <sposelenov@emcraft.com>
20853 Date:   Fri Jun 6 15:42:43 2008 +0200
20854
20855     NAND: Added support for 128-bit OOB, adapted
20856
20857     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20858
20859 commit 31ca0208612f2eb57690110d7c2815953650e47b
20860 Author: Sergei Poselenov <sposelenov@emcraft.com>
20861 Date:   Fri Jun 6 15:42:42 2008 +0200
20862
20863     Socrates: added missed file with UPMA configuration data.
20864
20865     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
20866
20867 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
20868 Author: Sergei Poselenov <sposelenov@emcraft.com>
20869 Date:   Fri Jun 6 15:42:41 2008 +0200
20870
20871     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
20872
20873     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20874
20875 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
20876 Author: Sergei Poselenov <sposelenov@emcraft.com>
20877 Date:   Fri Jun 6 15:42:40 2008 +0200
20878
20879     Added the upmconfig() function for 85xx.
20880
20881     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20882     Signed-off-by: Andy Fleming <afleming@freescale.com>
20883
20884 commit d39e68514ff943930ee692cff3fde03532eb7fec
20885 Author: Sergei Poselenov <sposelenov@emcraft.com>
20886 Date:   Fri Jun 6 15:42:39 2008 +0200
20887
20888     Socrates: config file cleanup.
20889
20890     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20891
20892 commit e8cc3f04b124f757af4528206e60d8eb715ae083
20893 Author: Wolfgang Grandegger <wg@grandegger.com>
20894 Date:   Thu Jun 5 13:12:10 2008 +0200
20895
20896     TQM85xx: Change memory map to support Flash memory > 128 MiB
20897
20898     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
20899     memory. The current memory map only supports up to 128 MiB Flash.
20900     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
20901     set, up to 1 GiB flash is supported. To achieve this, the memory
20902     map has to be adjusted in great parts (for example the CCSRBAR is
20903     moved from 0xE0000000 to 0xA0000000).
20904
20905     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
20906     memory map also has to be considered in the kernel (changed
20907     CCSRBAR address, changed PCI IO base address, ...). Please use
20908     an appropriate Flat Device Tree blob (tqm8548.dtb).
20909
20910     Signed-off-by: Martin Krause <martin.krause@tqs.de>
20911     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20912
20913 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
20914 Author: Wolfgang Grandegger <wg@grandegger.com>
20915 Date:   Thu Jun 5 13:12:09 2008 +0200
20916
20917     TQM85xx: NAND support via local bus UPMB
20918
20919     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
20920     default and can be enabled for the TQM8548 modules. It is now based on
20921     the re-written FSL NAND UPM driver. A patch has been posted earlier today
20922     with the subject:
20923
20924     "NAND FSL UPM: driver re-write using the hwcontrol callback"
20925
20926     Note that the R/B pin is not supported by that module requiring to use
20927     the specified maximum delay time.
20928
20929     Note: With NAND support enabled the size of the U-Boot image exceeds
20930     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
20931     doubling the image size :-(.
20932
20933     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20934     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20935
20936 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
20937 Author: Wolfgang Grandegger <wg@grandegger.com>
20938 Date:   Thu Jun 5 13:12:08 2008 +0200
20939
20940     TQM8548: PCI express support
20941
20942     This patch adds support for PCI express cards. The board support
20943     now uses common FSL PCI init code, for both, PCI and PCIe on all
20944     TQM85xx modules.
20945
20946     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20947     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20948
20949 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
20950 Author: Wolfgang Grandegger <wg@grandegger.com>
20951 Date:   Thu Jun 5 13:12:07 2008 +0200
20952
20953     TQM8548: Basic support for the TQM8548 modules
20954
20955     This patch adds basic support for the TQM8548 module from TQ-Components
20956     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
20957     eTSEC 3 and 4
20958
20959     Furthermore Flash buffer write has been enabled to speed up output to
20960     the Flash by approx. a factor of 10.
20961
20962     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20963     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20964
20965 commit 25991353204c78b094c3c1fec90182dcd607ab8f
20966 Author: Wolfgang Grandegger <wg@grandegger.com>
20967 Date:   Thu Jun 5 13:12:06 2008 +0200
20968
20969     TQM85xx: Support for Flat Device Tree
20970
20971     This patch adds support for Linux kernels using the Flat Device Tree.
20972     It also re-defines the default environment settings for booting Linux
20973     with the FDT blob.
20974
20975     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20976
20977 commit d9ee843d54c54776e1fdb86336ce554906a87331
20978 Author: Wolfgang Grandegger <wg@grandegger.com>
20979 Date:   Thu Jun 5 13:12:05 2008 +0200
20980
20981     TQM85xx: Support for Intel 82527 compatible CAN controller
20982
20983     This patch adds initialization of the UPMC RAM to support up to two
20984     Intel 82527 compatible CAN controller on the TQM85xx modules.
20985
20986     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20987     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20988
20989 commit 518d5cfe72916323c746af1647764459914f555f
20990 Author: Wolfgang Grandegger <wg@grandegger.com>
20991 Date:   Thu Jun 5 13:12:04 2008 +0200
20992
20993     TQM85xx: Bugfix in the SDRAM initialisation
20994
20995     The CS0_BNDS register is now set according to the detected
20996     memory size.
20997
20998     Signed-off-by Martin Krause <martin.krause@tqs.de>
20999
21000 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
21001 Author: Wolfgang Grandegger <wg@grandegger.com>
21002 Date:   Thu Jun 5 13:12:03 2008 +0200
21003
21004     TQM85xx: Fix chip select configuration for second FLASH bank
21005
21006     This patch fixes the re-calculation of the automatic chip select
21007     configuration for boards with two populated FLASH banks.
21008
21009     Signed-off-by: Martin Krause <martin.krause@tqs.de>
21010
21011 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
21012 Author: Wolfgang Grandegger <wg@grandegger.com>
21013 Date:   Thu Jun 5 13:12:02 2008 +0200
21014
21015     TQM85xx: Support for Spansion 'N' type flashes added
21016
21017     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
21018     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
21019     needs to be changed -> new start address of the environment. The macro
21020     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
21021     defined for boards with 'N' type flashes.
21022
21023     Signed-off-by: Martin Krause <martin.krause@tqs.de>
21024     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21025
21026 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
21027 Author: Wolfgang Grandegger <wg@grandegger.com>
21028 Date:   Thu Jun 5 13:12:01 2008 +0200
21029
21030     TQM85xx: Fix CPM port pin configuration
21031
21032     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
21033     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
21034     as serial interface anyway. Worse, on some board variants configuring the
21035     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
21036
21037     Signed-off-by: Martin Krause <martin.krause@tqs.de>
21038
21039 commit b99ba1679e8cd51b023e67098c89e606e47137d2
21040 Author: Wolfgang Grandegger <wg@grandegger.com>
21041 Date:   Thu Jun 5 13:12:00 2008 +0200
21042
21043     TQM85xx: Various coding style fixes
21044
21045     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21046
21047 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
21048 Author: Gerald Van Baren <vanbaren@cideas.com>
21049 Date:   Tue Jun 10 22:15:58 2008 -0400
21050
21051     libfdt: Move the working_fdt pointer to cmd_fdt.c
21052
21053     The working_fdt pointer was declared in common/fdt_support.c but was
21054     not used there.  Move it to common/cmd_fdt.c where it is used (it is
21055     also used in lib_ppc/bootm.c).
21056
21057     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21058
21059 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
21060 Author: Kim Phillips <kim.phillips@freescale.com>
21061 Date:   Tue Jun 10 11:06:17 2008 -0500
21062
21063     fdt: unshadow global working fdt variable
21064
21065     differentiate with local variables of the same name by renaming the
21066     global 'fdt' variable 'working_fdt'.
21067
21068     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21069
21070 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
21071 Author: Andy Fleming <afleming@freescale.com>
21072 Date:   Tue Jun 10 18:49:34 2008 -0500
21073
21074     socrates: Fix PCI clk fix patch
21075
21076     The submitted patch seems to have been more up-to-date, but an older patch was
21077     already in the repository.  This patch encompasses the differences
21078
21079     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
21080
21081     Signed-off-by: Andy Fleming <afleming@freescale.com>
21082
21083 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
21084 Author: Wolfgang Grandegger <wg@grandegger.com>
21085 Date:   Thu Jun 5 13:02:29 2008 +0200
21086
21087     NAND FSL UPM: driver re-write using the hwcontrol callback
21088
21089     This is a re-write of the NAND FSL UPM driver using the more universal
21090     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
21091     list of furher modifications:
21092
21093     - For the time being, the UPM setup writing the UPM array has been
21094       removed from the driver and must now be done by the board specific
21095       code.
21096
21097     - The bus width definition in "struct fsl_upm_nand" is now in bits to
21098       comply with the corresponding Linux driver and 8, 16 and 32 bit
21099       accesses are supported.
21100
21101     - chip->dev_read is only set if fun->dev_ready != NULL, which is
21102       required for boards not connecting the R/B pin.
21103
21104     - A few issue have been fixed with MxMR bit manipulation like in the
21105       corresponding Linux driver.
21106
21107     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
21108           as well, because the address is already determined by
21109           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
21110
21111     This patch has been tested on a TQM8548 modules with the NAND chip
21112     Micron MT29F8G08FABWP.
21113
21114     This patch is based on the following patches posted to this list a few
21115     minutes ago:
21116
21117       PPC: add accessor macros to clear and set bits in one shot
21118       83xx/85xx/86xx: add more MxMR local bus definitions
21119
21120     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21121     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21122
21123 commit 6beecfbb542992eede5831240cd58678274683a9
21124 Author: Wolfgang Grandegger <wg@grandegger.com>
21125 Date:   Thu Jun 5 13:11:59 2008 +0200
21126
21127     MPC85xx: Beautify boot output of L2 cache configuration
21128
21129     The boot output is now aligned poperly with other boot output
21130     lines, e.g.:
21131
21132       FLASH: 128 MB
21133       L2:    512 KB enabled
21134
21135     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21136
21137 commit 398415114f0a705163a14543e9fef03f734b1ffa
21138 Author: Wolfgang Grandegger <wg@grandegger.com>
21139 Date:   Wed Jun 4 12:45:22 2008 +0200
21140
21141     PPC: add accessor macros to clear and set bits in one shot
21142
21143     PPC: add accessor macros to clear and set bits in one shot
21144
21145     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
21146     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
21147     They are very handy to manipulate bits it I/O registers.
21148
21149     This patch is required for my forthcoming FSL NAND UPM driver re-write and
21150     the support for the TQM8548 module.
21151
21152     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21153
21154 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
21155 Author: Wolfgang Grandegger <wg@grandegger.com>
21156 Date:   Wed Jun 4 13:52:17 2008 +0200
21157
21158     TQM: move TQM boards to board/tqc
21159
21160     Move all TQM board directories to the vendor specific directory "tqc"
21161     for modules from TQ-Components GmbH (http://www.tqc.de).
21162
21163     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21164
21165 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
21166 Author: Wolfgang Grandegger <wg@grandegger.com>
21167 Date:   Mon Jun 2 12:09:30 2008 +0200
21168
21169     83xx/85xx/86xx: add more MxMR local bus definitions
21170
21171     83xx/85xx/86xx: add more MxMR local bus definitions
21172
21173     This patch adds more macro definitions for the UPM Machine Mode Registers
21174     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
21175     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
21176     required for my forthcoming FSL NAND UPM driver re-write and the support
21177     for the TQM8548 module.
21178
21179     This patch is based on the following two patches from Anton Vorontsov:
21180
21181     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
21182     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
21183
21184     I leave coding style violation fixes, code beautification and name
21185     corrections to somebody else ;-(.
21186
21187     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21188
21189 commit c8c5fc266e4499e283c293ccb972863156aa4134
21190 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21191 Date:   Thu May 29 18:14:56 2008 +0400
21192
21193     83xx/85xx: further localbus cleanups
21194
21195     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
21196     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
21197
21198     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21199
21200 commit 42dbd667c88d496882d53e22656e89b654205492
21201 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21202 Date:   Wed May 28 18:20:15 2008 +0400
21203
21204     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
21205
21206     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
21207     use it on MPC85xx and MPC86xx processors.
21208
21209     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21210
21211 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
21212 Author: Kumar Gala <galak@kernel.crashing.org>
21213 Date:   Thu May 29 11:22:06 2008 -0500
21214
21215     85xx: Add setting of cache props in the device tree.
21216
21217     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21218
21219 commit 4dbdb7681e243431530df0725627192a0c4aefda
21220 Author: Kumar Gala <galak@kernel.crashing.org>
21221 Date:   Tue Jun 10 16:53:46 2008 -0500
21222
21223     85xx: expose cpu identification
21224
21225     The current cpu identification code is used just to return the name
21226     of the processor at boot.  There are some other locations that the name
21227     is useful (device tree setup).  Expose the functionality to other bits
21228     of code.
21229
21230     Also, drop the 'E' suffix and add it on by looking at the SVR version
21231     when we print this out.  This is mainly to allow the most flexible use
21232     of the name.  The device tree code tends to not care about the 'E' suffix.
21233
21234     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21235
21236 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
21237 Author: Kim Phillips <kim.phillips@freescale.com>
21238 Date:   Tue Jun 10 13:25:24 2008 -0500
21239
21240     mpc83xx: MVBLM7: minor build fixups
21241
21242     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21243
21244 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
21245 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21246 Date:   Tue Jun 10 09:14:05 2008 +0200
21247
21248     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
21249
21250     Add MPC8343 based board mvBlueLYNX-M7.
21251     It's a single board stereo camera system.
21252     Please read doc/README.mvblm7 for details.
21253
21254     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21255     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21256
21257 commit c005b93925ba49f07da2aa748527996d927e172f
21258 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21259 Date:   Tue Jun 10 09:13:16 2008 +0200
21260
21261     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
21262
21263     Add MPC8343 based board mvBlueLYNX-M7.
21264     It's a single board stereo camera system.
21265     Please read doc/README.mvblm7 for details.
21266
21267     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21268     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21269
21270 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
21271 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21272 Date:   Thu May 29 18:14:56 2008 +0400
21273
21274     83xx/85xx: further localbus cleanups
21275
21276     move the BRx_* and ORx_* left behind in mpc85xx.h
21277
21278     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
21279     the same, just few differences which needs some attention though).
21280
21281     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
21282     of these defines. So this cleanup I'll leave for the "better times".
21283
21284     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21285     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21286
21287 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
21288 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21289 Date:   Wed May 28 18:20:15 2008 +0400
21290
21291     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
21292
21293     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
21294     use it on MPC85xx and MPC86xx processors.
21295
21296     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21297     Acked-by: Andy Fleming <afleming@freescale.com>
21298     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21299
21300 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
21301 Author: Tor Krill <tor@excito.com>
21302 Date:   Mon Jun 2 15:09:30 2008 +0200
21303
21304     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
21305
21306     Signed-off-by: Tor Krill <tor@excito.com>
21307     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21308
21309 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
21310 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21311 Date:   Mon Jun 9 23:37:44 2008 +0900
21312
21313     net: Conditional COBJS inclusion of network drivers
21314
21315     Replace COBJS-y with appropriate driver config names.
21316
21317     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21318     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21319
21320 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
21321 Author: Gerald Van Baren <vanbaren@cideas.com>
21322 Date:   Mon Jun 9 21:02:17 2008 -0400
21323
21324     Use strncmp() for the fdt command
21325
21326     Cleaner than doing multiple conditionals on characters.
21327
21328     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21329
21330 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
21331 Author: Gerald Van Baren <vanbaren@cideas.com>
21332 Date:   Sat Jun 7 12:25:05 2008 -0400
21333
21334     The fdt boardsetup command criteria was not unique
21335
21336     It was checking just for "b", which is not unique with respect to the
21337     "boot" command.  Change to check for "boa"[rdsetup].
21338
21339     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21340
21341 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
21342 Author: David Gibson <david@gibson.dropbear.id.au>
21343 Date:   Tue May 20 17:19:11 2008 +1000
21344
21345     libfdt: Several cleanups to parameter checking
21346
21347     This patch makes a couple of small cleanups to parameter checking of
21348     libfdt functions.
21349
21350         - In several functions which take a node offset, we use an
21351     idiom involving fdt_next_tag() first to check that we have indeed been
21352     given a node offset.  This patch adds a helper function
21353     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
21354
21355         - In fdt_rw.c in several places we have the expanded version
21356     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
21357     replaces those instances with an invocation of the macro; that's what
21358     it's for.
21359
21360         - In fdt_sw.c we rename the check_header_sw() function to
21361     sw_check_header() to match the analgous function in fdt_rw.c, and we
21362     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
21363     functions in fdt_rw.c
21364
21365     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21366
21367 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
21368 Author: Gerald Van Baren <vanbaren@cideas.com>
21369 Date:   Tue Jun 3 20:34:45 2008 -0400
21370
21371     Remove the deprecated CONFIG_OF_FLAT_TREE
21372
21373     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
21374     cleaner, has better functionality, and is better supported.
21375
21376     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21377
21378 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
21379 Author: Gerald Van Baren <vanbaren@cideas.com>
21380 Date:   Tue Jun 3 20:26:29 2008 -0400
21381
21382     Change the stxxst to CONFIG_OF_LIBFDT
21383
21384     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
21385     to CONFIG_OF_LIBFDT.
21386
21387     WARNING: It appears that this board lost its ability to boot via a
21388     flattened device tree prior to this changeset.
21389
21390     WARNING: This conversion was untested because I do not have a board to
21391     test it on.
21392
21393     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21394
21395 commit 589c04271d129729a8b01391453851ab9cc4069c
21396 Author: Gerald Van Baren <vanbaren@cideas.com>
21397 Date:   Tue Jun 3 20:24:58 2008 -0400
21398
21399     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
21400
21401     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
21402     to CONFIG_OF_LIBFDT.
21403
21404     WARNING: This conversion is untested because I do not have a board to
21405     test it on.
21406
21407     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
21408     /aliases/ethernet1 property for the ethernet to work.
21409
21410     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21411
21412 commit ee1e35bede91debc8bff9b02f75574486033b652
21413 Author: Kumar Gala <galak@kernel.crashing.org>
21414 Date:   Thu May 29 01:21:24 2008 -0500
21415
21416     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
21417
21418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21419
21420 commit 3b9519fc50802436e417c839e69df7b2016cade5
21421 Author: Becky Bruce <becky.bruce@freescale.com>
21422 Date:   Wed May 14 13:10:04 2008 -0500
21423
21424     MPC85xx: Change traps.c to not reference non-addressable memory
21425
21426     Currently, END_OF_RAM is used by the trap code to determine if
21427     we should attempt to access the stack pointer or not. However,
21428     on systems with a lot of RAM, only a subset of the RAM is
21429     guaranteed to be mapped in and accessible.  Change END_OF_RAM
21430     to use get_effective_memsize() instead of using the raw ram
21431     size out of the bd.
21432
21433     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21434
21435 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
21436 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21437 Date:   Mon Jun 9 13:39:57 2008 +0900
21438
21439     sh: Renesas Solutions SH7763RDP board support
21440
21441     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
21442     In this patch, support SCIF, NOR Flash, and Ethernet.
21443
21444     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21445     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21446
21447 commit 60179098a95eaa972007d7ec58e4c1588029720f
21448 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21449 Date:   Fri Jun 6 16:24:13 2008 +0900
21450
21451     sh: Add support Renesas SH7763
21452
21453     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
21454     This patch supprts CPU register's header file.
21455
21456     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21457     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21458
21459 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
21460 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21461 Date:   Fri Jun 6 16:16:08 2008 +0900
21462
21463     sh: SH7763 SCIF support
21464
21465     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
21466     but only SCIF2 is different. This patch work all SCIF channel.
21467
21468     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21469     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21470
21471 commit 79b51ff8205f0354d5300570614c1d2db499679c
21472 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21473 Date:   Sat Jun 7 20:51:59 2008 +0900
21474
21475     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
21476
21477     Also get rid of some #ifdefs in *.c files.
21478
21479     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21480
21481 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
21482 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21483 Date:   Sat Jun 7 20:51:56 2008 +0900
21484
21485     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
21486
21487     CONFIG_SOC_AU1X00
21488
21489       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
21490       need to have this config as a system type specifier.
21491
21492     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
21493     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
21494
21495       Machine type specifiers. Each port should have one of aboves.
21496
21497     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21498
21499 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
21500 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
21501 Date:   Fri May 30 16:05:28 2008 -0400
21502
21503     env_nand.c: Added bad block management for environment variables
21504
21505     Modified to check for bad blocks and to skipping over them when
21506     CFG_ENV_RANGE has been defined.
21507     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
21508     flash block size.
21509
21510     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
21511     Signed-off-by: Scott Wood <scottwood@freescale.com>
21512
21513 commit 279726bd00558e80263d44581c44167625b7fb9a
21514 Author: Becky Bruce <becky.bruce@freescale.com>
21515 Date:   Wed May 14 13:09:58 2008 -0500
21516
21517     MPC86xx: Change traps.c to not reference non-addressable memory
21518
21519     Currently, END_OF_RAM is used by the trap code to determine if
21520     we should attempt to access the stack pointer or not. However,
21521     on systems with a lot of RAM, only a subset of the RAM is
21522     guaranteed to be mapped in and accessible.  Change END_OF_RAM
21523     to use get_effective_memsize() instead of using the raw ram
21524     size out of the bd to prevent us from trying to access
21525     non-mapped memory.
21526
21527     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21528
21529 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
21530 Author: Wolfgang Denk <wd@denx.de>
21531 Date:   Fri Jun 6 14:28:14 2008 +0200
21532
21533     tools/mkimage: fix compiler warnings on some systems.
21534
21535     Signed-off-by: Wolfgang Denk <wd@denx.de>
21536
21537 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
21538 Author: Stefan Roese <sr@denx.de>
21539 Date:   Fri Jun 6 16:10:41 2008 +0200
21540
21541     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
21542
21543     We use upper case letters for the AMCC processor defines (like
21544     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
21545     not CONFIG_440SPe. This patch fixes the last misspelled config options.
21546
21547     Signed-off-by: Stefan Roese <sr@denx.de>
21548
21549 commit 72675dc6c06a48846d180106161d49dd714383cc
21550 Author: Stefan Roese <sr@denx.de>
21551 Date:   Fri Jun 6 15:55:21 2008 +0200
21552
21553     ppc4xx: Unify AMCC's board config files (part 3/3)
21554
21555     This patch series unifies the AMCC eval board ports by introducing
21556     a common include header for all AMCC eval boards:
21557
21558     include/configs/amcc-common.h
21559
21560     This header now includes all common configuration options/defines which
21561     are removed from the board specific headers.
21562
21563     The reason for this is ease of maintenance and unified look and feel
21564     of all AMCC boards.
21565
21566     Signed-off-by: Stefan Roese <sr@denx.de>
21567
21568 commit 490f204096d6e2c9940f67816f154a8125bab116
21569 Author: Stefan Roese <sr@denx.de>
21570 Date:   Fri Jun 6 15:55:03 2008 +0200
21571
21572     ppc4xx: Unify AMCC's board config files (part 2/3)
21573
21574     This patch series unifies the AMCC eval board ports by introducing
21575     a common include header for all AMCC eval boards:
21576
21577     include/configs/amcc-common.h
21578
21579     This header now includes all common configuration options/defines which
21580     are removed from the board specific headers.
21581
21582     The reason for this is ease of maintenance and unified look and feel
21583     of all AMCC boards.
21584
21585     Signed-off-by: Stefan Roese <sr@denx.de>
21586
21587 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
21588 Author: Stefan Roese <sr@denx.de>
21589 Date:   Fri Jun 6 15:54:31 2008 +0200
21590
21591     ppc4xx: Unify AMCC's board config files (part 1/3)
21592
21593     This patch series unifies the AMCC eval board ports by introducing
21594     a common include header for all AMCC eval boards:
21595
21596     include/configs/amcc-common.h
21597
21598     This header now includes all common configuration options/defines which
21599     are removed from the board specific headers.
21600
21601     The reason for this is ease of maintenance and unified look and feel
21602     of all AMCC boards.
21603
21604     Signed-off-by: Stefan Roese <sr@denx.de>
21605
21606 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
21607 Author: Remy Bohmer <linux@bohmer.net>
21608 Date:   Thu Jun 5 13:03:36 2008 +0200
21609
21610     DM9000 fix status check fail 0x6d error for trizeps board
21611
21612     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
21613     the status byte need to be checked to identify a valid packet in the fifo
21614
21615     But, The several different Application Notes do not all speak the same
21616     language on these bits. They do not disagree, but only 1 Application Note
21617     noted explicitly that only these 2 bits need to be checked.
21618     Even the datasheets do not mention anything about these 2 bits.
21619
21620     Because the old code, and the kernel check the whole byte, I left this piece
21621     untouched.
21622
21623     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
21624     it should work.
21625
21626     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
21627     in the fifo) is much shorter now, compared to the older U-boot driver code,
21628     so that we can maybe run into a hardware condition now that was never seen
21629     before, or maybe was seen very unfrequently.
21630
21631     Additionaly added a cleanup of a stack variable.
21632
21633     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21634     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21635
21636 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
21637 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21638 Date:   Thu Jun 5 22:29:00 2008 +0900
21639
21640     [MIPS] Update <asm/addrspace.h> header
21641
21642     - Fix traditional KSEG names
21643     - Replace PHYSADDR with CPHYSADDR
21644
21645     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21646
21647 commit f0d5a6f060d00358b85c62a921a423ea8df71184
21648 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21649 Date:   Thu Jun 5 22:29:00 2008 +0900
21650
21651     [MIPS] mips_config.mk: Misc fixes
21652
21653     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
21654     - Modify comments
21655
21656     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21657
21658 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
21659 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21660 Date:   Thu Jun 5 22:29:00 2008 +0900
21661
21662     [MIPS] Kill unused <version.h> inclusions
21663
21664     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21665
21666 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
21667 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21668 Date:   Thu Jun 5 22:29:00 2008 +0900
21669
21670     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
21671
21672     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
21673     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
21674     in the U-Boot system.
21675
21676     The other is we don't have a proper time management counter like timestamp
21677     other ARCHs have. We need the 32-bit millisecond clock counter.
21678
21679     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
21680     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
21681     of calculated CP0 counter cycles in a CFG_HZ.
21682
21683     STRATEGY:
21684
21685     * Fix improper CFG_HZ value to have 1000
21686
21687     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
21688
21689     * timer_init: initialize timestamp and set up the first timer expiration.
21690       Note that we don't need to initialize CP0 count/compare registers here
21691       as they have been already zeroed out on the system reset. Leave them as
21692       they are.
21693
21694     * get_timer: calculate how many timestamps have been passed, then return
21695       base-relative timestamp. Make sure we can easily count missed timestamps
21696       regardless of CP0 count/compare value.
21697
21698     * get_ticks: return the current timestamp, that is get_timer(0).
21699
21700     Most parts are from good old Linux v2.6.16 kernel.
21701
21702     v2:
21703     - Remove FIXME comments as they turned out to be trivial.
21704     - Use CP0 compare register as a global variable for expirelo.
21705     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
21706       instead.
21707
21708     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21709
21710 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
21711 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21712 Date:   Thu Jun 5 22:29:00 2008 +0900
21713
21714     [MIPS] lib_mips/time.c: Fix udelay
21715
21716     What we have to do is just to wait for given micro-seconds. No need to
21717     take into account current time, get_timer and CFG_HZ.
21718
21719     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21720
21721 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
21722 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21723 Date:   Thu Jun 5 22:28:59 2008 +0900
21724
21725     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
21726
21727     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
21728     This patch replaces mips_{compare,count}_set and mips_count_get with
21729     existing macros.
21730
21731     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21732
21733 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
21734 Author: Remy Bohmer <linux@bohmer.net>
21735 Date:   Tue Jun 3 15:48:17 2008 +0200
21736
21737     Get rid of annoying/superfluous bad-checksum warning message
21738
21739     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
21740     It is annoying for ordinary users who start to doubt the network connection
21741     in general when they see messages like this.
21742
21743     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
21744     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
21745     now before checking the checksum.
21746
21747     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21748     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21749
21750 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
21751 Author: Remy Bohmer <linux@bohmer.net>
21752 Date:   Wed Jun 4 10:47:25 2008 +0200
21753
21754     Fix order for reading rx-status registers in 32bit mode of DM9000
21755
21756     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
21757     a bug in reading the rx-status registers in 32bit mode only.
21758     This patch repairs this.
21759
21760     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21761     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21762
21763 commit 98291e2e689096420465074cce926b226d2e71b4
21764 Author: Remy Bohmer <linux@bohmer.net>
21765 Date:   Tue Jun 3 15:26:26 2008 +0200
21766
21767     DM9000: Some minor code cleanups
21768
21769     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
21770     need some other minor cleanup.
21771
21772     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21773     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21774
21775 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
21776 Author: Remy Bohmer <linux@bohmer.net>
21777 Date:   Tue Jun 3 15:26:25 2008 +0200
21778
21779     DM9000: Make driver work properly for DM9000A
21780
21781     The DM9000A network controller does not work with the U-boot DM9000x driver.
21782     Analysis showed that many incoming packets are lost.
21783
21784     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
21785     check for a valid rx packet be done on the interrupt status register, not
21786     directly by performing the dummy read and the rx status check as is currently
21787     the case in the u-boot driver.
21788
21789     When the recommended poll is done as suggested the driver starts working
21790     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
21791     can be more than 1 package in the fifo at the same time.
21792
21793     The driver must perform the rx-status check in a loop and read and handle all
21794     packages until there is no more left _after_ the interrupt RX flag is set.
21795
21796     This change has been tested with DM9000A, DM9000E, DM9000EP.
21797
21798     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21799     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21800
21801 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
21802 Author: Remy Bohmer <linux@bohmer.net>
21803 Date:   Tue Jun 3 15:26:24 2008 +0200
21804
21805     DM9000: Improve eth_reset() routine
21806
21807     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
21808     reset procedure must be done twice to properly reset the DM9000 by means of software.
21809     This errata is not needed anymore for the DM9000A, but it does not bother it.
21810
21811     This change has been tested with DM9000A, DM9000E, DM9000EP.
21812
21813     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21814     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21815
21816 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
21817 Author: Remy Bohmer <linux@bohmer.net>
21818 Date:   Tue Jun 3 15:26:23 2008 +0200
21819
21820     DM9000: improve eth_send() routine
21821
21822     The eth_send routine of the U-boot DM9000x driver does not match the
21823     DM9000 or DM9000A application notes/programming guides.
21824
21825     This change improves the stability of the DM9000A network controller.
21826
21827     This change has been tested with DM9000A, DM9000E, DM9000EP.
21828
21829     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21830     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21831
21832 commit 134e266253c02a7832560da59d394989c4f64453
21833 Author: Remy Bohmer <linux@bohmer.net>
21834 Date:   Tue Jun 3 15:26:22 2008 +0200
21835
21836     DM9000: repair debug logging
21837
21838     It seems that the debugging code of the DM9000x driver in U-boot has not been
21839     compiled for a long time, because it cannot compile...
21840
21841     Also rearranged some loglines to get more useful info while debugging.
21842
21843     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21844     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21845
21846 commit a101361bfe23c120321e45d114c0603b8e0763e9
21847 Author: Remy Bohmer <linux@bohmer.net>
21848 Date:   Tue Jun 3 15:26:21 2008 +0200
21849
21850     DM9000: Add data bus-width auto detection.
21851
21852     The U-boot DM9000x driver contains a compile time bus-width definition for
21853     the databus connected to the network controller.
21854
21855     This compile check makes the code unclear, inflexible and is unneccessary.
21856     It can be asked to the network controller what its bus-width is by reading bits
21857     6 and 7 of the interrupt status register.
21858
21859     The linux kernel already uses a runtime mechanism to determine this bus-width,
21860     so the implementation below looks somewhat like that implementation.
21861
21862     This change has been tested with DM9000A, DM9000E, DM9000EP.
21863
21864     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21865     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21866
21867 commit 63a0afa0c32e5f4ea98a9439542870072437404d
21868 Author: Stefan Roese <sr@denx.de>
21869 Date:   Wed Jun 4 19:19:20 2008 +0200
21870
21871     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
21872
21873     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
21874     introduced by the commit:
21875
21876     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
21877
21878     With this patch SDRAM will get initialized again and booting from NAND
21879     is working again.
21880
21881     Signed-off-by: Stefan Roese <sr@denx.de>
21882     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
21883
21884 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
21885 Author: Wolfgang Denk <wd@denx.de>
21886 Date:   Tue May 27 14:19:30 2008 +0200
21887
21888     Socrates: Fix PCI bus frequency report
21889
21890     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21891
21892 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
21893 Author: Tor Krill <tor@excito.com>
21894 Date:   Thu May 29 11:10:30 2008 +0200
21895
21896     Fix incorrect switch for IF_TYPE in part.c
21897
21898     Use correct field in block_dev_desc_t when writing interface type in
21899     dev_print. Error introduced in 574b3195.
21900
21901     Also added fix from Martin Krause
21902
21903     Signed-off-by: Tor Krill <tor@excito.com>
21904
21905 commit b64b8a0bd310935b70af69ac970952f2b364ae56
21906 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21907 Date:   Tue May 27 10:25:39 2008 +0200
21908
21909     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
21910
21911     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21912
21913 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
21914 Author: Peter Tyser <ptyser@xes-inc.com>
21915 Date:   Thu May 22 18:56:52 2008 -0500
21916
21917     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
21918
21919     Removed unneeded command line history initialization.  Also, the original
21920     code would access the 'initted' variable before relocation to SDRAM
21921     which resulted in erratic behavior since the bss is not initialized when
21922     executing from flash.
21923
21924     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21925
21926 commit 22f371b63038a4ecab04068877c1089e51a01ba1
21927 Author: Grant Erickson <gerickson@nuovations.com>
21928 Date:   Wed May 21 13:28:30 2008 -0700
21929
21930     PPC4xx: Simplified post_word_{load, store}
21931
21932     This patch simplifies post_word_{load,store} by using the preprocessor
21933     to eliminate redundant, copy-and-pasted code.
21934
21935     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
21936
21937 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
21938 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
21939 Date:   Wed May 7 21:25:33 2008 +0400
21940
21941     cfi_flash: enable M18 flash chips family support.
21942
21943     Added new command set ID. Buffered write command processing is changed
21944     in order to support M18 flash chips family.
21945
21946     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
21947     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
21948
21949 commit 93c56f212ccdadc182018f0769cb284426b88f1d
21950 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
21951 Date:   Wed May 7 21:24:44 2008 +0400
21952
21953     cfi_flash: support of long cmd in U-boot.
21954
21955     Some NOR flash chips needs support of commands with length grether than max
21956     value size of uchar. For example all M18 family chips use 0x1ff command in
21957     buffered write mode as value of program loops count.
21958
21959     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
21960     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
21961
21962 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
21963 Author: Stefan Roese <sr@denx.de>
21964 Date:   Fri May 16 11:06:06 2008 +0200
21965
21966     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
21967
21968     On AD7414 the first value upon bootup is not read correctly.
21969     This is most likely because of the 800ms update time of the
21970     temp register in normal update mode. To get current values
21971     each time we issue the "dtt" command including upon powerup
21972     we switch into one-short mode.
21973
21974     This patch fixes the problem on AD7414 equipped boards (Sequoia,
21975     Canyonlands etc), that temp value printed in the bootup log was
21976     incorrect.
21977
21978     Signed-off-by: Stefan Roese <sr@denx.de>
21979
21980 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
21981 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21982 Date:   Fri May 30 16:55:06 2008 +0200
21983
21984     ppc4xx: Cleanup CPCI405 variant's config file
21985
21986     This patch removes some dead code from CPCI405 board's
21987     config files. JFFS2 support is also removed. It's not used and
21988     CPCI4052 does not build anymore without some size reduction.
21989
21990     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21991
21992 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
21993 Author: Kenneth Johansson <kenneth@southpole.se>
21994 Date:   Thu May 29 16:32:33 2008 +0200
21995
21996     Remove shell variable UNDEF_SYM.
21997
21998     UNDEF_SYM is a shell variable in the main Makefile used to force the
21999     linker to add all u-boot commands to the final image. It has no use here.
22000
22001     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
22002
22003 commit 8c66497e06bf803489c589df58ee591d71033274
22004 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22005 Date:   Fri May 16 11:10:35 2008 +0200
22006
22007     Add support for environment in SPI flash
22008
22009     This is pretty incomplete...it doesn't handle reading the environment
22010     before relocation, it doesn't support redundant environment, and it
22011     doesn't support embedded environment. But apart from that, it does
22012     seem to work.
22013
22014     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22015
22016 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
22017 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22018 Date:   Fri May 16 11:10:34 2008 +0200
22019
22020     SPI Flash: Add "sf" command
22021
22022     This adds a new command, "sf" which can be used to manipulate SPI
22023     flash. Currently, initialization, reading, writing and erasing is
22024     supported.
22025
22026     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22027
22028 commit d25ce7d24cc0f93881559f4009175ea305af65e8
22029 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22030 Date:   Fri May 16 11:10:33 2008 +0200
22031
22032     SPI Flash subsystem
22033
22034     This adds a new SPI flash subsystem.
22035
22036     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
22037     but some preliminary support for other flash types is in place as
22038     well.
22039
22040     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22041
22042 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
22043 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
22044 Date:   Fri May 16 11:10:32 2008 +0200
22045
22046     atmel_spi: Driver for the Atmel SPI controller
22047
22048     This adds a driver for the SPI controller found on most AT91 and AVR32
22049     chips, implementing the new SPI API.
22050
22051     Changed in v4:
22052       - Update to new API
22053       - Handle zero-length transfers appropriately. The user may send a
22054         zero-length SPI transfer with SPI_XFER_END set in order to
22055         deactivate the chip select after a series of transfers with chip
22056         select active. This is useful e.g. when polling the status
22057         register of DataFlash.
22058
22059     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
22060
22061 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
22062 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
22063 Date:   Fri May 16 11:10:31 2008 +0200
22064
22065     SPI API improvements
22066
22067     This patch gets rid of the spi_chipsel table and adds a handful of new
22068     functions that makes the SPI layer cleaner and more flexible.
22069
22070     Instead of the spi_chipsel table, each board that wants to use SPI
22071     gets to implement three hooks:
22072       * spi_cs_activate(): Activates the chipselect for a given slave
22073       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
22074       * spi_cs_is_valid(): Determines if the given bus/chipselect
22075         combination can be activated.
22076
22077     Not all drivers may need those extra functions however. If that's the
22078     case, the board code may just leave them out (assuming they know what
22079     the driver needs) or rely on the linker to strip them out (assuming
22080     --gc-sections is being used.)
22081
22082     To set up communication parameters for a given slave, the driver needs
22083     to call spi_setup_slave(). This returns a pointer to an opaque
22084     spi_slave struct which must be passed as a parameter to subsequent SPI
22085     calls. This struct can be freed by calling spi_free_slave(), but most
22086     driver probably don't want to do this.
22087
22088     Before starting one or more SPI transfers, the driver must call
22089     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
22090     the hardware. When all transfers are done, the driver must call
22091     spi_release_bus() to make the bus available to others, and possibly
22092     shut down the SPI controller hardware.
22093
22094     spi_xfer() behaves mostly the same as before, but it now takes a
22095     spi_slave parameter instead of a spi_chipsel function pointer. It also
22096     got a new parameter, flags, which is used to specify chip select
22097     behaviour. This may be extended with other flags in the future.
22098
22099     This patch has been build-tested on all powerpc and arm boards
22100     involved. I have not tested NIOS since I don't have a toolchain for it
22101     installed, so I expect some breakage there even though I've tried
22102     fixing up everything I could find by visual inspection.
22103
22104     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
22105     DataFlash drivers posted as a follow-up. I'd like some help testing
22106     other boards that use the existing SPI API.
22107
22108     But most of all, I'd like some comments on the new API. Is this stuff
22109     usable for everyone? If not, why?
22110
22111     Changed in v4:
22112       - Build fixes for various boards, drivers and commands
22113       - Provide common struct spi_slave definition that can be extended by
22114         drivers
22115       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
22116       - Make default bus and mode build-time configurable
22117       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
22118
22119     Changed in v3:
22120       - Add opaque struct spi_slave for controller-specific data associated
22121         with a slave.
22122       - Add spi_claim_bus() and spi_release_bus()
22123       - Add spi_free_slave()
22124       - spi_setup() is now called spi_setup_slave() and returns a
22125         struct spi_slave
22126       - soft_spi now supports four SPI modes (CPOL|CPHA)
22127       - Add bus parameter to spi_setup_slave()
22128       - Convert the new i.MX32 SPI driver
22129       - Convert the new MC13783 RTC driver
22130
22131     Changed in v2:
22132       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
22133         new API.
22134
22135     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
22136     Tested-by: Guennadi Liakhovetski <lg@denx.de>
22137
22138 commit 289011207d999b2e4085150d2aa30d547ad9b800
22139 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22140 Date:   Fri May 16 11:10:30 2008 +0200
22141
22142     Move definition of container_of() to common.h
22143
22144     AVR32 and AT91SAM9 both have their own identical definitions of
22145     container_of() taken from the Linux kernel. Move it to common.h so
22146     that all architectures can use it.
22147
22148     container_of() is already used by some drivers, and will be used
22149     extensively by the new and improved SPI API.
22150
22151     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22152
22153 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
22154 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22155 Date:   Fri May 16 11:08:11 2008 +0200
22156
22157     soft_i2c: Pull SDA high before reading
22158
22159     Spotted by Dean Capindale.
22160
22161     Systems that support open-drain GPIO properly are allowed provide an
22162     empty I2C_TRISTATE define. However, this means that we need to be
22163     careful not to drive SDA low when the slave is expected to respond.
22164
22165     This patch adds a missing I2C_SDA(1) to read_byte() required to
22166     tristate the SDA line on systems that support open-drain GPIO.
22167
22168     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22169
22170 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
22171 Author: Stefan Roese <sr@denx.de>
22172 Date:   Mon May 19 11:34:53 2008 +0200
22173
22174     ppc4xx: Remove implementations of testdram()
22175
22176     This patch removes the used testdram() implementations of the board
22177     that are maintained by myself.
22178
22179     Signed-off-by: Stefan Roese <sr@denx.de>
22180
22181 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
22182 Author: Stefan Roese <sr@denx.de>
22183 Date:   Mon Jun 2 17:37:28 2008 +0200
22184
22185     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
22186
22187     Historically the 405 U-Boot port had a dram_init() call in early init
22188     stage. This function was still called from start.S and most of the time
22189     coded in assembler. This is not needed anymore (since a long time) and
22190     boards should implement the common initdram() function in C instead.
22191
22192     This patch now removed the dram_init() call from start.S and removes the
22193     empty implementations that are scattered through most of the 405 board
22194     ports. Some older board ports really implement this dram_init() though.
22195     These are:
22196
22197     csb272
22198     csb472
22199     ERIC
22200     EXBITGEN
22201     W7OLMC
22202     W7OLMG
22203
22204     I changed those boards to call this assembler dram_init() function now
22205     from their board specific initdram() instead. This *should* work, but please
22206     test again on those platforms. And it is perhaps a good idea that those
22207     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
22208     some time. So further patches welcome here.
22209
22210     Signed-off-by: Stefan Roese <sr@denx.de>
22211
22212 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
22213 Author: Stefan Roese <sr@denx.de>
22214 Date:   Mon Jun 2 17:22:11 2008 +0200
22215
22216     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
22217
22218     Signed-off-by: Stefan Roese <sr@denx.de>
22219
22220 commit 39b32be18cd33b53a84065edcd4e465165cc5564
22221 Author: Stefan Roese <sr@denx.de>
22222 Date:   Mon Jun 2 17:20:03 2008 +0200
22223
22224     ppc4xx: Fix common ECC generation code for 440GP style platforms
22225
22226     This patch makes the common 4xx ECC code really usable on 440GP style
22227     platforms.
22228
22229     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
22230     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
22231     we need to make some processor dependant defines used later on by the
22232     driver.
22233
22234     Signed-off-by: Stefan Roese <sr@denx.de>
22235
22236 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
22237 Author: Stefan Roese <sr@denx.de>
22238 Date:   Mon Jun 2 17:13:55 2008 +0200
22239
22240     ppc4xx: Change Kilauea to use the common DDR2 init function
22241
22242     This patch changes the kilauea and kilauea_nand (for NAND booting)
22243     board port to not use a board specific DDR2 init routine anymore. Now
22244     the common code from cpu/ppc4xx is used.
22245
22246     Thanks to Grant Erickson for all his basic work on this 405EX early
22247     bootup.
22248
22249     Signed-off-by: Stefan Roese <sr@denx.de>
22250
22251 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
22252 Author: Stefan Roese <sr@denx.de>
22253 Date:   Mon Jun 2 14:59:21 2008 +0200
22254
22255     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
22256
22257     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
22258     ppc4xx related SDRAM/DDR/DDR2 controller defines.
22259
22260     Signed-off-by: Stefan Roese <sr@denx.de>
22261
22262 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
22263 Author: Stefan Roese <sr@denx.de>
22264 Date:   Mon Jun 2 14:57:41 2008 +0200
22265
22266     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
22267
22268     This patch removes all SDRAM related defines from the PPC4xx headers
22269     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
22270     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
22271
22272     It also introduces new defines for the equipped SDRAM controller based on
22273     which PPC variant is used. There new defines are:
22274
22275     used on 405GR/CR/EP and some Xilinx Virtex boards.
22276
22277     used on 440GP/GX/EP/GR.
22278
22279     used on 440EPx/GRx.
22280
22281     used on 405EX/r/440SP/SPe/460EX/GT.
22282
22283     Signed-off-by: Stefan Roese <sr@denx.de>
22284
22285 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
22286 Author: Stefan Roese <sr@denx.de>
22287 Date:   Mon Jun 2 14:35:44 2008 +0200
22288
22289     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
22290
22291     This patch consolidates the 405 and 440 parts of the NAND booting code
22292     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
22293     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
22294     Only *after* running from this location, nand_boot() is called.
22295
22296     Please note that the initsdram() call is now moved from nand_boot.c
22297     to start.S. I experienced problems with some boards like Kilauea
22298     (405EX), which don't have internal SRAM (OCM) and relocation needs to
22299     be done to SDRAM before the NAND controller can get accessed. When
22300     initdram() is called later on in nand_boot(), this can lead to problems
22301     with variables in the bss sections like nand_ecc_pos[].
22302
22303     Signed-off-by: Stefan Roese <sr@denx.de>
22304     Acked-by: Scott Wood <scottwood@freescale.com>
22305
22306 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
22307 Author: Grant Erickson <gerickson@nuovations.com>
22308 Date:   Thu May 22 14:44:24 2008 -0700
22309
22310     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
22311
22312     This patch (Part 2 of 2):
22313
22314     * Rolls up a suite of changes to enable correct primordial stack and
22315       global data handling when the data cache is used for such a purpose
22316       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
22317
22318     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
22319       eliminating redundant ECC initialization implementations and moving
22320       redundant SDRAM initialization out of board code into shared 4xx
22321       code.
22322
22323     * Enables MCSR visibility on the 405EX(r).
22324
22325     * Enables the use of the data cache for initial RAM on
22326       both AMCC's Kilauea and Makalu and removes a redundant
22327       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
22328
22329       - Removed, per Stefan Roese's request, defunct memory.c file for
22330         Makalu and rolled sdram_init from it into makalu.c.
22331
22332     With respect to the 4xx DDR initialization and ECC unification, there
22333     is certainly more work that can and should be done (file renaming,
22334     etc.). However, that can be handled at a later date on a second or
22335     third pass. As it stands, this patch moves things forward in an
22336     incremental yet positive way for those platforms that utilize this
22337     code and the features associated with it.
22338
22339     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22340     Signed-off-by: Stefan Roese <sr@denx.de>
22341
22342 commit c821b5f120bedf73867513466412587c6912a8f8
22343 Author: Grant Erickson <gerickson@nuovations.com>
22344 Date:   Thu May 22 14:44:14 2008 -0700
22345
22346     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
22347
22348     This patch (Part 1 of 2):
22349
22350     * Rolls up a suite of changes to enable correct primordial stack and
22351       global data handling when the data cache is used for such a purpose
22352       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
22353
22354     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
22355       eliminating redundant ECC initialization implementations and moving
22356       redundant SDRAM initialization out of board code into shared 4xx
22357       code.
22358
22359     * Enables MCSR visibility on the 405EX(r).
22360
22361     * Enables the use of the data cache for initial RAM on
22362       both AMCC's Kilauea and Makalu and removes a redundant
22363       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
22364
22365       - Removed, per Stefan Roese's request, defunct memory.c file for
22366         Makalu and rolled sdram_init from it into makalu.c.
22367
22368     With respect to the 4xx DDR initialization and ECC unification, there
22369     is certainly more work that can and should be done (file renaming,
22370     etc.). However, that can be handled at a later date on a second or
22371     third pass. As it stands, this patch moves things forward in an
22372     incremental yet positive way for those platforms that utilize this
22373     code and the features associated with it.
22374
22375     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22376     Signed-off-by: Stefan Roese <sr@denx.de>
22377
22378 commit a439680019e06171d4a5694b7992accce87f590e
22379 Author: Grant Erickson <gerickson@nuovations.com>
22380 Date:   Wed May 21 13:28:30 2008 -0700
22381
22382     PPC4xx: Simplified post_word_{load, store}
22383
22384     This patch simplifies post_word_{load,store} by using the preprocessor
22385     to eliminate redundant, copy-and-pasted code.
22386
22387     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22388
22389 commit f979690ee337450b2030aba128f95b7a8d9881c0
22390 Author: Kumar Gala <galak@kernel.crashing.org>
22391 Date:   Thu May 15 15:13:08 2008 -0500
22392
22393     Fix warnings from gcc-4.3.0 build on a ppc host
22394
22395     * The cfi_flash.c memset fix actual allows the board to boot so there is
22396       a bit more going on here than just resolving warnings associated with
22397       uninitialized variables.
22398
22399     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
22400       inline function 'ext2_find_next_zero_bit' which is not static
22401
22402     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22403
22404 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
22405 Author: Becky Bruce <becky.bruce@freescale.com>
22406 Date:   Wed May 14 13:09:51 2008 -0500
22407
22408     MPC512x: Change traps.c to not reference non-addressable memory
22409
22410     Currently, END_OF_RAM is used by the trap code to determine if
22411     we should attempt to access the stack pointer or not. However,
22412     on systems with a lot of RAM, only a subset of the RAM is
22413     guaranteed to be mapped in and accessible.  Change END_OF_RAM
22414     to use get_effective_memsize() instead of using the raw ram
22415     size out of the bd.
22416
22417     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22418
22419 commit 81673e9ae14b771cd13faf19947192599cae3959
22420 Author: Kumar Gala <galak@kernel.crashing.org>
22421 Date:   Tue May 13 19:01:54 2008 -0500
22422
22423     Make sure common.h is the first include.
22424
22425     If common.h isn't first we can get CONFIG_ options defined in the
22426     board config file ignored.  This can cause an issue if any of those
22427     config options impact the size of types of data structures
22428     (eg CONFIG_PHYS_64BIT).
22429
22430     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22431
22432 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
22433 Author: Marian Balakowicz <m8@semihalf.com>
22434 Date:   Tue May 13 15:53:29 2008 +0200
22435
22436     Avoid initrd and logbuffer area overlaps
22437
22438     Add logbuffer to reserved LMB areas to prevent initrd allocation
22439     from overlaping with it.
22440
22441     Make sure to use correct logbuffer base address.
22442
22443     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22444
22445 commit 6956d53d9934862507f83f0e3255dfd4662e7482
22446 Author: Sascha Laue <sascha.laue@liebherr.com>
22447 Date:   Tue May 13 13:29:54 2008 +0200
22448
22449     lwmon5: add memory-pattern-test to FPGA POST.
22450
22451 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
22452 Author: Becky Bruce <becky.bruce@freescale.com>
22453 Date:   Thu May 8 19:02:51 2008 -0500
22454
22455     PPC: 86xx Add bat registers to reginfo command
22456
22457     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22458
22459 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
22460 Author: Becky Bruce <becky.bruce@freescale.com>
22461 Date:   Fri May 9 15:41:35 2008 -0500
22462
22463     PPC: Add print_bats() to lib_ppc/bat_rw.c
22464
22465     This function prints the values of all the BAT register
22466     pairs - I needed this for debug earlier this week; adding it to
22467     lib_ppc so others can use it (and add it to reginfo commands
22468     if so desired).
22469
22470     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22471
22472 commit c148f24c15743a02e855636e6bed013bd121f7f2
22473 Author: Becky Bruce <becky.bruce@freescale.com>
22474 Date:   Thu May 15 21:29:04 2008 -0500
22475
22476     PPC: Change lib_ppc/bat_rw.c to use high bats
22477
22478     Currently, this code only deals with BATs 0-3, which makes
22479     it useless on systems that support BATs 4-7.  Add the
22480     support for these registers.
22481
22482     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
22483
22484 commit 31d826722434931e1152a09d140187dcf72f8aac
22485 Author: Becky Bruce <becky.bruce@freescale.com>
22486 Date:   Thu May 8 19:02:12 2008 -0500
22487
22488     PPC: Create and use CONFIG_HIGH_BATS
22489
22490     Change all code that conditionally operates on high bat
22491     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
22492     instead of the myriad ways this is done now.  Define the option
22493     for every config for which high bats are supported (and
22494     enabled by early boot, on parts where they're not always
22495     enabled)
22496
22497     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22498
22499 commit aa3b8bf9c30065bb2ea852799d32db5020598495
22500 Author: Wolfgang Grandegger <wg@grandegger.com>
22501 Date:   Wed May 28 19:55:19 2008 +0200
22502
22503     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
22504
22505     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22506     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22507
22508 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
22509 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22510 Date:   Wed May 28 13:06:25 2008 -0500
22511
22512     ColdFire: Add 10 base ethernet support for mcf5445x
22513
22514     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22515     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22516
22517 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
22518 Author: Jason McMullan <mcmullan@netapp.com>
22519 Date:   Fri May 30 00:53:38 2008 +0900
22520
22521     mips: Add an 'include/asm/errno.h', like all other architectures
22522
22523     All other u-boot architectures have an include/asm/errno.h, so
22524     this change adds it to the mips include/asm-mips headers also.
22525
22526     Stolen from Linux 2.6.25.
22527
22528     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22529
22530 commit e2ad8426624bac457acc6925b6ff408e9bf20466
22531 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22532 Date:   Fri May 30 00:53:38 2008 +0900
22533
22534     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
22535
22536     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22537
22538 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
22539 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22540 Date:   Fri May 30 00:53:38 2008 +0900
22541
22542     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
22543
22544     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22545
22546 commit bf462ae450a7f2eeeddc699ed345b391e3263540
22547 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22548 Date:   Fri May 30 00:53:37 2008 +0900
22549
22550     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
22551
22552     No functional changes.
22553
22554     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22555
22556 commit 89a1550ec6b74452274a7a23127936e2c7eec711
22557 Author: Jason McMullan <mcmullan@netapp.com>
22558 Date:   Fri May 30 00:53:37 2008 +0900
22559
22560     mips: If CONFIG_CMD_SPI is defined, call spi_init()
22561
22562     The mips architecture currently does not call 'spi_init()' in the generic
22563     board initialization routine is CONFIG_CMD_SPI is defined.
22564
22565     This patch rectifies that problem.
22566
22567     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22568     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22569
22570 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
22571 Author: Jason McMullan <mcmullan@netapp.com>
22572 Date:   Fri May 30 00:53:37 2008 +0900
22573
22574     [MIPS] lib_mips/board.c: Add nand_init
22575
22576     This patch adds the standard 'nand_init()' call to the mips generic
22577     'board_init_r()' call, bringing MIPS in line with the other architectures.
22578
22579     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22580     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22581
22582 commit d6ac2ed893c2168738aee01579d6283af8d37045
22583 Author: Scott Wood <scottwood@freescale.com>
22584 Date:   Thu May 22 10:49:46 2008 -0500
22585
22586     Remove prototypes of nand_init() in favor of including nand.h.
22587
22588     Likewise with onenand_init().
22589
22590     Signed-off-by: Scott Wood <scottwood@freescale.com>
22591
22592 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
22593 Author: Scott Wood <scottwood@freescale.com>
22594 Date:   Thu May 22 10:49:00 2008 -0500
22595
22596     Make onenand_uboot.h self-sufficient.
22597
22598     Don't assume types are provided by previously included headers.
22599
22600     Signed-off-by: Scott Wood <scottwood@freescale.com>
22601
22602 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
22603 Author: Dirk Behme <dirk.behme@gmail.com>
22604 Date:   Wed Jan 16 14:26:59 2008 +0100
22605
22606     nand: Correct NAND erase percentage output
22607
22608     For NAND erase sizes smaller than one NAND erase block, erase
22609     percentage output becomes grater than 100% e.g.
22610
22611     -- cut --
22612       > nand info
22613     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
22614       > nand erase 0x100000 0x2000
22615     NAND erase: device 0 offset 0x100000, size 0x2000
22616     Erasing at 0x100000 -- 200% complete.
22617     OK
22618       >
22619     -- cut --
22620
22621     Correct this and give user a warning that more is erased than specified:
22622
22623     -- cut --
22624       > nand erase 0x100000 0x2000
22625     NAND erase: device 0 offset 0x100000, size 0x2000
22626     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
22627                Erasing 0x00004000 instead
22628     Erasing at 0x100000 -- 100% complete.
22629     OK
22630       >
22631     -- cut --
22632
22633     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22634
22635 commit 5922db6c0948506be91e0de44e7a6863a18a417f
22636 Author: Stelian Pop <stelian@popies.net>
22637 Date:   Tue May 13 17:31:24 2008 +0200
22638
22639     Cleanup nand_info[] declaration.
22640
22641     The nand_info array is declared as extern in several .c files.
22642     Those days, nand.h contains a reference to the array, so there is
22643     no need to declare it elsewhere.
22644
22645     Signed-off-by: Stelian Pop <stelian@popies.net>
22646     Signed-off-by: Scott Wood <scottwood@freescale.com>
22647
22648 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
22649 Author: Scott Wood <scottwood@freescale.com>
22650 Date:   Mon May 19 09:30:43 2008 -0500
22651
22652     NAND: Provide a sane default for NAND_MAX_CHIPS.
22653
22654     This allows the header to be included regardless of whether a board's
22655     config file provides NAND-related defininitions.
22656
22657     Signed-off-by: Scott Wood <scottwood@freescale.com>
22658
22659 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
22660 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22661 Date:   Mon May 26 12:19:10 2008 +0200
22662
22663     avr32: Fix theoretical race in udelay()
22664
22665     If the specified delay is very short, the cycle counter may go past the
22666     "end" time we are waiting for before we get around to reading it.
22667
22668     Fix it by checking the different between the cycle count "now" and the
22669     cycle count at the beginning. This will work as long as the delay
22670     measured in number of cycles is below 2^31.
22671
22672     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22673
22674 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
22675 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22676 Date:   Wed May 21 13:01:09 2008 +0200
22677
22678     avr32: Compile atmel_mci.o conditionally
22679
22680     Remove #ifdef CONFIG_MMC from the source file and use conditional
22681     compilation in the Makefile instead.
22682
22683     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22684
22685 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
22686 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22687 Date:   Thu May 22 12:28:25 2008 +0200
22688
22689     avr32: Fix wrong error flags in atmel_mci driver
22690
22691     Make sure we check for CRC errors when sending commands that use CRC
22692     checking.
22693
22694     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22695     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22696
22697 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
22698 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22699 Date:   Wed May 21 11:10:59 2008 +0200
22700
22701     avr32: Fix two warnings in atmel_mci.c
22702
22703     The warnings are harmless but annoying. Let's fix them.
22704
22705     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22706
22707 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
22708 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22709 Date:   Mon May 19 11:36:28 2008 +0200
22710
22711     avr32: Rework SDRAM initialization code
22712
22713     This cleans up the SDRAM initialization and related code a bit, and
22714     allows faster booting.
22715
22716       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
22717       * Remove memory test from sdram_init() and make caller responsible
22718         for verifying the SDRAM and determining its size.
22719       * Remove base_address member from struct sdram_config (was sdram_info)
22720       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
22721       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
22722
22723     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22724
22725 commit 95107b7c028806919630bf02c653aa8f4f867c94
22726 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22727 Date:   Mon May 19 11:27:37 2008 +0200
22728
22729     avr32: Do stricter stack checking in the exception handler
22730
22731     Don't do a stack dump if the stack pointer is outside the memory area
22732     reserved for stack.
22733
22734     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22735
22736 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
22737 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22738 Date:   Fri May 2 15:32:57 2008 +0200
22739
22740     avr32: Use the same entry point for reset and exception handling
22741
22742     Since the reset vector is always aligned to a very large boundary, we
22743     can save a couple of KB worth of alignment padding by placing the
22744     exception vectors at the same address.
22745
22746     Deciding which one it is is easy: If we're handling an exception, the
22747     CPU is in Exception mode. If we're starting up after reset, the CPU is
22748     in Supervisor mode. So this adds a very minimal overhead to the reset
22749     path (only executed once) and the exception handling path (normally
22750     never executed at all.)
22751
22752     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22753
22754 commit 0c16eed2189a190bd5655b33c029f809a9b31128
22755 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22756 Date:   Fri May 2 15:24:22 2008 +0200
22757
22758     avr32: Put memset in its own section
22759
22760     All C code is compiled with -ffunction-sections -fdata-sections.
22761     Assembly functions should get their own sections as well so that
22762     everything looks consistent.
22763
22764     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22765
22766 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
22767 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22768 Date:   Fri May 2 15:21:40 2008 +0200
22769
22770     avr32: Rename pm_init() as clk_init() and make SoC-specific
22771
22772     pm_init() was always more about clock initialization than anything
22773     else. Dealing with PLLs, clock gating and such is also inherently
22774     SoC-specific, so move it into a SoC-specific directory.
22775
22776     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22777
22778 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
22779 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22780 Date:   Wed Apr 30 16:15:57 2008 +0200
22781
22782     avr32: Use new-style Makefile for the at32ap platform
22783
22784     This makes it easier to avoid compiling certain files later.
22785
22786     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22787
22788 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
22789 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22790 Date:   Wed Apr 30 14:36:47 2008 +0200
22791
22792     avr32: Remove unused file cpu/at32ap/pm.c
22793
22794     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22795
22796 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
22797 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22798 Date:   Wed Apr 30 14:19:28 2008 +0200
22799
22800     avr32: Clean up the HMATRIX code
22801
22802     Rework the HMATRIX configuration interface so that it becomes easier
22803     to configure the HMATRIX for boards with special needs, and add new
22804     parts.
22805
22806     The HMATRIX header file has been split into a general,
22807     chip-independent part with register definitions, etc. and a
22808     chip-specific part with SFR bitfield definitions and master/slave
22809     identifiers.
22810
22811     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22812
22813 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
22814 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22815 Date:   Thu Nov 22 12:14:11 2007 +0100
22816
22817     avr32: Add support for the ATSTK1006 board
22818
22819     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
22820     board. It's currently in production and will be available soon.
22821
22822     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22823
22824 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
22825 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22826 Date:   Tue Apr 29 12:53:05 2008 +0200
22827
22828     avr32: Get rid of the .flashprog section
22829
22830     The .flashprog section was only needed back when we were running
22831     directly from flash, and it's even more useless on NGW100 since it
22832     uses the CFI flash driver which never used this workaround in the
22833     first place.
22834
22835     Remove it on STK1000 as well, and get rid of all the associated code and
22836     annotations.
22837
22838     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22839
22840 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
22841 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22842 Date:   Wed Apr 30 13:09:56 2008 +0200
22843
22844     avr32: Use correct condition around macb clock accessors
22845
22846     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
22847     the chip has a MACB controller, not when it has a USART.
22848
22849     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22850
22851 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
22852 Author: David Brownell <david-b@pacbell.net>
22853 Date:   Wed Apr 16 22:57:58 2008 -0700
22854
22855     avr32: Disable the AP7000 internal watchdog on startup
22856
22857     This patch forces the watchdog off in all cases.  That will at least
22858     get rid of the constant reboot cycle, though it won't let the watchdog
22859     actually run in the new kernels:  its probe() comes up with a polite
22860     warning.
22861
22862     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22863
22864 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
22865 Author: David Brownell <david-b@pacbell.net>
22866 Date:   Fri Feb 22 12:54:39 2008 -0800
22867
22868     avr32: stk1002 and ngw100 convergence
22869
22870     Make STK1002 and NGW100 boards act more alike:
22871       - STK boards can use as many arguments as NGW
22872       - STK boards don't need to manage FPGAs either
22873       - NGW commands should match STK ones
22874
22875     Also spell U-Boot right in prompts for STK1002 and NGW100.
22876
22877     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22878     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
22879     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22880
22881 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
22882 Author: Sergei Poselenov <sposelenov@emcraft.com>
22883 Date:   Tue May 27 13:47:00 2008 +0200
22884
22885     Socrates: Fix PCI bus frequency report
22886
22887     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22888
22889 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
22890 Author: Sergei Poselenov <sposelenov@emcraft.com>
22891 Date:   Tue May 27 11:49:13 2008 +0200
22892
22893     Socrates: Added USB support.
22894
22895     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22896
22897 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
22898 Author: Sergei Poselenov <sposelenov@emcraft.com>
22899 Date:   Tue May 27 11:35:02 2008 +0200
22900
22901     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
22902
22903     In case of several PCI USB controllers on a board this variable
22904     specifys which controller to use.
22905     See doc/README.generic_usb_ohci for details.
22906
22907     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22908
22909 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
22910 Author: Sergei Poselenov <sposelenov@emcraft.com>
22911 Date:   Tue May 27 10:36:07 2008 +0200
22912
22913     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
22914
22915     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22916
22917 commit 83e9d7a2614d4006b92690afa3390c291734267e
22918 Author: Sergei Poselenov <sposelenov@emcraft.com>
22919 Date:   Mon May 26 18:16:04 2008 +0200
22920
22921     Socrates: Config file cleanup.
22922
22923     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22924
22925 commit 602cac1389b755b223272f2328a47e6f8c240848
22926 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22927 Date:   Sat May 24 12:47:46 2008 +0200
22928
22929     MAKEALL: add at91 list
22930
22931     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22932
22933 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
22934 Author: Ron Madrid <ron_madrid@sbcglobal.net>
22935 Date:   Fri May 23 15:37:05 2008 -0700
22936
22937     Add Marvell 88E1118 support for TSEC
22938
22939     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
22940     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22941
22942 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
22943 Author: Jens Gehrlein <sew_s@tqs.de>
22944 Date:   Mon May 5 14:06:11 2008 +0200
22945
22946     smc911x: add 16 bit support
22947
22948     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
22949     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22950
22951 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
22952 Author: Christian Eggers <ceggers@gmx.de>
22953 Date:   Wed May 21 21:29:10 2008 +0200
22954
22955     Fix endianess conversion in usb_ohci.c
22956
22957     Sorry, I forgot this line:
22958
22959     Signed-off-by: Christian Eggers <ceggers@gmx.de>
22960
22961     I think this must be swapped (result may be equal).
22962
22963 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
22964 Author: Christian Eggers <ceggers@gmx.de>
22965 Date:   Wed May 21 22:12:00 2008 +0200
22966
22967     USB: replace old swap_ with proper endianess conversion macros
22968
22969     Signed-off-by: Christian Eggers <ceggers@gmx.de>
22970     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22971
22972 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
22973 Author: Christian Eggers <ceggers@gmx.de>
22974 Date:   Wed May 21 21:29:10 2008 +0200
22975
22976     Fix endianess conversion in usb_ohci.c
22977
22978     Signed-off-by: Christian Eggers <ceggers@gmx.de>
22979     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22980
22981 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
22982 Author: Sergei Poselenov <sposelenov@emcraft.com>
22983 Date:   Thu May 22 01:15:53 2008 +0200
22984
22985     USB: add support for multiple PCI OHCI controllers
22986
22987     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
22988     In case of several PCI USB controllers on a board this variable
22989     specifys which controller to use.
22990
22991     Also add USB support for sokrates board.
22992
22993     See doc/README.generic_usb_ohci for details.
22994
22995     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22996     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22997
22998 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
22999 Author: Wolfgang Denk <wd@denx.de>
23000 Date:   Wed May 21 16:56:08 2008 +0200
23001
23002     Fix some whitespace issues
23003
23004     introduced by 53677ef18 "Big white-space cleanup."
23005
23006     Signed-off-by: Wolfgang Denk <wd@denx.de>
23007
23008 commit 4416603aeb06861b468b06a981e52c3ff805db7b
23009 Author: York Sun <yorksun@freescale.com>
23010 Date:   Mon May 12 14:36:39 2008 -0500
23011
23012     Make ads5121 out-of-tree compiling safe
23013
23014     Reuse the existing DIU driver in board/freescale/common.
23015
23016     Signed-off-by: York Sun <yorksun@freescale.com>
23017
23018 commit 0e1bad47cd345c76c91a64caf41011e431b62599
23019 Author: York Sun <yorksun@freescale.com>
23020 Date:   Mon May 5 10:20:01 2008 -0500
23021
23022     Adding DIU support for Freescale 5121ADS
23023
23024     Add DIU and cfb console support to FSL 5121ADS board.
23025
23026     Use #define CONFIG_VIDEO in config file to enable fb console.
23027
23028     Signed-off-by: York Sun <yorksun@freescale.com>
23029
23030 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
23031 Author: York Sun <yorksun@freescale.com>
23032 Date:   Mon May 5 10:20:00 2008 -0500
23033
23034     Replace DPRINTF with debug
23035
23036     Remove DPRINTF macro and replace it with generic debug macro.
23037
23038     Signed-off-by: York Sun <yorksun@freescale.com>
23039
23040 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
23041 Author: York Sun <yorksun@freescale.com>
23042 Date:   Mon May 5 10:19:59 2008 -0500
23043
23044     Move pixel clock setting to board file
23045
23046     The clock divider has different format in 5121 and 8610. This patch moves it to
23047     board specific code.
23048
23049     Signed-off-by: York Sun <yorksun@freescale.com>
23050
23051 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
23052 Author: Wolfgang Denk <wd@denx.de>
23053 Date:   Tue May 20 16:00:29 2008 +0200
23054
23055     Big white-space cleanup.
23056
23057     This commit gets rid of a huge amount of silly white-space issues.
23058     Especially, all sequences of SPACEs followed by TAB characters get
23059     removed (unless they appear in print statements).
23060
23061     Also remove all embedded "vim:" and "vi:" statements which hide
23062     indentation problems.
23063
23064     Signed-off-by: Wolfgang Denk <wd@denx.de>
23065
23066 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
23067 Author: Sergei Poselenov <sposelenov@emcraft.com>
23068 Date:   Thu May 8 17:46:23 2008 +0200
23069
23070     socrates: fix second TSEC configuration (it is actually TSEC3)
23071
23072     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
23073
23074 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
23075 Author: Sergei Poselenov <sposelenov@emcraft.com>
23076 Date:   Thu May 8 14:17:08 2008 +0200
23077
23078     Fixed reset for socrates
23079
23080     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
23081
23082 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
23083 Author: Sergei Poselenov <sposelenov@emcraft.com>
23084 Date:   Wed May 7 15:10:49 2008 +0200
23085
23086     socrates: changes to support FDT
23087
23088     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
23089     Signed-off-by: Wolfgang Denk <wd@denx.de>
23090
23091 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
23092 Author: Sergei Poselenov <sposelenov@emcraft.com>
23093 Date:   Wed Apr 30 11:42:50 2008 +0200
23094
23095     Initial support for "Socrates" board
23096
23097     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
23098
23099 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
23100 Author: Yuri Tikhonov <yur@emcraft.com>
23101 Date:   Thu May 8 15:46:42 2008 +0200
23102
23103     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
23104
23105     This way we become able to utilize the full post_log_word for POST
23106     activities (overwise, POST ECC, which has 0x8000 ID, could be
23107     erroneously treated as started in post_output_backlog() even if there
23108     was actually no POST ECC run (because of OCM POST failure, for
23109     example).
23110
23111     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23112
23113 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
23114 Author: Yuri Tikhonov <yur@emcraft.com>
23115 Date:   Thu May 8 15:46:02 2008 +0200
23116
23117     POST: mark OCM test as POST_STOP
23118
23119     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23120
23121 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
23122 Author: Yuri Tikhonov <yur@emcraft.com>
23123 Date:   Thu May 8 15:45:26 2008 +0200
23124
23125     POST: add POST_STOP flag
23126
23127     Don't run futher tests in case of a test fails that is marked as
23128     POST_STOP.
23129
23130     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23131     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23132
23133 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
23134 Author: Yuri Tikhonov <yur@emcraft.com>
23135 Date:   Thu May 8 15:44:16 2008 +0200
23136
23137     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
23138
23139     Switch the OCM testid with the codec one. The reason is that current
23140     implementation requires the POST_ROM testid to fit into lower 16
23141     bits, and the codec test will never run with POST_ROM hopefully.
23142
23143     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23144
23145 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
23146 Author: Yuri Tikhonov <yur@emcraft.com>
23147 Date:   Thu May 8 15:43:28 2008 +0200
23148
23149     lwmon5: enable OCM post test on lwmon5 board
23150
23151     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23152
23153 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
23154 Author: Yuri Tikhonov <yur@emcraft.com>
23155 Date:   Thu May 8 15:42:47 2008 +0200
23156
23157     POST: OCM test added.
23158
23159     Added OCM test to POST layer. This version runs before all other tests
23160     but doesn't yet interrupt post sequence on failure.
23161
23162     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23163     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23164
23165 commit 6891260bdd935a382c95d9fa333922b0dfded68a
23166 Author: Yuri Tikhonov <yur@emcraft.com>
23167 Date:   Thu May 8 15:40:39 2008 +0200
23168
23169     POST: typo fix
23170
23171     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23172
23173 commit 727f63334676e760877d43bfb8f0e9331ac8b101
23174 Author: Hebbar <gururajakr@sanyo.co.in>
23175 Date:   Tue May 20 02:16:36 2008 -0700
23176
23177     common/usb.c: fix incorrect escape sequence
23178
23179     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
23180
23181 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
23182 Author: York Sun <yorksun@freescale.com>
23183 Date:   Thu May 15 15:26:27 2008 -0500
23184
23185     Fix 8313ERDB board configuration
23186
23187     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
23188     Correct TSEC1 vs TSEC2 assignment.
23189     Define ETHADDR and ETH1ADDR always.
23190
23191     Signed-off-by: York Sun <yorksun@freescale.com>
23192     Signed-off-by: Timur Tabi <timur@freescale.com>
23193
23194 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
23195 Author: Jon Loeliger <jdl@freescale.com>
23196 Date:   Mon May 19 09:47:25 2008 -0500
23197
23198     mpc86xx: Removed unused and unconfigured memory test code.
23199
23200     Besides, other common code exists.
23201
23202     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23203
23204 commit 180a90abdae72587c0f679edf8991455e559440d
23205 Author: Wolfgang Denk <wd@denx.de>
23206 Date:   Mon May 19 12:47:11 2008 +0200
23207
23208     Release v1.3.3
23209
23210     Update CHANGELOG for release.
23211
23212     Signed-off-by: Wolfgang Denk <wd@denx.de>
23213
23214 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
23215 Author: Stefan Roese <sr@denx.de>
23216 Date:   Mon May 19 07:14:38 2008 +0200
23217
23218     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
23219
23220     When SATA is selected (via jumper J6) we need to disable the first PCIe
23221     node in the device tree, so that Linux doesn't initialize it. Otherwise
23222     the Linux SATA driver will fail to detect the devices.
23223
23224     The same goes the other way around too. So if PCIe is selected we need
23225     to disable the SATA node in the device tree.
23226
23227     This is because PCIe port 0 and SATA on 460EX share the same pins
23228     (multiplexed) and we have to configure in U-Boot which peripheral is
23229     enabled.
23230
23231     Signed-off-by: Stefan Roese <sr@denx.de>
23232
23233 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
23234 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23235 Date:   Sun May 18 19:09:58 2008 +0200
23236
23237     i386: Fix multiple definitions of __show_boot_progress
23238
23239     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23240
23241 commit 311f3446930c1e64c12026c1cfd00500b05be52d
23242 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23243 Date:   Sun May 18 19:09:57 2008 +0200
23244
23245     sc530_spunk: add missing SOBJS entry
23246
23247     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23248
23249 commit a559317143b4f95927b08cd388707e6f077e95fa
23250 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23251 Date:   Sun May 18 19:09:56 2008 +0200
23252
23253     sc520_spunk: Fix flash
23254
23255     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
23256     flash.c:398: error: label at end of compound statement
23257
23258     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23259
23260 commit 91f221317af64191ee8caf303ea9305943158691
23261 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23262 Date:   Sun May 18 19:09:49 2008 +0200
23263
23264     drivers/pcmcia: add missing i82365
23265
23266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23267
23268 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
23269 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23270 Date:   Sun May 18 19:09:47 2008 +0200
23271
23272     i386/bootm: remove unused var
23273
23274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23275
23276 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
23277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23278 Date:   Sun May 18 19:09:45 2008 +0200
23279
23280     example/gitignore: update with all generated examples
23281
23282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23283
23284 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
23285 Author: Wolfgang Denk <wd@denx.de>
23286 Date:   Thu May 15 00:42:45 2008 +0200
23287
23288     TQM8272: fix out-of-tree building
23289
23290     ...and add to MAKEALL script
23291
23292     Signed-off-by: Wolfgang Denk <wd@denx.de>
23293
23294 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
23295 Author: Wolfgang Denk <wd@denx.de>
23296 Date:   Wed May 14 23:34:53 2008 +0200
23297
23298     environment: fix bug introduced by commit a8409f4f1ac8
23299
23300     env_get_char is not a function, but a pointer to one.
23301
23302     Signed-off-by: Wolfgang Denk <wd@denx.de>
23303
23304 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
23305 Author: Gary Jennejohn <garyj@denx.de>
23306 Date:   Wed May 14 13:39:22 2008 +0200
23307
23308     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
23309
23310     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
23311     use a redundant environment.
23312
23313     Signed-off-by: Gary Jennejohn <garyj@denx.de>
23314
23315 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
23316 Author: Wolfgang Denk <wd@denx.de>
23317 Date:   Wed May 14 13:55:30 2008 +0200
23318
23319     Fix config files for out-of-tree building
23320
23321     Several board/<...>/config.mk files include dynamically built (by
23322     the Makefile) config files but used the wrong file name of
23323         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
23324     instead if the correct
23325         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
23326
23327     The bug is nasty because the build result is correct for the (normal)
23328     in-tree builds, and because 'sinclude' is used no errors get raised
23329     even for out-of-tree build tests. But out-of-tree builds use an
23330     incomplete and thus usually incorrect configuration...
23331
23332     Signed-off-by: Wolfgang Denk <wd@denx.de>
23333
23334 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
23335 Author: Stefan Roese <sr@denx.de>
23336 Date:   Wed May 14 13:40:03 2008 +0200
23337
23338     ppc4xx: Fix bogus Canyonlands config.mk
23339
23340     This patch fixes the canyonlands config.mk file to enable correct
23341     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
23342
23343     Signed-off-by: Stefan Roese <sr@denx.de>
23344
23345 commit fdd1247a66d788a3446244f6fde9955a93c26322
23346 Author: Stefan Roese <sr@denx.de>
23347 Date:   Wed May 14 10:32:32 2008 +0200
23348
23349     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
23350
23351     Canyonlands has a file ddr2_fixed.c which needs special treatment when
23352     building in separate directory. It has to be linked to build directory
23353     otherwise it is not seen.
23354
23355     Signed-off-by: Stefan Roese <sr@denx.de>
23356
23357 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
23358 Author: Wolfgang Denk <wd@denx.de>
23359 Date:   Wed May 14 12:22:49 2008 +0200
23360
23361     environment: cleanup prototype declarations of env functions.
23362
23363     Signed-off-by: Wolfgang Denk <wd@denx.de>
23364
23365 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
23366 Author: Wolfgang Denk <wd@denx.de>
23367 Date:   Wed May 14 12:21:48 2008 +0200
23368
23369     linkstation_HGLAN: Fix out of tree building.
23370
23371     Signed-off-by: Wolfgang Denk <wd@denx.de>
23372
23373 commit 085551c05ca09e6c491ea11a1c6727a36776a545
23374 Author: Stefan Roese <sr@denx.de>
23375 Date:   Wed May 14 10:32:32 2008 +0200
23376
23377     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
23378
23379     Canyonlands has a file ddr2_fixed.c which needs special treatment when
23380     building in separate directory. It has to be linked to build directory
23381     otherwise it is not seen.
23382
23383     Signed-off-by: Stefan Roese <sr@denx.de>
23384
23385 commit 1510b82d50615f344e89d42533e8224cce067dc0
23386 Author: Wolfgang Denk <wd@denx.de>
23387 Date:   Tue May 13 23:15:52 2008 +0200
23388
23389     Makefile: fix "error: version_autogenerated.h: No such file or directory"
23390
23391     Signed-off-by: Wolfgang Denk <wd@denx.de>
23392
23393 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
23394 Author: Stelian Pop <stelian@popies.net>
23395 Date:   Tue May 13 17:31:24 2008 +0200
23396
23397     Cleanup nand_info[] declaration.
23398
23399     The nand_info array is declared as extern in several .c files.
23400     Those days, nand.h contains a reference to the array, so there is
23401     no need to declare it elsewhere.
23402
23403     Signed-off-by: Stelian Pop <stelian@popies.net>
23404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23405
23406 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
23407 Author: Stefan Roese <sr@denx.de>
23408 Date:   Tue May 13 20:22:01 2008 +0200
23409
23410     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
23411
23412     Signed-off-by: Stefan Roese <sr@denx.de>
23413
23414 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
23415 Author: Wolfgang Denk <wd@denx.de>
23416 Date:   Mon May 12 01:11:21 2008 +0200
23417
23418     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
23419
23420     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
23421     which broke many PowerPC boards.
23422
23423 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
23424 Author: Wolfgang Denk <wd@denx.de>
23425 Date:   Mon May 12 00:56:28 2008 +0200
23426
23427     Revert "Avoid initrd and logbuffer area overlaps"
23428
23429     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
23430     which breaks building on all PPC boards that don't use a log buffer.
23431
23432 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
23433 Author: Nick Spence <nick.spence@freescale.com>
23434 Date:   Sat May 10 14:02:04 2008 -0700
23435
23436     Fix offset calculation for multi-type legacy images.
23437
23438     Calculation of tail was incorrect when size % 4 == 0.
23439
23440     New code removes the conditional and does the same thing but with arithmetic
23441
23442     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23443
23444 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
23445 Author: Wolfgang Denk <wd@denx.de>
23446 Date:   Mon May 12 00:40:58 2008 +0200
23447
23448     Revert "Change env_get_char from a global function ptr to a function."
23449
23450     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
23451     which is known to break booting from dataflash and NAND.
23452
23453 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
23454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23455 Date:   Sun May 11 23:13:57 2008 +0200
23456
23457     API: remove duplicate syscall check
23458
23459     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23460
23461 commit 67e3beb52c320b0a31cf030716c99392cde2d532
23462 Author: Stelian Pop <stelian@popies.net>
23463 Date:   Fri May 9 21:46:51 2008 +0200
23464
23465     AT91: Cleanup unused config header file definitions.
23466
23467     CONFIG_ENV_OVERWRITE is commented out in the config header files,
23468     so let's cleanup the files by removing the whole definition.
23469
23470     Signed-off-by: Stelian Pop <stelian@popies.net>
23471     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23472
23473 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
23474 Author: Stelian Pop <stelian@popies.net>
23475 Date:   Thu May 8 14:52:34 2008 +0200
23476
23477     Support AT91CAP9 revC CPUs
23478
23479     The AT91CAP9 revC CPU has a few differences over the previous,
23480     revB CPU which was distributed in small quantities only (revA was
23481     an internal Atmel product only).
23482
23483     The revC silicon needs a special initialisation sequence to
23484     switch from the internal (imprecise) RC oscillator to the
23485     external 32k clock.
23486
23487     Signed-off-by: Stelian Pop <stelian@popies.net>
23488     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23489
23490 commit 098b7b4b441b12c2a64dd517930f43c793542759
23491 Author: Stelian Pop <stelian@popies.net>
23492 Date:   Thu May 8 14:52:33 2008 +0200
23493
23494     Use custom logo for Atmel boards
23495
23496     This patch adds a custom vendor logo for the Atmel AT91 boards.
23497
23498     Signed-off-by: Stelian Pop <stelian@popies.net>
23499     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23500
23501 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
23502 Author: Stelian Pop <stelian@popies.net>
23503 Date:   Thu May 8 14:52:32 2008 +0200
23504
23505     AT91SAM9RLEK: hook up the ATMEL LCD driver
23506
23507     This patch makes the necessary adaptations (PIO configurations and
23508     defines in config header file) to hook up the Atmel LCD driver to the
23509     AT91SAM9RLEK board.
23510
23511     Signed-off-by: Stelian Pop <stelian@popies.net>
23512     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23513
23514 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
23515 Author: Stelian Pop <stelian@popies.net>
23516 Date:   Thu May 8 14:52:31 2008 +0200
23517
23518     AT91SAM9263EK: hook up the ATMEL LCD driver
23519
23520     This patch makes the necessary adaptations (PIO configurations and
23521     defines in config header file) to hook up the Atmel LCD driver to the
23522     AT91SAM9263EK board.
23523
23524     Signed-off-by: Stelian Pop <stelian@popies.net>
23525     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23526
23527 commit 820f2a958325061a446115f3035e48e4726b3390
23528 Author: Stelian Pop <stelian@popies.net>
23529 Date:   Thu May 8 14:52:30 2008 +0200
23530
23531     AT91SAM9261EK: hook up the ATMEL LCD driver
23532
23533     This patch makes the necessary adaptations (PIO configurations and
23534     defines in config header file) to hook up the Atmel LCD driver to the
23535     AT91SAM9261EK board.
23536
23537     Signed-off-by: Stelian Pop <stelian@popies.net>
23538     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23539
23540 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
23541 Author: Stelian Pop <stelian@popies.net>
23542 Date:   Thu May 8 14:52:29 2008 +0200
23543
23544     AT91CAP9ADK: hook up the ATMEL LCD driver
23545
23546     This patch makes the necessary adaptations (PIO configurations and
23547     defines in config header file) to hook up the Atmel LCD driver to the
23548     AT91CAP9ADK board.
23549
23550     Signed-off-by: Stelian Pop <stelian@popies.net>
23551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23552
23553 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
23554 Author: Stelian Pop <stelian@popies.net>
23555 Date:   Fri May 9 21:57:18 2008 +0200
23556
23557     Add ATMEL LCD driver
23558
23559     This patch adds support for the ATMEL LCDC driver which is used on some
23560     AT91 and AVR platforms.
23561
23562     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
23563     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
23564
23565     Signed-off-by: Stelian Pop <stelian@popies.net>
23566     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23567
23568 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
23569 Author: Stelian Pop <stelian@popies.net>
23570 Date:   Thu May 8 18:52:25 2008 +0200
23571
23572     AT91SAM9RLEK support
23573
23574     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
23575     board.
23576
23577     Signed-off-by: Stelian Pop <stelian@popies.net>
23578     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23579
23580 commit 8e429b3eee23927c1222679f6b6f53667b21595c
23581 Author: Stelian Pop <stelian@popies.net>
23582 Date:   Thu May 8 18:52:23 2008 +0200
23583
23584     AT91SAM9263EK support
23585
23586     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
23587     board.
23588
23589     Signed-off-by: Stelian Pop <stelian@popies.net>
23590     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23591
23592 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
23593 Author: Stelian Pop <stelian@popies.net>
23594 Date:   Thu May 8 20:52:22 2008 +0200
23595
23596     AT91SAM9261EK support
23597
23598     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
23599     board.
23600
23601     Signed-off-by: Stelian Pop <stelian@popies.net>
23602     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23603
23604 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
23605 Author: Stelian Pop <stelian@popies.net>
23606 Date:   Thu May 8 20:52:21 2008 +0200
23607
23608     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
23609
23610     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
23611     in order to cope with the changes in DataFlash partitionning scheme
23612     (cset c3a60cb3).
23613
23614     Signed-off-by: Stelian Pop <stelian@popies.net>
23615     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23616
23617 commit 96996ac25d5222611a8888968db6e53a6d3726da
23618 Author: Stelian Pop <stelian@popies.net>
23619 Date:   Thu May 8 20:52:20 2008 +0200
23620
23621     AT91SAM9260EK: Normalize BOOTARGS
23622
23623     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
23624     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
23625     variable.
23626
23627     Signed-off-by: Stelian Pop <stelian@popies.net>
23628     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23629
23630 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
23631 Author: Stelian Pop <stelian@popies.net>
23632 Date:   Thu May 8 20:52:19 2008 +0200
23633
23634     AT91SAM9260EK: Normalize SPI timings
23635
23636     This patch changes the SPI timings to closely match the ones
23637     used by the Linux kernel and the Atmel's own bootstrap project.
23638
23639     Signed-off-by: Stelian Pop <stelian@popies.net>
23640     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23641
23642 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
23643 Author: Stelian Pop <stelian@popies.net>
23644 Date:   Thu May 8 20:52:18 2008 +0200
23645
23646     AT91SAM9260EK: Handle 8 or 16 bit NAND
23647
23648     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
23649     makes the support configurable in the board config header file
23650     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
23651
23652     Signed-off-by: Stelian Pop <stelian@popies.net>
23653     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23654
23655 commit ab52640fc01624e208424e527af0b7b3a5a65a12
23656 Author: Stelian Pop <stelian@popies.net>
23657 Date:   Thu May 8 20:52:17 2008 +0200
23658
23659     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
23660
23661     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
23662     in order to cope with the changes in DataFlash partitionning scheme
23663     (cset c3a60cb3).
23664
23665     Signed-off-by: Stelian Pop <stelian@popies.net>
23666     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23667
23668 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
23669 Author: Stelian Pop <stelian@popies.net>
23670 Date:   Thu May 8 20:52:16 2008 +0200
23671
23672     AT91CAP9ADK: Normalize BOOTARGS
23673
23674     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
23675     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
23676     variable.
23677
23678     Signed-off-by: Stelian Pop <stelian@popies.net>
23679     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23680
23681 commit 93da48b910511911ce110656e17ed733c8ac4c45
23682 Author: Stelian Pop <stelian@popies.net>
23683 Date:   Thu May 8 20:52:15 2008 +0200
23684
23685     AT91CAP9ADK: Normalize SPI timings
23686
23687     This patch changes the SPI timings to closely match the ones
23688     used by the Linux kernel and the Atmel's own bootstrap project.
23689
23690     Signed-off-by: Stelian Pop <stelian@popies.net>
23691     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23692
23693 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
23694 Author: Stelian Pop <stelian@popies.net>
23695 Date:   Thu May 8 20:52:14 2008 +0200
23696
23697     AT91CAP9ADK: Handle 8 or 16 bit NAND
23698
23699     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
23700     makes the support configurable in the board config header file
23701     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
23702
23703     Signed-off-by: Stelian Pop <stelian@popies.net>
23704     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23705
23706 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
23707 Author: Stelian Pop <stelian@popies.net>
23708 Date:   Thu May 8 20:52:13 2008 +0200
23709
23710     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
23711
23712     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
23713     below avoids the duplication of u-boot.lds by putting the file in the
23714     cpu directory instead of the board one.
23715
23716     Signed-off-by: Stelian Pop <stelian@popies.net>
23717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23718
23719 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
23720 Author: Stelian Pop <stelian@popies.net>
23721 Date:   Thu May 8 20:52:12 2008 +0200
23722
23723     Add proper copyright notices in Atmel boards Makefiles
23724
23725     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
23726     copyright notice. This patch adds the missing pieces.
23727
23728     Signed-off-by: Stelian Pop <stelian@popies.net>
23729     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23730
23731 commit e817a042cef6164bf26fee86f90326f2ec9e6745
23732 Author: Stelian Pop <stelian@popies.net>
23733 Date:   Thu May 8 20:52:11 2008 +0200
23734
23735     Add copyright information in Atmel boards partition.c
23736
23737     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
23738     the new created files. This patch fixes the problem.
23739
23740     Signed-off-by: Stelian Pop <stelian@popies.net>
23741     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23742
23743 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
23744 Author: Stelian Pop <stelian@popies.net>
23745 Date:   Thu May 8 20:52:10 2008 +0200
23746
23747     Update origin and copyright information in arch-at91sam9 header files
23748
23749     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
23750     copied from the Linux kernel sources. This patch explicitly specifies
23751     this origin for all the copied headers, and for those missing copyright
23752     information, adds it.
23753
23754     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
23755     in the latest kernel sources by 'at91sam9_smc.h'.
23756
23757     The copyright information has been confirmed by the AT91 Linux kernel
23758     maintainer, Andrew Victor <avictor.za@gmail.com>.
23759
23760     Signed-off-by: Stelian Pop <stelian@popies.net>
23761     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23762
23763 commit 79dd1712689d6a5031d7cbff54957049680751c7
23764 Author: Markus Klotzbücher <mk@denx.de>
23765 Date:   Thu May 8 16:00:55 2008 +0200
23766
23767     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
23768
23769     When using dhcp/bootp the "netmask" environment variable is not set
23770     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
23771     desireable, so the following patch adds this this option to the board
23772     config.
23773
23774     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23775     Signed-off-by: Stefan Roese <sr@denx.de>
23776
23777 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
23778 Author: Stefan Roese <sr@denx.de>
23779 Date:   Sat May 10 10:30:36 2008 +0200
23780
23781     ppc4xx: Update Makalu defconfig to use device-tree booting as default
23782
23783     This patch reworks the default environment on Makalu. Now "net_nfs" for
23784     example uses the device-tree style booting formerly know as "net_nfs_fdt".
23785     Also the addresses in RAM were changed because of the new image booting
23786     support, which check for image overwriting. So the addresses needed to
23787     get adjusted.
23788
23789     Signed-off-by: Stefan Roese <sr@denx.de>
23790
23791 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
23792 Author: Becky Bruce <bgill@freescale.com>
23793 Date:   Wed May 7 13:28:16 2008 -0500
23794
23795     PPC: fix map_physmem build warning
23796
23797     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
23798     enabled.  This quiets the warning.
23799
23800     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
23801
23802 commit 36f32675f40292002ee1fed252c180a43022d2d4
23803 Author: Becky Bruce <bgill@freescale.com>
23804 Date:   Wed May 7 13:24:57 2008 -0500
23805
23806     Update pci code to use phys_addr_t
23807
23808     Physical addrs need to be represented by phys_addr_t, not
23809     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
23810     are going to fail mightily.
23811
23812     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23813
23814 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
23815 Author: Nick Spence <nick.spence@freescale.com>
23816 Date:   Thu May 8 22:32:22 2008 -0700
23817
23818     Support legacy multi-type images without FDT section.
23819
23820     This patch enables legacy multi-type images containing only a Linux kernel
23821     and root file system to be loaded, maintaining compatibility with previous
23822     versions of u-boot.
23823
23824     This is required when using old image files such as a Linux 2.4 kernel /
23825     filesystem.
23826
23827     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23828     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
23829
23830 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
23831 Author: Wolfgang Denk <wd@denx.de>
23832 Date:   Sat May 10 00:38:02 2008 +0200
23833
23834     Update CHANGELOG.
23835
23836     Signed-off-by: Wolfgang Denk <wd@denx.de>
23837
23838 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
23839 Author: Wolfgang Denk <wd@denx.de>
23840 Date:   Sat May 10 00:36:09 2008 +0200
23841
23842     post/cpu/ppc4xx/Makefile: line length cleanup
23843
23844     Signed-off-by: Wolfgang Denk <wd@denx.de>
23845
23846 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
23847 Author: Stelian Pop <stelian@popies.net>
23848 Date:   Thu May 8 22:52:09 2008 +0200
23849
23850     Fix @ -> <at> substitution
23851
23852     When applying the AT91CAP9 patches upstream, something transformed
23853     the '@' character into the ' <at> ' sequence.
23854
23855     The patch below restores the original form in all the places where
23856     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
23857     were copied from AT91CAP9, and a couple of other files where the
23858     ' <at> ' sequence was present).
23859
23860     Signed-off-by: Stelian Pop <stelian@popies.net>
23861
23862 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
23863 Author: Stelian Pop <stelian@popies.net>
23864 Date:   Thu May 8 22:52:10 2008 +0200
23865
23866     Update origin and copyright information in arch-at91sam9 header files
23867
23868     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
23869     copied from the Linux kernel sources. This patch explicitly specifies
23870     this origin for all the copied headers, and for those missing copyright
23871     information, adds it.
23872
23873     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
23874     in the latest kernel sources by 'at91sam9_smc.h'.
23875
23876     The copyright information has been confirmed by the AT91 Linux kernel
23877     maintainer, Andrew Victor <avictor.za@gmail.com>.
23878
23879     Signed-off-by: Stelian Pop <stelian@popies.net>
23880
23881 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
23882 Author: Stelian Pop <stelian@popies.net>
23883 Date:   Thu May 8 22:52:11 2008 +0200
23884
23885     Add copyright information in Atmel boards partition.c
23886
23887     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
23888     the new created files. This patch fixes the problem.
23889
23890     Signed-off-by: Stelian Pop <stelian@popies.net>
23891
23892 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
23893 Author: Guennadi Liakhovetski <lg@denx.de>
23894 Date:   Thu May 8 10:09:27 2008 +0200
23895
23896     mx31ads: fix 32kHz clock handling
23897
23898     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
23899     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
23900     Also fix a typo when verifying a jumper configuration. While at it, make
23901     two needlessly global functions static.
23902
23903     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23904
23905 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
23906 Author: Marian Balakowicz <m8@semihalf.com>
23907 Date:   Wed May 7 13:10:04 2008 +0200
23908
23909     Avoid initrd and logbuffer area overlaps
23910
23911     Add logbuffer to reserved LMB areas to prevent initrd allocation
23912     from overlaping with it.
23913
23914     Make sure to use correct logbuffer base address.
23915
23916     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23917
23918 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
23919 Author: Marian Balakowicz <m8@semihalf.com>
23920 Date:   Wed May 7 13:08:54 2008 +0200
23921
23922     ppc: Cleanup get_effective_memsize() use
23923
23924     Removed duplicated effective memory size calculation code.
23925
23926     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23927
23928 commit 273c37d843d5b581090378016cd12dd9c586907b
23929 Author: Marian Balakowicz <m8@semihalf.com>
23930 Date:   Wed May 7 09:03:53 2008 +0200
23931
23932     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
23933
23934     Recent modifcations to LOGBUFFER handling code were incorrecly
23935     introduced to fit_check_kernel() routine during
23936     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
23937     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
23938
23939     This patch cleans up this merge issue.
23940
23941     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23942
23943 commit bc11756daff89a3de09ca80adac962b88cf06e6e
23944 Author: Grant Erickson <gerickson@nuovations.com>
23945 Date:   Tue May 6 20:16:15 2008 -0700
23946
23947     Propagate Error Status to the Shell on fw_printenv Errors
23948
23949     Changed implementation such that fw_printenv returns failure status
23950     when one or more specified variables do not exist or when incorrect
23951     command syntax is used.
23952
23953     This aids scripting fw_printenv such that the script can key of the
23954     return status rather than relying on standard error "scraping".
23955
23956     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23957     Signed-off-by: Wolfgang Denk <wd@denx.de>
23958
23959 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
23960 Author: Grant Erickson <gerickson@nuovations.com>
23961 Date:   Tue May 6 16:18:00 2008 -0700
23962
23963     Fix Compilation Errors with 'tools/env/fw_printenv'
23964
23965     In the current top-of-tree, 1.3.3.-rc2, the optional tool
23966     'tools/env/fw_printenv' fails to compile for two reasons:
23967
23968     1) The header watchdog.h cannot be found.
23969     2) The header zlib.h is picked up from the tool chain rather than the
23970        project causing a prototype conflict for crc32.
23971
23972     This patch addresses both of these issues.
23973
23974     Platforms Tested On:
23975     - AMCC "Kilauea"
23976
23977     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23978
23979 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
23980 Author: James Yang <James.Yang@freescale.com>
23981 Date:   Mon May 5 10:22:53 2008 -0500
23982
23983     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
23984
23985     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
23986     work before relocating to RAM because command history is written into
23987     a global array that is not writable before relocation.  This patch
23988     defers to the no-editing and no-history code in readline_into_buffer()
23989     if it is called before relocation.
23990
23991     Signed-off-by: James Yang <James.Yang@freescale.com>
23992     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23993
23994 commit 726c0f1e5f108dccea052965123b95837d2bd402
23995 Author: Detlev Zundel <dzu@denx.de>
23996 Date:   Mon May 5 16:11:22 2008 +0200
23997
23998     cosmetic: Adjust coding style for switch statements to be consistent
23999
24000     Signed-off-by: Detlev Zundel <dzu@denx.de>
24001
24002 commit 574b319512b13e10800f0045e39b993f4ca25e42
24003 Author: Detlev Zundel <dzu@denx.de>
24004 Date:   Mon May 5 16:11:21 2008 +0200
24005
24006     Fix disk type output in disk/part.c
24007
24008     Signed-off-by: Detlev Zundel <dzu@denx.de>
24009
24010 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
24011 Author: Vlad Lungu <vlad.lungu@windriver.com>
24012 Date:   Mon May 5 14:20:03 2008 +0300
24013
24014     Mail address change, documentation modified
24015
24016     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
24017
24018 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
24019 Author: Michal Simek <monstr@monstr.eu>
24020 Date:   Sun May 4 15:42:41 2008 +0200
24021
24022     microblaze: Repare intc handling
24023
24024     Signed-off-by: Michal Simek <monstr@monstr.eu>
24025
24026 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
24027 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24028 Date:   Sun May 4 15:17:52 2008 +0200
24029
24030     include/gitignore: update to all architectures
24031
24032     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24033
24034 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
24035 Author: Marcel Ziswiler <marcel@ziswiler.com>
24036 Date:   Mon May 5 02:12:06 2008 +0200
24037
24038     ide: Remove spurious second include of io.h
24039
24040     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
24041
24042     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24043
24044 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
24045 Author: Adrian Filipi <adrian.filipi@eurotech.com>
24046 Date:   Tue May 6 16:46:37 2008 -0400
24047
24048     Fix some typos
24049
24050     This patch fixes three typos.
24051     The first is a repetition of CONFIG_CMD_BSP.
24052     The second makes the #endif comment match its #if.
24053     The third is a spelling error.
24054
24055     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
24056
24057 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
24058 Author: Grant Erickson <gerickson@nuovations.com>
24059 Date:   Sun May 4 16:45:01 2008 -0700
24060
24061     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
24062
24063     Add support for the recognition of 'powerpc' as an alias for the PowerPC
24064     architecture type since Linux is already trending in that direction,
24065     preferring 'powerpc' to 'ppc'.
24066
24067     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
24068
24069 commit f5a24259190c388c2527bdc49fee34577d862cc7
24070 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
24071 Date:   Fri May 2 13:35:15 2008 -0700
24072
24073     7450 and 86xx L2 cache invalidate bug corrections
24074
24075     The 7610 and related parts have an L2IP bit in the L2CR that is
24076     monitored to signal when the L2 cache invalidate is complete whereas the
24077     7450 and related parts utilize L2I for this purpose. However, the
24078     current code does not account for this difference. Additionally the 86xx
24079     L2 cache invalidate code used an "andi" instruction where an "andis"
24080     instruction should have been used.
24081
24082     This patch addresses both of these bugs.
24083
24084     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
24085     Acked-By: Jon Loeliger <jdl@freescale.com>
24086
24087 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
24088 Author: Wolfgang Denk <wd@denx.de>
24089 Date:   Fri May 9 10:16:13 2008 +0200
24090
24091     Avoid infinite loop "Generating include/autoconf.mk"
24092
24093     Fix a bogus circular dependency that caused an infinite loop of
24094     "Generating include/autoconf.mk" again and again.
24095
24096     Signed-off-by: Wolfgang Denk <wd@denx.de>
24097
24098 commit 567fb852178dbf59529d7301620a3f3732a4b02d
24099 Author: Stelian Pop <stelian@popies.net>
24100 Date:   Thu May 8 22:52:09 2008 +0200
24101
24102     Fix @ -> <at> substitution
24103
24104     When applying the AT91CAP9 patches upstream, something transformed
24105     the '@' character into the ' <at> ' sequence.
24106
24107     The patch below restores the original form in all the places where
24108     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
24109     were copied from AT91CAP9, and a couple of other files where the
24110     ' <at> ' sequence was present).
24111
24112     Signed-off-by: Stelian Pop <stelian@popies.net>
24113     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24114
24115 commit 73ccb3410a0785593cda7aee455dfc51f790e281
24116 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
24117 Date:   Mon Apr 28 14:04:32 2008 +0200
24118
24119     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
24120
24121     Signed-off-by: Gary Jennejohn <garyj@denx.de>
24122     Signed-off-by: Stefan Roese <sr@denx.de>
24123
24124 commit ef2642625cbfb1c3695e3478d08ae515052a4950
24125 Author: Stefan Roese <sr@denx.de>
24126 Date:   Thu May 8 11:10:46 2008 +0200
24127
24128     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
24129
24130     Signed-off-by: Stefan Roese <sr@denx.de>
24131
24132 commit a00eccfebc954ad9485161efeca7d9aaf626d530
24133 Author: Stefan Roese <sr@denx.de>
24134 Date:   Thu May 8 11:05:15 2008 +0200
24135
24136     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
24137
24138     This patch adds fdt (flattened device tree) support to all remaining AMCC
24139     eval boards. Most newer boards already support device tree. With this patch,
24140     all AMCC boards now enable device tree passing from U-Boot to Linux
24141     arch/powerpc kernels.
24142
24143     Signed-off-by: Stefan Roese <sr@denx.de>
24144
24145 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
24146 Author: Stefan Roese <sr@denx.de>
24147 Date:   Thu May 8 11:01:09 2008 +0200
24148
24149     ppc4xx: Add weak default ft_board_setup() routine
24150
24151     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
24152     This routine is defined as weak and can be overwritten by a board specific
24153     one if needed.
24154
24155     Signed-off-by: Stefan Roese <sr@denx.de>
24156
24157 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
24158 Author: Stefan Roese <sr@denx.de>
24159 Date:   Thu May 8 10:48:58 2008 +0200
24160
24161     ppc4xx: acadia: Add fdt support and fix section overlap problem
24162
24163     This patch adds fdt (flattened device tree) support to the AMCC
24164     Acadia eval board. This increases the image size and it doesn't
24165     fit anymore into 256kByte. Since we didn't want to remove features
24166     from the configuration, we decided to increase the U-Boot image size
24167     (add one flash sector).
24168
24169     Also changed the default environment definition to make it
24170     independent of such changes.
24171
24172     Signed-off-by: Stefan Roese <sr@denx.de>
24173
24174 commit 4adb3023de75bc150f088c8935db340930ad38c8
24175 Author: Ira Snyder <iws@ovro.caltech.edu>
24176 Date:   Tue Apr 29 11:18:54 2008 -0700
24177
24178     ppc4xx: Add device tree support to AMCC Yosemite
24179
24180     Add support for booting with a device tree blob. This is needed to boot
24181     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
24182     via the ethaddr variable.
24183
24184     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
24185     Signed-off-by: Stefan Roese <sr@denx.de>
24186
24187 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
24188 Author: Dave Mitchell <dmitchell@amcc.com>
24189 Date:   Wed May 7 09:00:23 2008 -0700
24190
24191     ppc4xx: Fix typos in 460GT/EX FBDV array
24192
24193     Corrected two typos in the 460GT/EX FBDV array.
24194
24195     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
24196     Signed-off-by: Stefan Roese <sr@denx.de>
24197
24198 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
24199 Author: Andy Fleming <afleming@freescale.com>
24200 Date:   Wed May 7 16:54:31 2008 -0500
24201
24202     85xx: Limit CPU2 workaround to parts that have the errata
24203
24204     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
24205     Signed-off-by: Andy Fleming <afleming@freescale.com>
24206
24207 commit a5fe514e8ace564300d2c1d73846ddff49654243
24208 Author: Lee Nipper <lee.nipper@freescale.com>
24209 Date:   Fri Apr 25 15:44:45 2008 -0500
24210
24211     mpc83xx: system performance settings for MPC8349EMDS.
24212
24213     These same settings are used on MPC8349ITX, and
24214     improve performance on MPC8349EMDS.
24215
24216     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
24217     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24218
24219 commit 49387dba910e485640b575e920ee463b7e611dc3
24220 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24221 Date:   Tue May 6 13:22:52 2008 +0900
24222
24223     [MIPS] cpu/mips/cache.S: Fix build warning
24224
24225     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
24226     warns illegal global symbol references by bal (and jal also) instruction.
24227     This does not happen with the latest binutils v2.18.
24228
24229     Here's an example on gth2_config:
24230
24231     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
24232     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
24233     c -EB -c -o cache.o cache.S
24234     cache.S: Assembler messages:
24235     cache.S:243: Warning: Pretending global symbol used as branch target is local.
24236     cache.S:250: Warning: Pretending global symbol used as branch target is local.
24237
24238     In principle, gas might be sensitive to global symbol references in PIC
24239     code because they should be processed through GOT (global offset table).
24240     But if `bal' instruction is used, it results in PC-based offset jump.
24241     This is the cause of this warning.
24242
24243     In practice, we know it doesn't matter whether PC-based reference or GOT-
24244     based. As for this case, both will work before/after relocation. But let's
24245     fix the code.
24246
24247     This patch explicitly sets up a target address, then jump there.
24248     Here's an example of disassembled code with/without this patch.
24249
24250      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
24251      9000066c:       ac80fffc        sw      zero,-4(a0)
24252      90000670:       01402821        move    a1,t2
24253     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
24254     -90000678:       01803021        move    a2,t4
24255     -9000067c:       01602821        move    a1,t3
24256     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
24257     -90000684:       01a03021        move    a2,t5
24258     -90000688:       03000008        jr      t8
24259     -9000068c:       00000000        nop
24260     +90000674:       01803021        move    a2,t4
24261     +90000678:       8f8f83ec        lw      t7,-31764(gp)
24262     +9000067c:       01e0f809        jalr    t7
24263     +90000680:       00000000        nop
24264     +90000684:       01602821        move    a1,t3
24265     +90000688:       01a03021        move    a2,t5
24266     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
24267     +90000690:       01e0f809        jalr    t7
24268     +90000694:       00000000        nop
24269     +90000698:       03000008        jr      t8
24270     +9000069c:       00000000        nop
24271
24272     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24273
24274 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
24275 Author: Vlad Lungu <vlad.lungu@windriver.com>
24276 Date:   Mon May 5 14:04:00 2008 +0300
24277
24278     Allow building mips versions with ELDK 3.1.1
24279
24280     .gpword works only with local symbols on certain binutils versions
24281
24282     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
24283
24284 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
24285 Author: Wolfgang Denk <wd@denx.de>
24286 Date:   Mon May 5 12:52:36 2008 +0200
24287
24288     MAKEALL: add inka4x0 board
24289
24290     Signed-off-by: Wolfgang Denk <wd@denx.de>
24291
24292 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
24293 Author: Wolfgang Denk <wd@denx.de>
24294 Date:   Sun May 4 21:34:23 2008 +0200
24295
24296     kb9202 board: fix build problem.
24297
24298     Signed-off-by: Wolfgang Denk <wd@denx.de>
24299
24300 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
24301 Author: Wolfgang Denk <wd@denx.de>
24302 Date:   Sun May 4 12:10:33 2008 +0200
24303
24304     Prepare for v1.3.3-rc3
24305
24306     Update ChNAGELOG, minor white space cleanup.
24307
24308     Signed-off-by: Wolfgang Denk <wd@denx.de>
24309
24310 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
24311 Author: Wolfgang Denk <wd@denx.de>
24312 Date:   Sun May 4 00:35:15 2008 +0200
24313
24314     drivers/net/tsec.c: Fix typo.
24315
24316     Signed-off-by: Wolfgang Denk <wd@denx.de>
24317
24318 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
24319 Author: Mike Frysinger <vapier@gentoo.org>
24320 Date:   Fri May 2 21:45:12 2008 -0400
24321
24322     version_autogenerated.h: use printf rather than echo -n
24323
24324     Some systems are dumb and do not implement the -n flag to echo (like OS X).
24325     Convert the Makefile to use printf as this should work everywhere.
24326
24327     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24328     Signed-off-by: Wolfgang Denk <wd@denx.de>
24329
24330 commit 4acc2a108ad0a669165924704a6cb083f9138242
24331 Author: Mike Frysinger <vapier@gentoo.org>
24332 Date:   Fri May 2 18:17:50 2008 -0400
24333
24334     fix building when saveenv is disabled in some setups
24335
24336     If you enable environment in the flash, but disable the embedded
24337     option, and you disable the saveenv command, then the #if nested
24338     logic will trigger a compile failure:
24339     env_flash.c: In function 'env_relocate_spec':
24340     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
24341     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
24342
24343     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24344
24345 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
24346 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
24347 Date:   Fri May 2 16:10:04 2008 -0400
24348
24349     SBC8548: fix address mask to allow 64M flash
24350
24351     Fix incorrect mask to enable all 64MB of onboard flash.
24352     Previously U-Boot incorrectly mapped only 8MB of flash, this
24353     patch correctly maps all the available flash.
24354
24355     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
24356
24357 commit 3648085c464c8c22ef76fab006ca4344d3796124
24358 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24359 Date:   Fri May 2 19:48:56 2008 +0200
24360
24361     qemu_mips: add README
24362
24363     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24364
24365 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
24366 Author: Marcel Ziswiler <marcel@ziswiler.com>
24367 Date:   Fri May 2 02:35:59 2008 +0200
24368
24369     Fix misspelled comment
24370
24371     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24372
24373 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
24374 Author: Mike Frysinger <vapier@gentoo.org>
24375 Date:   Thu May 1 04:13:05 2008 -0400
24376
24377     mkimage: make mmap() checks consistent
24378
24379     The mmap() related code is full of inconsistent casts/constants when
24380     it comes to error checking, and may break when building on some
24381     systems (like ones that do not implicitly define the caddr_t type).
24382     Let's just avoid the whole mess by writing the code nice and clean in
24383     the first place.
24384
24385     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24386
24387 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
24388 Author: Marcel Ziswiler <marcel@ziswiler.com>
24389 Date:   Thu May 1 09:05:34 2008 +0200
24390
24391     Fix defined but not used build warning
24392
24393     - warning: 'srom' defined but not used
24394
24395     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24396
24397 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
24398 Author: Marcel Ziswiler <marcel@ziswiler.com>
24399 Date:   Thu May 1 09:05:26 2008 +0200
24400
24401     Fix implicit declaration build warnings
24402
24403     - warning: implicit declaration of function â€˜serial_initialize’
24404
24405     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24406
24407 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
24408 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
24409 Date:   Tue Apr 29 19:18:32 2008 +0200
24410
24411     TSEC: add config options for VSC8601 RGMII PHY
24412
24413     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
24414     and Tx clock lines. They are configured using 2 bits in extended
24415     register 0x17.
24416     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
24417     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
24418
24419     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24420     Acked-by: Andy Fleming <afleming@freescale.com>
24421     Acked-by: Ben Warren <biggerbadderben@gmail.com>
24422     --
24423
24424      drivers/net/tsec.c |    6 ++++++
24425      drivers/net/tsec.h |    3 +++
24426      2 files changed, 9 insertions(+), 0 deletions(-)
24427
24428 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
24429 Author: Wolfgang Denk <wd@denx.de>
24430 Date:   Sat May 3 23:07:15 2008 +0200
24431
24432     Revert "ColdFire: Get information from the correct GCC"
24433
24434     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
24435     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
24436
24437 commit c4e5f52a58d278eebb87f476e353972c5dacea40
24438 Author: Wolfgang Denk <wd@denx.de>
24439 Date:   Sat May 3 22:25:00 2008 +0200
24440
24441     config.mk: use correct (cross) compiler
24442
24443     Some config.mk files reference $(CC) to test for specific tool chain
24444     features, so make sure $(CC) gets set before including any such
24445     config files.
24446
24447     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
24448     the correct GCC").
24449
24450     Signed-off-by: Wolfgang Denk <wd@denx.de>
24451
24452 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
24453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24454 Date:   Thu May 1 02:13:44 2008 +0200
24455
24456     pxa: fix previous definition on cpu init
24457
24458     start.S:183:1: warning: "ICMR" redefined
24459     In file included from start.S:33:
24460     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
24461     start.S:187:1: warning: "RCSR" redefined
24462     ...
24463
24464     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24465
24466 commit 6d12e697de794d700767f22f950e3026ccf4daf6
24467 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24468 Date:   Thu May 1 02:13:43 2008 +0200
24469
24470     pxa: fix pcmcia operation on 'i' may be undefined
24471
24472     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24473     Signed-off-by: Wolfgang Denk <wd@denx.de>
24474
24475 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
24476 Author: Kumar Gala <galak@kernel.crashing.org>
24477 Date:   Wed Apr 30 16:24:35 2008 -0500
24478
24479     MPC8610HPCD: Drop -O2 from the build flags
24480
24481     Make the flags use -Os like all other boards
24482
24483     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24484
24485 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
24486 Author: Stefan Roese <sr@denx.de>
24487 Date:   Wed Apr 30 15:50:39 2008 +0200
24488
24489     RTC: Fix month offset by one problem in M41T62 RTC driver
24490
24491     This patch fixes a problem with the month being read and written
24492     incorrectly (offset by one). This only gets visible by also using
24493     the Linux driver (rtc-m41t80).
24494
24495     Tested on AMCC Canyonlands.
24496
24497     Signed-off-by: Stefan Roese <sr@denx.de>
24498
24499 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
24500 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24501 Date:   Sat May 3 13:51:44 2008 +0900
24502
24503     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
24504
24505     Current trick to pick up GNU assembler minor version uses a dot(.) as a
24506     delimiter, and take the second field to obtain minor version number. But
24507     as can be expected, this doesn't work with a version string which has
24508     dots more than needs.
24509
24510     Here's an example:
24511
24512     $ mips-linux-gnu-as --version | grep 'GNU assembler'
24513     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
24514     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
24515     2-129) 2
24516     $
24517
24518     This patch restricts the version format to 2.XX.XX... This will work
24519     in most cases.
24520
24521     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
24522     2.18.50.20080215
24523     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
24524     18
24525     $
24526
24527     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24528
24529 commit ea638951acead7f1086c908c0b9f086beab82a22
24530 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24531 Date:   Sat May 3 13:51:28 2008 +0900
24532
24533     [MIPS] cpu/mips/cache.S: Add dcache_enable
24534
24535     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
24536     "allow ports to override bootelf behavior") requires ports to have this
24537     function.
24538
24539     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24540     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24541
24542 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
24543 Author: Wolfgang Denk <wd@denx.de>
24544 Date:   Thu May 1 21:30:16 2008 +0200
24545
24546     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
24547
24548     Onenand needs a version of memcpy() which performs 16 bit accesses
24549     only; make sure the name does not conflict with the standard
24550     function.
24551
24552     Signed-off-by: Wolfgang Denk <wd@denx.de>
24553
24554 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
24555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24556 Date:   Wed Apr 30 22:38:17 2008 +0200
24557
24558     cmd_nand: fix warning: str2long ncompatible pointer type
24559
24560     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24561
24562 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
24563 Author: Timur Tabi <timur@freescale.com>
24564 Date:   Fri Apr 4 11:16:11 2008 -0500
24565
24566     Fix calculation of I2C clock for some 86xx chips
24567
24568     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
24569     There is no pattern that can be used to determine which chips use which
24570     frequency, so the only way to determine is to look up the actual SOC
24571     designation and use the right value for that SOC.
24572
24573     Signed-off-by: Timur Tabi <timur@freescale.com>
24574
24575 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
24576 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24577 Date:   Wed Apr 30 12:11:19 2008 -0500
24578
24579     ColdFire: Fix ethernet hang issue for mcf547x_8x
24580
24581     The ethernet hang is caused by receiving buffer in DRAM is not
24582     yet ready due to access cycles require longer time in DRAM.
24583     Relocate DMA buffer descriptors from DRAM to internal SRAM.
24584
24585     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24586
24587 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
24588 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24589 Date:   Wed Apr 30 12:10:47 2008 -0500
24590
24591     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
24592
24593     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
24594     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24595
24596 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
24597 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24598 Date:   Wed Apr 30 12:10:23 2008 -0500
24599
24600     ColdFire: Get information from the correct GCC
24601
24602     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
24603     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24604
24605 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
24606 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
24607 Date:   Wed Apr 30 18:02:59 2008 +0200
24608
24609     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
24610
24611     Fix warnings
24612
24613     nv_nand.c: In function 'saveenv':
24614     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
24615     env_nand.c: In function 'env_relocate_spec':
24616     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
24617
24618     if compiled for davinci_schmoogie_config.
24619
24620     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
24621     Ack by: Sergey Kubushyn <ksi@koi8.net>
24622
24623 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
24624 Author: Anatolij Gustschin <agust@denx.de>
24625 Date:   Wed Apr 30 13:34:40 2008 +0200
24626
24627     Fix warnings while compiling net/net.c for MPC8610HPCD board
24628
24629     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
24630     causing overriding default -Os option. New gcc (ver. 4.2.2)
24631     produces warnings while compiling net/net.c file with -O2
24632     option. The patch is an attempt to fix this.
24633
24634     Signed-off-by: Anatolij Gustschin <agust@denx.de>
24635
24636 commit 58b575e575c25fdf8c88141e145db201f3092149
24637 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24638 Date:   Wed Apr 30 15:23:38 2008 +0200
24639
24640     lwmon5: fix offset error in sysmon0 POST
24641
24642     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
24643     Signed-off-by: Wolfgang Denk <wd@denx.de>
24644
24645 commit e7419b243a373de4ee042f7d4f45f66de787240d
24646 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24647 Date:   Wed Apr 30 15:16:35 2008 +0200
24648
24649     lwmon5: fix manual merge error in POST
24650
24651     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
24652
24653 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
24654 Author: Wolfgang Denk <wd@denx.de>
24655 Date:   Wed Apr 30 17:46:26 2008 +0200
24656
24657     cmd_nand.c: fix another 'incompatible pointer type' warning.
24658
24659     Signed-off-by: Wolfgang Denk <wd@denx.de>
24660
24661 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
24662 Author: Wolfgang Denk <wd@denx.de>
24663 Date:   Wed Apr 30 17:25:07 2008 +0200
24664
24665     Makefile: fix parallel builds
24666
24667     This problem shows up with parallel builds only; it results in
24668     somewhat cryptic error messages like
24669
24670         $ JOBS=-j6 MAKEALL netstar
24671         Configuring for netstar board...
24672         arm-linux-ld: cannot find -lgeneric
24673         make[1]: *** [eeprom.srec] Error 1
24674
24675     A few boards (like netstar and voiceblue) need some libraries for
24676     building; however, the board Makefile does not contain any such
24677     dependencies which may cause problems with parallel builds. Adding
24678     such dependencies is difficult as we would also have to provide build
24679     rules, which already exist in the respective library Makefiles.
24680
24681     To solve this, we make sure that all libraries get built before the
24682     board code.
24683
24684     Signed-off-by: Wolfgang Denk <wd@denx.de>
24685
24686 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
24687 Author: Stefan Roese <sr@denx.de>
24688 Date:   Wed Apr 30 14:51:36 2008 +0200
24689
24690     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
24691
24692     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
24693     used for NAND booting to match the values needed for the new 512MB
24694     DIMM modules shipped with the productions boards:
24695
24696     Crucial: CT6464AC667.8FB
24697
24698     Signed-off-by: Stefan Roese <sr@denx.de>
24699
24700 commit ea9202a659dc75996facf1475f1866a19a9d3129
24701 Author: Stefan Roese <sr@denx.de>
24702 Date:   Wed Apr 30 10:49:43 2008 +0200
24703
24704     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
24705
24706     This patch fixes a problem with DIMMs that have 8 banks. Now the
24707     MCIF0_MBxCF register will be setup correctly for this setup too.
24708
24709     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
24710
24711     Signed-off-by: Stefan Roese <sr@denx.de>
24712
24713 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
24714 Author: Wolfgang Denk <wd@denx.de>
24715 Date:   Tue Apr 29 23:41:06 2008 +0200
24716
24717     Prepare v1.3.3-rc2, again.
24718
24719     Signed-off-by: Wolfgang Denk <wd@denx.de>
24720
24721 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
24722 Author: Wolfgang Denk <wd@denx.de>
24723 Date:   Tue Apr 29 23:35:24 2008 +0200
24724
24725     Prepare v1.3.3-rc2
24726
24727     Signed-off-by: Wolfgang Denk <wd@denx.de>
24728
24729 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
24730 Author: Wolfgang Denk <wd@denx.de>
24731 Date:   Tue Apr 29 23:32:20 2008 +0200
24732
24733     common/env_nand.c: fix one more incompatible pointer type issue
24734
24735     Signed-off-by: Wolfgang Denk <wd@denx.de>
24736
24737 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
24738 Author: Wolfgang Denk <wd@denx.de>
24739 Date:   Tue Apr 29 21:33:08 2008 +0200
24740
24741     post/board/lwmon5/sysmon.c: fix manual merge error.
24742
24743     Signed-off-by: Wolfgang Denk <wd@denx.de>
24744
24745 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
24746 Author: Kumar Gala <galak@kernel.crashing.org>
24747 Date:   Tue Apr 29 12:54:59 2008 -0500
24748
24749     85xx: Add -mno-spe to e500/85xx builds
24750
24751     Newer gcc's might be configured to enable autovectorization by default.
24752     If we happen to build with one of those compilers we will get SPE
24753     instructions in random code.
24754
24755     -mno-spe disables the compiler for automatically generating SPE
24756     instructions without our knowledge.
24757
24758     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24759
24760 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
24761 Author: Kumar Gala <galak@kernel.crashing.org>
24762 Date:   Tue Apr 29 10:18:34 2008 -0500
24763
24764     Update .gitignore for zlib.h
24765
24766     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24767
24768 commit 45239cf4152109caa925145ccd433529902df887
24769 Author: Kumar Gala <galak@kernel.crashing.org>
24770 Date:   Tue Apr 29 10:27:08 2008 -0500
24771
24772     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
24773
24774     All the 85xx and 86xx UM describe the register as timing_cfg_3
24775     not as ext_refrec.
24776
24777     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24778
24779 commit ef7d30b14394e4c4a153118f5845760cadada02a
24780 Author: Kumar Gala <galak@kernel.crashing.org>
24781 Date:   Tue Apr 29 10:28:34 2008 -0500
24782
24783     85xx/86xx: Rename DDR init address and init extended address register
24784
24785     Rename init_addr and init_ext_addr to match the docs between
24786     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
24787
24788     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24789
24790 commit cf6cc014270549684873a5972d2595052c468cb6
24791 Author: Kumar Gala <galak@kernel.crashing.org>
24792 Date:   Mon Apr 28 02:24:04 2008 -0500
24793
24794     85xx: Additional fixes and cleanup of MP code
24795
24796     * adjust __spin_table alignment to match ePAPR v0.94 spec
24797     * loop over all cpus when determing who is up.  This fixes an issue if
24798       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
24799       cpu_up_mask so there is no harm
24800     * Added some protection in the code to ensure proper behavior.  These
24801       changes are explicitly needed but don't hurt:
24802       - Added eieio to ensure the "hot word" of the table is written after
24803         all other table updates have occurred.
24804       - Added isync to ensure we don't prefetch loading of table entries
24805         until we a released
24806
24807     These issues we raised by Dave Liu.
24808
24809     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24810
24811 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
24812 Author: Yuri Tikhonov <yur@emcraft.com>
24813 Date:   Tue Apr 29 15:06:41 2008 +0200
24814
24815     lwmon5: minor clean-up to include/configs/lwmon5.h
24816
24817     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
24818     the CFG_DSPIC_TEST_ADDR definition more readable.
24819
24820     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24821
24822 commit f4c4d21a885ccc222fd0acdf653b683249e85117
24823 Author: Stefan Roese <sr@denx.de>
24824 Date:   Tue Apr 29 16:08:05 2008 +0200
24825
24826     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
24827
24828     Signed-off-by: Stefan Roese <sr@denx.de>
24829
24830 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
24831 Author: Yuri Tikhonov <yur@emcraft.com>
24832 Date:   Tue Apr 29 13:32:45 2008 +0200
24833
24834     ppc flush_cache: add watch-dog triggering into the loops.
24835
24836     Some boards (e.g. lwmon5) need rather a frequent watch-dog
24837     kicking. Since the time it takes for the flush_cache() function
24838     to complete its job depends on the size of data being flushed, one
24839     may encounter watch-dog resets on such boards when, for example,
24840     download big files over ethernet.
24841
24842     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24843
24844 commit cab99d6f3281ab6784feccf98b9b425daa58418a
24845 Author: Stefan Roese <sr@denx.de>
24846 Date:   Tue Apr 29 14:44:54 2008 +0200
24847
24848     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
24849
24850     Signed-off-by: Stefan Roese <sr@denx.de>
24851
24852 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
24853 Author: Stefan Roese <sr@denx.de>
24854 Date:   Tue Apr 29 14:12:07 2008 +0200
24855
24856     ppc4xx: Fix Katmai CFG_MONITOR_LEN
24857
24858     Signed-off-by: Stefan Roese <sr@denx.de>
24859
24860 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
24861 Author: Stefan Roese <sr@denx.de>
24862 Date:   Tue Apr 29 13:57:07 2008 +0200
24863
24864     ppc4xx: Complete remove bogus dflush()
24865
24866     Since the current dflush() implementation is know to have some problems
24867     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
24868     it by using clean_dcache_range().
24869
24870     Tested on Katmai with ECC DIMM.
24871
24872     Signed-off-by: Stefan Roese <sr@denx.de>
24873
24874 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
24875 Author: Stefan Roese <sr@denx.de>
24876 Date:   Tue Apr 29 13:36:51 2008 +0200
24877
24878     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
24879
24880     As it seems the "old" ECC initialization routine by using dflush() didn't
24881     write all lines in the dcache back to memory on lwmon5. This could lead
24882     to ECC error upon Linux booting. This patch changes the program_ecc()
24883     routine to now use clean_dcache_range() instead of dflush().
24884     clean_dcache_range() uses dcbst which is exactly what we want in this
24885     case.
24886
24887     Since dflush() is known is cause problems, this routine will be
24888     removed completely and replaced by clean_dcache_range() with an
24889     additional patch.
24890
24891     Signed-off-by: Stefan Roese <sr@denx.de>
24892
24893 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
24894 Author: Yuri Tikhonov <yur@emcraft.com>
24895 Date:   Mon Apr 28 18:19:34 2008 +0200
24896
24897     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
24898
24899     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24900
24901 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
24902 Author: Markus Brunner <super.firetwister@googlemail.com>
24903 Date:   Mon Apr 28 08:47:47 2008 +0200
24904
24905     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
24906
24907     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
24908     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
24909     doesn't exist.
24910
24911     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
24912
24913 commit 2ef7503a593c77a80c2a054011970227c4b62774
24914 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24915 Date:   Thu Apr 24 07:57:17 2008 +0200
24916
24917     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
24918
24919     Move non-inlied functions into specific drivers file
24920     Set get_prom as weak
24921
24922     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24923     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
24924     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24925
24926 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
24927 Author: Guennadi Liakhovetski <lg@denx.de>
24928 Date:   Thu Apr 3 17:04:19 2008 +0200
24929
24930     net: make ARP timeout configurable
24931
24932     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
24933     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
24934     to the boards get lost, which typically are ARP replies. By configuring
24935     the timeout to a lower value we significantly improve the first network
24936     transfer time on this board. The timeout is specified in milliseconds,
24937     later internally it is converted to deciseconds, because it has to be
24938     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
24939     different boards.
24940
24941     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24942     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24943
24944 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
24945 Author: Guennadi Liakhovetski <lg@denx.de>
24946 Date:   Thu Apr 3 13:36:18 2008 +0200
24947
24948     minor cs8900 driver clean up
24949
24950     Remove a redundant register definition, clean up some coding style
24951     violations.
24952
24953     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24955
24956 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
24957 Author: Wolfgang Denk <wd@denx.de>
24958 Date:   Mon Apr 28 22:01:04 2008 +0200
24959
24960     jffs2_1pass.c: fix incompatible pointer type warning
24961
24962     Signed-off-by: Wolfgang Denk <wd@denx.de>
24963
24964 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
24965 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24966 Date:   Tue Apr 1 10:10:18 2008 +0200
24967
24968     lwmon5: update dsPIC POST spezification
24969
24970     The specification for the lwmon5 board dsPIC POST got changed.
24971     Also add defines for the temperatures  and voltages.
24972
24973     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
24974
24975 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
24976 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24977 Date:   Tue Apr 1 15:13:03 2008 +0200
24978
24979     Fix watchdog POST for lwmon5
24980
24981     If the hardware watchdog detects a voltage error, the watchdog sets
24982     GPIO62 to low. The watchdog POST has to detect this low level.
24983
24984     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
24985     Signed-off-by: Wolfgang Denk <wd@denx.de>
24986
24987 commit dd5748bcd669f46aeb6686c1b341323843738ccc
24988 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24989 Date:   Mon Apr 28 14:37:14 2008 +0200
24990
24991     rtl8169: fix compiler warnings
24992
24993     Fix multiple compiler warnings related to argument type mismatch.
24994
24995     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24996
24997 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
24998 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24999 Date:   Mon Apr 28 14:36:06 2008 +0200
25000
25001     IDE: fix compiler warnings
25002
25003     The IDE driver can use 32-bit addresses in LBA mode, in which case it
25004     spits multiple warnings during compilation. Fix them.
25005
25006     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25007
25008 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
25009 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25010 Date:   Mon Apr 28 14:35:57 2008 +0200
25011
25012     LinkStation: fix compiler warning, add a maintainer
25013
25014     out_8 wants a pointer to an unsigned as the first argument. Add a
25015     maintainer for Linkstation boards.
25016
25017     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25018
25019 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
25020 Author: Wolfgang Denk <wd@denx.de>
25021 Date:   Mon Apr 28 14:55:12 2008 +0200
25022
25023     cmd_nand.c: fix "differ in signedness" problem
25024
25025     Signed-off-by: Wolfgang Denk <wd@denx.de>
25026
25027 commit f2c288a35341ad02ac03b1563d786763c9c8f159
25028 Author: Wolfgang Denk <wd@denx.de>
25029 Date:   Mon Apr 28 12:48:47 2008 +0200
25030
25031     pcnet.c: fix a merge issue
25032
25033     Signed-off-by: Wolfgang Denk <wd@denx.de>
25034
25035 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
25036 Author: Wolfgang Denk <wd@denx.de>
25037 Date:   Mon Apr 28 12:08:18 2008 +0200
25038
25039     NAND: fix some strict-aliasing compiler warnings
25040
25041     Signed-off-by: Wolfgang Denk <wd@denx.de>
25042
25043 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
25044 Author: Stefan Roese <sr@denx.de>
25045 Date:   Mon Apr 28 11:37:14 2008 +0200
25046
25047     ppc4xx: Fix compile warning of hcu4 board
25048
25049     Signed-off-by: Stefan Roese <sr@denx.de>
25050
25051 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
25052 Author: Wolfgang Denk <wd@denx.de>
25053 Date:   Mon Apr 28 11:31:23 2008 +0200
25054
25055     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
25056
25057     Signed-off-by: Wolfgang Denk <wd@denx.de>
25058
25059 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
25060 Author: Guennadi Liakhovetski <lg@denx.de>
25061 Date:   Mon Apr 28 00:25:32 2008 +0200
25062
25063     mx31ads: fix loadaddr environment variable define
25064
25065     Arithmetic expressions do not get evaluated under stringification. Remove
25066     default network configuration, add DHCP command support. Thanks to Felix
25067     Radensky for reporting.
25068
25069     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25070
25071 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
25072 Author: Wolfgang Denk <wd@denx.de>
25073 Date:   Mon Apr 28 10:55:24 2008 +0200
25074
25075     katmai: fix section overlap problem
25076
25077     Since we didn't want to remove features from the configuration, we
25078     decided to increase the U-Boot image size (add one flash sector).
25079
25080     Also changed the default environment definition to make it
25081     independent of such changes.
25082
25083     Signed-off-by: Wolfgang Denk <wd@denx.de>
25084     Acked-by: Stefan Roese <sr@denx.de>
25085
25086 commit 941d696d25624e3cc65ebf924199541acf52d74e
25087 Author: Wolfgang Denk <wd@denx.de>
25088 Date:   Mon Apr 28 10:55:24 2008 +0200
25089
25090     katmai: fix section overlap problem
25091
25092     Since we didn't want to remove features from the configuration, we
25093     decided to increase the U-Boot image size (add one flash sector).
25094
25095     Also changed the default environment definition to make it
25096     independent of such changes.
25097
25098     Signed-off-by: Wolfgang Denk <wd@denx.de>
25099     Acked-by: Stefan Roese <sr@denx.de>
25100
25101 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
25102 Author: Kumar Gala <galak@kernel.crashing.org>
25103 Date:   Sat Apr 26 11:44:44 2008 -0500
25104
25105     post: Fix building with O=
25106
25107     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25108
25109 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
25110 Author: Wolfgang Denk <wd@denx.de>
25111 Date:   Sat Apr 26 01:55:00 2008 +0200
25112
25113     Prepare v1.3.3-rc1
25114
25115     Signed-off-by: Wolfgang Denk <wd@denx.de>
25116
25117 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
25118 Author: Wolfgang Denk <wd@denx.de>
25119 Date:   Sat Apr 26 01:25:39 2008 +0200
25120
25121     post/Makefile: make sure to use the correct flags
25122
25123     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
25124     messages to be printed.
25125
25126     Signed-off-by: Wolfgang Denk <wd@denx.de>
25127
25128 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
25129 Author: Wolfgang Denk <wd@denx.de>
25130 Date:   Sat Apr 26 00:34:42 2008 +0200
25131
25132     Coding Style cleanup, update CHANGELOG
25133
25134     Signed-off-by: Wolfgang Denk <wd@denx.de>
25135
25136 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
25137 Author: Magnus Lilja <lilja.magnus@gmail.com>
25138 Date:   Sun Apr 20 10:38:12 2008 +0200
25139
25140     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
25141
25142     This patch enables SPI and MC13783/RTC support for the Litekit board.
25143
25144     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25145
25146 commit f97abbfb47d9e407354e157cae3f6369e460cd37
25147 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25148 Date:   Fri Apr 25 01:08:32 2008 -0500
25149
25150     MPC8544DS: decode pcie3 end-point configuration correctly.
25151
25152     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25153     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25154
25155 commit 292188e15523c165c4269403fdcd33c26d89176e
25156 Author: Roy Zang <tie-fei.zang@freescale.com>
25157 Date:   Fri Apr 25 00:55:09 2008 -0500
25158
25159     MPC8544DS: Removes the unknown flash message information
25160
25161     This patch removes the unknown flash message information:
25162     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
25163     This unknown flash message is caused by PromJet.
25164     Some of the board user is unhappy with this information.
25165
25166     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
25167     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25168
25169 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
25170 Author: Kim Phillips <kim.phillips@freescale.com>
25171 Date:   Thu Apr 24 14:07:38 2008 -0500
25172
25173     mpc83xx: bump loadaddr over fdtaddr to 0x500000
25174
25175     this seems as a good compromise between human memory, typing,
25176     and last but not least, to accommodate for current and future kernel bloat.
25177
25178     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25179     Acked-by: Dave Liu <daveliu@freescale.com>
25180
25181 commit be5a7190265a34d968578ff266549c60f6f57654
25182 Author: Dave Liu <r63238@freescale.com>
25183 Date:   Tue Apr 15 13:12:23 2008 +0800
25184
25185     mpc83xx: clean up the readme for 83xx boards
25186
25187     1. correct the typo
25188     2. correct the memory map for 837xerdb board
25189
25190     Signed-off-by: Dave Liu <daveliu@freescale.com>
25191
25192 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
25193 Author: Dave Liu <r63238@freescale.com>
25194 Date:   Tue Apr 15 13:11:11 2008 +0800
25195
25196     mpc83xx: remove the unused CPM's stuff
25197
25198     The MPC83xx family never have CPM block, so remove it from 83xx.
25199
25200     Signed-off-by: Dave Liu <daveliu@freescale.com>
25201
25202 commit c63ad6325a8ac0097a54b418a3288926b0484b18
25203 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25204 Date:   Fri Apr 18 16:29:40 2008 +0200
25205
25206     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
25207
25208     This patch adds a configurable flash auto protection list that can be used
25209     to make U-Boot protect flash regions in flash_init().
25210
25211     The idea has been discussed on the u-boot mailing list starting
25212     on Nov 18th, 2007.
25213
25214     Even this patch brings a new feature it is used as a bugfix for 4xx
25215     platforms where flash_init() does not completely protect the
25216     monitor's flash range in all situations.
25217
25218     U-Boot protects the flash range from CFG_MONITOR_BASE to
25219     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
25220     include the reset vector at 0xfffffffc.
25221
25222     Example:
25223     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
25224
25225     This config option will auto protect the last 512k of flash that
25226     contains the bootloader on board like APC405 and PMC405.
25227
25228     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25229
25230 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
25231 Author: Stefan Roese <sr@denx.de>
25232 Date:   Fri Apr 25 13:59:03 2008 +0200
25233
25234     ppc4xx: Remove double defines in lwmon5.h
25235
25236     introduced with latest lwmon5/POST merge
25237
25238     Signed-off-by: Stefan Roese <sr@denx.de>
25239
25240 commit 7590378fb9c686709492ceb142825cd058255956
25241 Author: Bartlomiej Sieka <tur@semihalf.com>
25242 Date:   Fri Apr 25 13:54:02 2008 +0200
25243
25244     Use watchdog-aware functions when calculating hashes of images - take two
25245
25246     Some files didn't get updated properly with the "Use watchdog-aware
25247     functions when calculating hashes of images" commit, this commit
25248     fixes this.
25249
25250     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25251     Signed-off-by: Wolfgang Denk <wd@denx.de>
25252
25253 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
25254 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25255 Date:   Fri Apr 25 12:01:39 2008 +0200
25256
25257     ppc4xx: Add bootcount limit handling for APC405 boards
25258
25259     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25260
25261 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
25262 Author: Bartlomiej Sieka <tur@semihalf.com>
25263 Date:   Fri Apr 25 12:10:09 2008 +0200
25264
25265     Use watchdog-aware functions when calculating hashes of images
25266
25267     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25268
25269 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
25270 Author: Wolfgang Denk <wd@denx.de>
25271 Date:   Fri Apr 25 12:44:08 2008 +0200
25272
25273     USB: fix more GCC 4.2.x aliasing warnings
25274
25275     Signed-off-by: Wolfgang Denk <wd@denx.de>
25276     Acked-by: Markus Klotzbuecher <mk@denx.de>
25277
25278 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
25279 Author: Wolfgang Denk <wd@denx.de>
25280 Date:   Fri Apr 25 12:41:53 2008 +0200
25281
25282     lib_generic/crc32.c: add missing #include <watchdog.h>
25283
25284     Signed-off-by: Wolfgang Denk <wd@denx.de>
25285
25286 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
25287 Author: Wolfgang Denk <wd@denx.de>
25288 Date:   Fri Apr 25 11:52:21 2008 +0200
25289
25290     lib_generic/crc32.c: fix compile problem
25291
25292     Signed-off-by: Wolfgang Denk <wd@denx.de>
25293
25294 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
25295 Author: Stefan Roese <sr@denx.de>
25296 Date:   Tue Apr 22 12:20:32 2008 +0200
25297
25298     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
25299
25300     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
25301     environment variable will now get passed to the Linux kernel by setting
25302     the device_type property of the PCIe device tree node. For normal root-
25303     complex configuration it will keep its defaults value of "pci" and for
25304     endpoint configuration it will get changed to "pci-endpoint".
25305
25306     Signed-off-by: Stefan Roese <sr@denx.de>
25307
25308 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
25309 Author: Yuri Tikhonov <yur@emcraft.com>
25310 Date:   Thu Apr 24 10:30:53 2008 +0200
25311
25312     lwmon5: watchdog POST fix
25313
25314     Use the GPT0_MASKx registers as the temporary storage for watch-dog
25315     timer POST test instead of GPT0_COMPx. The latter
25316     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
25317
25318     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25319     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25320
25321 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
25322 Author: Kim Phillips <kim.phillips@freescale.com>
25323 Date:   Mon Apr 21 18:10:14 2008 -0500
25324
25325     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
25326
25327     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
25328     proven problematic getting right from the start at least on 83xx and
25329     4xx.
25330
25331     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25332
25333 commit a99715b8ebfc500f3f40e01b36b64d473938443d
25334 Author: Detlev Zundel <dzu@denx.de>
25335 Date:   Fri Apr 18 14:50:01 2008 +0200
25336
25337     Realining some header definitions.
25338
25339     Signed-off-by: Detlev Zundel <dzu@denx.de>
25340
25341 commit 4acbc6c7f993cae409c424615415a3e76820f13d
25342 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25343 Date:   Thu Apr 24 07:57:16 2008 +0200
25344
25345     NE2000: coding style cleanup
25346
25347     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25348
25349 commit b4aff1ffaf7120032c653357c007faa14f74d29d
25350 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25351 Date:   Wed Apr 23 00:11:47 2008 +0900
25352
25353     qemu-mips.h: Add CFI support
25354
25355     CONFIG_ENV_OVERWRITE is also added.
25356
25357     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
25358
25359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25360     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25361
25362 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
25363 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25364 Date:   Tue Apr 22 22:47:27 2008 +0900
25365
25366     doc/README.mips: Add MIPS notes
25367
25368     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25369
25370 commit 215b01bba8bc662d35f72b084700b192d367dfb4
25371 Author: Bartlomiej Sieka <tur@semihalf.com>
25372 Date:   Tue Apr 22 12:27:56 2008 +0200
25373
25374     Add support for calculating hashes with watchdog triggering
25375
25376     Implement watchodg-aware variants of hash calculation functions:
25377     - crc32_wd()
25378     - md5_wd()
25379     - sha1_csum_wd()
25380     The above functions calculate the hash of the input buffer in chunks,
25381     triggering the watchdog after processing each chunk. The chunk size
25382     is given as a function call parameter.
25383
25384     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25385
25386 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
25387 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
25388 Date:   Wed Apr 23 11:02:12 2008 +0900
25389
25390     qemu-mips: Cleanup whitespace, indentation, etc.
25391
25392     No functional change.
25393
25394     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
25395     Then I re-created from scratch, and changed more lines than the original.
25396
25397     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25398     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25399
25400 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
25401 Author: Vlad Lungu <vlad@comsys.ro>
25402 Date:   Wed Oct 10 23:02:09 2007 +0300
25403
25404     Fixed pcnet io_base
25405
25406     Bus and phys address are not always the same
25407
25408     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
25409
25410 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
25411 Author: Wolfgang Denk <wd@denx.de>
25412 Date:   Thu Apr 24 23:44:26 2008 +0200
25413
25414     drivers/net/pcnet.c: Coding Style cleanup.
25415
25416     Signed-off-by: Wolfgang Denk <wd@denx.de>
25417
25418 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
25419 Author: Vlad Lungu <vlad@comsys.ro>
25420 Date:   Wed Oct 10 23:04:23 2007 +0300
25421
25422     Added Am79C970A chip id to pcnet
25423
25424     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
25425
25426 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
25427 Author: Magnus Lilja <lilja.magnus@gmail.com>
25428 Date:   Sun Apr 20 10:35:03 2008 +0200
25429
25430     i.MX31: Fix architecture numbers for ADS and Litekit boards
25431
25432     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
25433
25434     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25435
25436 commit e7ae84d6c7288790e88639f57cb60daf89c11369
25437 Author: Magnus Lilja <lilja.magnus@gmail.com>
25438 Date:   Sun Apr 20 10:36:36 2008 +0200
25439
25440     i.MX31: Use symbolic names for Litekit membases.
25441
25442     Use symbolic names instead of hard coded addresses for Litekit membases.
25443
25444     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25445
25446 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
25447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25448 Date:   Sat Apr 19 17:59:20 2008 +0200
25449
25450     Fix show_boot_progress prototype
25451
25452     in commit fad634071 "make show_boot_progress () weak."
25453     show_boot_progress is supposed to be declared as weak but declared as
25454     inline instead.
25455
25456     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25457
25458 commit edbed247a14d70b94958010f736621212285de91
25459 Author: Bartlomiej Sieka <tur@semihalf.com>
25460 Date:   Fri Apr 18 12:39:23 2008 +0200
25461
25462     Memory footprint optimizations
25463
25464     As suggested by Wolfgang Denk:
25465     - image printing functions:
25466       - remove wrappers
25467       - remove indentation prefix from functions' signatures
25468     - merge getenv_verify and getenv_autostart into one parametrized function
25469
25470     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25471
25472 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
25473 Author: Guennadi Liakhovetski <lg@denx.de>
25474 Date:   Tue Apr 15 13:33:11 2008 +0200
25475
25476     MX31ADS environment variable update, spi and rtc support
25477
25478     Update MX31ADS default environment to better match the flash layout and
25479     the memory map, support SPI and RTC.
25480
25481     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25482
25483 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
25484 Author: Kumar Gala <galak@kernel.crashing.org>
25485 Date:   Mon Apr 21 09:28:36 2008 -0500
25486
25487     85xx: Round up frequency calculations to get reasonable output
25488
25489     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
25490
25491     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
25492
25493     Signed-off-by: Dejan Minic <minic@freescale.com>
25494     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
25495     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25496     Acked-by: Andy Fleming <afleming@freescale.com>
25497
25498 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
25499 Author: Kumar Gala <galak@kernel.crashing.org>
25500 Date:   Wed Apr 23 16:58:04 2008 -0500
25501
25502     fsl_pci: Only modify registers if we have them
25503
25504     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
25505
25506     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25507
25508 commit 83fe32334337def160b302aa9d152d808bfcc68e
25509 Author: Markus Klotzbücher <mk@denx.de>
25510 Date:   Wed Apr 23 10:57:33 2008 +0200
25511
25512     USB: remove a cpu bug workaround for an unsupported architecture.
25513
25514     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25515
25516 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
25517 Author: Markus Klotzbücher <mk@denx.de>
25518 Date:   Wed Apr 23 10:53:23 2008 +0200
25519
25520     USB: fix those pesky aliasing warnings issued by gcc-4.2
25521
25522     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25523     Signed-off-by: Detlev Zundel <dzu@denx.de>
25524
25525 commit 89cdab788f3716b335fefb60b836ebcf975aceab
25526 Author: Mike Frysinger <vapier@gentoo.org>
25527 Date:   Mon Mar 31 11:02:01 2008 -0400
25528
25529     crc32: use uint32_t rather than unsigned long
25530
25531     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
25532     this is done with the build toolchain instead of the target tool
25533     chain, so if the build is a 64bit system but the target is 32bits,
25534     the size will obviously be wrong. This converts all unsigned long
25535     stuff related to crc32 to uint32_t types. Compile tested only: output
25536     of ./tools/envcrc when run on a 32bit build system matches that of a
25537     64bit build system.
25538
25539     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25540     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25541
25542 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
25543 Author: Dirk Behme <dirk.behme@googlemail.com>
25544 Date:   Wed Mar 26 09:53:29 2008 +0100
25545
25546     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
25547
25548     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
25549
25550     Changes:
25551
25552     - Remove *_masked() functions as noted by Wolfgang
25553
25554     - Adapt register naming to recent TI spec (sprue26, March 2007)
25555
25556     - Fix reset_timer() handling
25557
25558     - 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.
25559
25560     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
25561
25562     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
25563
25564     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
25565
25566     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
25567
25568     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
25569     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
25570
25571 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
25572 Author: Sergei Poselenov <sposelenov@emcraft.com>
25573 Date:   Wed Apr 9 16:09:41 2008 +0200
25574
25575     Added watchdog triggering calls in the "mtest" test function.
25576
25577     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25578
25579 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
25580 Author: Yuri Tikhonov <yur@emcraft.com>
25581 Date:   Sun Apr 6 19:19:14 2008 +0200
25582
25583     lwmon5 watchdog: limit trigger rate
25584
25585     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
25586     the CONFIG_WD_MAX_RATE value.
25587
25588     Note that an earlier version of this patch which used microseconds
25589     instead of ticks dis not work. The problem was that we used
25590     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
25591     get_tbclk(), which in turn calls get_sys_info(). It turns out that
25592     this function does a lot of prolonged operations (like divisions)
25593     which take too much time so we do not trigger the watchdog in time,
25594     and it resets the system.
25595
25596     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25597
25598 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
25599 Author: Yuri Tikhonov <yur@emcraft.com>
25600 Date:   Mon Mar 31 10:51:37 2008 +0200
25601
25602     POST: move CONFIG_POST to Makefiles
25603
25604     Introduce the new logical option CONFIG_HAS_POST which is set when the
25605     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
25606     to determine should the POST libs be compiled for the selected target
25607     platform, or not.
25608
25609     To avoid breaking u-boot linking process, the empty post/libpost.a file is
25610     created for platforms which do not have POSTs.
25611
25612     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25613     Signed-off-by: Wolfgang Denk <wd@denx.de>
25614
25615 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
25616 Author: Yuri Tikhonov <yur@emcraft.com>
25617 Date:   Mon Mar 31 10:49:34 2008 +0200
25618
25619     POST: preparations for moving CONFIG_POST to Makefiles
25620
25621     Remove CONFIG_POST ifdefs from the post/ source files.
25622
25623     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25624     Signed-off-by: Wolfgang Denk <wd@denx.de>
25625
25626 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
25627 Author: Stefan Roese <sr@denx.de>
25628 Date:   Tue Apr 22 14:14:20 2008 +0200
25629
25630     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
25631
25632     This patch fixes the Canyonlands and Glacier default environment to better
25633     fit to the arch/powerpc device-tree kernels. The variables dealing with
25634     arch/ppc booting are removed, since these boards are supported only in
25635     arch/powerpc. Glacier uses the same config file as Canyonlands.
25636
25637     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
25638
25639     Signed-off-by: Stefan Roese <sr@denx.de>
25640
25641 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
25642 Author: Stefan Roese <sr@denx.de>
25643 Date:   Tue Apr 22 14:06:42 2008 +0200
25644
25645     ppc4xx: Small coding style cleanup for the latest esd patches
25646
25647     Signed-off-by: Stefan Roese <sr@denx.de>
25648
25649 commit 79941d63bc03aed8c48d7602f18217cc200ee931
25650 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25651 Date:   Mon Apr 21 18:01:07 2008 +0200
25652
25653     ppc4xx: Update CPU strapping for PMC440 boards
25654
25655     This patch removes the temporary 'test' strapping option
25656     of the sbe command. The '667' strapping option now uses
25657     a PLB/PCI divider of 3.
25658
25659     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25660
25661 commit f00cf3193a6635355b121e90debb2f54e777e7da
25662 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25663 Date:   Mon Apr 21 14:42:21 2008 +0200
25664
25665     ppc4xx: Remove unused APC405 strataflash driver
25666
25667     The APC405 board support has been migrated to use the common
25668     CFI flash driver.
25669
25670     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25671
25672 commit 1c686676a86473bbd92151f0544e109413f6ed06
25673 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25674 Date:   Mon Apr 21 14:42:17 2008 +0200
25675
25676     ppc4xx: Update APC405 configuration
25677
25678     - enable esd's auto_update mechanism
25679     - support alternative flash layout on rev. 1.8 boards
25680     - update default environment
25681     - use common CFI flash driver
25682     - coding style cleanup
25683
25684     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25685
25686 commit 0b9872515a521bf7866dc24b85ddce708e60d702
25687 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25688 Date:   Mon Apr 21 14:42:11 2008 +0200
25689
25690     ppc4xx: Update APC405 board support
25691
25692     - enable esd's auto_update mechanism
25693     - fix LCD support on latest hardware revision (uses other LCD controller)
25694     - support alternative flash layout on rev. 1.8 boards
25695     - coding style cleanup
25696
25697     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25698
25699 commit 83975d02e225e231960784972e7820a8b303756b
25700 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25701 Date:   Mon Apr 21 14:42:06 2008 +0200
25702
25703     ppc4xx: update esd's common auto_update code for 405 boards
25704
25705     - Coding style cleanup (long lines)
25706     - improve handling of protected flash regions
25707     - remove dead code
25708
25709     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25710
25711 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
25712 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25713 Date:   Mon Apr 21 14:41:59 2008 +0200
25714
25715     ppc4xx: Update esd's common LCD code for 405 boards
25716
25717     - Coding style cleanup (long lines)
25718     - Add s1d13505 support
25719     - Make some functions return a result code instead of void
25720
25721     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25722
25723 commit dea68189424c3f1242427a8146a3861bf093173c
25724 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25725 Date:   Mon Apr 21 11:36:55 2008 +0200
25726
25727     ppc4xx: Update FPGA image for APC405 boards
25728
25729     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25730
25731 commit 2a05b152924acfcec3b037693329e517e6d3578f
25732 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25733 Date:   Mon Apr 21 11:36:08 2008 +0200
25734
25735     ppc4xx: Update bootlogo for APC405 boards
25736
25737     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25738
25739 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
25740 Author: Stefan Roese <sr@denx.de>
25741 Date:   Fri Apr 18 16:41:31 2008 +0200
25742
25743     ppc4xx: Add dcache_enable() for 440
25744
25745     dcache_enable() was missing for 440 and the patch
25746     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
25747     "] behavior uses this function.
25748
25749     Note: Currently the cache handling functions like
25750     d/icache_disable/enable() are NOP's on 440. This may be changed in the
25751     future.
25752
25753     Signed-off-by: Stefan Roese <sr@denx.de>
25754
25755 commit a49e0d177a0749614b316ec847fb623f09c82c07
25756 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25757 Date:   Mon Apr 21 11:19:04 2008 +0200
25758
25759     video: Add missing free for logo memory
25760
25761     This patch adds two missing free()s.
25762
25763     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25764
25765 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
25766 Author: Troy Kisky <troy.kisky@boundarydevices.com>
25767 Date:   Mon Sep 24 16:41:43 2007 -0700
25768
25769     PATCH - Fix oob data copied into supplied buffer
25770
25771     This patch correctly sets the oobavail variable
25772     and fixes a bug where the oob data was not valid when
25773     there where multiple groups in oobfree.
25774
25775     First segment fixes a typo
25776     Second segment fixes a bug where oob data may be copied incorrectly.
25777     Third segment adds an error message when exiting due to write protect.
25778     Forth segment fixes a bug where oobavail may be set incorrectly.
25779
25780     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
25781
25782 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
25783 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25784 Date:   Fri Apr 18 17:24:32 2008 +0200
25785
25786     ppc4xx: Fix sys_get_info() for 405GP(r)
25787
25788     This patch assigns the correct EBC clock for 405GP(r) CPUs
25789     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
25790     uses an uninitialized EBC clock in its startup message.
25791
25792     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25793
25794 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
25795 Author: Wolfgang Denk <wd@denx.de>
25796 Date:   Sun Apr 20 15:39:38 2008 -0700
25797
25798     Makefile: remove nand_spl/System.map when cleaning up.
25799
25800 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
25801 Author: Wolfgang Denk <wd@denx.de>
25802 Date:   Sun Apr 20 15:35:52 2008 -0700
25803
25804     MAKEALL: sort entries / lists.
25805
25806     Signed-off-by: Wolfgang Denk <wd@denx.de>
25807
25808 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
25809 Author: Kumar Gala <galak@kernel.crashing.org>
25810 Date:   Fri Apr 18 11:29:01 2008 -0500
25811
25812     85xx: Fix size of cpu-release-addr property
25813
25814     The cpu-release-addr is defined as always being a 64-bit quanity regardless
25815     if we are running on a 32-bit or 64-bit machine.
25816
25817 commit 88353a985109562a639b2f8a0c90d77011bfe374
25818 Author: Timur Tabi <timur@freescale.com>
25819 Date:   Fri Apr 4 11:15:58 2008 -0500
25820
25821     Fix calculation of I2C clock for some 85xx chips
25822
25823     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
25824     some use CCB/3.  There is no pattern that can be used to determine which
25825     chips use which frequency, so the only way to determine is to look up the
25826     actual SOC designation and use the right value for that SOC.
25827
25828     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
25829
25830     Signed-off-by: Timur Tabi <timur@freescale.com>
25831
25832 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
25833 Author: Wolfgang Denk <wd@denx.de>
25834 Date:   Fri Apr 18 11:44:27 2008 -0700
25835
25836     Fix build breakage casued by commit c0559be371b2
25837
25838         Change env_get_char from a global function ptr to a function.
25839
25840     Signed-off-by: Wolfgang Denk <wd@denx.de>
25841
25842 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
25843 Author: Wolfgang Denk <wd@denx.de>
25844 Date:   Fri Apr 18 10:53:41 2008 -0700
25845
25846     Coding Style cleanup, update CHANGELOG.
25847
25848     Signed-off-by: Wolfgang Denk <wd@denx.de>
25849
25850 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
25851 Author: Mike Frysinger <vapier@gentoo.org>
25852 Date:   Tue Apr 8 14:00:57 2008 -0400
25853
25854     Add support for u-boot in svn and localversion-* files
25855
25856     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25857
25858 commit d23ff6827decf121461fbc5622612fd7effe207e
25859 Author: Guennadi Liakhovetski <lg@denx.de>
25860 Date:   Thu Apr 3 17:04:22 2008 +0200
25861
25862     MX31ADS network and flash updates
25863
25864     This patch allows U-Boot to use buffered writes to the Spansion NOR
25865     flash installed on this board, and eliminates long delays in network
25866     transfers after the board startup.
25867
25868     Also modify flash layout to embed main and redundant environment
25869     blocks in the U-Boot image.
25870
25871     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25872
25873 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
25874 Author: Guennadi Liakhovetski <lg@denx.de>
25875 Date:   Mon Apr 14 10:53:12 2008 +0200
25876
25877     Support for the MX31ADS evaluation board from Freescale
25878
25879     This patch adds support for the MX31ADS evaluation board from Freescale,
25880     initialization code is copied from RedBoot sources, also provided by
25881     Freescale.
25882
25883     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25884
25885 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
25886 Author: Stefan Roese <sr@denx.de>
25887 Date:   Tue Apr 8 10:33:29 2008 +0200
25888
25889     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
25890
25891     Signed-off-by: Stefan Roese <sr@denx.de>
25892
25893 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
25894 Author: Stefan Roese <sr@denx.de>
25895 Date:   Tue Apr 8 10:33:28 2008 +0200
25896
25897     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
25898
25899     Signed-off-by: Stefan Roese <sr@denx.de>
25900
25901 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
25902 Author: Stefan Roese <sr@denx.de>
25903 Date:   Tue Apr 8 10:33:27 2008 +0200
25904
25905     ppc4xx: Add Glacier NAND booting target
25906
25907     Signed-off-by: Stefan Roese <sr@denx.de>
25908
25909 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
25910 Author: Stefan Roese <sr@denx.de>
25911 Date:   Tue Apr 8 10:31:00 2008 +0200
25912
25913     nand_spl: Update nand_spl to support 2k page size NAND devices
25914
25915     This patch adds support for booting from 2k page sized NAND device
25916     (e.g. Micron 29F2G08AAC).
25917
25918     Tested on AMCC Canyonlands.
25919
25920     Signed-off-by: Stefan Roese <sr@denx.de>
25921
25922 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
25923 Author: Anatolij Gustschin <agust@denx.de>
25924 Date:   Thu Apr 17 18:18:00 2008 +0200
25925
25926     Fix crash on sequoia in ppc_4xx_eth_init
25927
25928     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
25929     with cache enabled (TLB Parity exeption). This patch
25930     fixes the problem.
25931
25932     Signed-off-by: Anatolij Gustschin <agust@denx.de>
25933
25934 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
25935 Author: Anatolij Gustschin <agust@denx.de>
25936 Date:   Thu Apr 17 18:15:27 2008 +0200
25937
25938     ppc4xx: Fix crash on sequoia with cache enabled
25939
25940     Currently U-Boot crashes on sequoia board in CPU POST if
25941     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
25942     won't be disabled by change_tlb before CPU POST because
25943     there is an insufficient adress range check since
25944     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
25945     this problem.
25946
25947     Signed-off-by: Anatolij Gustschin <agust@denx.de>
25948
25949 commit 43c509254fab375c49936498da944658117ed07c
25950 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25951 Date:   Thu Apr 17 23:35:13 2008 +0900
25952
25953     Use jr as register jump instruction
25954
25955     Current assembler codes are inconsistent in the way of register jump
25956     instruction usage; some use jr, some use j. Of course GNU as allows both
25957     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
25958     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
25959     at all.
25960
25961     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25962
25963 commit 7ce63709828d37b08866e537339a169bd0db2bd3
25964 Author: Guennadi Liakhovetski <lg@denx.de>
25965 Date:   Tue Apr 15 14:15:30 2008 +0200
25966
25967     RTC driver for MC13783
25968
25969     MC13783 is a multifunction IS with an SPI interface to the host. This
25970     driver handles the RTC controller in this chip.
25971
25972     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25973
25974 commit 38254f45b0b412332726c90d3184ad47479fcffb
25975 Author: Guennadi Liakhovetski <lg@denx.de>
25976 Date:   Tue Apr 15 14:14:25 2008 +0200
25977
25978     New i.MX31 SPI driver
25979
25980     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
25981     only implemented and tested on i.MX31, can with a modified register layout
25982     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
25983     controllers too.
25984
25985     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25986
25987 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
25988 Author: Magnus Lilja <lilja.magnus@gmail.com>
25989 Date:   Tue Apr 15 19:09:10 2008 +0200
25990
25991     Fix name of i.MX31 boards in config file header
25992
25993     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
25994
25995     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25996
25997 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
25998 Author: Mike Frysinger <vapier@gentoo.org>
25999 Date:   Sun Apr 13 19:42:19 2008 -0400
26000
26001     allow ports to override go behavior
26002
26003     Split the arch-specific logic out of the common go code and into a dedicated
26004     weak function called do_go_exec() that lives in cpu directories.  This will
26005     need review from i386/nios people to make sure I didn't break them.
26006
26007 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
26008 Author: Mike Frysinger <vapier@gentoo.org>
26009 Date:   Sun Apr 13 19:42:18 2008 -0400
26010
26011     allow ports to override bootelf behavior
26012
26013     Change the bootelf setup function into a dedicated weak function called
26014     do_bootelf_exec.  This way ports can control the behavior however they
26015     like before/after calling the ELF entry point.
26016
26017 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
26018 Author: Ulf Samuelsson <ulf@atmel.com>
26019 Date:   Sat Apr 12 20:56:03 2008 +0200
26020
26021     Reorder ARM boards in Makefile
26022
26023     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
26024     are no longer under ARM92xT header.
26025
26026     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
26027     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26028
26029 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
26030 Author: Ulf Samuelsson <ulf@atmel.com>
26031 Date:   Sat Apr 12 20:29:44 2008 +0200
26032
26033     Clean up dataflash partitioning
26034
26035     This patch removes the board dependent parts from
26036     "drivers/mtd/dataflash.c".
26037     Each board relying on this, will have the appropriate
26038     code in a new file, "partition.c" in the board directory.
26039     board Makefiles updated to use the file.
26040
26041     The dataflash partitions are aligned on sector/page boundaries.
26042
26043     The CONFIG_NEW_DF_PARTITION was used to create named partitions
26044     This is now the default operation, and the CONFIG variable is removed.
26045
26046     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
26047
26048 commit 51ecde946fec511a16346e498204ca10ad71080d
26049 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26050 Date:   Sat Apr 12 14:08:45 2008 +0200
26051
26052     gitignore: udpate stgit generated and .patch file
26053
26054     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26055
26056 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
26057 Author: Wolfgang Denk <wd@denx.de>
26058 Date:   Fri Apr 18 00:15:36 2008 -0700
26059
26060     Get rid of redundant copy of renamed header file.
26061
26062     Signed-off-by: Wolfgang Denk <wd@denx.de>
26063
26064 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
26065 Author: Vlad Lungu <vlad@comsys.ro>
26066 Date:   Fri Apr 11 21:20:14 2008 +0300
26067
26068     Fix dependency generation for older gcc versions
26069
26070      With gcc 3.3.3 at least, compilation fails with
26071
26072     Generating include/autoconf.mk
26073     gcc: compilation of header file requested
26074     make: *** [include/autoconf.mk] Error 1
26075
26076     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
26077
26078     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
26079
26080 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
26081 Author: Marian Balakowicz <m8@semihalf.com>
26082 Date:   Fri Apr 11 11:07:49 2008 +0200
26083
26084     Restore the ability to continue booting after legacy image overwrite
26085
26086     Before new uImage code was merged, bootm code allowed for the kernel image to
26087     get overwritten during decompresion. new uImage introduced a check for image
26088     overwrites and refused to boot the image that got overwritten. This patch
26089     restores the old behavior. It also adds a warning when the image overwriten is
26090     a multi-image file, because in such case accessing componentes other than the
26091     first one will fail.
26092
26093     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26094
26095 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
26096 Author: Marian Balakowicz <m8@semihalf.com>
26097 Date:   Fri Apr 11 11:07:43 2008 +0200
26098
26099     ppc: Fix ftd_blob variable init when processing raw blob
26100
26101     Set fdt_blob variable before its value is printed out.
26102
26103     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26104
26105 commit 3d36be030043cd841a2551d00a395135e363a64b
26106 Author: Jason Wessel <jason.wessel@windriver.com>
26107 Date:   Thu Apr 10 14:30:16 2008 -0500
26108
26109     Remove all the search paths from the .lds files.
26110
26111     The cross compiler is responsible for providing the correct libraries
26112     and the logic to find the linking libraries.
26113
26114     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
26115
26116 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
26117 Author: Bartlomiej Sieka <tur@semihalf.com>
26118 Date:   Mon Apr 14 15:44:16 2008 +0200
26119
26120     Boot-related documentation update
26121
26122     - document 'bootm_low' and 'bootm_size' environment variables
26123     - update inaccurate CFG_BOOTMAPSZ entry
26124
26125     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26126
26127 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
26128 Author: Guennadi Liakhovetski <lg@denx.de>
26129 Date:   Wed Apr 9 17:34:08 2008 +0200
26130
26131     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
26132
26133     Restore logic reverted by commit
26134
26135     commit 80767a6cead9990d9e77e62be947843c2c72f469
26136     Author: Peter Pearse <peter.pearse@arm.com>
26137     Date:   Wed Sep 5 16:04:41 2007 +0100
26138
26139         Changed API name to coloured_led.h
26140         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
26141         Tidied other cpu/arm920t/start.S code
26142
26143     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26144
26145 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
26146 Author: Mike Frysinger <vapier@gentoo.org>
26147 Date:   Tue Apr 8 10:24:24 2008 -0400
26148
26149     Remove conflicting NAND ID
26150
26151     There are two NAND entries with ID 0xDC and this obviously causes problems.
26152     In the kernel, they punted the first entry, so we should do the same.
26153
26154     See this upstream e-mail for more info:
26155     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
26156
26157     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
26158     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26159
26160 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
26161 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26162 Date:   Tue Apr 8 16:20:35 2008 +0900
26163
26164     cpu/mips/cpu.c: Fix flush_cache bug
26165
26166     Cache operations have to take line address (addr), not start_addr.
26167     I noticed this bug when debugging ping failure.
26168
26169     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26170
26171 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
26172 Author: Martin Krause <martin.krause@tqs.de>
26173 Date:   Thu Apr 3 14:29:01 2008 +0200
26174
26175     TQM5200: fix default IDE reset level
26176
26177     Before the first call of ide_reset(), the level of the IDE reset
26178     signal on the TQM5200 is low (reset asserted). This patch sets the
26179     default value to high (reset not asserted).
26180
26181     Currently this patch fixes no real problem, but it is cleaner to
26182     assert the reset signal only on demand, and not permanently.
26183
26184     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26185
26186 commit c61e033d6e8abb7b4060ee36060961e1399f6079
26187 Author: Detlev Zundel <dzu@denx.de>
26188 Date:   Thu Apr 3 14:18:48 2008 +0200
26189
26190     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
26191
26192     Signed-off-by: Detlev Zundel <dzu@denx.de>
26193
26194 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
26195 Author: Detlev Zundel <dzu@denx.de>
26196 Date:   Thu Apr 3 14:18:47 2008 +0200
26197
26198     mgcoge, mgsuv: rename 'addcon' to 'addcons'
26199
26200     The latter name with 13 users is already established, so we will use
26201     that.
26202
26203     Signed-off-by: Detlev Zundel <dzu@denx.de>
26204
26205 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
26206 Author: Martin Krause <martin.krause@tqs.de>
26207 Date:   Thu Apr 3 13:37:56 2008 +0200
26208
26209     IDE: fix bug in reset sequence
26210
26211     According to the ata (ata5) specification the RESET- signal
26212     shall be asserted for at least 25 us. Without this patch,
26213     the RESET- signal is asserted on some boards for only < 1 us
26214     (e. g. on the TQM5200). This patch adds a general delay of
26215     25 us to the RESET- signal.
26216
26217     Without this patch a Platinum 4 GiB CF card is not recognised
26218     properly on boards with a TQM5200 (STK52xx, TB5200).
26219
26220     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26221
26222 commit 813bea96a960916c72b4a3a7df840151529c26ce
26223 Author: Sascha Laue <Sascha.Laue@gmx.biz>
26224 Date:   Thu Apr 3 14:43:11 2008 +0200
26225
26226     lwmon5: disable CONFIG_ZERO_BOOTDELAY
26227
26228     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
26229
26230 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
26231 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26232 Date:   Wed Apr 2 08:03:58 2008 +0200
26233
26234     ds174x: Fix warning on return in rtc_get and rtc_set functions
26235
26236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26237
26238 commit a253b38bf50c85227c33ca0febc870ee49d1588e
26239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26240 Date:   Wed Apr 2 08:03:57 2008 +0200
26241
26242     cmd_log.c: Fix assignment differ in signedness
26243
26244     In function 'logbuff_init_ptrs':
26245     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
26246
26247     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26248
26249 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
26250 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
26251 Date:   Wed Apr 2 11:04:43 2008 +0530
26252
26253     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
26254
26255     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
26256
26257 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
26258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26259 Date:   Tue Apr 1 14:07:10 2008 +0200
26260
26261     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
26262
26263     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26264
26265 commit c08fb3ea36d19b1640b7906264581e9105534399
26266 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26267 Date:   Tue Apr 15 10:24:14 2008 +0200
26268
26269     Additional PCI IDs for IDE and network controllers
26270
26271     These PCI IDs are required by the Linkstation platforms.
26272
26273     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26274
26275 commit c0559be371b2a64b1a817088c3308688e2182f93
26276 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
26277 Date:   Mon Apr 14 23:01:50 2008 +0200
26278
26279     Change env_get_char from a global function ptr to a function.
26280
26281     This avoids an early global data reference.
26282
26283     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26284
26285 commit 3e0f331c05d72f140715c1e9fca991927e44d422
26286 Author: Guennadi Liakhovetski <lg@denx.de>
26287 Date:   Tue Apr 29 12:35:08 2008 +0000
26288
26289     Clean up smsc911x driver
26290
26291     Replace direct register address derefencing with accessor functions.
26292     Restrict explicitly 32-bit bus-width, extend affected configurations
26293     respectively.
26294
26295     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26296     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26297
26298 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
26299 Author: Sascha Hauer <s.hauer@pengutronix.de>
26300 Date:   Tue Apr 15 00:08:20 2008 -0400
26301
26302     This patch adds a driver for the following smsc network controllers:
26303     LAN9115
26304     LAN9116
26305     LAN9117
26306     LAN9215
26307     LAN9216
26308     LAN9217
26309
26310     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26311     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
26312     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26313
26314 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
26315 Author: Sascha Laue <Sascha.Laue@gmx.biz>
26316 Date:   Tue Apr 1 15:13:03 2008 +0200
26317
26318     Fix watchdog POST for lwmon5
26319
26320     If the hardware watchdog detects a voltage error, the watchdog sets
26321     GPIO62 to low. The watchdog POST has to detect this low level.
26322
26323     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
26324
26325 commit 24b448448a917e52806f82660a5c9d47608894fb
26326 Author: Dave Liu <r63238@freescale.com>
26327 Date:   Tue Apr 1 15:22:11 2008 +0800
26328
26329     ata: update the libata.h from ata.h of linux kernel
26330
26331     Current libata.h of u-boot is out of sync from linux kernel,
26332     this patch make it be consistent with linux kernel.
26333
26334     Signed-off-by: Dave Liu <daveliu@freescale.com>
26335     Signed-off-by: Tor Krill <tor@excito.com>
26336
26337 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
26338 Author: Kumar Gala <galak@kernel.crashing.org>
26339 Date:   Mon Mar 31 11:59:27 2008 -0500
26340
26341     Allow use of ARCH=powerpc when building
26342
26343     The linux kernel is now mostly ARCH=powerpc, so to make life easier
26344     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
26345
26346     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26347
26348 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
26349 Author: Kyungmin Park <kmpark@infradead.org>
26350 Date:   Mon Mar 31 10:40:54 2008 +0900
26351
26352     Add apollon board MAINTAINERS entry
26353
26354     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26355
26356 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
26357 Author: Kyungmin Park <kmpark@infradead.org>
26358 Date:   Mon Mar 31 10:40:36 2008 +0900
26359
26360     Fix OneNAND read
26361
26362     It should access with 16-bit instead of 8-bit
26363
26364     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
26365
26366     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26367
26368 commit a9da2b41079d230db3a5641625311983f85ce1fb
26369 Author: Kyungmin Park <kmpark@infradead.org>
26370 Date:   Mon Mar 31 10:40:19 2008 +0900
26371
26372     Fix OneNAND erase command
26373
26374     It mis-calculates the block address.
26375     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
26376
26377     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26378
26379 commit 61525f2ffa156665a66908fda47dbf29d65ea579
26380 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26381 Date:   Mon Mar 31 01:32:15 2008 +0200
26382
26383     Support for LinkStation / KuroBox HD and HG PPC models
26384
26385     This patch is based on the port by Mihai Georgian (see linkstation.c for
26386     Copyright information) and implements support for LinkStation / KuroBox HD
26387     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
26388     the moment, pending network driver fixing.
26389
26390     Notice to users: this is pretty much a barebone port. Support for network
26391     on HG models is already in the U-Boot mainline, but you might also want
26392     patches to switch fan / phy modes depending on the negotiated ethernet
26393     parameters. This patch also doesn't support console switching, booting EM
26394     mode, Buffalo specific ext2 magic number. So, if you want to use any of
26395     those, you need additional patches. Otherwise this patche provides a fully
26396     functional u-boot with a network console on your system.
26397
26398     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26399
26400 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
26401 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26402 Date:   Sun Mar 30 01:22:13 2008 -0500
26403
26404     Add CONFIG_MII_INIT support to related boards
26405
26406     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
26407     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
26408     that use mii_init() in cmd_init.c.
26409
26410     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26411     Acked-by: Ben Warren <biggerbadderben@gmail.com>
26412
26413 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
26414 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26415 Date:   Sun Mar 30 01:19:06 2008 -0500
26416
26417     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
26418
26419     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
26420     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
26421
26422     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26423
26424 commit e99ccb488181d012248c6be30b2093e950319fc5
26425 Author: Kumar Gala <galak@kernel.crashing.org>
26426 Date:   Thu Mar 27 11:46:38 2008 -0500
26427
26428     Introduce phys_size_t and move phys_addr_t into asm/types.h
26429
26430     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
26431     that have larger physical addresses like 44x, 85xx, and 86xx.
26432
26433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26434
26435 commit 20a14a42a25f72e379f38460b8a8484667536795
26436 Author: Andy Fleming <afleming@freescale.com>
26437 Date:   Wed Apr 2 16:19:07 2008 -0500
26438
26439     Rename include/md5.h to include/u-boot/md5.h
26440
26441     Some systems have md5.h installed in /usr/include/. This isn't the
26442     desired file (we want the one in include/md5.h). This will avoid the
26443     conflict. This fixes the host tools building problem by creating a new
26444     directory for U-Boot specific header files.
26445
26446     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
26447     Denk]
26448
26449     Signed-off-by: Wolfgang Denk <wd@denx.de>
26450     Signed-off-by: Andy Fleming <afleming@freescale.com>
26451     Acked-by: Timur Tabi <timur@freescale.com>
26452
26453 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
26454 Author: Dave Liu <r63238@freescale.com>
26455 Date:   Thu Mar 27 18:51:17 2008 +0800
26456
26457     drivers: code clean up
26458
26459     Signed-off-by: Dave Liu <daveliu@freescale.com>
26460
26461 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
26462 Author: Dave Liu <r63238@freescale.com>
26463 Date:   Thu Mar 27 18:50:41 2008 +0800
26464
26465     drivers: clean up the ata_piix.h
26466
26467     Signed-off-by: Dave Liu <daveliu@freescale.com>
26468
26469 commit e8f7ba404f1409606962815ecc955a06984b08b3
26470 Author: Dave Liu <r63238@freescale.com>
26471 Date:   Thu Mar 27 18:49:56 2008 +0800
26472
26473     doc: english polishing for README.sata
26474
26475     according to gvb's suggestion, polishing for the doc.
26476
26477     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
26478     Signed-off-by: Dave Liu <daveliu@freescale.com>
26479
26480 commit 3e3f766a5274d204780460e1879723b565296d34
26481 Author: Kumar Gala <galak@kernel.crashing.org>
26482 Date:   Wed Mar 26 18:53:28 2008 -0500
26483
26484     Fix warnings introduced by I2C bus speed setting patch
26485
26486     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26487
26488 commit 3c735e7437150e8615f26930c7819db85634276d
26489 Author: eran liberty <eran.liberty@gmail.com>
26490 Date:   Thu Mar 27 00:50:49 2008 +0100
26491
26492     Altera Stratix II support
26493
26494     Adds Support for Altera's Stratix II.
26495
26496     Within your board specific init file you will have to call
26497
26498     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
26499     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
26500
26501     Altera_desc* contines (for example):
26502         {
26503          Altera_StratixII,      /* part type */
26504          passive_serial,        /* interface type */
26505          1,                     /* bytes of data part can accept */
26506          (void *)(&funcs),      /* interface function table */
26507          0L,                    /* base interface address */
26508          0                      /* implementation specific cookie */
26509          }
26510
26511     funcs is the interface. It is of type altera_board_specific_func.
26512     It looks like this:
26513     altera_board_specific_func func = {
26514         pre_fn,
26515         config_fn,
26516         status_fn,
26517         done_fn,
26518         clk_fn,
26519         data_fn,
26520         abort_fn,
26521         post_fn,
26522     };
26523
26524     you will have to implement these functions, which is usually bit
26525     banging some gpio.
26526
26527     Signed-off-by: Eran Liberty <liberty@extricom.com>
26528
26529 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
26530 Author: Wolfgang Denk <wd@denx.de>
26531 Date:   Sun Apr 13 14:32:54 2008 -0700
26532
26533     Update CHANGELOG
26534
26535     Signed-off-by: Wolfgang Denk <wd@denx.de>
26536
26537 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
26538 Author: Sascha Hauer <s.hauer@pengutronix.de>
26539 Date:   Wed Mar 26 20:41:17 2008 +0100
26540
26541     Phytec Phycore-i.MX31 support
26542
26543     This patch adds support for the Phytec Phycore-i.MX31 board
26544
26545     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26546     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26547
26548 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
26549 Author: Sascha Hauer <s.hauer@pengutronix.de>
26550 Date:   Wed Mar 26 20:41:09 2008 +0100
26551
26552     mx31 litekit support
26553
26554     This patch adds support for the mx31 litekit board
26555
26556     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26557     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26558
26559 commit cdace0661208754a53019ea0dc7b803a040e0939
26560 Author: Sascha Hauer <s.hauer@pengutronix.de>
26561 Date:   Wed Mar 26 20:40:49 2008 +0100
26562
26563     add an i2c driver for mx31
26564
26565     This patch adds an i2c driver for Freescale i.MX processors
26566
26567     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26568     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26569
26570 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
26571 Author: Sascha Hauer <s.hauer@pengutronix.de>
26572 Date:   Wed Mar 26 20:40:42 2008 +0100
26573
26574     core support for Freescale mx31
26575
26576     This patch adds the core support for Freescale mx31
26577
26578     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26579     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26580
26581 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
26582 Author: Wolfgang Denk <wd@denx.de>
26583 Date:   Sun Apr 13 14:19:23 2008 -0700
26584
26585     Fix compile error
26586
26587     ...as suggested by Peter Pearse
26588
26589     Signed-off-by: Wolfgang Denk <wd@denx.de>
26590
26591 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
26592 Author: Sascha Hauer <s.hauer@pengutronix.de>
26593 Date:   Wed Mar 26 20:40:36 2008 +0100
26594
26595     Separate omap24xx specific code from arm1136
26596
26597     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
26598     to cpu/arm1136/omap24xx.
26599
26600     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26601     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26602
26603 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
26604 Author: Mike Frysinger <vapier@gentoo.org>
26605 Date:   Tue Jan 29 18:21:05 2008 -0500
26606
26607     disable caches before booting an app for Blackfin apps
26608
26609     It isn't generally save to execute applications outside of U-Boot with caches
26610     enabled due to the way the Blackfin processor handles caches (requires
26611     software assistance).  This patch disables caches before booting an ELF or
26612     just booting raw code.  The previous discussion on the patch was that we
26613     wanted to use weaks instead, but that proved to not be feasible when multiple
26614     symbols are involved, which puts us back at the ifdef solution.  I've
26615     minimized the ugliness by moving the setup step outside of the main function.
26616
26617     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26618
26619 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
26620 Author: Wolfgang Denk <wd@denx.de>
26621 Date:   Sun Apr 13 10:03:54 2008 -0700
26622
26623     ppc: Get rid of unused machine type definitions
26624
26625     Signed-off-by: Wolfgang Denk <wd@denx.de>
26626
26627 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
26628 Author: Wolfgang Denk <wd@denx.de>
26629 Date:   Sun Apr 13 09:59:26 2008 -0700
26630
26631     Coding Style cleanup; update CHANGELOG
26632
26633     Signed-off-by: Wolfgang Denk <wd@denx.de>
26634
26635 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
26636 Author: Larry Johnson <lrj@acm.org>
26637 Date:   Thu Feb 21 13:58:11 2008 -0500
26638
26639     LM73 bug fix for negative temperatures and cleanup
26640
26641     When the LM73 temperature sensor measures a temperature below 0 C, the
26642     current driver does not perform sign extension, so the result returned is
26643     512 C too high.  This patch fixes the problem, and does general cleanup
26644     of the code.
26645
26646     Signed-off-by: Larry Johnson <lrj@acm.org>
26647
26648 commit 96ef831f713289afba19da0c8f905e99da2b23e0
26649 Author: Guennadi Liakhovetski <lg@denx.de>
26650 Date:   Thu Apr 3 13:36:02 2008 +0200
26651
26652     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
26653
26654     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
26655     series require different addresses for buffered write commands. Define a
26656     configuration option to support buffered writes on those chips. A more
26657     elegant solution would be to automatically detect those chips by parsing
26658     their CFI records, but that would require introduction of a fixup table
26659     into the cfi_flash driver.
26660
26661     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26662
26663 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
26664 Author: Lee Nipper <lee.nipper@freescale.com>
26665 Date:   Thu Apr 10 09:35:06 2008 -0500
26666
26667     mpc83xx: Update DIMM data bus width test to support 40-bit width
26668
26669     32-bit wide ECC memory modules report 40-bit width.
26670     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
26671
26672     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
26673     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26674
26675 commit 5fb5a689d822ca61e814bd523fc930af335242fa
26676 Author: Dave Liu <r63238@freescale.com>
26677 Date:   Mon Mar 31 17:05:12 2008 +0800
26678
26679     mpc83xx: Fix the bug of serdes initialization
26680
26681     Currently the serdes will not be initializated due to the
26682     partid's error.
26683
26684     Signed-off-by: Dave Liu <daveliu@freescale.com>
26685     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26686
26687 commit 2000784818f043db7ca60e2846a72d097766b894
26688 Author: Dave Liu <r63238@freescale.com>
26689 Date:   Thu Apr 3 16:28:29 2008 +0800
26690
26691     mpc83xx: Fix the SATA clock setting of 837x targets
26692
26693     Currently the SATA controller clock is configured as CSB clock,
26694     usually the CSB clock is 400/333/266MHz.
26695
26696     However, The SATA IP block is only guaranteed to operate up to
26697     200 MHz as stated in the HW spec.
26698
26699     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
26700
26701     This patch makes the SATA clock as half of CSB clock.
26702
26703     Signed-off-by: Dave Liu <daveliu@freescale.com>
26704     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26705
26706 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
26707 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26708 Date:   Wed Apr 2 13:41:21 2008 +0200
26709
26710     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
26711
26712     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26713     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26714
26715 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
26716 Author: Kumar Gala <galak@kernel.crashing.org>
26717 Date:   Wed Apr 9 04:20:57 2008 -0500
26718
26719     85xx: Fix detection of MP cpu spin up
26720
26721     We were looking at the wrong memory offset to determine of a secondary
26722     cpu had been spun up or not.  Also added a warning message if the
26723     all the secondary cpus we expect don't spin up.
26724
26725     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26726
26727 commit f3e04bdc3f360c66801a9048956e61e41a16edba
26728 Author: Kumar Gala <galak@kernel.crashing.org>
26729 Date:   Tue Apr 8 10:45:50 2008 -0500
26730
26731     85xx: Use SVR_SOC_VER instead of SVR_VER
26732
26733     The recent change introduced by 'Update SVR numbers to expand support'
26734     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
26735     to compare against a particular processor id.
26736
26737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26738
26739 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
26740 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
26741 Date:   Fri Apr 11 10:00:35 2008 -0400
26742
26743     ppc4xx: Fix power mgt definitions for PPC440
26744
26745     Corrected DCR addresses of PPC440EP power management registers.
26746
26747     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
26748
26749 commit 950a392464e616b4590bc4501be46e2d7d162dea
26750 Author: Wolfgang Denk <wd@denx.de>
26751 Date:   Fri Apr 11 15:11:26 2008 +0200
26752
26753     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
26754
26755     Reverting became necessary after it turned out that the patches in
26756     the u-boot-arm repo were modified, and in some cases corrupted.
26757
26758     This reverts the following commits:
26759
26760         066bebd6353e33af3adefc3404560871699e9961
26761         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
26762         c88ae20580b2b01487b4cdcc8b2a113f551aee36
26763         a147e56f03871bba4f05058d5e04ce7deb010b04
26764         d6674e0e2a6a1f033945f78838566210d3f28c95
26765         8c8463cce44d849e37744749b32d38e1dfb12e50
26766         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
26767         8bf69d81782619187933a605f1a95ee1d069478d
26768         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
26769         a574a73852a527779234e73e17e7597fd8128882
26770         1377b5583a48021d983e1fd565f7d40c89e84d63
26771         1704dc20917b4f71e373e2c888497ee666d40380
26772
26773     Signed-off-by: Wolfgang Denk <wd@denx.de>
26774
26775 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
26776 Author: Stefan Roese <sr@denx.de>
26777 Date:   Fri Apr 11 07:02:29 2008 +0200
26778
26779     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
26780
26781     This patch reworks the default environment on Kilauea/Haleakala. Now
26782     "net_nfs" for exmaple uses the device-tree style booting formerly know
26783     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
26784     new image booting support, which check for image overwriting. So the
26785     addresses needed togeet adjusted.
26786
26787     Signed-off-by: Stefan Roese <sr@denx.de>
26788
26789 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
26790 Author: Stefan Roese <sr@denx.de>
26791 Date:   Wed Apr 9 11:58:02 2008 +0200
26792
26793     ppc4xx: Fix Canyonlands default environment to work with new image support
26794
26795     Since the new image support checks for image overwriting, the default
26796     environment needs to get adjusted to use correct addresses.
26797
26798     Signed-off-by: Stefan Roese <sr@denx.de>
26799
26800 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
26801 Author: Stefan Roese <sr@denx.de>
26802 Date:   Wed Apr 9 11:54:11 2008 +0200
26803
26804     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
26805
26806     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
26807     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
26808     on 4xx systems _start currently cannot be used for this calculation.
26809     So revert back to the original version for now.
26810
26811     Signed-off-by: Stefan Roese <sr@denx.de>
26812
26813 commit f91374f65eae8b42cac329e06ba1c54728278efb
26814 Author: Michal Simek <monstr@monstr.eu>
26815 Date:   Fri Mar 28 12:49:52 2008 +0100
26816
26817     microblaze: Sort microblaze boards in MAKEALL script
26818
26819 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
26820 Author: Michal Simek <monstr@monstr.eu>
26821 Date:   Fri Mar 28 11:58:45 2008 +0100
26822
26823     microblaze: clean microblaze_config.mk
26824
26825     FLAGS are generated by U-BOOT generator.
26826     Board specific FLAGS are in board directory
26827
26828     Signed-off-by: Michal Simek <monstr@monstr.eu>
26829
26830 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
26831 Author: Michal Simek <monstr@monstr.eu>
26832 Date:   Fri Mar 28 12:47:19 2008 +0100
26833
26834     microblaze: xupv2p fix config file for supporting FDT
26835
26836 commit 188dc16b189143573b1ed90e584bf866d75cdd12
26837 Author: Michal Simek <monstr@monstr.eu>
26838 Date:   Fri Mar 28 11:53:02 2008 +0100
26839
26840     microblaze: ml401 fix config file for supporting FDT
26841
26842     Signed-off-by: Michal Simek <monstr@monstr.eu>
26843
26844 commit 4c6a6f02e239236261333759997eeaf86b30b54c
26845 Author: Michal Simek <monstr@monstr.eu>
26846 Date:   Fri Mar 28 11:22:48 2008 +0100
26847
26848     microblaze: ml401 - add ifdef for GPIO
26849
26850     Signed-off-by: Michal Simek <monstr@monstr.eu>
26851
26852 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
26853 Author: Michal Simek <monstr@monstr.eu>
26854 Date:   Fri Mar 28 12:13:03 2008 +0100
26855
26856     microblaze: clean uart16550 and uartlite handling
26857
26858     Signed-off-by: Michal Simek <monstr@monstr.eu>
26859
26860 commit 0b20f250877441460fb79d72192954abe8498834
26861 Author: Michal Simek <monstr@monstr.eu>
26862 Date:   Fri Mar 28 11:08:31 2008 +0100
26863
26864     microblaze: Add Emaclite driver to Makefile
26865
26866     Signed-off-by: Michal Simek <monstr@monstr.eu>
26867
26868 commit 868cde5310f88234b774878e4f06e79df10a88b3
26869 Author: Michal Simek <monstr@monstr.eu>
26870 Date:   Fri Mar 28 11:08:01 2008 +0100
26871
26872     microblaze: Add Emac driver to Makefile
26873
26874     Signed-off-by: Michal Simek <monstr@monstr.eu>
26875
26876 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
26877 Author: Michal Simek <monstr@monstr.eu>
26878 Date:   Fri Mar 28 12:42:29 2008 +0100
26879
26880     microblaze: add Emac ethernet driver
26881
26882 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
26883 Author: Michal Simek <monstr@monstr.eu>
26884 Date:   Fri Mar 28 12:41:56 2008 +0100
26885
26886     microblaze: add Emaclite ethernet driver
26887
26888 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
26889 Author: Michal Simek <monstr@monstr.eu>
26890 Date:   Fri Mar 28 11:04:01 2008 +0100
26891
26892     microblaze: ML401 and XUPV2P remove emac and emaclite reference
26893
26894     Signed-off-by: Michal Simek <monstr@monstr.eu>
26895
26896 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
26897 Author: Michal Simek <monstr@monstr.eu>
26898 Date:   Fri Mar 28 10:59:32 2008 +0100
26899
26900     microblaze: remove old setting for emac driver
26901
26902     Signed-off-by: Michal Simek <monstr@monstr.eu>
26903
26904 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
26905 Author: Michal Simek <monstr@monstr.eu>
26906 Date:   Fri Mar 28 10:58:15 2008 +0100
26907
26908     microblaze: Clean Makefile from ancient emac driver
26909
26910     Signed-off-by: Michal Simek <monstr@monstr.eu>
26911
26912 commit ab68f921d9c741830f721c3d879c13a0c5597183
26913 Author: Daniel Hellstrom <daniel@gaisler.com>
26914 Date:   Fri Mar 28 10:20:43 2008 +0100
26915
26916     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
26917
26918     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26919
26920 commit 6ed8a43a19bb0275501bc286007daafa923552cf
26921 Author: Daniel Hellstrom <daniel@gaisler.com>
26922 Date:   Wed Mar 26 23:38:48 2008 +0100
26923
26924     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.
26925
26926     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26927
26928 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
26929 Author: Daniel Hellstrom <daniel@gaisler.com>
26930 Date:   Wed Mar 26 23:34:47 2008 +0100
26931
26932     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
26933
26934     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26935
26936 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
26937 Author: Daniel Hellstrom <daniel@gaisler.com>
26938 Date:   Fri Mar 28 10:06:52 2008 +0100
26939
26940     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
26941
26942     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26943
26944 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
26945 Author: Daniel Hellstrom <daniel@gaisler.com>
26946 Date:   Wed Mar 26 23:26:48 2008 +0100
26947
26948     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
26949
26950     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26951
26952 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
26953 Author: Daniel Hellstrom <daniel@gaisler.com>
26954 Date:   Fri Mar 28 10:00:33 2008 +0100
26955
26956     SPARC: Added support for SPARC LEON2 SOC Processor.
26957
26958     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26959
26960 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
26961 Author: Daniel Hellstrom <daniel@gaisler.com>
26962 Date:   Wed Mar 26 23:00:38 2008 +0100
26963
26964     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.
26965
26966     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26967
26968 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
26969 Author: Daniel Hellstrom <daniel@gaisler.com>
26970 Date:   Wed Mar 26 22:51:29 2008 +0100
26971
26972     SPARC: Added support for SPARC LEON3 SOC processor.
26973
26974     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26975
26976 commit bf3d8b31169546fcddb4737391e1893fb12d033a
26977 Author: Daniel Hellstrom <daniel@gaisler.com>
26978 Date:   Fri Mar 28 08:29:26 2008 +0100
26979
26980     SPARC: added SPARC support for new uimage in common code.
26981
26982     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26983
26984 commit 00ab32c85405a4fe65fd4128243086210fc90a21
26985 Author: Daniel Hellstrom <daniel@gaisler.com>
26986 Date:   Wed Mar 26 22:36:03 2008 +0100
26987
26988     SPARC: added SPARC board information to the command bdinfo.
26989
26990     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26991
26992 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
26993 Author: Daniel Hellstrom <daniel@gaisler.com>
26994 Date:   Fri Mar 28 09:47:00 2008 +0100
26995
26996     SPARC: Added generic support for SPARC architecture.
26997
26998     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26999
27000 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
27001 Author: Stefan Roese <sr@denx.de>
27002 Date:   Thu Apr 3 14:50:34 2008 +0200
27003
27004     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
27005
27006     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
27007     has 2 RGMII instances and we need to configure the 2nd RGMII instance
27008     for the EMAC2+3 channels.
27009
27010     Signed-off-by: Stefan Roese <sr@denx.de>
27011
27012 commit c2a545ce33b26d80337f80b533828839249fb1c9
27013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27014 Date:   Wed Apr 2 08:03:56 2008 +0200
27015
27016     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
27017
27018     fdt.c: In function 'ft_cpu_setup':
27019     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
27020     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
27021     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
27022     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
27023
27024     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27025
27026 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
27027 Author: Andy Fleming <afleming@freescale.com>
27028 Date:   Mon Mar 31 20:45:56 2008 -0500
27029
27030     Fix fdt set command to conform to dts spec
27031
27032     The fdt set command was treating properties specified as <00> and <0011>
27033     as byte streams, rather than as an array of cells.  As we already have
27034     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
27035     we should use the <> syntax to describe arrays of cells, which are always
27036     32-bits per element.  If we imagine this likely (IMHO) scenario:
27037
27038     > fdt set /ethernet-phy@1 reg <1>
27039
27040     With the old code, this would create a bad fdt, since the reg cell would be
27041     made to be one byte in length.  But the cell must be 4 bytes, so this would
27042     break mysteriously.
27043
27044     Also, the dts spec calls for constants inside the angle brackets (<>)
27045     to conform to C constant standards as they pertain to base.
27046     Take this scenario:
27047
27048     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
27049
27050     The old fdt command would complain that it couldn't parse that.  Or, if you
27051     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
27052     do this:
27053
27054     > fdt set /mydev clock <1f78a40>
27055
27056     Whereas the new code will accept decimal numbers.
27057
27058     While I was in there, I extended the fdt command parser to handle property
27059     strings which are split across multiple arguments:
27060
27061     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
27062     > fdt p /ethernet@f00
27063     ethernet@f00 {
27064         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
27065     };
27066
27067     Lastly, the fdt print code was rearranged slightly to print arrays of cells
27068     if the length of the property is a multiple of 4 bytes, and to not print
27069     leading zeros.
27070
27071     Signed-off-by: Andy Fleming <afleming@freescale.com>
27072
27073 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
27074 Author: Stefan Roese <sr@denx.de>
27075 Date:   Wed Apr 2 08:39:33 2008 +0200
27076
27077     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
27078
27079     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
27080     interface. This usage can be configured with the jumper J6. This patch
27081     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
27082     is installed.
27083
27084     Signed-off-by: Stefan Roese <sr@denx.de>
27085
27086 commit 6fe2946f198481254a6ee9600d7456b8316a4083
27087 Author: Kim Phillips <kim.phillips@freescale.com>
27088 Date:   Fri Mar 28 17:37:49 2008 -0500
27089
27090     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
27091
27092     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
27093     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
27094     started.
27095
27096     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27097
27098 commit b5873f1732b92a25690e1513b90dfb0d644f6697
27099 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27100 Date:   Tue Apr 1 07:30:51 2008 +0200
27101
27102     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
27103
27104     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27105
27106 commit 2d934ea51f276522b532f870a820e844ff480b5b
27107 Author: Tor Krill <tor@excito.com>
27108 Date:   Fri Mar 28 15:29:45 2008 +0100
27109
27110     Add Vitesse 8601 support to TSEC driver
27111
27112     Add phy_info for Vitesse VSC8601.
27113     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
27114
27115     Signed-off-by: Tor Krill <tor@excito.com>
27116     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
27117     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27118
27119 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
27120 Author: Daniel Hellstrom <daniel@gaisler.com>
27121 Date:   Mon Mar 31 14:25:00 2008 +0000
27122
27123     SPARC: added SMC91111 driver in and out macros for LEON processors.
27124
27125     This patch makes SPARC/LEON processors able to read and write
27126     to the SMC91111 chip using the chip external I/O bus of the memory
27127     controller. This patchs defines the standard in and out macros
27128     expected by the SMC9111 driver.
27129
27130     To access that I/O bus one must set up the memory controller
27131     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
27132     up this correctly when the other MCTRL parameters are set up. It
27133     can be set up from the board configuration header file.
27134
27135     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
27136     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27137
27138 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
27139 Author: Stelian Pop <stelian@popies.net>
27140 Date:   Wed Mar 26 18:52:34 2008 +0100
27141
27142     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
27143
27144     Signed-off-by: Stelian Pop <stelian@popies.net>
27145
27146 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
27147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27148 Date:   Mon Mar 31 21:31:04 2008 +0200
27149
27150     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
27151
27152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27153
27154 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
27155 Author: Stelian Pop <stelian@popies.net>
27156 Date:   Wed Mar 26 18:52:33 2008 +0100
27157
27158     Add support for AT91SAM9260EK
27159
27160     Support for booting from internal DataFlash, external DataFlash card
27161     or NAND flash is available.
27162
27163     Signed-off-by: Stelian Pop <stelian@popies.net>
27164
27165 commit 1762f13b4aab88b685b1722f17dada247945624b
27166 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27167 Date:   Mon Mar 31 21:20:49 2008 +0200
27168
27169     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
27170
27171     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27172
27173 commit 761712188b353494defb2b644491ff73d0daaa6f
27174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27175 Date:   Mon Mar 31 21:12:17 2008 +0200
27176
27177     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
27178
27179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27180
27181 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
27182 Author: Stelian Pop <stelian@popies.net>
27183 Date:   Wed Mar 26 20:52:32 2008 +0100
27184
27185     Port AT91CAP9 to the new headers
27186
27187     Adapt the existing AT91CAP9 code to the new headers and APIs.
27188
27189     Signed-off-by: Stelian Pop <stelian@popies.net>
27190
27191 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
27192 Author: Stelian Pop <stelian@popies.net>
27193 Date:   Wed Mar 26 19:52:31 2008 +0100
27194
27195     Finish header files reworking
27196
27197     Replace AT91CAP9.h file with several splitted header files coming
27198     from the Linux kernel.
27199
27200     This is part 2 of the replacement: more header imports and edits.
27201
27202     Signed-off-by: Stelian Pop <stelian@popies.net>
27203
27204 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
27205 Author: Stelian Pop <stelian@popies.net>
27206 Date:   Wed Mar 26 19:52:30 2008 +0100
27207
27208     Import several header files from Linux
27209
27210     Replace AT91CAP9.h file with several splitted header files coming
27211     from the Linux kernel.
27212
27213     This is part 1 of the replacement: pristine header files import.
27214
27215     Signed-off-by: Stelian Pop <stelian@popies.net>
27216
27217 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
27218 Author: Stelian Pop <stelian@popies.net>
27219 Date:   Wed Mar 26 20:52:28 2008 +0100
27220
27221     Move at91cap9 specific files to at91sam9 directory
27222
27223     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
27224     common infrastructure can be used. Let this infrastructure be
27225     named after the AT91SAM9 family, and move the existing AT91CAP9
27226     files to the new place.
27227
27228     Signed-off-by: Stelian Pop <stelian@popies.net>
27229
27230 commit 61106a565870ff503f92b251b94bd7afef889a04
27231 Author: Stelian Pop <stelian@popies.net>
27232 Date:   Wed Mar 26 21:52:27 2008 +0100
27233
27234     Use timer_init() instead of board supplied interrupt_init()
27235
27236     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
27237     the board, so use timer_init() instead of interrupt_init().
27238
27239     Signed-off-by: Stelian Pop <stelian@popies.net>
27240
27241 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
27242 Author: Stelian Pop <stelian@popies.net>
27243 Date:   Wed Mar 26 21:52:36 2008 +0100
27244
27245     Cleanup DataFlash partition handling
27246
27247     DataFlash partition information has become a mess. This patch
27248     defines a single partition scheme for Atmel DataFlashes. This partition
27249     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
27250
27251     Signed-off-by: Stelian Pop <stelian@popies.net>
27252
27253 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
27254 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27255 Date:   Fri Mar 28 08:47:45 2008 -0500
27256
27257     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
27258
27259     When the version_string function in start.S is not 4-byte align,
27260     it will cause the compiler generates "unaligned opcodes detected
27261     in executable segment". This issue affects all ColdFire CPUs.
27262     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
27263     it is not aligned.
27264
27265     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27266     Acked-by: John Rigby <jrigby@freescale.com>
27267
27268 commit bae61eefe15b4d454060a7140e49ae58322be803
27269 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27270 Date:   Tue Mar 25 15:41:15 2008 -0500
27271
27272     ColdFire: Add dspi and serial flash support for MCF5445x
27273
27274     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27275     Acked-by: John Rigby <jrigby@freescale.com>
27276
27277 commit 48ead7a7a922fceaf494e352abfab8216a41b417
27278 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27279 Date:   Tue Mar 18 17:37:01 2008 -0500
27280
27281     ColdFire: Remove R5200 board
27282
27283     This board never went into production
27284
27285     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
27286     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27287     Acked-by: John Rigby <jrigby@freescale.com>
27288
27289 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
27290 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
27291 Date:   Thu Jan 24 14:02:32 2008 -0600
27292
27293     ColdFire: Added M5275EVB support.
27294
27295     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
27296     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27297     Acked-by: John Rigby <jrigby@freescale.com>
27298
27299 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
27300 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
27301 Date:   Mon Feb 4 15:38:20 2008 -0600
27302
27303     ColdFire: Added MCF5275 cpu support.
27304
27305     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
27306     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27307     Acked-by: John Rigby <jrigby@freescale.com>
27308
27309 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
27310 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27311 Date:   Mon Mar 17 12:14:11 2008 -0500
27312
27313     ColdFire: Define bootdelay in configuration file for M52277EVB
27314
27315     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
27316     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27317     Acked-by: John Rigby <jrigby@freescale.com>
27318
27319 commit 77878f16cedee17161ff2336990970fffc6cea35
27320 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27321 Date:   Mon Mar 17 12:09:07 2008 -0500
27322
27323     ColdFire: Fix second memory Chipselect for M5475EVB
27324
27325     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27326     Acked-by: John Rigby <jrigby@freescale.com>
27327
27328 commit 43d60642395a550956cb21d287c8cfa563913d28
27329 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27330 Date:   Thu Mar 13 14:26:32 2008 -0500
27331
27332     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
27333
27334     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27335     Acked-by: John Rigby <jrigby@freescale.com>
27336
27337 commit eb14ebe813a0cb5d47905228da446a5ad692473b
27338 Author: Larry Johnson <lrj@acm.org>
27339 Date:   Sun Mar 30 20:33:04 2008 -0500
27340
27341     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
27342
27343     Signed-off-by: Larry Johnson <lrj@acm.org>
27344
27345 commit 02e3892021112f21067d9ed1d04ae4182725ba52
27346 Author: Stefan Roese <sr@denx.de>
27347 Date:   Mon Mar 31 12:20:48 2008 +0200
27348
27349     ppc4xx: Small whitespace fix of esd patches
27350
27351     Signed-off-by: Stefan Roese <sr@denx.de>
27352
27353 commit 034394abb524785047c815f00dde8cdbdc1593c5
27354 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27355 Date:   Sun Mar 30 18:52:44 2008 +0200
27356
27357     ppc4xx: Cleanup PMC440 board support
27358
27359     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27360
27361 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
27362 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27363 Date:   Sun Mar 30 18:52:06 2008 +0200
27364
27365     ppc4xx: Add ptm configuration variables for PMC440
27366
27367     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
27368     environment variables.
27369
27370     Cleanup pci_target_init.
27371
27372     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27373
27374 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
27375 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27376 Date:   Sun Mar 30 18:01:15 2008 +0200
27377
27378     ppc4xx: Minor updates for DU440 boards
27379
27380     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27381
27382 commit d5bffeb868d6b4d462f558dac43011027b6644b7
27383 Author: Mike Frysinger <vapier@gentoo.org>
27384 Date:   Tue Feb 19 00:54:20 2008 -0500
27385
27386     Blackfin: cleanup and overhaul common board init functions
27387
27388     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27389
27390 commit b86b3416f874358acaf07519e7620cdb2145f75b
27391 Author: Mike Frysinger <vapier@gentoo.org>
27392 Date:   Tue Feb 19 00:50:58 2008 -0500
27393
27394     Blackfin: cleanup lib_blackfin/cache.c
27395
27396     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27397
27398 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
27399 Author: Mike Frysinger <vapier@gentoo.org>
27400 Date:   Sun Mar 30 15:46:13 2008 -0400
27401
27402     Blackfin: unify cpu and boot modes
27403
27404     All of the duplicated code for Blackfin processors and boot modes have been
27405     unified.  After all, the core is the same for all processors, just the
27406     peripheral set differs (which gets handled in the drivers).
27407
27408     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27409
27410 commit 880cc4381ea8360248cddcdf87a64566745a5724
27411 Author: Stelian Pop <stelian@popies.net>
27412 Date:   Wed Mar 26 22:52:35 2008 +0100
27413
27414     Fix CFG_NO_FLASH compilation.
27415
27416     Many Atmel boards have no "real" (NOR) flash on board, and rely only
27417     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
27418     be present in a board configuration file, while still enabling flash
27419     commands like 'flinfo', 'protect', etc.
27420
27421     Signed-off-by: Stelian Pop <stelian@popies.net>
27422
27423 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
27424 Author: Mike Frysinger <vapier@gentoo.org>
27425 Date:   Tue Feb 19 00:58:13 2008 -0500
27426
27427     Blackfin: BF537-stamp: cleanup spi flash driver
27428
27429     This punts the old spi flash driver for a new/generalized one until the
27430     common one can be integrated.
27431
27432     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27433
27434 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
27435 Author: Ben Warren <biggerbadderben@gmail.com>
27436 Date:   Sun Mar 30 11:34:34 2008 -0400
27437
27438     Fix macro typo in common/cmd_mii.c
27439
27440     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
27441     actually applied the wrong patch.
27442
27443     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27444
27445 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
27446 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27447 Date:   Sun Mar 30 16:39:53 2008 +0200
27448
27449     use correct at91rm9200 register name in m501sk board
27450
27451     This fixes a naming bug for at91rm9200 lowlevel init code:
27452     NOR boot flash is on chipselect 0, not chipselect 2.  This
27453     makes code use the register name from chip datasheets.
27454
27455     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27456
27457 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
27458 Author: David Brownell <david-b@pacbell.net>
27459 Date:   Fri Jan 18 12:55:00 2008 -0800
27460
27461     use correct at91rm9200 register name
27462
27463     This fixes a naming bug for at91rm9200 lowlevel init code:
27464     NOR boot flash is on chipselect 0, not chipselect 2.  This
27465     makes code use the register name from chip datasheets.
27466
27467     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
27468
27469 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
27470 Author: David Brownell <david-b@pacbell.net>
27471 Date:   Fri Jan 18 12:45:45 2008 -0800
27472
27473     add missing ARM boards to MAKEALL
27474
27475     Add some missing ARM boards to MAKEALL.  These build correctly,
27476     unlike several of the boards already listed.
27477
27478     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
27479
27480 commit 066bebd6353e33af3adefc3404560871699e9961
27481 Author: Peter Pearse <peter.pearse@arm.com>
27482 Date:   Sun Mar 30 11:34:09 2008 +0100
27483
27484     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
27485     to prevent compilation error.
27486
27487     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
27488
27489 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
27490 Author: Guennadi Liakhovetski <[lg@denx.de]>
27491 Date:   Sun Mar 30 11:32:30 2008 +0100
27492
27493     Support for the MX31ADS evaluation board from Freescale
27494
27495     This patch adds support for the MX31ADS evaluation board from Freescale,
27496     initialization code is copied from RedBoot sources, also provided by Freescale.
27497
27498     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27499
27500 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
27501 Author: Sascha Hauer <s.hauer@pengutronix.de>
27502 Date:   Sun Mar 30 11:32:27 2008 +0100
27503
27504     Phytec Phycore-i.MX31 support
27505
27506     This patch adds support for the Phytec Phycore-i.MX31 board
27507
27508     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27509     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27510
27511 commit a147e56f03871bba4f05058d5e04ce7deb010b04
27512 Author: Sascha Hauer <s.hauer@pengutronix.de>
27513 Date:   Sun Mar 30 11:32:24 2008 +0100
27514
27515     mx31 litekit support
27516
27517     This patch adds support for the mx31 litekit board
27518
27519     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27520     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27521
27522 commit d6674e0e2a6a1f033945f78838566210d3f28c95
27523 Author: Sascha Hauer <s.hauer@pengutronix.de>
27524 Date:   Sun Mar 30 11:32:21 2008 +0100
27525
27526     add SMSC LAN9x1x Network driver
27527
27528     This patch adds a driver for the following smsc network controllers:
27529     LAN9115
27530     LAN9116
27531     LAN9117
27532     LAN9215
27533     LAN9216
27534     LAN9217
27535
27536     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27537     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27538
27539 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
27540 Author: Sascha Hauer <s.hauer@pengutronix.de>
27541 Date:   Sun Mar 30 11:32:16 2008 +0100
27542
27543     add an i2c driver for mx31
27544
27545     This patch adds an i2c driver for Freescale i.MX processors
27546
27547     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27548     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27549
27550 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
27551 Author: Sascha Hauer <s.hauer@pengutronix.de>
27552 Date:   Sun Mar 30 11:30:43 2008 +0100
27553
27554     core support for Freescale mx31
27555
27556     This patch adds the core support for Freescale mx31
27557
27558     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27559     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27560
27561 commit 8bf69d81782619187933a605f1a95ee1d069478d
27562 Author: Sascha Hauer <s.hauer@pengutronix.de>
27563 Date:   Sun Mar 30 11:28:46 2008 +0100
27564
27565     Separate omap24xx specific code from arm1136
27566
27567     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
27568
27569     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27570     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27571
27572 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
27573 Author: Peter Pearse <peter.pearse@arm.com>
27574 Date:   Sun Mar 30 11:23:05 2008 +0100
27575
27576     Add pmdra into MAKEALL
27577
27578     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
27579
27580 commit a574a73852a527779234e73e17e7597fd8128882
27581 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
27582 Date:   Sun Mar 30 11:21:58 2008 +0100
27583
27584     Adds support for the Prodrive PMDRA board, based on a DM6441
27585
27586     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
27587
27588 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
27589 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
27590 Date:   Sun Mar 30 11:11:34 2008 +0100
27591
27592     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
27593
27594     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
27595
27596 commit 1704dc20917b4f71e373e2c888497ee666d40380
27597 Author: Dirk Behme <dirk.behme@gmail.com>
27598 Date:   Sun Mar 30 11:09:01 2008 +0100
27599
27600     - Remove *_masked() functions as noted by Wolfgang
27601     - Adapt register naming to recent TI spec (sprue26, March 2007)
27602     - Fix reset_timer() handling
27603     - As reported by Pieter [1] the overflow fix introduced a
27604     delay of factor 16 (e.g 2 seconds became 32). While the
27605     overflow fix is basically okay, it missed to divide udelay by
27606     16, too. Fix this.
27607     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
27608     - Remove software division of timer count value (DIV(x)
27609     macro) and do it in hardware (TIM_CLK_DIV).
27610     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
27611     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
27612     the hints & testing!
27613
27614     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
27615
27616     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
27617
27618 commit ac3315c26e143c31680750c9c13f027efbcc887e
27619 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27620 Date:   Thu Mar 6 16:45:44 2008 +0100
27621
27622     new PHY @ e1000 - 2nd try
27623
27624     Add 82541ER device with latest integrated IGP2 PHY.
27625     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
27626
27627     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27628     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27629
27630 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
27631 Author: Daniel Hellstrom <daniel@gaisler.com>
27632 Date:   Fri Mar 28 20:22:53 2008 +0100
27633
27634     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
27635
27636     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
27637     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
27638     available at www.gaisler.com.
27639
27640     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
27641     offloading etc.) can be determined by a bit in the control register.
27642     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
27643
27644     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
27645     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27646
27647 commit 233a8bcd94997f3f345833a3b82e836222f2a206
27648 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
27649 Date:   Mon Mar 17 17:08:22 2008 -0500
27650
27651     Add CONFIG_MII_INIT in cmd_mii.c
27652
27653     Provide common configuration in do_mii() to execute mii_init()
27654     for all cpu architectures
27655
27656     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27657     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27658
27659 commit f605479de2deb11e834f31dfdb0af107c86aced6
27660 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
27661 Date:   Mon Mar 17 17:08:16 2008 -0500
27662
27663     ColdFire: Fix FEC transmit issue for MCF5275
27664
27665     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27667
27668 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
27669 Author: Aras Vaichas <arasv@magtech.com.au>
27670 Date:   Wed Mar 26 09:43:57 2008 +1100
27671
27672     DHCP request fix for Windows Server 2003
27673
27674     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
27675     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
27676     interoperability problems with Windows Server 200x DHCP server when U-Boot
27677     client responds too fast for server to handle.
27678
27679     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
27680     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27681
27682 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
27683 Author: Daniel Hellstrom <daniel@gaisler.com>
27684 Date:   Fri Mar 28 20:40:19 2008 +0100
27685
27686     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
27687
27688     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
27689     SPARC CPUs implement flash_read64 which calls __raw_readq.
27690
27691     For current SPARC architectures (LEON2 and LEON3) each read from the
27692     FLASH must lead to a cache miss. This is because FLASH can not be set
27693     non-cacheable since program code resides there, and alternatively disabling
27694     cache is poor from performance view, or doing a cache flush between each
27695     read is even poorer.
27696
27697     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
27698     load alternative space, the alternative space number (ASI) is processor
27699     implementation spcific and can be found by including <asm/processor.h>.
27700
27701     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
27702
27703 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
27704 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27705 Date:   Fri Mar 28 15:41:25 2008 +0100
27706
27707     Make MPC83xx one step closer to full relocation.
27708
27709     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
27710     and use GOT relative reference.
27711
27712     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27713     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27714
27715 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
27716 Author: Michael Barkowski <michael.barkowski@freescale.com>
27717 Date:   Thu Mar 27 14:34:43 2008 -0400
27718
27719     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
27720
27721     This patch fixes eeprom page size so that you can now write more than
27722     64 bytes at a time.
27723
27724     It also makes the board take MAC addresses, if found, from EEPROM.
27725
27726     User should place up to 4 addresses at offset 0x7f00, for
27727     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
27728     four six-byte values should have it's CRC at the end.  crc32 and
27729     eeprom commands can be used to accomplish this.
27730
27731     If CRC fails, MAC addresses come from the environment.  If CRC
27732     succeeds, the environment is overwritten at startup.
27733
27734     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27735     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27736
27737 commit 8f325cff31f6e745e6540014b131b9a97f61944c
27738 Author: Michael Barkowski <michael.barkowski@freescale.com>
27739 Date:   Fri Mar 28 15:15:38 2008 -0400
27740
27741     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
27742
27743     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
27744     controller on the PCI bus in Linux on the MPC8323ERDB.
27745
27746     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
27747     config file.
27748
27749     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27750     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27751
27752 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
27753 Author: Kim Phillips <kim.phillips@freescale.com>
27754 Date:   Fri Mar 28 10:19:07 2008 -0500
27755
27756     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
27757
27758     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
27759     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
27760     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
27761     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
27762     convenience macros.
27763
27764     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27765
27766 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
27767 Author: Kim Phillips <kim.phillips@freescale.com>
27768 Date:   Fri Mar 28 10:18:53 2008 -0500
27769
27770     mpc83xx: display ddr frequency in board_add_ram_info banner
27771
27772     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27773
27774 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
27775 Author: Kim Phillips <kim.phillips@freescale.com>
27776 Date:   Fri Mar 28 10:18:40 2008 -0500
27777
27778     mpc83xx: unreinvent mem_clk
27779
27780     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
27781     mem_*_clk for consistency's sake.
27782
27783     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27784
27785 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
27786 Author: Kim Phillips <kim.phillips@freescale.com>
27787 Date:   Fri Mar 28 14:31:23 2008 -0500
27788
27789     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
27790
27791     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27792
27793 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
27794 Author: Dave Liu <r63238@freescale.com>
27795 Date:   Wed Mar 26 22:57:19 2008 +0800
27796
27797     mpc83xx: enable the SATA interface on mpc837xemds board
27798
27799     Enable the first two SATA interfaces on MPC837xEMDS board,
27800     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
27801
27802     Signed-off-by: Dave Liu <daveliu@freescale.com>
27803     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27804
27805 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
27806 Author: Dave Liu <r63238@freescale.com>
27807 Date:   Wed Mar 26 22:56:36 2008 +0800
27808
27809     mpc83xx: initialize serdes for MPC837xEMDS boards
27810
27811     This patch is stolen from Anton Vorontsov's patch
27812     for mpc837xerdb boards.
27813
27814     The reference clk and xcorevdd voltage of serdes1/2
27815     is same between mpc837xemds and mpc837xerdb.
27816
27817     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
27818     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
27819     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
27820
27821     Signed-off-by: Dave Liu <daveliu@freescale.com>
27822     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27823
27824 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
27825 Author: Stefan Roese <sr@denx.de>
27826 Date:   Fri Mar 28 14:09:04 2008 +0100
27827
27828     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
27829
27830     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
27831     interface. This usage can be configured with the jumper J6. This patch
27832     displays the current configuration upon bootup and changes the PCIe
27833     init loop, to only initialize the availabel PCIe slots.
27834
27835     Signed-off-by: Stefan Roese <sr@denx.de>
27836
27837 commit 90447ecbbac8572457b6d8903073ac3f120995ba
27838 Author: Tor Krill <tor@excito.com>
27839 Date:   Fri Mar 28 11:29:10 2008 +0100
27840
27841     MTD/CFI: Add support for 16bit legacy AMD flash
27842
27843     Add entry for 512Kx16 AMD flash to jedec_table.
27844     Read out 16bit device id if chipwidth is 16bit.
27845     Fixed coding style after Stefans feedback
27846
27847     Signed-off-by: Tor Krill <tor@excito.com>
27848
27849 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
27850 Author: Stefan Roese <sr@denx.de>
27851 Date:   Fri Mar 28 11:02:53 2008 +0100
27852
27853     ppc: Small change to CFG_MEM_TOP_HIDE description
27854
27855     Signed-off-by: Stefan Roese <sr@denx.de>
27856
27857 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
27858 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27859 Date:   Thu Mar 27 15:44:12 2008 +0900
27860
27861     sh: Add support stat structure and stat.h
27862
27863     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27864
27865 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
27866 Author: Mark Jonas <toertel@gmail.com>
27867 Date:   Sat Mar 22 19:27:52 2008 +0100
27868
27869     sh: Removed warning when compiling drivers/serial/serial_sh.c.
27870
27871     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
27872     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27873
27874 commit f309fa38929ffba71230c02330ffa42f4bba6333
27875 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27876 Date:   Wed Mar 12 18:02:57 2008 +0900
27877
27878     sh: Remove disable_ctrlc function from R7780MP
27879
27880     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27881
27882 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
27883 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27884 Date:   Wed Mar 12 17:55:15 2008 +0900
27885
27886     sh: Add maintainer of R7780MP to MAINTAINER file
27887
27888     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
27889
27890     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27891
27892 commit f5e2466f7baa887a7df0c536333eea8231333497
27893 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27894 Date:   Tue Mar 25 17:11:24 2008 +0900
27895
27896     sh: Add support Renesas Solutions R2D plus board
27897
27898     R2D plus is SH reference board used with SH7751R.
27899     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
27900     one PCI bus, VGA, and two Ethernet controller.
27901
27902     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27903
27904 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
27905 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27906 Date:   Wed Mar 12 12:15:29 2008 +0900
27907
27908     sh: Add support SH4 cache control
27909
27910     Add support SH4 cache control and flash_cache function
27911
27912     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27913
27914 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
27915 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27916 Date:   Mon Mar 24 01:53:01 2008 +0900
27917
27918     sh: Add support PCI host driver for SH7751/SH7751R
27919
27920     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27921
27922 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
27923 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27924 Date:   Mon Mar 24 02:11:26 2008 +0900
27925
27926     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
27927
27928     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27929
27930 commit 566933278101c144d75361ea682678a326c1290d
27931 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27932 Date:   Wed Mar 12 12:10:28 2008 +0900
27933
27934     sh: Add support SuperH SH7751/SH7751R
27935
27936     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27937
27938 commit 3313e0e26224fc9a0c445124f3455058c696df84
27939 Author: Mark Jonas <toertel@gmail.com>
27940 Date:   Mon Mar 10 11:37:10 2008 +0100
27941
27942     sh: Added support for SH7720 based board MPR2.
27943
27944     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
27945     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27946
27947 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
27948 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27949 Date:   Thu Mar 6 14:05:53 2008 +0900
27950
27951     sh: Fix receive FIFO level register of SH4A
27952
27953     Receive FIFO level register is different in SH4A.
27954     Because register is different, cannot occasionally receive data.
27955
27956     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27957
27958 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
27959 Author: Yusuke Goda <goda.yusuke@renesas.com>
27960 Date:   Tue Mar 11 12:55:12 2008 +0900
27961
27962     sh: Add support Renesas Solutions R7780MP
27963
27964     Renesas Solutions R7780MP is a reference board on SH7780.
27965     This board has serial, 10/100 base Ethernet deivice, CF slot
27966     and VGA devices. This board can set extension board.
27967     Extension board has 10/100/1000 base Ethernet device, PCI slot,
27968     S-ATA, iDVR slot.
27969
27970     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27971     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27972
27973 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
27974 Author: Yusuke Goda <goda.yusuke@renesas.com>
27975 Date:   Wed Mar 5 14:30:02 2008 +0900
27976
27977     sh: Add support PCI of SuperH and SH7780
27978
27979     This patch add support PCI of SuperH base code and SH7780 specific code.
27980
27981     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27982     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27983
27984 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
27985 Author: Yusuke Goda <goda.yusuke@renesas.com>
27986 Date:   Wed Mar 5 14:23:26 2008 +0900
27987
27988     sh: Add support SH7780
27989
27990     SH7780 is CPU of Renesas Technology.
27991     This CPU has
27992      - CPU clock 400MHz
27993      - PCI support
27994      - DDR-SDRAM controller
27995      - etc ...
27996
27997     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27998     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27999
28000 commit c2042f5952a686c414031309b8f244513bf578f0
28001 Author: goda.yusuke <goda.yusuke@renesas.com>
28002 Date:   Fri Jan 25 20:46:36 2008 +0900
28003
28004     sh: Add support Renesas Solutions Migo-R board
28005
28006     Migo-R is a board based on SH7722 and has may devices.
28007     In this patch, supported SCIF, NOR flash and Ethernet.
28008
28009     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
28010     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28011
28012 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
28013 Author: Bartlomiej Sieka <tur@semihalf.com>
28014 Date:   Thu Mar 27 15:06:40 2008 +0100
28015
28016     Fix host tool build breakage, take two
28017
28018     Revert commit 87c8431f and fix build breakage so that the build continues
28019     to work on FC systems.
28020
28021     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28022
28023 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
28024 Author: Stefan Roese <sr@denx.de>
28025 Date:   Wed Mar 19 09:36:47 2008 +0100
28026
28027     ppc4xx: Enable ECC on LWMON5
28028
28029     Since all ECC related problems seem to be resolved on LWMON5, this patch
28030     now enables ECC support.
28031
28032     We have to write the ECC bytes by zeroing and flushing in smaller
28033     steps, since the whole 256MByte takes too long for the external
28034     watchdog.
28035
28036     Signed-off-by: Stefan Roese <sr@denx.de>
28037
28038 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
28039 Author: Larry Johnson <lrj@acm.org>
28040 Date:   Mon Mar 17 11:10:35 2008 -0500
28041
28042     ppc4xx: Updates to Korat-specific code
28043
28044     This patch contains updates for changes for the Korat PPC440EPx board.
28045     These changes include:
28046
28047     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
28048     described in the new "doc/README.korat" file;
28049
28050     (2) a new memory map for the registers in the board's CPLD;
28051
28052     (3) a revised format for manufacturer's data in serial EEPROM; and
28053
28054     (4) changes to track updates to U-Boot for the Sequoia board.
28055
28056     Signed-off-by: Larry Johnson <lrj@acm.org>
28057
28058 commit f766cdf89b3a2a7634b8c5869f606150e332036c
28059 Author: Markus Brunner <super.firetwister@gmail.com>
28060 Date:   Thu Mar 27 10:46:25 2008 +0100
28061
28062     ppc4xx: PPC405EP Set EMAC noise filter bits
28063
28064     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
28065     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
28066     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
28067
28068     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
28069     Signed-off-by: Stefan Roese <sr@denx.de>
28070
28071 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
28072 Author: Mike Nuss <mike@terascala.com>
28073 Date:   Wed Feb 20 11:54:20 2008 -0500
28074
28075     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
28076
28077     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
28078     after startup to change the speed of the clocks. This patch adds the
28079     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
28080     initialization code will reconfigure the PLL to run the system with a CPU
28081     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
28082     external EEPROM.
28083
28084     Signed-off-by: Mike Nuss <mike@terascala.com>
28085     Acked-by: Stefan Roese <sr@denx.de>
28086
28087 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
28088 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28089 Date:   Thu Mar 27 09:12:40 2008 +0100
28090
28091     new-image: Fix host tool build breakage
28092
28093     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28094
28095 commit 6fb4b640562a10daff0dbe537638d511b5b48650
28096 Author: Stefan Roese <sr@denx.de>
28097 Date:   Thu Mar 27 10:24:03 2008 +0100
28098
28099     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
28100
28101     Signed-off-by: Stefan Roese <sr@denx.de>
28102
28103 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
28104 Author: Stefan Roese <sr@denx.de>
28105 Date:   Wed Mar 19 10:23:43 2008 +0100
28106
28107     ppc4xx: Add fdt support to Prodrive alpr
28108
28109     Since this board will probably be ported to arch/powerpc in the
28110     near future, we add device tree support now. This way we are
28111     "ready" for arch/powerpc from now on.
28112
28113     Signed-off-by: Stefan Roese <sr@denx.de>
28114
28115 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
28116 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
28117 Date:   Mon Mar 17 09:27:56 2008 +0100
28118
28119     ppc4xx: Enable cache support on the ALPR board
28120
28121     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
28122
28123 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
28124 Author: Stefan Roese <sr@denx.de>
28125 Date:   Wed Mar 26 10:14:11 2008 +0100
28126
28127     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
28128
28129     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
28130     memory area will get subtracted from the top (end) of ram and won't get
28131     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
28132     should gets passed the now "corrected" memory size and won't touch it
28133     either. This should work for arch/ppc and arch/powerpc. Only Linux board
28134     ports in arch/powerpc with bootwrapper support, which recalculate the
28135     memory size from the SDRAM controller setup, will have to get fixed
28136     in Linux additionally.
28137
28138     This patch enables this config option on some PPC440EPx boards as a workaround
28139     for the CHIP 11 errata. Here the description from the AMCC documentation:
28140
28141     CHIP_11: End of memory range area restricted access.
28142     Category: 3
28143
28144     Overview:
28145     The 440EPx DDR controller does not acknowledge any
28146     transaction which is determined to be crossing over the
28147     end-of-memory-range boundary, even if the starting address is
28148     within valid memory space. Any such transaction from any PLB4
28149     master will result in a PLB time-out on PLB4 bus.
28150
28151     Impact:
28152     In case of such misaligned bursts, PLB4 masters will not
28153     retrieve any data at all, just the available data up to the
28154     end of memory, especially the 440 CPU. For example, if a CPU
28155     instruction required an operand located in memory within the
28156     last 7 words of memory, the DCU master would burst read 8
28157     words to update the data cache and cross over the
28158     end-of-memory-range boundary. Such a DCU read would not be
28159     answered by the DDR controller, resulting in a PLB4 time-out
28160     and ultimately in a Machine Check interrupt. The data would
28161     be inaccessible to the CPU.
28162
28163     Workaround:
28164     Forbid any application to access the last 256 bytes of DDR
28165     memory. For example, make your operating system believe that
28166     the last 256 bytes of DDR memory are absent. AMCC has a patch
28167     that does this, available for Linux.
28168
28169     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
28170     lwmon5, korat, sequoia
28171
28172     The other remaining 440EPx board were intentionally not included
28173     since it is not clear to me, if they use the end of ram for some
28174     other purpose. This is unclear, since these boards have CONFIG_PRAM
28175     defined and even comments like this:
28176
28177     PMC440.h:
28178     /* esd expects pram at end of physical memory.
28179      * So no logbuffer at the moment.
28180      */
28181
28182     It is strongly recommended to not use the last 256 bytes on those
28183     boards too. Patches from the board maintainers are welcome.
28184
28185     Signed-off-by: Stefan Roese <sr@denx.de>
28186
28187 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
28188 Author: Stefan Roese <sr@denx.de>
28189 Date:   Thu Mar 27 10:09:05 2008 +0100
28190
28191     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
28192
28193     Signed-off-by: Stefan Roese <sr@denx.de>
28194
28195 commit d56a3ce179688cde61073a3690e21703d68fafd7
28196 Author: Stefan Roese <sr@denx.de>
28197 Date:   Tue Mar 25 17:51:13 2008 +0100
28198
28199     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
28200
28201     The routine ft_board_setup() configures the EBC NOR mappings for the
28202     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
28203     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
28204     problem, we need to pass the corrected address here too.
28205
28206     Signed-off-by: Stefan Roese <sr@denx.de>
28207
28208 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
28209 Author: Stefan Roese <sr@denx.de>
28210 Date:   Wed Mar 19 16:35:12 2008 +0100
28211
28212     ppc4xx: Fix compilation warning in 4xx_enet.c
28213
28214     Signed-off-by: Stefan Roese <sr@denx.de>
28215
28216 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
28217 Author: Stefan Roese <sr@denx.de>
28218 Date:   Wed Mar 19 16:20:49 2008 +0100
28219
28220     ppc4xx: Add AMCC Glacier 406GT eval board support
28221
28222     This patch adds support for the AMCC Glacier 460GT eval board.
28223     The main difference to the Canyonlands board are listed here:
28224
28225     - 4 ethernet ports instead of 2
28226     - no SATA port
28227     - no USB port
28228
28229     Currently EMAC2+3 are not working. This will be fixed in a later
28230     release.
28231
28232     Signed-off-by: Stefan Roese <sr@denx.de>
28233
28234 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
28235 Author: Stefan Roese <sr@denx.de>
28236 Date:   Thu Mar 27 08:47:26 2008 +0100
28237
28238     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
28239
28240     Signed-off-by: Stefan Roese <sr@denx.de>
28241
28242 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
28243 Author: Anatolij Gustschin <agust@denx.de>
28244 Date:   Wed Mar 26 21:05:43 2008 +0100
28245
28246     Fix out of tree building issue
28247
28248     Currently U-Boot building in some external directory
28249     doesn't work. This patch tries to fix the problem.
28250
28251     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28252
28253 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
28254 Author: Anatolij Gustschin <agust@denx.de>
28255 Date:   Wed Mar 26 18:13:33 2008 +0100
28256
28257     README: update documentation (availability, links, etc.)
28258
28259     Fix typo in README
28260
28261     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28262
28263 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
28264 Author: Anatolij Gustschin <agust@denx.de>
28265 Date:   Wed Mar 26 17:47:44 2008 +0100
28266
28267     Fix compilation error in cmd_usb.c
28268
28269     This patch fixes compilation error
28270     cmd_usb.c: In function 'do_usb':
28271     cmd_usb.c:552: error: void value not ignored as it ought to be
28272
28273     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28274
28275 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
28276 Author: Timur Tabi <timur@freescale.com>
28277 Date:   Fri Mar 14 17:45:29 2008 -0500
28278
28279     Add support for setting the I2C bus speed in fsl_i2c.c
28280
28281     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
28282     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
28283     but fsl_i2c.c ignores it and uses conservative value when programming the
28284     I2C bus speed.
28285
28286     Signed-off-by: Timur Tabi <timur@freescale.com>
28287     Acked-by: Andy Fleming <afleming@freescale.com>
28288
28289 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
28290 Author: Wolfgang Denk <wd@denx.de>
28291 Date:   Thu Mar 27 00:03:57 2008 +0100
28292
28293     Coding style cleanup, update CHANGELOG
28294
28295     Signed-off-by: Wolfgang Denk <wd@denx.de>
28296
28297 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
28298 Author: Dave Liu <r63238@freescale.com>
28299 Date:   Wed Mar 26 22:55:32 2008 +0800
28300
28301     drivers: add the support for Freescale SATA controller
28302
28303     Add the Freescale on-chip SATA controller driver to u-boot,
28304     The SATA controller is used on the 837x and 8315 targets,
28305     The driver can be used to load kernel, fs and dtb.
28306
28307     The features list:
28308     - 1.5/3 Gbps link speed
28309     - LBA48, LBA28 support
28310     - DMA and FPDMA support
28311     - Two ports support
28312
28313     Signed-off-by: Dave Liu <daveliu@freescale.com>
28314
28315 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
28316 Author: Dave Liu <r63238@freescale.com>
28317 Date:   Wed Mar 26 22:54:44 2008 +0800
28318
28319     ata: add the readme for SATA command line
28320
28321     Signed-off-by: Dave Liu <daveliu@freescale.com>
28322
28323 commit cd54081cd479e542fc399b8a40651ff11a1ad849
28324 Author: Dave Liu <r63238@freescale.com>
28325 Date:   Wed Mar 26 22:53:24 2008 +0800
28326
28327     ata: enable the sata initialize on boot up
28328
28329     Signed-off-by: Dave Liu <daveliu@freescale.com>
28330
28331 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
28332 Author: Dave Liu <r63238@freescale.com>
28333 Date:   Wed Mar 26 22:52:36 2008 +0800
28334
28335     ata: add the fis struct for SATA
28336
28337     Signed-off-by: Dave Liu <daveliu@freescale.com>
28338
28339 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
28340 Author: Dave Liu <r63238@freescale.com>
28341 Date:   Wed Mar 26 22:51:44 2008 +0800
28342
28343     ata: add the libata support
28344
28345     add simple libata support in u-boot
28346
28347     Signed-off-by: Dave Liu <daveliu@freescale.com>
28348
28349 commit 8e9bb43429e50df55fa41932cbe65841ff579220
28350 Author: Dave Liu <r63238@freescale.com>
28351 Date:   Wed Mar 26 22:50:45 2008 +0800
28352
28353     ata: make the ata_piix driver using new SATA framework
28354
28355     original ata_piix driver is using IDE framework, not real
28356     SATA framework. For now, the ata_piix driver is only used
28357     by x86 sc520_cdp board. This patch makes the ata_piix driver
28358     use the new SATA framework, so
28359
28360     - remove the duplicated command stuff
28361     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
28362     - add the CONFIG_CMD_SATA define to sc520_cdp.h
28363
28364     Signed-off-by: Dave Liu <daveliu@freescale.com>
28365
28366 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
28367 Author: Dave Liu <r63238@freescale.com>
28368 Date:   Wed Mar 26 22:49:44 2008 +0800
28369
28370     ata: add the support for SATA framework
28371
28372     - add the SATA framework
28373     - add the SATA command line
28374
28375     Signed-off-by: Dave Liu <daveliu@freescale.com>
28376
28377 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
28378 Author: Dave Liu <r63238@freescale.com>
28379 Date:   Wed Mar 26 22:48:18 2008 +0800
28380
28381     ata: merge the header of ata_piix driver
28382
28383     move the sata.h from include/ to drivers/block/ata_piix.h
28384
28385     Signed-off-by: Dave Liu <daveliu@freescale.com>
28386
28387 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
28388 Author: Dave Liu <r63238@freescale.com>
28389 Date:   Wed Mar 26 22:47:06 2008 +0800
28390
28391     ata: merge the ata_piix driver
28392
28393     move the cmd_sata.c from common/ to drivers/ata_piix.c,
28394     the cmd_sata.c have some part of ata_piix controller drivers.
28395     consolidate the driver to have better framework.
28396
28397     Signed-off-by: Dave Liu <daveliu@freescale.com>
28398
28399 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
28400 Author: Markus Klotzbuecher <mk@denx.de>
28401 Date:   Wed Mar 26 18:26:43 2008 +0100
28402
28403     USB, Storage: fix a bug introduced in commit
28404     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
28405     to only print only information on one storage device, but not for
28406     multiple.
28407
28408     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28409
28410 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
28411 Author: Anatolij Gustschin <agust@denx.de>
28412 Date:   Wed Mar 26 17:47:44 2008 +0100
28413
28414     Fix compilation error in cmd_usb.c
28415
28416     This patch fixes compilation error
28417     cmd_usb.c: In function 'do_usb':
28418     cmd_usb.c:552: error: void value not ignored as it ought to be
28419
28420     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28421     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28422
28423 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
28424 Author: Kumar Gala <galak@kernel.crashing.org>
28425 Date:   Wed Mar 26 08:53:53 2008 -0500
28426
28427     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
28428
28429     Provide a board_lmb_reserve helper function to ensure we reserve
28430     the page of memory we are using for the boot page translation code.
28431
28432     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28433
28434 commit 79679d80021ab095e639e250ca472fe526da02e2
28435 Author: Kumar Gala <galak@kernel.crashing.org>
28436 Date:   Wed Mar 26 08:34:25 2008 -0500
28437
28438     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
28439
28440     The following changes are needed to be inline with ePAPR v0.81:
28441
28442     * r4, r5 and now always set to 0 on boot release
28443     * r7 is used to pass the size of the initial map area (IMA)
28444     * EPAPR_MAGIC value changed for book-e processors
28445     * changes in the spin table layout
28446     * spin table supports a 64-bit physical release address
28447
28448     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28449
28450 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
28451 Author: Jon Loeliger <jdl@freescale.com>
28452 Date:   Wed Mar 19 15:02:07 2008 -0500
28453
28454     FSL: Clean up board/freescale/common/Makefile
28455
28456     Each file that can be built here now follows some
28457     CONFIG_ option so that they are appropriately built
28458     or not, as needed.  And CONFIG_ defines were added
28459     to various board config files to make sure that happens.
28460
28461     The other board/freescale/*/Makefiles no longer need
28462     to reach up and over into ../common to build their
28463     individually needed files any more.
28464
28465     Boards that are CDS specific were renamed with cds_ prefix.
28466
28467     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28468
28469 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
28470 Author: Kumar Gala <galak@kernel.crashing.org>
28471 Date:   Wed Feb 27 22:00:27 2008 -0600
28472
28473     85xx: Fix merge duplication
28474
28475     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
28476
28477     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28478
28479 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
28480 Author: James Yang <James.Yang@freescale.com>
28481 Date:   Tue Feb 12 16:35:07 2008 -0600
28482
28483     85xx: Expand CCSR space with more DDR controller registers.
28484
28485     Signed-off-by: James Yang <James.Yang@freescale.com>
28486     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28487     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28488
28489 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
28490 Author: James Yang <James.Yang@freescale.com>
28491 Date:   Fri Feb 8 18:05:08 2008 -0600
28492
28493     85xx: Speed up get_ddr_freq() and get_bus_freq()
28494
28495     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
28496     called.  However, get_sys_info() recalculates extraneous information when
28497     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
28498     values from global_data instead.
28499
28500     Signed-off-by: James Yang <James.Yang@freescale.com>
28501     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28502
28503 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
28504 Author: James Yang <James.Yang@freescale.com>
28505 Date:   Fri Feb 8 16:46:27 2008 -0600
28506
28507     85xx: Show DDR memory data rate in addition to the memory clock frequency.
28508
28509     Show the DDR memory data rate in addition to the memory clock
28510     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
28511     memory clock.
28512
28513     Signed-off-by: James Yang <James.Yang@freescale.com>
28514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28515
28516 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
28517 Author: James Yang <James.Yang@freescale.com>
28518 Date:   Fri Feb 8 16:44:53 2008 -0600
28519
28520     85xx: get_tbclk() speed up and rounding fix
28521
28522     Speed up get_tbclk() by referencing pre-computed bus clock
28523     frequency value from global data instead of sys_info_t.  Fix
28524     rounding of result to nearest; previously it was rounding
28525     upwards.
28526
28527     Signed-off-by: James Yang <James.Yang@freescale.com>
28528     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28529
28530 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
28531 Author: Andy Fleming <afleming@freescale.com>
28532 Date:   Wed Feb 6 01:19:40 2008 -0600
28533
28534     Update SVR numbers to expand support
28535
28536     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
28537     is used to distinguish certain variants within an SOC family.  To
28538     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
28539     constants to reflect the larger value.  We also add SVR numbers for all
28540     of the current variants.  Finally, to make things neater, rather than
28541     use an enormous switch statement to print out the CPU type, we create
28542     and array of SVR/name pairs (using a macro), and print out the CPU name
28543     that matches the SVR SOC version.
28544
28545     Signed-off-by: Andy Fleming <afleming@freescale.com>
28546
28547 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
28548 Author: Andy Fleming <afleming@freescale.com>
28549 Date:   Wed Feb 6 01:12:57 2008 -0600
28550
28551     Add the Freescale PCI device IDs
28552
28553     Signed-off-by: Andy Fleming <afleming@freescale.com>
28554
28555 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
28556 Author: Kumar Gala <galak@kernel.crashing.org>
28557 Date:   Thu Feb 14 11:04:23 2008 -0600
28558
28559     85xx: Added support for multicore boot mechanism
28560
28561     Added the cpu command that provides a generic mechanism to get status,
28562     reset, and release secondary cores in multicore processors.
28563
28564     Added support for using the ePAPR defined spin-table mechanism on 85xx.
28565
28566     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28567     Signed-off-by: Andy Fleming <afleming@freescale.com>
28568
28569 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
28570 Author: Kumar Gala <galak@kernel.crashing.org>
28571 Date:   Thu Jan 17 16:48:33 2008 -0600
28572
28573     85xx: Added support for multicore boot mechanism
28574
28575     Added the cpu command that provides a generic mechanism to get status,
28576     reset, and release secondary cores in multicore processors.
28577
28578     Added support for using the ePAPR defined spin-table mechanism on 85xx.
28579
28580     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28581
28582 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
28583 Author: Kumar Gala <galak@kernel.crashing.org>
28584 Date:   Wed Jan 30 14:55:14 2008 -0600
28585
28586     85xx: Add the concept of CFG_CCSRBAR_PHYS
28587
28588     When we go to 36-bit physical addresses we need to keep the concept of
28589     the physical CCSRBAR address seperate from the virtual one.
28590
28591     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
28592
28593     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28594
28595 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
28596 Author: Wolfgang Denk <wd@denx.de>
28597 Date:   Wed Mar 26 15:38:47 2008 +0100
28598
28599     Coding style cleanup.
28600
28601     Signed-off-by: Wolfgang Denk <wd@denx.de>
28602
28603 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
28604 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
28605 Date:   Wed Mar 26 13:02:13 2008 +0100
28606
28607     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
28608
28609     The default settings for RTC DS1337 keeps the OSC
28610     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
28611     turn it off.
28612
28613     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
28614
28615 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
28616 Author: Wolfgang Denk <wd@denx.de>
28617 Date:   Wed Mar 26 11:48:46 2008 +0100
28618
28619     Cleanup coding style, update CHANGELOG
28620
28621     Signed-off-by: Wolfgang Denk <wd@denx.de>
28622
28623 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
28624 Author: Wolfgang Denk <wd@denx.de>
28625 Date:   Wed Mar 26 10:40:12 2008 +0100
28626
28627     README: update documentation (availability, links, etc.)
28628
28629     Signed-off-by: Wolfgang Denk <wd@denx.de>
28630
28631 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
28632 Author: Aras Vaichas <arasv@magtech.com.au>
28633 Date:   Tue Mar 25 12:09:07 2008 +1100
28634
28635     USB Storage, add meaningful return value
28636
28637     This patch changes the "usb storage" command to return success if it
28638     finds a USB storage device, otherwise it returns error.
28639
28640     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28641
28642 commit 18e69a35efbb078403db0c0063986470dad7d082
28643 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28644 Date:   Fri Mar 14 23:20:18 2008 +0300
28645
28646     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
28647
28648     Linux understands "host" (default), "peripheral" and "otg" (broken).
28649     Though, U-Boot doesn't restrict dr_mode variable to these values (think
28650     of renames in future).
28651
28652     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28653     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28654
28655 commit c7604783b236e368f225efb7b3efb418fe20b404
28656 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28657 Date:   Fri Mar 14 23:20:30 2008 +0300
28658
28659     tsec: fix link detection for the RTL8211B PHY
28660
28661     RTL8211B sets link state register after autonegotiation complete,
28662     so with bootdelay=0 RTL8211B will report lack of the link.
28663
28664     To fix this, we should wait for aneg to complete, even if the
28665     link is currently down.
28666
28667     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28668     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28669
28670 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
28671 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28672 Date:   Mon Mar 24 20:47:09 2008 +0300
28673
28674     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
28675
28676     device_type = "soc" is being deprecated, newer device trees will use
28677     "fsl,soc" and/or "fsl,immr" for the soc nodes.
28678
28679     This patch also adds clock-frequency property for soc nodes (the same
28680     value as bus-frequency).
28681
28682     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28683
28684 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
28685 Author: Joe D'Abbraccio <ljd015@freescale.com>
28686 Date:   Mon Mar 24 13:00:59 2008 -0400
28687
28688     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
28689
28690     With the original value of 1/2 clock cycle delay, the system ran relatively
28691     stable except when we run benchmarks that are intensive users of memory.
28692     When I run samba connected disk with a HDBENCH test, the system locks-up
28693     or reboots sporadically.
28694
28695     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
28696
28697 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
28698 Author: Scott Wood <scottwood@freescale.com>
28699 Date:   Mon Mar 24 12:44:13 2008 -0500
28700
28701     mpc83xx: Set PCI I/O bus-address base to zero.
28702
28703     The device trees for these boards describe PCI I/O as starting from
28704     address zero from the device's perspective.
28705
28706     Placing I/O elsewhere may cause problems with certain PCI boards, and may
28707     cause problems with Linux.
28708
28709     Signed-off-by: Scott Wood <scottwood@freescale.com>
28710
28711 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
28712 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28713 Date:   Mon Mar 24 20:47:05 2008 +0300
28714
28715     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
28716
28717     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
28718     This patch fixes "system time drifting" problem.
28719
28720     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28721
28722 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
28723 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28724 Date:   Mon Mar 24 20:47:02 2008 +0300
28725
28726     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
28727
28728     This is needed to update /choosen/linux,stdout-path properly.
28729
28730     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28731
28732 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
28733 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28734 Date:   Mon Mar 24 20:47:00 2008 +0300
28735
28736     mpc83xx: MPC8360E-RDK: add dhcp command
28737
28738     Plus modify environment to use it and remove bootfile env variable,
28739     it is internal and CONFIG_BOOTFILE is used for these purposes.
28740
28741     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28742
28743 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
28744 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28745 Date:   Mon Mar 24 20:46:57 2008 +0300
28746
28747     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
28748
28749     Current DDR setup easily causes memory corruption, this patch fixes it.
28750
28751     Also fix TIMING_CFG0_MRS_CYC definition.
28752
28753     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28754
28755 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
28756 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28757 Date:   Mon Mar 24 20:46:53 2008 +0300
28758
28759     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
28760
28761     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
28762     controller and FHCI (QE USB).
28763
28764     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28765
28766 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
28767 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28768 Date:   Mon Mar 24 20:46:51 2008 +0300
28769
28770     mpc83xx: MPC8360E-RDK: add support for NAND
28771
28772     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28773
28774 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
28775 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28776 Date:   Mon Mar 24 20:46:46 2008 +0300
28777
28778     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
28779
28780     This is needed for BCM PHYs to work on this board.
28781
28782     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28783
28784 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
28785 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28786 Date:   Mon Mar 24 20:46:34 2008 +0300
28787
28788     uec: add support for Broadcom BCM5481 Gigabit PHY
28789
28790     This patch adds basic support for Broadcom BCM5481 PHY.
28791
28792     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
28793     Peter Barada <peterb@logicpd.com>.
28794
28795     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28796
28797 commit 6a600c3a1876bc203445df4f0fd6b12648259666
28798 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28799 Date:   Mon Mar 24 20:46:28 2008 +0300
28800
28801     uec: add support for RGMII_RXID interface mode
28802
28803     PHY drivers will use it to setup software delay between RXD and RXC
28804     signals.
28805
28806     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28807
28808 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
28809 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28810 Date:   Mon Mar 24 20:46:24 2008 +0300
28811
28812     uec: add support for gbit mii status readings
28813
28814     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28815
28816 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
28817 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28818 Date:   Mon Mar 24 17:40:47 2008 +0300
28819
28820     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
28821
28822     This is primarily for the early console support.
28823
28824     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28825
28826 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
28827 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28828 Date:   Mon Mar 24 17:40:43 2008 +0300
28829
28830     83xx: initialize serdes for MPC837XRDB boards
28831
28832     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
28833     On the MPC8378ERDB: 2 PCI-E
28834     On the MPC8379ERDB: 4 SATA
28835
28836     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28837
28838 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
28839 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28840 Date:   Mon Mar 24 17:40:32 2008 +0300
28841
28842     83xx: serdes setup routines
28843
28844     This patch adds few routines to configure serdes on 837x targets.
28845
28846     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28847
28848 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
28849 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28850 Date:   Mon Mar 24 17:40:27 2008 +0300
28851
28852     83xx: split COBJS onto separate lines
28853
28854     ..plus get rid of some #ifdefs in the .c files.
28855
28856     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28857
28858 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
28859 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28860 Date:   Mon Mar 24 17:40:23 2008 +0300
28861
28862     83xx: nand support for MPC837XRDB boards
28863
28864     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28865
28866 commit 82e45a204190593e8613145a928f998fb8c909c4
28867 Author: Jerry Van Baren <gvb.uboot@gmail.com>
28868 Date:   Tue Mar 18 21:44:41 2008 -0400
28869
28870     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
28871
28872     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28873     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28874
28875 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
28876 Author: Michael Barkowski <michael.barkowski@freescale.com>
28877 Date:   Thu Mar 20 13:15:39 2008 -0400
28878
28879     mpc8323erdb: remove RTC and add EEPROM
28880
28881     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
28882
28883     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
28884     Acked-by: Kim Phillips <kim.phillips@freescale.com>
28885
28886 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
28887 Author: Michael Barkowski <michael.barkowski@freescale.com>
28888 Date:   Thu Mar 20 13:15:34 2008 -0400
28889
28890     mpc8323erdb: Improve the system performance
28891
28892     The following changes are based on kernel UCC ethernet performance:
28893
28894     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
28895     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
28896         switch to enable this setting.
28897
28898     The following changes are based on the App Note AN3369 and
28899     verified to improve memory latency using LMbench:
28900
28901     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
28902     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
28903         previously.
28904     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
28905         Twr=15ns, and this was already the setting in DDR_MODE)
28906     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
28907         Trp=15ns)
28908     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
28909         Tras=40ns)
28910     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
28911         Trcd=15ns)
28912     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
28913         Trfc=75ns)
28914     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
28915         on Tfaw=50ns)
28916     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
28917         on CL=3 and WL=2).
28918
28919     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
28920     Acked-by: Kim Phillips <kim.phillips@freescale.com>
28921
28922 commit fc549c871f43933396a5b3e21d897023d4b31b8d
28923 Author: Michael Barkowski <michael.barkowski@freescale.com>
28924 Date:   Thu Mar 20 13:15:28 2008 -0400
28925
28926     mpc8323erdb: use readable DDR config macros
28927
28928     Use available shift/mask macros to define DDR configuration.
28929
28930     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
28931     Acked-by: Kim Phillips <kim.phillips@freescale.com>
28932
28933 commit 89c7784ed90ba50301eec521144f95111e472906
28934 Author: Timur Tabi <timur@freescale.com>
28935 Date:   Fri Feb 8 13:15:55 2008 -0600
28936
28937     83xx: Add Vitesse VSC7385 firmware uploading
28938
28939     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
28940     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
28941     Cleaned up the board header files to make selecting the VSC7385 easier to
28942     control.
28943
28944     Signed-off-by: Timur Tabi <timur@freescale.com>
28945     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28946
28947 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
28948 Author: Timur Tabi <timur@freescale.com>
28949 Date:   Fri Feb 8 13:15:54 2008 -0600
28950
28951     NET: Add Vitesse VSC7385 firmware uploading
28952
28953     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
28954     and other boards.  A small firwmare must be uploaded to its on-board memory
28955     before it can be enabled.  This patch adds the code which uploads firmware
28956     (but not the firmware itself).
28957
28958     Previously, this feature was provided by a U-Boot application that was
28959     made available only on Freescale BSPs.  The VSC7385 firmware must still
28960     be obtained separately, but at least there is no longer a need for a separate
28961     application.
28962
28963     Signed-off-by: Timur Tabi <timur@freescale.com>
28964     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28965
28966 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
28967 Author: Wolfgang Denk <wd@denx.de>
28968 Date:   Wed Mar 26 00:52:10 2008 +0100
28969
28970     Coding Style cleanyp; update CHANGELOG
28971
28972     Signed-off-by: Wolfgang Denk <wd@denx.de>
28973
28974 commit 43ddd9c820fec44816188f53346b464e20b3142d
28975 Author: Jerry Van Baren <gvb.uboot@gmail.com>
28976 Date:   Sat Mar 22 14:23:49 2008 -0400
28977
28978     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
28979
28980     These defines embedded the u-boot env variables and/or the bd_t structure
28981     in the fdt blob.  The conclusion of discussion on the u-boot email list
28982     was that embedding these in the fdt blob is not useful: there are better
28983     ways of passing the data (in fact, the fdt blob itself replaces the
28984     bd_t struct).
28985
28986     The only board that enables these is the stxxtc and they don't appear
28987     to be used by linux.
28988
28989     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28990     Acked-by: Kim Phillips <kim.phillips@freescale.com>
28991
28992 commit 22ed2285743359fd1fe73e411dff914b2256e68f
28993 Author: Stefan Roese <sr@denx.de>
28994 Date:   Mon Mar 17 10:49:25 2008 +0100
28995
28996     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
28997
28998     Signed-off-by: Stefan Roese <sr@denx.de>
28999
29000 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
29001 Author: Kyungmin Park <kmpark@infradead.org>
29002 Date:   Mon Mar 17 08:54:06 2008 +0900
29003
29004     Add Flex-OneNAND booting support
29005
29006     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
29007     using a NOR Flash interface. This on-chip integration enables system designers
29008     to reduce external system logic and use high-density NAND Flash
29009     in applications that would otherwise have to use more NOR components.
29010
29011     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
29012     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
29013     that require low reliability and high density, SLC area of Flex-OneNAND
29014     to store data that need high reliability and high performance. Flex-OneNAND
29015     can let users take advantage of storing these two different types of data
29016     into one chip, which is making Flex-OneNAND more cost- and space-effective.
29017
29018     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
29019
29020 commit c512389cc4a10253249271ff6c887c6dab1f0db2
29021 Author: André Schwarz <andre.schwarz@matrix-vision.de>
29022 Date:   Thu Mar 13 13:50:52 2008 +0100
29023
29024     MPC5200: support setup without FEC
29025
29026     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
29027     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
29028
29029     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
29030     Acked-by: Grant Likely <grant.likely@secretlab.ca>
29031
29032 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
29033 Author: Jon Loeliger <jdl@freescale.com>
29034 Date:   Wed Mar 5 18:05:46 2008 -0600
29035
29036     FSL: Move board/mpc8266ads under board/freescale
29037
29038     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29039
29040 commit 7f1d846e5c5754449c286587d099d85246062772
29041 Author: Jon Loeliger <jdl@freescale.com>
29042 Date:   Wed Mar 5 18:05:47 2008 -0600
29043
29044     FSL: Move board/mpc7448hpc2 under board/freescale
29045
29046     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29047
29048 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
29049 Author: Jon Loeliger <jdl@freescale.com>
29050 Date:   Wed Mar 5 18:05:45 2008 -0600
29051
29052     FSL: Move board/mpc8260ads under board/freescale
29053
29054     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29055
29056 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
29057 Author: goda.yusuke <goda.yusuke@renesas.com>
29058 Date:   Wed Mar 5 17:08:33 2008 +0900
29059
29060     net: Add support AX88796L ethernet device
29061
29062     AX88796L is device of NE2000 compatible.
29063     This patch support AX88796L ethernet device.
29064
29065     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
29066     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29067
29068 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
29069 Author: Wolfgang Denk <wd@denx.de>
29070 Date:   Tue Mar 25 22:50:41 2008 +0100
29071
29072     ne2000 driver: change #ifdef to Makefile conditional compilation
29073
29074     Signed-off-by: Wolfgang Denk <wd@denx.de>
29075
29076 commit e710185aae90c64d39c2d453e40e58ceefe4f250
29077 Author: goda.yusuke <goda.yusuke@renesas.com>
29078 Date:   Wed Mar 5 17:08:20 2008 +0900
29079
29080     net: Divided code of NE2000 ethernet driver
29081
29082     There are more devices of the NE2000 base.
29083     A present code is difficult for us to support more devices.
29084     To support more NE2000 clone devices, separated the function.
29085
29086     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
29087     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29088
29089 commit 395bce4f59a507a60a475f7ee46bed47de9482df
29090 Author: Mike Frysinger <vapier@gentoo.org>
29091 Date:   Sun Feb 24 23:58:13 2008 -0500
29092
29093     net/Blackfin: move on-chip MAC driver into drivers/net/
29094
29095     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
29096     directory, but it is not board specific, so relocate it to the drivers dir
29097     so that other Blackfin ports can utilize it.
29098
29099     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29100
29101 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
29102 Author: Mike Frysinger <vapier@gentoo.org>
29103 Date:   Sun Feb 24 23:52:35 2008 -0500
29104
29105     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
29106
29107     Since the "ssync" instruction may have hardware anomalies associated with
29108     it, have the smc91111 driver use the SSYNC macro rather than invoking it
29109     directly.  We workaround all the anomalies via this macro.
29110
29111     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29112
29113 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
29114 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
29115 Date:   Sun Feb 17 22:57:47 2008 +0000
29116
29117     8xx: Update OF support on 8xx
29118
29119     This patch does some shifting around of OF support on 8xx.
29120
29121     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
29122
29123 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
29124 Author: Kumar Gala <galak@kernel.crashing.org>
29125 Date:   Fri Feb 15 15:16:18 2008 -0600
29126
29127     ppc: Allow boards to specify how much memory they can map
29128
29129     For historical reasons we limited the stack to 256M because some boards
29130     could only map that much via BATS.  However newer boards are capable of
29131     mapping more memory (for example 85xx is capble of doing up to 2G).
29132
29133     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29134
29135 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
29136 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
29137 Date:   Fri Feb 15 01:05:58 2008 +0000
29138
29139     8xx : Add OF support to Adder875 board port - resubmit
29140
29141     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
29142
29143 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
29144 Author: Kumar Gala <galak@kernel.crashing.org>
29145 Date:   Thu Feb 14 20:44:42 2008 -0600
29146
29147     Add setexpr command
29148
29149     Add a simple expr style command that will set an env variable as the result
29150     of the command.  This allows us to do simple math in shell.  The following
29151     operations are supported: &, |, ^, +, -, *, /.
29152
29153     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29154
29155 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
29156 Author: Jon Loeliger <jdl@freescale.com>
29157 Date:   Wed Mar 5 17:27:48 2008 -0600
29158
29159     FSL: Move board/mpc7448hpc2 under board/freescale
29160
29161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29162
29163 commit 449c703374a8868453425e15da7e2f76221b72e4
29164 Author: Jon Loeliger <jdl@freescale.com>
29165 Date:   Wed Mar 5 17:21:43 2008 -0600
29166
29167     FSL: Move board/mpc8266ads under board/freescale
29168
29169     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29170
29171 commit 5863577989ad689427bb750107e9a75f1c1645d2
29172 Author: Jon Loeliger <jdl@freescale.com>
29173 Date:   Wed Mar 5 16:41:41 2008 -0600
29174
29175     FSL: Move board/mpc8260ads under board/freescale
29176
29177     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29178
29179 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
29180 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29181 Date:   Tue Mar 25 21:30:08 2008 +0900
29182
29183     [MIPS] Move gth2_config from ARM section to MIPS
29184
29185     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29186
29187 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
29188 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29189 Date:   Tue Mar 25 21:30:07 2008 +0900
29190
29191     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
29192
29193     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29194
29195 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
29196 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29197 Date:   Tue Mar 25 21:30:07 2008 +0900
29198
29199     [MIPS] Fix dcache_status()
29200
29201     You can't judge UNCACHED by Config.K0 LSB.
29202
29203     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29204
29205 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
29206 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29207 Date:   Tue Mar 25 21:30:07 2008 +0900
29208
29209     [MIPS] Introduce _machine_restart
29210
29211     Handles machine specific functions by using weak functions.
29212
29213     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29214
29215 commit decaba6f5cf386d569ac3997bebb871b966c6b18
29216 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29217 Date:   Tue Mar 25 21:30:07 2008 +0900
29218
29219     [MIPS] Cleanup CP0 Status initialization
29220
29221     Add setup_c0_status from Linux. For the moment we disable interrupts, set
29222     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
29223     reset-time configuration and will work well across most processors.
29224
29225     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29226
29227 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
29228 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29229 Date:   Tue Mar 25 21:30:07 2008 +0900
29230
29231     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
29232
29233     Without this change, we'll be suffering from deffered WATCH exception
29234     once Status.EXL is cleared. Make sure Cause.WP is cleared.
29235
29236     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29237
29238 commit 26138623230ca2bad3c78e05a65527ea70c8b688
29239 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29240 Date:   Tue Mar 25 21:30:07 2008 +0900
29241
29242     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
29243
29244     Move things to appropriate place.
29245
29246     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29247
29248 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
29249 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29250 Date:   Tue Mar 25 21:30:06 2008 +0900
29251
29252     [MIPS] Implement flush_cache()
29253
29254     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
29255     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
29256     function is used not only in U-Boot specfic programs but also at loading
29257     target binaries.
29258
29259     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29260
29261 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
29262 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29263 Date:   Tue Mar 25 21:30:06 2008 +0900
29264
29265     [MIPS] Fix I-/D-cache initialization loops
29266
29267     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
29268     again per a loop for I-cache initialization. But according to 'See MIPS
29269     Run', we're encouraged to use three separate loops rather than combining
29270     them *for both I- and D-cache*. This patch tries to fix this.
29271
29272     In accordance with fixing above, mips_init_[id]cache are separated from
29273     mips_cache_reset(), and rewrite cache loops are completely rewritten with
29274     useful macros.
29275
29276     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29277
29278 commit 1898840797c7f50799377bd5b285a8a93a82c419
29279 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29280 Date:   Tue Mar 25 21:30:06 2008 +0900
29281
29282     [MIPS] Replace memory clearance code with f_fill64
29283
29284     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
29285
29286     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29287
29288 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
29289 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29290 Date:   Tue Mar 25 21:30:06 2008 +0900
29291
29292     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
29293
29294     This patch replaces the current function definitions with NESTED, LEAF
29295     and END macro. They specify some more additional information about the
29296     function; an alignment of symbol, type of symbol, stack frame usage, etc.
29297     These information explicitly tells the assembler and the debugger about
29298     the types of code we want to generate.
29299
29300     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29301
29302 commit 282223a607c611425fa33f5428f8eae6636972bb
29303 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29304 Date:   Tue Mar 25 11:43:17 2008 +0900
29305
29306     [MIPS] asm headers' updates
29307
29308     Make some asm headers adjusted to the latest Linux kernel.
29309
29310     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29311
29312 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
29313 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29314 Date:   Tue Mar 25 11:39:29 2008 +0900
29315
29316     [MIPS] Request for the 'mips_cache_lock()' removal
29317
29318     The initial intension of having mips_cache_lock() was to use the cache
29319     as memory for temporary stack use so that a C environment can be set up
29320     as early as possible.
29321
29322     But now mips_cache_lock() follow lowlevel_init(). We've already have the
29323     real memory initilaized at this point, therefore we could/should use it.
29324     No reason to lock at all.
29325
29326     Other problems:
29327
29328     Cache locking is not consistent across MIPS implementaions. Some imple-
29329     mentations don't support locking at all. The style of locking varies -
29330     some support per line locking, others per way, etc. Some parts use bits
29331     in status registers instead of cache ops. Current mips_cache_lock() is
29332     not necessarily general-purpose.
29333
29334     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
29335     they are never get unlocked, so the code relies on whatever gets loaded
29336     after U-Boot to re-initialize the cache and clear the locks. We're sup-
29337     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
29338     but leave the situation as it is for a long time.
29339
29340     For these reasons, I proposed the removal of mips_cache_lock() from the
29341     global start-up code.
29342
29343     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
29344     *things have changed*. If he wants the same behavior as before, he needs
29345     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
29346
29347     If we don't have any regression report through several releases, then
29348     we'll remove codes entirely.
29349
29350     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29351     Acked-by: Andrew Dyer <amdyer@gmail.com>
29352
29353 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
29354 Author: Yuri Tikhonov <yur@emcraft.com>
29355 Date:   Mon Mar 24 11:30:54 2008 +0100
29356
29357     lwmon5 SYSMON POST: fix backlight control
29358
29359     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
29360     run on the board, then the SYSMON POST controls the display backlight
29361     (doesn't switch backlight ON if POST FAILED, and does switch the
29362     backlight ON if PASSED).
29363
29364     If not, then the video driver controls the display backlight (just
29365     switch ON the backlight upon initialization).
29366
29367     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29368
29369 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
29370 Author: Yuri Tikhonov <yur@emcraft.com>
29371 Date:   Mon Mar 24 11:29:14 2008 +0100
29372
29373     lwmon5 SYSMON POST: fix handling of negative temperatures
29374
29375     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
29376
29377     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29378
29379 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
29380 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29381 Date:   Fri Mar 7 16:04:25 2008 +0900
29382
29383     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
29384
29385     In current source code, when the device number of PCI is 0, process PCI
29386     bridge without fail. However, when the device number is 0, it is not PCI
29387     always bridge. There are times when device of PCI allocates.
29388
29389     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
29390     use this patch.
29391
29392     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29393     Acked-by: Stefan Roese <sr@denx.de>
29394
29395 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
29396 Author: Yuri Tikhonov <yur@emcraft.com>
29397 Date:   Fri Mar 21 09:18:40 2008 +0100
29398
29399     LWMON5: fix dsPIC POST
29400
29401     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
29402
29403     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
29404
29405 commit 388b82fddc7c05596f3f615f190da0448227dc82
29406 Author: Bartlomiej Sieka <tur@semihalf.com>
29407 Date:   Thu Mar 20 23:23:13 2008 +0100
29408
29409     [new uImage] Enable new uImage support for the pcs440ep board.
29410
29411     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29412
29413 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
29414 Author: Bartlomiej Sieka <tur@semihalf.com>
29415 Date:   Thu Mar 20 23:23:13 2008 +0100
29416
29417     [new uImage] Do not compile new uImage format support by default
29418
29419     Disable default building of new uImage format support in preparation
29420     for merge with the master. Support for new format can be enabled on
29421     a per-board basis, by defining the following in the board's config file:
29422
29423     #define CONFIG_FIT             1
29424     #define CONFIG_OF_LIBFDT       1
29425
29426     This can be optionally defined to give more verbose output:
29427
29428     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
29429
29430     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29431
29432 commit dafaede8a46c7159310239e036c93e31c6374487
29433 Author: Bartlomiej Sieka <tur@semihalf.com>
29434 Date:   Thu Mar 20 23:20:31 2008 +0100
29435
29436     [new uImage] Disable debuging output in preparation for merge with master
29437
29438     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29439
29440 commit fbe7a155027beacebaee9b32e1ada781fe924bca
29441 Author: Bartlomiej Sieka <tur@semihalf.com>
29442 Date:   Thu Mar 20 19:38:45 2008 +0100
29443
29444     [new uImage] Compilation and new uImage handling fixes for imxtract
29445
29446     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
29447     include/config_cmd_default.h. Fix few warnings and handling of new format
29448     images.
29449
29450     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29451
29452 commit 36cc8cbb3379d5166f882641123521735c469f92
29453 Author: Bartlomiej Sieka <tur@semihalf.com>
29454 Date:   Thu Mar 20 23:10:19 2008 +0100
29455
29456     [new uImage] Fix autoscr command used with new uImage format
29457
29458     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29459
29460 commit 43142e817f0597be412e7cbe19413f5532eafa5d
29461 Author: Bartlomiej Sieka <tur@semihalf.com>
29462 Date:   Thu Mar 20 23:10:19 2008 +0100
29463
29464     [new uImage] Fix *.its files location in documentation
29465
29466     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29467
29468 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
29469 Author: Wolfgang Denk <wd@denx.de>
29470 Date:   Thu Mar 20 22:01:38 2008 +0100
29471
29472     lwmon5 POST: remove unreachable code
29473
29474     plus some coding style cleanup
29475
29476     Signed-off-by: Wolfgang Denk <wd@denx.de>
29477
29478 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
29479 Author: Yuri Tikhonov <yur@emcraft.com>
29480 Date:   Thu Mar 20 17:56:04 2008 +0300
29481
29482     LWMON5: POST RTC fix
29483
29484     Modify the RTC API to provide one a status for the time reported by
29485     the rtc_get() function:
29486       0 - a reliable time is guaranteed,
29487     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
29488           and so on).
29489
29490     The RTC chip drivers are responsible for providing this info if the
29491     corresponding chip supports such functionality. If not - always
29492     report that the time is reliable.
29493
29494     The POST RTC test was modified to detect the RTC faults utilizing
29495     this new rtc_get() feature.
29496
29497     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29498
29499 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
29500 Author: Martin Krause <martin.krause@tqs.de>
29501 Date:   Wed Mar 19 14:25:14 2008 +0100
29502
29503     TQM5200B: update MTD partition layout
29504
29505     - insert partition for dtb blob to TQM5200B MTD layout
29506     - set env variables dependent on the configured board
29507       (TQM5200 or TQM5200B)
29508
29509     Signed-off-by: Martin Krause <martin.krause@tqs.de>
29510
29511 commit f0105727d132f56a21fa3ed8b162309cca6cac44
29512 Author: Stefan Roese <sr@denx.de>
29513 Date:   Wed Mar 19 07:09:26 2008 +0100
29514
29515     CFI: Small cleanup for FLASH_SHOW_PROGRESS
29516
29517     With this patch we don't need that many #ifdef's in the code. It moves
29518     the subtraction into the macro and defines a NOP-macro when
29519     CONFIG_FLASH_SHOW_PROGRESS is not defined.
29520
29521     Signed-off-by: Stefan Roese <sr@denx.de>
29522     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
29523
29524 commit 9a042e9ca512beaaa2cb450274313fc477141241
29525 Author: Jerry Van Baren <gvb.uboot@gmail.com>
29526 Date:   Sat Mar 8 13:48:01 2008 -0500
29527
29528     Flash programming progress countdown.
29529
29530     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
29531
29532 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
29533 Author: Bartlomiej Sieka <tur@semihalf.com>
29534 Date:   Wed Mar 19 10:00:06 2008 +0100
29535
29536     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
29537
29538     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29539
29540 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
29541 Author: David Gibson <david@gibson.dropbear.id.au>
29542 Date:   Mon Feb 18 18:09:04 2008 +1100
29543
29544     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
29545
29546     Since fdt_node_offset_by_compatible() was converted to the new
29547     fdt_next_node() iterator, a chunk of initialization code became
29548     redundant, but was not removed by oversight.  This patch cleans it up.
29549
29550     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29551
29552 commit d0ccb9b140b472039732de102fc14597eedb14df
29553 Author: David Gibson <david@gibson.dropbear.id.au>
29554 Date:   Mon Feb 18 18:06:31 2008 +1100
29555
29556     libfdt: Trivial cleanup for CHECK_HEADER)
29557
29558     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
29559     However, there are a handful of functions (fdt_move, rw_check_header,
29560     fdt_open_into) from other files which could also use it (currently
29561     they open-code something more-or-less identical).  Therefore, this
29562     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
29563     places.
29564
29565     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29566
29567 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
29568 Author: Kumar Gala <galak@kernel.crashing.org>
29569 Date:   Wed Feb 20 14:32:36 2008 -0600
29570
29571     Fix fdt boardsetup command parsing
29572
29573     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
29574
29575     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29576
29577 commit 804887e6001e2f00bea11431bf34d6d472512cda
29578 Author: Kumar Gala <galak@kernel.crashing.org>
29579 Date:   Fri Feb 15 03:34:36 2008 -0600
29580
29581     Add sub-commands to fdt
29582
29583     fdt header                          - Display header info
29584     fdt bootcpu <id>                    - Set boot cpuid
29585     fdt memory <addr> <size>            - Add/Update memory node
29586     fdt rsvmem print                    - Show current mem reserves
29587     fdt rsvmem add <addr> <size>        - Add a mem reserve
29588     fdt rsvmem delete <index>           - Delete a mem reserves
29589
29590     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29591
29592 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
29593 Author: David Gibson <david@gibson.dropbear.id.au>
29594 Date:   Thu Feb 14 16:50:34 2008 +1100
29595
29596     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
29597
29598     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
29599     node which has NOP tags interspersed with its properties.  In this
29600     case fdt_add_subnode_namelen() will put the new subnode before the
29601     first NOP tag, even if there are properties after it, which will
29602     result in an invalid blob.
29603
29604     This patch fixes the bug, and adds a testcase for it.
29605
29606     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29607
29608 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
29609 Author: David Gibson <david@gibson.dropbear.id.au>
29610 Date:   Tue Feb 12 11:58:31 2008 +1100
29611
29612     libfdt: Add and use a node iteration helper function.
29613
29614     This patch adds an fdt_next_node() function which can be used to
29615     iterate through nodes of the tree while keeping track of depth.  This
29616     function is used to simplify the iteration code in a lot of other
29617     functions, and is also exported for use by library users.
29618
29619     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29620
29621 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
29622 Author: David Gibson <david@gibson.dropbear.id.au>
29623 Date:   Fri Jan 11 14:55:05 2008 +1100
29624
29625     libfdt: Add fdt_set_name() function
29626
29627     This patch adds an fdt_set_name() function to libfdt, mirroring
29628     fdt_get_name().  This is a r/w function which alters the name of a
29629     given device tree node.
29630
29631     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29632
29633 commit 23e20aa6488e6c0622496549861bfdc74108debe
29634 Author: Yuri Tikhonov <yur@pollux.denx.de>
29635 Date:   Tue Mar 18 13:33:30 2008 +0100
29636
29637     lwmon5: Fix register test logic to match the specific GDC h/w.
29638
29639     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29640     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29641
29642 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
29643 Author: Yuri Tikhonov <yur@pollux.denx.de>
29644 Date:   Tue Mar 18 13:27:57 2008 +0100
29645
29646     Fix backlight in the lwmon5 POST.
29647
29648     Backlight was switched on even when temperature was too low.
29649
29650     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29651     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29652
29653 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
29654 Author: Yuri Tikhonov <yur@pollux.denx.de>
29655 Date:   Wed Feb 6 18:48:36 2008 +0100
29656
29657     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).
29658
29659      To enable this, alternative, configuration the U-Boot board configuration
29660     file for lwmon5 includes the definitions of alternative addresses for header
29661     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
29662
29663      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
29664     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
29665     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
29666
29667     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29668
29669 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
29670 Author: Yuri Tikhonov <yur@pollux.denx.de>
29671 Date:   Mon Feb 4 17:11:53 2008 +0100
29672
29673     Add support for the lwmon5 board reset via GPIO58.
29674
29675     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29676     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29677
29678 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
29679 Author: Yuri Tikhonov <yur@pollux.denx.de>
29680 Date:   Mon Feb 4 17:09:55 2008 +0100
29681
29682     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
29683
29684     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29685     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29686
29687 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
29688 Author: Yuri Tikhonov <yur@pollux.denx.de>
29689 Date:   Mon Feb 4 14:11:03 2008 +0100
29690
29691     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.
29692
29693     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29694     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29695
29696 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
29697 Author: Yuri Tikhonov <yur@pollux.denx.de>
29698 Date:   Mon Feb 4 14:10:42 2008 +0100
29699
29700     The patch adds new POST tests for the Lwmon5 board. These are:
29701
29702     * External Watchdog test;
29703     * dsPIC tests;
29704     * FPGA test;
29705     * GDC test;
29706     * Sysmon tests.
29707
29708     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29709     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29710
29711 commit c2ed33efbfff5767bca236828e021c55fd547b6c
29712 Author: Yuri Tikhonov <yur@pollux.denx.de>
29713 Date:   Mon Feb 4 14:10:01 2008 +0100
29714
29715     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
29716
29717     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29718
29719 commit 3a5d1e7f1309998791702b2a559e3126781746b9
29720 Author: Yuri Tikhonov <yur@pollux.denx.de>
29721 Date:   Tue Mar 18 13:33:30 2008 +0100
29722
29723     lwmon5: Fix register test logic to match the specific GDC h/w.
29724
29725     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29726     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29727
29728 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
29729 Author: Yuri Tikhonov <yur@pollux.denx.de>
29730 Date:   Tue Mar 18 13:27:57 2008 +0100
29731
29732     Fix backlight in the lwmon5 POST.
29733
29734     Backlight was switcehd on even when temperature was too low.
29735
29736     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29737     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29738
29739 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
29740 Author: Yuri Tikhonov <yur@pollux.denx.de>
29741 Date:   Wed Feb 6 18:48:36 2008 +0100
29742
29743      The patch introduces the alternative configuration of the log buffer for
29744     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
29745     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
29746     PPC440EPX_GPT0_COMP5).
29747
29748      To enable this, alternative, configuration the U-Boot board configuration
29749     file for lwmon5 includes the definitions of alternative addresses for header
29750     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
29751
29752      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
29753     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
29754     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
29755
29756     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29757
29758 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
29759 Author: Yuri Tikhonov <yur@pollux.denx.de>
29760 Date:   Mon Feb 4 17:11:53 2008 +0100
29761
29762     Add support for the lwmon5 board reset via GPIO58.
29763
29764     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29765     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29766
29767 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
29768 Author: Yuri Tikhonov <yur@pollux.denx.de>
29769 Date:   Mon Feb 4 17:09:55 2008 +0100
29770
29771     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
29772     Disable external watch-dog for now.
29773
29774     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29775     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29776
29777 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
29778 Author: Yuri Tikhonov <yur@pollux.denx.de>
29779 Date:   Mon Feb 4 14:11:03 2008 +0100
29780
29781     The patch introduces the CRITICAL feature of POST tests. If the test
29782     marked as POST_CRITICAL fails then the alternative, post_critical,
29783     boot-command is used. If this command is not defined then U-Boot
29784     enters into interactive mode.
29785
29786     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29787     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29788
29789 commit 65b20dcefc89618193fa51947968dada91e4c778
29790 Author: Yuri Tikhonov <yur@pollux.denx.de>
29791 Date:   Mon Feb 4 14:10:42 2008 +0100
29792
29793     The patch adds new POST tests for the Lwmon5 board.
29794     These are:
29795
29796     * External Watchdog test;
29797     * dsPIC tests;
29798     * FPGA test;
29799     * GDC test;
29800     * Sysmon tests.
29801
29802     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29803     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29804
29805 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
29806 Author: Yuri Tikhonov <yur@pollux.denx.de>
29807 Date:   Mon Feb 4 14:10:01 2008 +0100
29808
29809     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
29810
29811     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29812
29813 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
29814 Author: Wolfgang Denk <wd@denx.de>
29815 Date:   Tue Mar 18 17:35:51 2008 +0100
29816
29817     HMI1001: fix compile problem.
29818
29819     Signed-off-by: Wolfgang Denk <wd@denx.de>
29820
29821 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
29822 Author: Mike Frysinger <vapier@gentoo.org>
29823 Date:   Mon Feb 18 05:32:30 2008 -0500
29824
29825     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
29826
29827     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
29828     for the board specific driver at all.  Just use the common CFI driver.
29829
29830     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29831
29832 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
29833 Author: Mike Frysinger <vapier@gentoo.org>
29834 Date:   Tue Feb 19 00:36:14 2008 -0500
29835
29836     Blackfin: add proper ELF markings to some assembly functions
29837
29838     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29839
29840 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
29841 Author: Mike Frysinger <vapier@gentoo.org>
29842 Date:   Tue Feb 19 00:35:17 2008 -0500
29843
29844     Blackfin: new cplbinfo command for viewing cplb tables
29845
29846     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29847
29848 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
29849 Author: Mike Frysinger <vapier@gentoo.org>
29850 Date:   Mon Feb 18 05:37:51 2008 -0500
29851
29852     Blackfin: update MAINTAINERS list
29853
29854     Add maintainer information for the Blackfin boards.
29855
29856     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29857
29858 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
29859 Author: Mike Frysinger <vapier@gentoo.org>
29860 Date:   Mon Feb 18 05:26:48 2008 -0500
29861
29862     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
29863
29864     Stop tying things to the processor that should be tied to other defines and
29865     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
29866     system to select the -mcpu option.
29867
29868     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29869
29870 commit 86a20fb920bd198105acf7b1191117f566d637ed
29871 Author: Mike Frysinger <vapier@gentoo.org>
29872 Date:   Sat Feb 16 07:40:36 2008 -0500
29873
29874     Blackfin: move bootldr command to common code
29875
29876     This moves the Blackfin-common bootldr command out of the BF537-STAMP
29877     specific board directory and into the common directory so that all Blackfin
29878     boards may utilize it.
29879
29880     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29881
29882 commit decbe029b2a9d3333d02c433389b1c821eea96d7
29883 Author: Heiko Schocher <hs@denx.de>
29884 Date:   Fri Mar 14 11:05:20 2008 +0100
29885
29886     mgcoge: update configuration
29887
29888     Fix configuration for mgcoge board
29889
29890     Signed-off-by: Heiko Schocher <hs@denx.de>
29891
29892 commit c136724cda0219c49f1d4b346f00da29b14fdf14
29893 Author: Wolfgang Denk <wd@denx.de>
29894 Date:   Sun Mar 16 01:22:59 2008 +0100
29895
29896     drivers/rtc/Makefile: keep list sorted
29897
29898     Signed-off-by: Wolfgang Denk <wd@denx.de>
29899
29900 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
29901 Author: Tor Krill <tor@excito.com>
29902 Date:   Sat Mar 15 15:40:26 2008 +0100
29903
29904     Add support for Intersil isl1208 RTC
29905
29906     Signed-off-by: Tor Krill <tor@excito.com>
29907
29908 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
29909 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29910 Date:   Sat Mar 15 17:36:41 2008 +0100
29911
29912     cramfs: Fix ifdef
29913
29914     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29915
29916 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
29917 Author: Wolfgang Denk <wd@denx.de>
29918 Date:   Sun Mar 16 01:12:58 2008 +0100
29919
29920     Conding style cleanup
29921
29922     Signed-off-by: Wolfgang Denk <wd@denx.de>
29923
29924 commit 41712b4e8c95dff23354bcd620e1f9477160c190
29925 Author: Stefan Roese <sr@denx.de>
29926 Date:   Wed Mar 5 12:31:53 2008 +0100
29927
29928     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
29929
29930     This patch adds USB OHCI support to the Canyonlands board port. It also
29931     enables EXT2 support.
29932
29933     Signed-off-by: Stefan Roese <sr@denx.de>
29934
29935 commit 2596f5b9d353ff3e4387a3325d05740f16958038
29936 Author: Stefan Roese <sr@denx.de>
29937 Date:   Wed Mar 5 12:29:32 2008 +0100
29938
29939     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
29940
29941     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
29942     way a board just needs to define this new option to enable the "force
29943     NoPowerSwitching mode" instead of adding new CPU/architecture defines
29944     to the USB source itself.
29945
29946     This new option will be used first with the new AMCC 460EX Canyonlands
29947     board port, which will be posted in a few days.
29948
29949     This patch also fixes a small compilation problem when DEBUG is enabled.
29950
29951     Signed-off-by: Stefan Roese <sr@denx.de>
29952
29953 commit 71665ebf88408ff2acb762af47989fd4365b321a
29954 Author: Stefan Roese <sr@denx.de>
29955 Date:   Mon Mar 3 17:27:02 2008 +0100
29956
29957     ppc4xx: Add Canyonlands NAND booting support
29958
29959     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
29960     NAND devices. The only bootstrap option for NAND booting is option F for
29961     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
29962     EEPROM needs to be programmed accordingly.
29963
29964     This patch adds basic NAND booting support for the AMCC Canyonlands aval
29965     board and also adds support to the "bootstrap" command, to enable NAND
29966     booting I2C setting.
29967
29968     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
29969
29970     Signed-off-by: Stefan Roese <sr@denx.de>
29971
29972 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
29973 Author: Stefan Roese <sr@denx.de>
29974 Date:   Tue Mar 11 16:53:00 2008 +0100
29975
29976     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
29977
29978     This patch adds support for the AMCC Canyonlands 460EX evaluation
29979     board.
29980
29981     Signed-off-by: Stefan Roese <sr@denx.de>
29982
29983 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
29984 Author: Stefan Roese <sr@denx.de>
29985 Date:   Tue Mar 11 16:52:24 2008 +0100
29986
29987     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
29988
29989     This patch adds support for the AMCC Canyonlands 460EX evaluation
29990     board.
29991
29992     Signed-off-by: Stefan Roese <sr@denx.de>
29993
29994 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
29995 Author: Stefan Roese <sr@denx.de>
29996 Date:   Tue Mar 11 16:51:17 2008 +0100
29997
29998     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
29999
30000     This patch adds support for the AMCC Canyonlands 460EX evaluation
30001     board.
30002
30003     Signed-off-by: Stefan Roese <sr@denx.de>
30004
30005 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
30006 Author: Stefan Roese <sr@denx.de>
30007 Date:   Tue Mar 11 15:11:43 2008 +0100
30008
30009     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
30010
30011     This patch adds basic support for the AMCC 460EX/460GT PPC's.
30012
30013     Signed-off-by: Stefan Roese <sr@denx.de>
30014
30015 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
30016 Author: Stefan Roese <sr@denx.de>
30017 Date:   Tue Mar 11 15:11:18 2008 +0100
30018
30019     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
30020
30021     This patch adds basic support for the AMCC 460EX/460GT PPC's.
30022
30023     Signed-off-by: Stefan Roese <sr@denx.de>
30024
30025 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
30026 Author: Stefan Roese <sr@denx.de>
30027 Date:   Tue Mar 11 15:07:10 2008 +0100
30028
30029     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
30030
30031     This patch adds basic support for the AMCC 460EX/460GT PPC's.
30032
30033     Signed-off-by: Stefan Roese <sr@denx.de>
30034
30035 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
30036 Author: Stefan Roese <sr@denx.de>
30037 Date:   Tue Mar 11 15:05:50 2008 +0100
30038
30039     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
30040
30041     This patch adds basic support for the AMCC 460EX/460GT PPC's.
30042
30043     Signed-off-by: Stefan Roese <sr@denx.de>
30044
30045 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
30046 Author: Stefan Roese <sr@denx.de>
30047 Date:   Tue Mar 11 15:05:26 2008 +0100
30048
30049     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
30050
30051     This patch adds basic support for the AMCC 460EX/460GT PPC's.
30052
30053     Signed-off-by: Stefan Roese <sr@denx.de>
30054
30055 commit 56e410178375d9f20be25fb24e180974f0ae120b
30056 Author: Stefan Roese <sr@denx.de>
30057 Date:   Tue Feb 19 22:07:57 2008 +0100
30058
30059     ppc4xx: interrupt.c reworked
30060
30061     This patch is a rework of the 4xx interrupt handling done while
30062     adding the 460EX/GT support. Interrupts are needed on 4xx for the
30063     EMAC driver.
30064
30065     Signed-off-by: Stefan Roese <sr@denx.de>
30066
30067 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
30068 Author: Stefan Roese <sr@denx.de>
30069 Date:   Tue Feb 19 22:01:57 2008 +0100
30070
30071     ppc4xx: program_tlb now uses 64bit physical addess
30072
30073     This patch changes the physical addess parameter from 32bit to 64bit.
30074     This is needed for 36bit 4xx platforms to access areas located
30075     beyond the 4GB border, like SoC peripherals (EBC etc.).
30076
30077     Signed-off-by: Stefan Roese <sr@denx.de>
30078
30079 commit c3307fa186af85771924c434997089b8104c0a46
30080 Author: Stefan Roese <sr@denx.de>
30081 Date:   Tue Feb 19 21:58:25 2008 +0100
30082
30083     ppc4xx: miiphy.c reworked
30084
30085     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
30086     badly neede some cleanup.
30087
30088     Signed-off-by: Stefan Roese <sr@denx.de>
30089
30090 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
30091 Author: Stefan Roese <sr@denx.de>
30092 Date:   Tue Feb 19 16:21:49 2008 +0100
30093
30094     rtc: Add M41T62 support
30095
30096     This patch add support for the STM M41T62 RTC. It is used and tested
30097     on the AMCC Canyonlands 406EX platform.
30098
30099     Signed-off-by: Stefan Roese <sr@denx.de>
30100
30101 commit 217d383e201adc7f2271145ae345ea5eae2b7170
30102 Author: Niklaus Giger <niklaus.giger@netstal.com>
30103 Date:   Mon Feb 25 18:46:43 2008 +0100
30104
30105     ppc4xx: Add 405GPr based MCU25 board specific files
30106
30107     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30108
30109 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
30110 Author: Niklaus Giger <niklaus.giger@netstal.com>
30111 Date:   Mon Feb 25 18:46:42 2008 +0100
30112
30113     ppc4xx: Add 405GPr based MCU25 board config file
30114
30115     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30116
30117 commit b05f35436b733a240559e77e46bed8439665ecc5
30118 Author: Niklaus Giger <niklaus.giger@netstal.com>
30119 Date:   Mon Feb 25 18:46:41 2008 +0100
30120
30121     ppc4xx: Add 405GPr based MCU25 board. Global files
30122
30123     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30124
30125 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
30126 Author: Niklaus Giger <niklaus.giger@netstal.com>
30127 Date:   Mon Feb 25 18:37:02 2008 +0100
30128
30129     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
30130
30131     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30132
30133 commit a079494853cc2bfeddb26673219db0b4b2b31566
30134 Author: Niklaus Giger <niklaus.giger@netstal.com>
30135 Date:   Mon Feb 25 18:37:01 2008 +0100
30136
30137     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
30138
30139     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
30140     the FLASH_CFI_LEGACY et al. config options.
30141
30142     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30143
30144 commit e4170e5a50c8110f792bc37472833ae669d69951
30145 Author: Stefan Roese <sr@denx.de>
30146 Date:   Tue Mar 11 13:52:25 2008 +0100
30147
30148     ppc4xx: Fix comment in 405EX DDR2 init code
30149
30150     Signed-off-by: Stefan Roese <sr@denx.de>
30151
30152 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
30153 Author: Bartlomiej Sieka <tur@semihalf.com>
30154 Date:   Fri Mar 14 16:22:34 2008 +0100
30155
30156     Add MD5 support to the new uImage format
30157
30158     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30159
30160 commit 0ede0c383530a418cf98be9122371a86573cd0db
30161 Author: Bartlomiej Sieka <tur@semihalf.com>
30162 Date:   Fri Mar 14 16:22:34 2008 +0100
30163
30164     Add the MD5 algorithm
30165
30166     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
30167     calculated using the md5() function -- see include/md5.h for details.
30168
30169     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30170
30171 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
30172 Author: Wolfgang Denk <wd@denx.de>
30173 Date:   Fri Mar 14 16:04:54 2008 +0100
30174
30175     tools/setlocalversion: use a git-describe-ish format
30176
30177     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
30178     where 'nnnnn' is the number of commits since the last tag (i.e.,
30179     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
30180     and to see how much has been changed since the referenced tag.
30181
30182     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
30183
30184     Signed-off-by: Wolfgang Denk <wd@denx.de>
30185
30186 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
30187 Author: Wolfgang Denk <wd@denx.de>
30188 Date:   Thu Mar 13 14:32:03 2008 +0100
30189
30190     HMI1001: add support for MPC5200 Rev. B processors.
30191
30192     Signed-off-by: Wolfgang Denk <wd@denx.de>
30193
30194 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
30195 Author: Wolfgang Denk <wd@denx.de>
30196 Date:   Thu Mar 13 14:29:49 2008 +0100
30197
30198     TQM5200: remove dead code
30199
30200     This board never used a MGT5100 processor.
30201
30202     Signed-off-by: Wolfgang Denk <wd@denx.de>
30203
30204 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
30205 Author: Marian Balakowicz <m8@semihalf.com>
30206 Date:   Wed Mar 12 12:14:15 2008 +0100
30207
30208     [new uImage] Fix build issue on ARM
30209
30210     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
30211
30212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30213
30214 commit 3310c549a73a949430bfda90876df7552a1dab0c
30215 Author: Marian Balakowicz <m8@semihalf.com>
30216 Date:   Wed Mar 12 12:13:13 2008 +0100
30217
30218     [new uImage] Add new uImage format documentation and examples
30219
30220     Create doc/uImage.FIT documentation directory with the following files:
30221     - command_syntax_extensions.txt : extended command syntax description
30222     - howto.txt                     : short usage howto
30223     - source_file_format.txt        : internal new uImage format description
30224
30225     Add example image source files:
30226     - kernel.its
30227     - kernel_fdt.its
30228     - multi.its
30229
30230     Update README appropriately.
30231
30232     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30233     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30234
30235 commit 1ec73761d2e247078f4520a265d463e8b73391a2
30236 Author: Marian Balakowicz <m8@semihalf.com>
30237 Date:   Wed Mar 12 10:35:52 2008 +0100
30238
30239     [new uImage] Fix definition of common bootm_headers_t fields
30240
30241     verify, autostart and lmb fields are used regardless of CONFIG_FIT
30242     setting, move their definitions to common section.
30243
30244     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30245
30246 commit 1d1cb4270edc6a99276834064069717f9782c491
30247 Author: Marian Balakowicz <m8@semihalf.com>
30248 Date:   Wed Mar 12 10:35:51 2008 +0100
30249
30250     [new uImage] Fix build problems on trab board
30251
30252     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30253
30254 commit f773bea8e11f4a11c388dcee956b2444203e6b65
30255 Author: Marian Balakowicz <m8@semihalf.com>
30256 Date:   Wed Mar 12 10:35:46 2008 +0100
30257
30258     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
30259
30260     Save FIT configuration provied in the first bootm argument and use it
30261     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
30262     arguments are not specified.
30263
30264     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30265
30266 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
30267 Author: Marian Balakowicz <m8@semihalf.com>
30268 Date:   Wed Mar 12 10:33:01 2008 +0100
30269
30270     [new uImage] More verbose kernel image uncompress error message
30271
30272     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30273
30274 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
30275 Author: Marian Balakowicz <m8@semihalf.com>
30276 Date:   Wed Mar 12 10:33:01 2008 +0100
30277
30278     [new uImage] Use show_boot_progress() for new uImage format
30279
30280     This patch allocates a set of show_boot_progress() IDs for new uImage format
30281     and adds show_boot_progress() calls in new uImage format handling code.
30282
30283     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30284
30285 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
30286 Author: Marian Balakowicz <m8@semihalf.com>
30287 Date:   Wed Mar 12 10:33:01 2008 +0100
30288
30289     [new uImage] Add new uImage fromat support to fpga command
30290
30291     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30292
30293 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
30294 Author: Marian Balakowicz <m8@semihalf.com>
30295 Date:   Wed Mar 12 10:33:01 2008 +0100
30296
30297     [new uImage] Add new uImage format handling to other bootm related commands
30298
30299     Updated commands:
30300
30301     docboot  - cmd_doc.c
30302     fdcboot  - cmd_fdc.c
30303     diskboot - cmd_ide.c
30304     nboot    - cmd_nand.c
30305     scsiboot - cmd_scsi.c
30306     usbboot  - cmd_usb.c
30307
30308     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30309
30310 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
30311 Author: Marian Balakowicz <m8@semihalf.com>
30312 Date:   Wed Mar 12 10:33:00 2008 +0100
30313
30314     [new uImage] Add new uImage format support to imgextract command
30315
30316     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30317
30318 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
30319 Author: Marian Balakowicz <m8@semihalf.com>
30320 Date:   Wed Mar 12 10:33:00 2008 +0100
30321
30322     [new uImage] Add new uImage format support to autoscript routine
30323
30324     autoscript() routine is updated to accept second argument, which
30325     is only used for FIT images and provides a FIT subimage unit name.
30326
30327     autoscript() routine callers must now pass two arguments. For
30328     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
30329     variable 'autoscript_uname' is introduced and used as a FIT
30330     subimage unit name source.
30331
30332     autoscript command accepts extended syntax of the addr argument:
30333     addr:<subimg_uname>
30334
30335     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30336
30337 commit cd7c596e9f561dbbc17b717277438aee78cde14f
30338 Author: Marian Balakowicz <m8@semihalf.com>
30339 Date:   Wed Mar 12 10:33:00 2008 +0100
30340
30341     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
30342
30343     This patch updates architecture specific implementations of
30344     do_bootm_linux() adding new uImage format handling for
30345     operations like get kernel entry point address, get kernel
30346     image data start address.
30347
30348     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30349
30350 commit 3dfe110149311425919e6d6a14b561b4207498f1
30351 Author: Marian Balakowicz <m8@semihalf.com>
30352 Date:   Wed Mar 12 10:32:59 2008 +0100
30353
30354     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
30355
30356     This patch adds new node offset fields to struct bootm_headers
30357     and updates bootm_headers processing code to make use of them.
30358     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
30359
30360     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30361
30362 commit bc8ed486b125452ba3bd8344f052f437329150c5
30363 Author: Marian Balakowicz <m8@semihalf.com>
30364 Date:   Wed Mar 12 10:32:53 2008 +0100
30365
30366     [new uImage] ppc: Add new uImage format support to FDT handling routines
30367
30368     Support for new (FIT) format uImages is added to powerpc specific
30369     boot_get_fdt() routine which now recognizes, sanity checks FIT image
30370     and is able to access data sections of the requested component image.
30371
30372     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30373
30374 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
30375 Author: Marian Balakowicz <m8@semihalf.com>
30376 Date:   Wed Mar 12 10:14:57 2008 +0100
30377
30378     [new uImage] Re-enable interrupts for non automatic booting
30379
30380     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
30381     environment variable is not set to 'yes'.
30382
30383     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30384
30385 commit d985c8498c4e47095820da97aa722381d39172c5
30386 Author: Marian Balakowicz <m8@semihalf.com>
30387 Date:   Wed Mar 12 10:14:38 2008 +0100
30388
30389     [new uImage] Remove unnecessary arguments passed to ramdisk routines
30390
30391     boot_get_ramdisk() and image_get_ramdisk() do not need all
30392     cmdtp, flag, argc and argv arguments. Simplify routines definition.
30393
30394     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30395
30396 commit c87796483bc7c2900470dc747c367f602577608d
30397 Author: Marian Balakowicz <m8@semihalf.com>
30398 Date:   Wed Mar 12 10:12:37 2008 +0100
30399
30400     [new uImage] Add new uImage format support for ramdisk handling
30401
30402     This patch updates boot_get_ramdisk() routine adding format
30403     verification and handling for new (FIT) uImages.
30404
30405     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30406
30407 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
30408 Author: Marian Balakowicz <m8@semihalf.com>
30409 Date:   Wed Mar 12 10:01:05 2008 +0100
30410
30411     [new uImage] Add new uImage format support for kernel booting
30412
30413     New format uImages are recognized by the bootm command,
30414     validity of specified kernel component image is checked and
30415     its data section located and used for further processing
30416     (uncompress, load, etc.)
30417
30418     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30419
30420 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
30421 Author: Marian Balakowicz <m8@semihalf.com>
30422 Date:   Tue Mar 11 12:35:20 2008 +0100
30423
30424     [new uImage] Add new uImage format support for imls and iminfo commands
30425
30426     imls and iminfo can now recognize nad print out contents of the new (FIT)
30427     format uImages.
30428
30429     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30430
30431 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
30432 Author: Bartlomiej Sieka <tur@semihalf.com>
30433 Date:   Tue Mar 11 12:34:47 2008 +0100
30434
30435     [new uImage] Add support for new uImage format to mkimage tool
30436
30437     Support for the new uImage format (FIT) is added to mkimage tool.
30438     Commandline syntax is appropriately extended:
30439
30440     mkimage [-D dtc_options] -f fit-image.its fit-image
30441
30442     mkimage (together with dtc) takes fit-image.its and referenced therein
30443     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
30444     final image that can be transferred to the target (e.g., via tftp) and then
30445     booted using the bootm command in U-Boot.
30446
30447     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30448
30449 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
30450 Author: Marian Balakowicz <m8@semihalf.com>
30451 Date:   Mon Mar 10 17:53:49 2008 +0100
30452
30453     [new uImage] Make node unit names const in struct bootm_headers
30454
30455     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30456
30457 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
30458 Author: Marian Balakowicz <m8@semihalf.com>
30459 Date:   Fri Feb 29 21:24:06 2008 +0100
30460
30461     [new uImage] New uImage low-level API
30462
30463     Add FDT-based functions for handling new format component images,
30464     configurations, node operations, property get/set, etc.
30465
30466     fit_        - routines handling global new format uImage operations
30467                   like get/set top level property, process all nodes, etc.
30468     fit_image_  - routines handling component images subnodes
30469     fit_conf_   - routines handling configurations node
30470
30471     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30472     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30473
30474 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
30475 Author: Wolfgang Denk <wd@denx.de>
30476 Date:   Sun Mar 9 16:20:02 2008 +0100
30477
30478     Release v1.3.2
30479
30480     Update CHANGELOG for release.
30481
30482     Signed-off-by: Wolfgang Denk <wd@denx.de>
30483
30484 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
30485 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30486 Date:   Sun Mar 9 14:52:11 2008 +0100
30487
30488     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
30489
30490     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30491     Signed-off-by: Wolfgang Denk <wd@denx.de>
30492
30493 commit db695b78515ddb88a2d4f3357c120345efbf59ec
30494 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30495 Date:   Sun Mar 9 10:44:01 2008 +0100
30496
30497     scb9328: Fix flash warning: type qualifiers ignored on function return type
30498
30499     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30500
30501 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
30502 Author: Wolfgang Denk <wd@denx.de>
30503 Date:   Sun Mar 9 10:50:41 2008 +0100
30504
30505     esd/common/fpga.c: fix indentation.
30506
30507     Signed-off-by: Wolfgang Denk <wd@denx.de>
30508
30509 commit cc3843e36453e2b8db65d7e56de938ba045016a0
30510 Author: Wolfgang Denk <wd@denx.de>
30511 Date:   Sun Mar 9 10:33:31 2008 +0100
30512
30513     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
30514
30515     and get rid of a couple of unneeded casts.
30516
30517     Signed-off-by: Wolfgang Denk <wd@denx.de>
30518
30519 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
30520 Author: Wolfgang Denk <wd@denx.de>
30521 Date:   Sun Mar 9 10:09:53 2008 +0100
30522
30523     esd/common/fpga.c: fix 'assignment of read-only location' error
30524
30525     Signed-off-by: Wolfgang Denk <wd@denx.de>
30526
30527 commit c6fe4dabac066e8758345d249032768496983a3e
30528 Author: Wolfgang Denk <wd@denx.de>
30529 Date:   Sun Mar 9 02:13:19 2008 +0100
30530
30531     Makefile: make build silently again.
30532
30533     Signed-off-by: Wolfgang Denk <wd@denx.de>
30534
30535 commit 76babc86576f092573599334c85ec543fdbc6015
30536 Author: Wolfgang Denk <wd@denx.de>
30537 Date:   Sun Mar 9 02:07:49 2008 +0100
30538
30539     m501sk: Fix out of tree building
30540
30541     Signed-off-by: Wolfgang Denk <wd@denx.de>
30542
30543 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
30544 Author: Wolfgang Denk <wd@denx.de>
30545 Date:   Sun Mar 9 00:06:09 2008 +0100
30546
30547     ADS5121: fix out of tree build
30548
30549     and simplify Makefile a bit.
30550
30551     Signed-off-by: Wolfgang Denk <wd@denx.de>
30552
30553 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
30554 Author: Wolfgang Denk <wd@denx.de>
30555 Date:   Sat Mar 8 22:35:31 2008 +0100
30556
30557     Release v1.3.2
30558
30559     Signed-off-by: Wolfgang Denk <wd@denx.de>
30560
30561 commit 78a90f827df74520e939c794fc7413dace21c4db
30562 Author: Wolfgang Denk <wd@denx.de>
30563 Date:   Sat Mar 8 22:35:04 2008 +0100
30564
30565     Update CHANGELOG
30566
30567     Signed-off-by: Wolfgang Denk <wd@denx.de>
30568
30569 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
30570 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30571 Date:   Sat Mar 8 21:30:04 2008 +0100
30572
30573     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
30574
30575     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30576
30577 commit d75469d48c05795144f4b8ba76addbb4920a7bba
30578 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30579 Date:   Sat Mar 8 09:25:49 2008 +0900
30580
30581     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
30582
30583     When rtl_recv() of rtl8169 is called, OWNbit of status register
30584     is not enable occasionally.
30585     rtl_recv() doesn't work normally when the driver doesn't do
30586     appropriate processing.
30587     This patch fix this problem.
30588
30589     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30590
30591 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
30592 Author: Heiko Schocher <hs@denx.de>
30593 Date:   Fri Mar 7 08:15:28 2008 +0100
30594
30595     mgsuvd: update board configuration
30596
30597     initialize the UPIOx controller.
30598
30599     Signed-off-by: Heiko Schocher <hs@denx.de>
30600
30601 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
30602 Author: Heiko Schocher <hs@denx.de>
30603 Date:   Fri Mar 7 08:13:41 2008 +0100
30604
30605     mgcoge: update board configuration
30606
30607     add support for the config Flash.
30608     initialize the UPIOx controller.
30609
30610     Signed-off-by: Heiko Schocher <hs@denx.de>
30611
30612 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
30613 Author: Kim Phillips <kim.phillips@freescale.com>
30614 Date:   Fri Mar 7 12:27:31 2008 -0600
30615
30616     mpc83xx: make dtb basename file references equal those of linux
30617
30618     the dts file basenames were updated in linux - this helps avoid
30619     inadvertently loading any old dtbs laying around.
30620
30621     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30622
30623 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
30624 Author: Kim Phillips <kim.phillips@freescale.com>
30625 Date:   Wed Feb 27 16:08:22 2008 -0600
30626
30627     net: uec_phy: actually increment the timeout counter
30628
30629     allow u-boot to recover (and, e.g., switch to another interface) in the
30630     case where a PHY does not report autonegotiation is complete within its
30631     two second timeout value.
30632
30633     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30634
30635 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
30636 Author: Markus Brunner <super.firetwister@googlemail.com>
30637 Date:   Wed Mar 5 21:38:12 2008 +0100
30638
30639     fix taihu soft spi_read
30640
30641     The taihu board used gpio_read_out_bit which reads the output register and not
30642     the pin state.
30643
30644     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
30645
30646 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
30647 Author: Stefan Roese <sr@denx.de>
30648 Date:   Fri Mar 7 08:01:43 2008 +0100
30649
30650     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
30651
30652     Signed-off-by: Stefan Roese <sr@denx.de>
30653
30654 commit bd4458cb47abecabd406b1210457be96c69fc49d
30655 Author: Dave Liu <r63238@freescale.com>
30656 Date:   Tue Mar 4 16:59:22 2008 +0800
30657
30658     837xEMDS: Improve the system performance
30659
30660     1. Make the CSB bus pipeline depth as 4, and enable
30661        the repeat mode;
30662     2. Raise the eTSEC emergency priority;
30663     3. Use the highest IP blocks clock.
30664
30665     Signed-off-by: Dave Liu <daveliu@freescale.com>
30666
30667 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
30668 Author: Detlev Zundel <dzu@denx.de>
30669 Date:   Thu Mar 6 16:45:53 2008 +0100
30670
30671     Replace "run load; run update" with conditionalized "run load update".
30672
30673     The latter version stops when "run load" fails for whatever reasons
30674     rendering the combination *a lot* more secure.
30675
30676     Signed-off-by: Detlev Zundel <dzu@denx.de>
30677
30678 commit 6bc113886d7d316df1a4e459bec8baf027518551
30679 Author: Stefan Roese <sr@denx.de>
30680 Date:   Tue Mar 4 17:40:41 2008 +0100
30681
30682     net: Print error message upon net usage when no ethernet-interface is found
30683
30684     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
30685     defined. Then no ethernet interface is available but a simple "tftp"
30686     command will return without any error message which is quite confusing.
30687
30688     Signed-off-by: Stefan Roese <sr@denx.de>
30689
30690 commit a30a549a3553032d809e0356306b62de0b125901
30691 Author: Jon Loeliger <jdl@freescale.com>
30692 Date:   Tue Mar 4 10:03:03 2008 -0600
30693
30694     Remove erroneous or extra spd.h #includers.
30695
30696     Many of the spd.h #includers don't need it,
30697     and wanted to have spd_sdram() declared instead.
30698     Since they didn't get that, some also had open
30699     coded extern declarations of it instead or as well.
30700     Fix it all up by using spd_sdram.h where needed.
30701
30702     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30703
30704 commit a4475386cef14af3fd88f0518b688e755669486d
30705 Author: Wolfgang Denk <wd@denx.de>
30706 Date:   Tue Mar 4 17:41:28 2008 +0100
30707
30708     PCS440EP: fix build problems (redundant #define)
30709
30710     Signed-off-by: Wolfgang Denk <wd@denx.de>
30711
30712 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
30713 Author: Stefan Roese <sr@denx.de>
30714 Date:   Tue Mar 4 17:39:25 2008 +0100
30715
30716     net: Print error message upon net usage when no ethernet-interface is found
30717
30718     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
30719     defined. Then no ethernet interface is available but a simple "tftp"
30720     command will return without any error message which is quite confusing.
30721
30722     Signed-off-by: Stefan Roese <sr@denx.de>
30723
30724 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
30725 Author: Wolfgang Denk <wd@denx.de>
30726 Date:   Tue Mar 4 17:38:50 2008 +0100
30727
30728     W7OLMC/W7OLMG: fix build problems (redundant #define)
30729
30730     Signed-off-by: Wolfgang Denk <wd@denx.de>
30731
30732 commit f9301e1cda296245ba052d7b08321199c3d0af9d
30733 Author: Wolfgang Denk <wd@denx.de>
30734 Date:   Tue Mar 4 14:58:31 2008 +0100
30735
30736     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
30737
30738     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
30739     problem for out-of-tree builds which caused "make clean" to fail.
30740
30741     Signed-off-by: Wolfgang Denk <wd@denx.de>
30742
30743 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
30744 Author: Wolfgang Denk <wd@denx.de>
30745 Date:   Tue Mar 4 11:58:26 2008 +0100
30746
30747     examples/Makefile: build "hello_world" on 8xx, too.
30748
30749     Signed-off-by: Wolfgang Denk <wd@denx.de>
30750
30751 commit 74eb0222594fd23aafdf168e60e872814eea8b62
30752 Author: Mike Nuss <mike@terascala.com>
30753 Date:   Mon Mar 3 15:27:05 2008 -0500
30754
30755     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
30756
30757     Every now and then a Sequoia board (or equivalent hardware) had
30758     problems connecting to a Gigabit capable network interface.
30759
30760     There were differences in the PHY setup between Linux and U-Boot.
30761
30762     This patch fixes the problem. Apparently "remote fault" is being set,
30763     which signals to some devices (on the other end of the cable) that a
30764     fault has occurred, while other devices ignore it. I believe the RF bit
30765     was causing the issue, but I removed T4 also, to match up with Linux.
30766
30767     Signed-off-by: Mike Nuss <mike@terascala.com>
30768
30769 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
30770 Author: Timur Tabi <timur@freescale.com>
30771 Date:   Mon Mar 3 09:58:52 2008 -0600
30772
30773     fix QE firmware uploading limit
30774
30775     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
30776     systems with more than one RISC core.
30777
30778     Signed-off-by: Timur Tabi <timur@freescale.com>
30779
30780 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
30781 Author: Bernhard Nemec <bnemec@ganssloser.com>
30782 Date:   Mon Mar 3 11:57:23 2008 +0000
30783
30784     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
30785
30786     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
30787     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
30788
30789     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
30790
30791 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
30792 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
30793 Date:   Mon Mar 3 10:39:13 2008 +0200
30794
30795     fix copy from ram to dataflash
30796
30797     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
30798     routines instead of dataflash. This is because it checks "if source
30799     address is not dataflash" instead of target address.
30800
30801     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
30802
30803 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
30804 Author: Wolfgang Denk <wd@denx.de>
30805 Date:   Mon Mar 3 12:16:44 2008 +0100
30806
30807     Fix quoting problem (preboot setting) in many board config files.
30808
30809     Signed-off-by: Wolfgang Denk <wd@denx.de>
30810
30811 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
30812 Author: Wolfgang Denk <wd@denx.de>
30813 Date:   Mon Mar 3 12:36:49 2008 +0100
30814
30815     ADS5121: Fix default environment.
30816
30817     Signed-off-by: Wolfgang Denk <wd@denx.de>
30818
30819 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
30820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30821 Date:   Sun Mar 2 16:12:31 2008 +0100
30822
30823     Makefile: Fix missing unconfig and mkconfig use
30824
30825     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30826
30827 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
30828 Author: michael <trimarchi@gandalf.sssup.it>
30829 Date:   Sun Mar 2 23:33:46 2008 +0100
30830
30831     Fix checking fat32 cluster size.
30832
30833     This fixes the cluster size tests in the FAT32 file system.
30834     The current implementation of VFAT support doesn't work if the
30835     referred cluster has an offset > 16bit representation, causing
30836     "fatload" and "fatls" commands etc. to fail.
30837
30838     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
30839
30840 commit 661bad63a076a96c39c64f136915f146725af92b
30841 Author: Wolfgang Denk <wd@denx.de>
30842 Date:   Sun Mar 2 22:57:23 2008 +0100
30843
30844     Prepare v1.3.2-rc2 release candidate
30845
30846     Signed-off-by: Wolfgang Denk <wd@denx.de>
30847
30848 commit 76957cb3d621bf664311908e5962e151c633c285
30849 Author: Stefan Roese <sr@denx.de>
30850 Date:   Sat Mar 1 12:11:40 2008 +0100
30851
30852     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
30853
30854     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
30855     currently 4k/2k is configured. This patch fixes this issue.
30856
30857     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
30858
30859     Signed-off-by: Stefan Roese <sr@denx.de>
30860
30861 commit 118978c8eb43803e2794233922df4249fa278b83
30862 Author: Woodruff, Richard <r-woodruff2@ti.com>
30863 Date:   Fri Feb 29 17:34:35 2008 -0600
30864
30865     Fix alignment error on ARM for modules
30866
30867     Fix alignment fault on ARM when running modules.  With out an explicit
30868     linker file gcc4.2.1 will half word align __bss_start's value.  The word
30869     dereference will crash hello_world.
30870
30871     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
30872
30873 commit ce1120dd703e6f12c59e4eba9962356a0300b832
30874 Author: Dave Liu <r63238@freescale.com>
30875 Date:   Fri Feb 29 17:45:31 2008 +0800
30876
30877     fs: Fix ext2 read issue
30878
30879     The ext2 aligned process will corrupt the key
30880     data struct, the patch fix this.
30881
30882     Signed-off-by: Dave Liu <daveliu@freescale.com>
30883
30884 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
30885 Author: Wolfgang Denk <wd@denx.de>
30886 Date:   Sun Mar 2 22:45:33 2008 +0100
30887
30888     Makefile: cleanup "clean" target
30889
30890     Make sure CDPATH settings cannot interfere.
30891     Update CHANGELOG.
30892
30893     Signed-off-by: Wolfgang Denk <wd@denx.de>
30894
30895 commit ffda586fc1373243c9794babde69500f6293a8d8
30896 Author: Li Yang <leoli@freescale.com>
30897 Date:   Fri Feb 29 11:46:05 2008 +0800
30898
30899     add cscope build target
30900
30901     Add cscope build target to generate cscope database for code browsing.
30902
30903     Signed-off-by: Li Yang <leoli@freescale.com>
30904
30905 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
30906 Author: Kim Phillips <kim.phillips@freescale.com>
30907 Date:   Wed Feb 27 15:06:39 2008 -0600
30908
30909     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
30910
30911     erratum 5.6 states the autoneg completion bit is functional only if the
30912     autoneg bit is asserted.
30913
30914     This fixes any secondarily-issued networking commands on non-gigabit
30915     links on the mpc8360 mds board.
30916
30917     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30918
30919 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
30920 Author: John Rigby <jrigby@freescale.com>
30921 Date:   Tue Feb 26 09:38:14 2008 -0700
30922
30923     MPC5121e ADS PCI support take 3
30924
30925     Adds PCI support for MPC5121
30926
30927     Tested with drivers/net/rtl8139.c
30928
30929     Support is conditional since PCI on old silicon does not work.
30930
30931     ads5121_PCI_config turns on PCI
30932
30933     In this version, condition compilation of PCI code has been moved
30934     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
30935     suggested by Jean-Christophe PLAGNIOL-VILLARD
30936
30937     Signed-off-by: John Rigby <jrigby@freescale.com>
30938
30939 commit 44b4dbed4133f657705b7c5193209da9978243a7
30940 Author: Anatolij Gustschin <agust@denx.de>
30941 Date:   Mon Feb 25 23:53:07 2008 +0100
30942
30943     Fix warnings while compilation of post/drivers/memory.c
30944
30945     Fix warnings while compilation with new gcc in eldk-4.2
30946
30947     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30948
30949 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
30950 Author: Anatolij Gustschin <agust@denx.de>
30951 Date:   Mon Feb 25 20:54:04 2008 +0100
30952
30953     ppc4xx: Fix problem in 4xx_enet.c driver
30954
30955     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
30956     enabled. To reproduce the problem ensure that 'ethrotate'
30957     environment variable isn't set to "no" and then run
30958     "tftp 200000 not_existent_file".
30959     This patch tries to fix the issue.
30960
30961     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30962
30963 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
30964 Author: Anatolij Gustschin <agust@denx.de>
30965 Date:   Mon Feb 25 20:04:20 2008 +0100
30966
30967     POST: Disable cache while SPR POST
30968
30969     Currently (since commit b2e2142c) u-boot crashes on
30970     sequoia board while SPR test if CONFIG_4xx_DCACHE is
30971     enabled. This patch disables the cache while SPR test.
30972
30973     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30974
30975 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
30976 Author: Martin Krause <martin.krause@tqs.de>
30977 Date:   Mon Feb 25 17:52:40 2008 +0100
30978
30979     TQM5200: use automatic fdt memory fixup (part 2)
30980
30981     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
30982     TB5200 and TB5200_B to fixup the /memory node with the memory values
30983     detected by U-Boot.
30984
30985     Signed-off-by: Martin Krause <martin.krause@tqs.de>
30986
30987 commit 44ceec253ea941b301abf4b079d52324def69d92
30988 Author: Martin Krause <martin.krause@tqs.de>
30989 Date:   Mon Feb 25 15:17:05 2008 +0100
30990
30991     TQM5200: use automatic fdt memory fixup
30992
30993     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
30994     TB5200 and TB5200_B to fixup the /memory node with the memory values
30995     detected by U-Boot.
30996
30997     Signed-off-by: Martin Krause <martin.krause@tqs.de>
30998
30999 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
31000 Author: Martin Krause <martin.krause@tqs.de>
31001 Date:   Mon Feb 25 13:27:52 2008 +0100
31002
31003     TQM5200: fix bug in SDRAM initialization code
31004
31005     This patch fixes a bug in the SDRAM initialization code for the
31006     TQM5200. The hi_addr bit is now set correctly. Without this patch
31007     the hi_addr bit is always set to 1, if the second SDRAM bank is
31008     not populated.
31009
31010     For other MPC5200 boards a correspondig patch has already been applied
31011     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
31012
31013     Signed-off-by: Martin Krause <martin.krause@tqs.de>
31014     --
31015     Forget the first patch please. I confused flash with SDRAM in
31016     the comment ...
31017
31018 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
31019 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31020 Date:   Mon Feb 25 00:03:12 2008 +0100
31021
31022     mx1fs2/flash: Fix multiple compiler warnings
31023
31024     "pointer targets in assignment differ in signedness"
31025
31026     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31027
31028 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
31029 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31030 Date:   Mon Feb 25 00:03:11 2008 +0100
31031
31032     arm-imx: Fix register definitions
31033
31034     Sync register definitions with linux
31035
31036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31037
31038 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
31039 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31040 Date:   Mon Feb 25 00:03:10 2008 +0100
31041
31042     actua1/actua2/actua3: Fix multiple unused variable warnings
31043
31044     - actua1:
31045         actux1.c: In function 'checkboard':
31046         actux1.c:92: warning: unused variable 'revision'
31047
31048     - actua2:
31049         actux2.c: In function 'checkboard':
31050         actux2.c:100: warning: unused variable 's'
31051         actux2.c:99: warning: unused variable 'revision'
31052         actux2.c: In function 'reset_phy':
31053         actux2.c:130: warning: unused variable 'i'
31054
31055     - actua3:
31056         actux3.c: In function 'checkboard':
31057         actux3.c:114: warning: unused variable 'revision'
31058
31059     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31060
31061 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
31062 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31063 Date:   Sun Feb 24 11:44:29 2008 +0900
31064
31065     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
31066
31067     The previous patch was lacking of i386, microblaze, nios and nios2. This
31068     patch tries to fix them.
31069
31070     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31071
31072 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
31073 Author: Marian Balakowicz <m8@semihalf.com>
31074 Date:   Fri Feb 29 22:22:46 2008 +0100
31075
31076     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
31077
31078     Do not use global fdt blob pointer, calculate blob size from routine
31079     argument blob pointer.
31080
31081     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31082
31083 commit d1cc52879c8966507dad9fb575481e6d3985e64e
31084 Author: David Gibson <david@gibson.dropbear.id.au>
31085 Date:   Tue Feb 12 00:58:31 2008 +1100
31086
31087     libfdt: Add and use a node iteration helper function.
31088
31089     This patch adds an fdt_next_node() function which can be used to
31090     iterate through nodes of the tree while keeping track of depth.  This
31091     function is used to simplify the iteration code in a lot of other
31092     functions, and is also exported for use by library users.
31093
31094     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31095
31096 commit 8cf30809a82902a471866d2f07725ce3b8a22291
31097 Author: Bartlomiej Sieka <tur@semihalf.com>
31098 Date:   Fri Feb 29 16:00:24 2008 +0100
31099
31100     [new uImage] Add libfdt support to mkimage
31101
31102     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31103
31104 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
31105 Author: Bartlomiej Sieka <tur@semihalf.com>
31106 Date:   Fri Feb 29 16:00:23 2008 +0100
31107
31108     [new uImage] Add sha1.o object to mkimage binary build
31109
31110     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31111
31112 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
31113 Author: Marian Balakowicz <m8@semihalf.com>
31114 Date:   Fri Feb 29 16:00:06 2008 +0100
31115
31116     [new uImage] Fix component handling for legacy multi component images
31117
31118     Use uint32_t when accessing size table in image_multi_count() and
31119     image_multi_getimg() for multi component images.
31120
31121     Add missing uimage_to_cpu() endianness conversion.
31122
31123     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31124
31125 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
31126 Author: Marian Balakowicz <m8@semihalf.com>
31127 Date:   Fri Feb 29 15:59:59 2008 +0100
31128
31129     [new uImage] Share common uImage code between mkimage and U-boot
31130
31131     This patch adds the following common routines:
31132
31133     1) Dedicated mkimage print_header() is replaced with common
31134     image_print_contents()
31135     image_print_contents_noindent()
31136
31137     2) Common os/arch/type/comp fields name <--> id translation routines
31138     genimg_get_os_name()
31139     genimg_get_arch_name()
31140     genimg_get_type_name()
31141     genimg_get_comp_name()
31142     genimg_get_os_id()
31143     genimg_get_arch_id()
31144     genimg_get_type_id()
31145     genimg_get_comp_id()
31146
31147     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31148
31149 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
31150 Author: Marian Balakowicz <m8@semihalf.com>
31151 Date:   Fri Feb 29 14:58:34 2008 +0100
31152
31153     [new uImage] Update naming convention for bootm/uImage related code
31154
31155     This patch introduces the following prefix convention for the
31156     image format handling and bootm related code:
31157
31158     genimg_             - dual format shared code
31159     image_              - legacy uImage format specific code
31160     fit_                - new uImage format specific code
31161     boot_               - booting process related code
31162
31163     Related routines are renamed and a few pieces of code are moved around and
31164     re-grouped.
31165
31166     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31167
31168 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
31169 Author: Kumar Gala <galak@kernel.crashing.org>
31170 Date:   Wed Feb 27 21:51:51 2008 -0600
31171
31172     [new uImage] Respect autostart setting in linux bootm
31173
31174     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31175     Acked-by: Marian Balakowicz <m8@semihalf.com>
31176
31177 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
31178 Author: Kumar Gala <galak@kernel.crashing.org>
31179 Date:   Wed Feb 27 21:51:50 2008 -0600
31180
31181     [new uImage] Provide ability to restrict region used for boot images
31182
31183     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
31184     to restrict what memory range is used for bootm.
31185
31186     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31187     Acked-by: Marian Balakowicz <m8@semihalf.com>
31188
31189 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
31190 Author: Kumar Gala <galak@kernel.crashing.org>
31191 Date:   Wed Feb 27 21:51:49 2008 -0600
31192
31193     [new uImage] Use lmb for bootm allocations
31194
31195     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
31196     functions over to using lmb for allocation of the ramdisk, command line
31197     and kernel bd info.
31198
31199     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
31200     tree.
31201
31202     Provided a weak function that board code can call to do additional
31203     lmb reserves if needed.
31204
31205     Also introduce the concept of bootmap_base to specify the offset in
31206     physical memory that the bootmap is located at.  This is used for
31207     allocations of the cmdline, kernel bd, and device tree as they should
31208     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
31209
31210     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31211
31212 commit f5614e7926863bf0225ec860d9b319741a9c4004
31213 Author: Kumar Gala <galak@kernel.crashing.org>
31214 Date:   Wed Feb 27 21:51:48 2008 -0600
31215
31216     [new uImage] Add autostart flag to bootm_headers structure
31217
31218     The autostart env variable was dropped as part of the initial new uImage
31219     cleanup.  Add it back here so the arch specific code can decide if it
31220     wants to really boot or not.
31221
31222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31223     Acked-by: Marian Balakowicz <m8@semihalf.com>
31224
31225 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
31226 Author: Kumar Gala <galak@kernel.crashing.org>
31227 Date:   Wed Feb 27 21:51:47 2008 -0600
31228
31229     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
31230
31231     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
31232     the memory spaces used by various boot images and structures.  This code
31233     will allow us to simplify the code in bootm and its support functions.
31234
31235     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31236
31237 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
31238 Author: Kumar Gala <galak@kernel.crashing.org>
31239 Date:   Tue Feb 19 22:03:47 2008 -0600
31240
31241     [new uImage] ppc: Allow boards to specify effective amount of memory
31242
31243     For historical reasons we limited the stack to 256M because some boards
31244     could only map that much via BATS.  However newer boards are capable of
31245     mapping more memory (for example 85xx is capable of doing up to 2G).
31246
31247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31248     Acked-by: Marian Balakowicz <m8@semihalf.com>
31249
31250 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
31251 Author: Kumar Gala <galak@kernel.crashing.org>
31252 Date:   Wed Feb 27 21:51:46 2008 -0600
31253
31254     [new uImage] rework error handling so common functions don't reset
31255
31256     Changed image_get_ramdisk() to just return NULL on error and have
31257     get_ramdisk() propogate that error to the caller.  It's left to the
31258     caller to call do_reset() if it wants to.
31259
31260     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
31261     to a common location.  In the future we will change get_fdt() and
31262     fdt_relocate() to return success/failure and not call do_reset() at all.
31263
31264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31265     Acked-by: Marian Balakowicz <m8@semihalf.com>
31266
31267 commit d2bc095a639672def11d5d043b5688d0dbd692ec
31268 Author: Kumar Gala <galak@kernel.crashing.org>
31269 Date:   Wed Feb 27 21:51:45 2008 -0600
31270
31271     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
31272
31273     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
31274     however it does mean we have to go in and fixup the initrd info since
31275     we don't know where it will be.
31276
31277     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31278
31279 commit 27953493ef025fb698d68c5dee39b36f01f4d530
31280 Author: Kumar Gala <galak@kernel.crashing.org>
31281 Date:   Wed Feb 27 21:51:44 2008 -0600
31282
31283     [new uImage] ppc: Determine if we are booting an OF style
31284
31285     If we are bootin OF style than we can skip setting up some things
31286     that are used for the old boot method.
31287
31288     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31289     Acked-by: Marian Balakowicz <m8@semihalf.com>
31290
31291 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
31292 Author: Kumar Gala <galak@kernel.crashing.org>
31293 Date:   Wed Feb 27 21:51:43 2008 -0600
31294
31295     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
31296
31297     We don't actually need the kdb param as we are just using it to get
31298     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
31299     boot via OF we might not actually fill out a kdb.
31300
31301     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31302     Acked-by: Marian Balakowicz <m8@semihalf.com>
31303
31304 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
31305 Author: Kumar Gala <galak@kernel.crashing.org>
31306 Date:   Wed Feb 27 16:30:47 2008 -0600
31307
31308     85xx: Don't icbi when unlocking the cache
31309
31310     There is no reason to icbi when invalidating the temporary stack in
31311     the d-cache.  Its impossible on e500 to have the i-cache contain
31312     any addresses in the temp stack and it can be problematic in generating
31313     transactions on the bus to non-valid addresses.
31314
31315     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31316
31317 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
31318 Author: Andy Fleming <afleming@freescale.com>
31319 Date:   Wed Feb 27 15:50:50 2008 -0600
31320
31321     Fix source for ECM error IVPR
31322
31323     The source vector for the ECM was being set to 2,
31324     but that's what the source vector for DDR was being
31325     set to.  Change it to 1.
31326
31327     Signed-off-by: Andy Fleming <afleming@freescale.com>
31328
31329 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
31330 Author: Andy Fleming <afleming@freescale.com>
31331 Date:   Wed Feb 27 14:29:58 2008 -0600
31332
31333     Invalidate INIT_RAM TLB mappings
31334
31335     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
31336     mappings to be unguarded.  This collided with an existing "bug"
31337     where the mappings for the INIT_RAM were being kept around.
31338     This meant that speculative loads to those addresses were
31339     succeeding in the TLB, and going out to the bus, where they
31340     were causing an exception (there's nothing at that address). The
31341     Flash code was coincidentally causing such a speculative load.
31342     Rather than go back to mapping the INIT RAM as guarded, we fix
31343     it so that the entries for the INIT_RAM are invalidated.  Thus
31344     the speculative loads will fail in the TLB, and have no effect.
31345
31346     Signed-off-by: Andy Fleming <afleming@freescale.com>
31347
31348 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
31349 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31350 Date:   Sun Feb 17 22:56:17 2008 +0100
31351
31352     sbc8548: Fix Revision reading and unused variable 'path'
31353
31354     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31355
31356 commit 495d162374c472f46454453553382ad0735dc725
31357 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31358 Date:   Sun Feb 17 22:56:16 2008 +0100
31359
31360     sbc8548: Fix cfi flash bank declaration
31361
31362     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31363
31364 commit 4efbe9dbb129f857f27856936112c8c02f016be6
31365 Author: Marian Balakowicz <m8@semihalf.com>
31366 Date:   Wed Feb 27 11:02:26 2008 +0100
31367
31368     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
31369
31370     Dual format image code must properly handle all three FDT passing methods:
31371     - raw FDT blob passed
31372     - FDT blob embedded in the legacy uImage
31373     - FDT blob embedded in the new uImage
31374
31375     This patch enables proper raw FDT handling when no FIT imaeg support
31376     is compiled in. This is a bit tricky as we must dected FIT format even
31377     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
31378     blobs use tha same low level format (libfdt).
31379
31380     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31381
31382 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
31383 Author: Marian Balakowicz <m8@semihalf.com>
31384 Date:   Wed Feb 27 11:02:26 2008 +0100
31385
31386     [new uImage] POWERPC: Add image_get_fdt() routine
31387
31388     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
31389     (3) or embedded in the new uImage. For the (2) case embedding image must be
31390     verified before we get FDT from it. This patch factors out legacy image
31391     specific verification routine to the separate helper routine.
31392
31393     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31394     Acked-by: Kumar Gala <galak@kernel.crashing.org>
31395
31396 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
31397 Author: Marian Balakowicz <m8@semihalf.com>
31398 Date:   Wed Feb 27 11:02:07 2008 +0100
31399
31400     [new uImage] Add image_get_kernel() routine
31401
31402     Legacy image specific verification is factored out to a separate helper
31403     routine to keep get_kernel() generic and simple.
31404
31405     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31406     Acked-by: Kumar Gala <galak@kernel.crashing.org>
31407
31408 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
31409 Author: Marian Balakowicz <m8@semihalf.com>
31410 Date:   Wed Feb 27 11:01:04 2008 +0100
31411
31412     [new uImage] Move image verify flag to bootm_headers structure
31413
31414     Do not pass image verification flag directly to related routines.
31415     Simplify argument passing and move it to the bootm_header structure which
31416     contains curently processed image specific data and is already being passed
31417     on the argument list.
31418
31419     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31420     Acked-by: Kumar Gala <galak@kernel.crashing.org>
31421
31422 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
31423 Author: Marian Balakowicz <m8@semihalf.com>
31424 Date:   Wed Feb 27 11:00:47 2008 +0100
31425
31426     [Makefile] Sort COBJS in lib_<arch> Makefiles
31427
31428     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31429
31430 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
31431 Author: Marian Balakowicz <m8@semihalf.com>
31432 Date:   Wed Feb 27 11:00:47 2008 +0100
31433
31434     [new uImage] Optimize gen_get_image() flow control
31435
31436     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
31437     to do, update its control flow to better reflect that simple case.
31438
31439     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31440     Acked-by: Kumar Gala <galak@kernel.crashing.org>
31441
31442 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
31443 Author: Marian Balakowicz <m8@semihalf.com>
31444 Date:   Mon Feb 4 08:28:17 2008 +0100
31445
31446     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
31447
31448     PPC specific FDT blob handling code is divided into two separate routines:
31449
31450     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
31451     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
31452
31453     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31454     Acked-by: Kumar Gala <galak@kernel.crashing.org>
31455
31456 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
31457 Author: Jon Loeliger <jdl@freescale.com>
31458 Date:   Mon Feb 25 13:13:37 2008 -0600
31459
31460     86xx: Fix renamed GUR symbols in sbc8641d board.
31461
31462     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
31463     (86xx: Fix GUR PCI config registers properly), we should have
31464     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
31465     symbols in the sbc8641d board as well.  Fix this oversight.
31466
31467     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31468
31469 commit 64cd594e623c39f73964d18787763e4533f791f7
31470 Author: Stefan Roese <sr@denx.de>
31471 Date:   Mon Feb 25 16:50:48 2008 +0100
31472
31473     ppc4xx: Fix acadia_nand build problem
31474
31475     Don't include testdram() on NAND-booting target acadia_nand. This saves
31476     a few bytes and makes the target build clean again.
31477
31478     Signed-off-by: Stefan Roese <sr@denx.de>
31479
31480 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
31481 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31482 Date:   Sun Feb 24 23:03:12 2008 +0000
31483
31484     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
31485
31486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31487
31488 commit 724902c8464e610642b3a170278b99710325888e
31489 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31490 Date:   Sun Feb 24 23:03:11 2008 +0000
31491
31492     arm-imx: Fix registers definition
31493
31494     Sync registers definition with linux
31495
31496     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31497
31498 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
31499 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31500 Date:   Sun Feb 24 23:03:10 2008 +0000
31501
31502     actua1/actua2/actua3: Fix multipleunused variable
31503
31504     - actua1:
31505         actux1.c: In function 'checkboard':
31506         actux1.c:92: warning: unused variable 'revision'
31507
31508     - actua2:
31509         actux2.c: In function 'checkboard':
31510         actux2.c:100: warning: unused variable 's'
31511         actux2.c:99: warning: unused variable 'revision'
31512         actux2.c: In function 'reset_phy':
31513         actux2.c:130: warning: unused variable 'i'
31514
31515     - actua3:
31516         actux3.c: In function 'checkboard':
31517         actux3.c:114: warning: unused variable 'revision'
31518
31519     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31520
31521 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
31522 Author: Marian Balakowicz <m8@semihalf.com>
31523 Date:   Mon Feb 4 08:28:09 2008 +0100
31524
31525     [new uImage] Add dual format uImage support framework
31526
31527     This patch adds framework for dual format images. Format detection is added
31528     and the bootm controll flow is updated to include cases for new FIT format
31529     uImages.
31530
31531     When the legacy (image_header based) format is detected appropriate
31532     legacy specific handling is invoked. For the new (FIT based) format uImages
31533     dual boot framework has a minial support, that will only print out a
31534     corresponding debug messages. Implementation of the FIT specific handling will
31535     be added in following patches.
31536
31537     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31538
31539 commit b29661fc1151077776454288051bc9a488351ce8
31540 Author: Wolfgang Denk <wd@denx.de>
31541 Date:   Sun Feb 24 15:21:36 2008 +0100
31542
31543     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
31544
31545     Signed-off-by: Wolfgang Denk <wd@denx.de>
31546
31547 commit 00b48a48424894daa589d166d73277830b1c6ac4
31548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31549 Date:   Sat Feb 23 12:15:56 2008 +0100
31550
31551     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
31552
31553     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31554
31555 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
31556 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31557 Date:   Sat Feb 23 17:24:16 2008 +0900
31558
31559     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
31560
31561     ----------------------------------------------------------------
31562     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
31563
31564     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
31565     32bit targets.
31566
31567     GCC can be made to warn about usage of long long types with ISO C90
31568     (-ansi), but only with -pedantic.  You can write this in a way that even
31569     then it doesn't cause warnings, namely by:
31570
31571     #ifdef __GNUC__
31572     __extension__ typedef __signed__ long long __s64;
31573     __extension__ typedef unsigned long long __u64;
31574     #endif
31575
31576     The __extension__ keyword in front of this switches off any pedantic
31577     warnings for this expression.
31578
31579     Signed-off-by: Olaf Hering <olh@suse.de>
31580     Cc: <linux-arch@vger.kernel.org>
31581     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
31582     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
31583     ----------------------------------------------------------------
31584
31585     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31586
31587 commit 208acd112e6517b21fc30c420396902b103563ac
31588 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31589 Date:   Sat Feb 23 17:07:57 2008 +0900
31590
31591     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
31592
31593     This will reduce the build time.
31594
31595     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31596
31597 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
31598 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31599 Date:   Sat Feb 23 17:05:00 2008 +0900
31600
31601     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
31602
31603     This will reduce the build time.
31604
31605     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31606
31607 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
31608 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31609 Date:   Sat Feb 23 16:58:41 2008 +0900
31610
31611     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
31612
31613     This reduces the build time by ~10%. Here's the gth2_config example.
31614
31615             BEFORE       AFTER
31616     real    0m31.441s    0m27.833s
31617     user    0m24.766s    0m23.045s
31618     sys     0m10.425s    0m7.468s
31619
31620     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31621
31622 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
31623 Author: Marcel Moolenaar <marcelm@juniper.net>
31624 Date:   Fri Feb 22 10:48:07 2008 -0800
31625
31626     make define2mk.sed work on FreeBSD
31627
31628     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
31629     the define2mk.sed script was identified as the source of the link
31630     failure on FreeBSD. The problem is that sed(1) does not always support
31631     the '+' operator. It isn't on FreeBSD. The attach patch implements the
31632     equivalent, using the '*' operator instead and should work everywhere.
31633
31634     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
31635
31636 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
31637 Author: Detlev Zundel <dzu@denx.de>
31638 Date:   Fri Feb 22 17:21:32 2008 +0100
31639
31640     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
31641
31642     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
31643     final traces of long-deprecated "ramdisk" kernel parm") makes these
31644     changes neccessary.
31645
31646     Signed-off-by: Detlev Zundel <dzu@denx.de>
31647
31648 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
31649 Author: Larry Johnson <lrj@acm.org>
31650 Date:   Thu Feb 21 13:58:16 2008 -0500
31651
31652     LM75 bug fix for negative temperatures
31653
31654     When the LM75 temperature sensor measures a temperature below 0 C, the
31655     current driver does not perform sign extension, so the result returned is
31656     256 C too high.  This patch fixes the problem.
31657
31658     Signed-off-by: Larry Johnson <lrj@acm.org>
31659
31660 commit 5a910c224b13e413bda41922379add6d75c32da3
31661 Author: Heiko Schocher <hs@denx.de>
31662 Date:   Thu Feb 21 18:33:45 2008 +0100
31663
31664     IDS8247: update MAINTAINER entry.
31665
31666     Signed-off-by: Heiko Schocher <hs@denx.de>
31667
31668 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
31669 Author: Heiko Schocher <hs@denx.de>
31670 Date:   Thu Feb 21 18:31:15 2008 +0100
31671
31672     Fix device tree for mgsuvd board.
31673
31674     Rename the "scc" node in "ethernet" for the mgsuvd board.
31675
31676     Signed-off-by: Heiko Schocher <hs@denx.de>
31677
31678 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
31679 Author: Yuri Tikhonov <yur@emcraft.com>
31680 Date:   Thu Feb 21 14:23:42 2008 +0100
31681
31682     lwmon5: enable hardware watchdog
31683
31684     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
31685     causing it to reboot the board if U-Boot does a long busy-wait with
31686     udelay(). Thus, for these boards we have to restart WD more
31687     frequently.
31688
31689     This patch splits the busy-wait udelay() into smaller, predefined,
31690     intervals, so that the watchdog timer may be resetted with the
31691     configurable (CONFIG_WD_PERIOD) interval.
31692
31693     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31694
31695 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
31696 Author: Anatolij Gustschin <agust@denx.de>
31697 Date:   Thu Feb 21 12:52:29 2008 +0100
31698
31699     ppc4xx: Support for ATI Radeon 9200 card on sequoia
31700
31701     Adds configuration option for ATI Radeon 9200 card
31702     support to sequoia config file. If CONFIG_VIDEO
31703     is enabled, TEXT_BASE should be changed to 0xFFF80000.
31704
31705     Signed-off-by: Anatolij Gustschin <agust@denx.de>
31706
31707 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
31708 Author: Kumar Gala <galak@kernel.crashing.org>
31709 Date:   Mon Feb 18 08:18:07 2008 -0600
31710
31711     Remove duplicate defines for ARRAY_SIZE
31712
31713     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
31714     the define in common.h.
31715
31716     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31717
31718 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
31719 Author: Kumar Gala <galak@kernel.crashing.org>
31720 Date:   Mon Feb 18 08:09:37 2008 -0600
31721
31722     ppc: Allow boards to specify effective amount of memory
31723
31724     For historical reasons we limited the stack to 256M because some boards
31725     could only map that much via BATS.  However newer boards are capable of
31726     mapping more memory (for example 85xx is capable of doing up to 2G).
31727
31728     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31729
31730 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
31731 Author: Mike Frysinger <vapier@gentoo.org>
31732 Date:   Mon Feb 18 05:24:13 2008 -0500
31733
31734     include autoconf.mk before any other .mk files
31735
31736     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
31737     those .mk files can have make if statements based on the current config.
31738
31739     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31740
31741 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
31742 Author: Mike Frysinger <vapier@gentoo.org>
31743 Date:   Mon Feb 18 05:10:07 2008 -0500
31744
31745     error check autoconf.mk generation
31746
31747     If any of the steps for generating autoconf.mk fail currently, they go
31748     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
31749     This is simpler and more robust than placing '|| exit $$?' after every line.
31750
31751     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31752
31753 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
31754 Author: Stefano Babic <sbabic@denx.de>
31755 Date:   Mon Feb 18 08:03:51 2008 +0100
31756
31757     Fix bug in dependency checking
31758
31759     By adding VERSION_FILE to the PHONY targets the script
31760     /tools/setlocalversion is always called and version_autogenerated.h
31761     is replaced only if the script find a modified source file.
31762
31763     Signed-off-by: Stefano Babic <sbabic@denx.de>
31764
31765 commit 98ba144ccc912eee90dd42699f023c497ce774c6
31766 Author: Kyungmin Park <kmpark@infradead.org>
31767 Date:   Mon Feb 18 14:35:43 2008 +0900
31768
31769     Fix GPMC CS2 memory setup at apollon
31770
31771     It disables the current map first
31772
31773     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31774
31775 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
31776 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31777 Date:   Sun Feb 17 23:52:46 2008 +0100
31778
31779     uli526x: Fix multiple differ in signedness and parentheses around comparison
31780
31781     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31782
31783 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
31784 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31785 Date:   Sun Feb 17 16:58:04 2008 +0100
31786
31787     MIPS: Fix CFG_NO_FLASH support
31788
31789     - Fix flash_init call when CFG_NO_FLASH is used
31790     - Remove no more needed flash.c for qemu-mips
31791
31792     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31793
31794 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
31795 Author: Mike Frysinger <vapier@gentoo.org>
31796 Date:   Sat Feb 16 02:40:18 2008 -0500
31797
31798     easylogo: clean up some more and add -r (rgb) support
31799
31800     Michael Hennerich added support for outputting an image in RGB format rather
31801     than forcing YUYV all the time.  This makes obvious sense if the display you
31802     have takes RGB input rather than YUYV.
31803
31804     Rather than hack in support for options, I've converted it to use getopt and
31805     cleaned up the argument parsing in the process.
31806
31807     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
31808     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31809
31810 commit f65c98129ccada3f7caf97d80395a95b84e911de
31811 Author: Mike Frysinger <vapier@gentoo.org>
31812 Date:   Sat Feb 16 02:12:37 2008 -0500
31813
31814     Makefile: add target for $(LDSCRIPT)
31815
31816     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
31817     then change into the board directory and try and create it.  This allows you
31818     to generate the linker script on the fly based upon board defines (like the
31819     Blackfin boards do).
31820
31821     There should be no regressions due to this change as the normal case is to
31822     already have a u-boot.lds file.  If that's the case, then there's nothing to
31823     generate, and so make will always exit.  The fix here is that if the linker
31824     script does not exist, the implicit rules take over and attempt to guess how
31825     to generate the file.
31826
31827     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31828
31829 commit 5583cbf736474ef754e128a54fb78632f57b48fd
31830 Author: Marian Balakowicz <m8@semihalf.com>
31831 Date:   Thu Feb 21 17:27:49 2008 +0100
31832
31833     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
31834
31835     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31836
31837 commit 2242f5369822bc7780db95c47985bb408ea9157b
31838 Author: Marian Balakowicz <m8@semihalf.com>
31839 Date:   Thu Feb 21 17:27:41 2008 +0100
31840
31841     [new uImage] Rename and move print_image_hdr() routine
31842
31843     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31844
31845 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
31846 Author: Marian Balakowicz <m8@semihalf.com>
31847 Date:   Thu Feb 21 17:20:20 2008 +0100
31848
31849     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
31850
31851     Introducing routines for parsing new uImage format bootm arguments:
31852     [<addr>]#<conf>             - configuration specification
31853     [<addr>]:<subimg>   - subimage specification
31854
31855     New format images can contain multiple subimages of the same type. For example
31856     a single new format image file can contain three kernels, two ramdisks and a
31857     couple of FDT blobs. Subimage and configuration specifications are extensions
31858     to bootm (and other image-related commands) arguments' syntax that allow to
31859     specify which particular subimage should be operated on.
31860
31861     Subimage specification is used to denote a particular subimage. Configurations
31862     are a bit more complex -- they are used to define a particualr booting setup,
31863     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
31864     etc.
31865
31866     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31867
31868 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
31869 Author: Marian Balakowicz <m8@semihalf.com>
31870 Date:   Thu Feb 21 17:20:19 2008 +0100
31871
31872     [new uImage] Add gen_get_image() routine
31873
31874     This routine assures that image (whether legacy or FIT) is not
31875     in a special dataflash storage.
31876
31877     If image address is a dataflash address image is moved to system RAM.
31878
31879     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31880
31881 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
31882 Author: Marian Balakowicz <m8@semihalf.com>
31883 Date:   Thu Feb 21 17:20:18 2008 +0100
31884
31885     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
31886
31887     New uImage format (Flattened Image Tree) requires libfdt
31888     functionality, print out error message if CONFIG_OF_LIBFDT
31889     is not defined.
31890
31891     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
31892     This commit turns it on by default.
31893
31894     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31895
31896 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
31897 Author: Michael Schwingen <michael@schwingen.org>
31898 Date:   Mon Feb 18 23:16:35 2008 +0100
31899
31900     CFI: Do not use uninitialized cmd_reset
31901
31902     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
31903     commands instead
31904
31905     From a short test, it looks like AMD-style flash roms treat *any* unknown
31906     command write as a reset, at least when in CFI Query mode, so issuing the
31907     Intel reset command to AMD-style flashs seems safe (from the small sample I
31908     have), plus the 3-cycle magic sequence should kick the state machine into
31909     the right state even without a reset command. Since the AMD-style flashs
31910     require the unlock sequence for real operation, I chose to try the AMD reset
31911     command first, so that Intel flashs do no see an invalid command prior to
31912     the CFI query.
31913
31914     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
31915     plus Intel StrataFlash.
31916
31917     Signed-off-by: Michael Schwingen <michael@schwingen.org>
31918     Signed-off-by: Stefan Roese <sr@denx.de>
31919
31920 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
31921 Author: Rafal Jaworowski <raj@semihalf.com>
31922 Date:   Thu Feb 21 11:56:44 2008 +0100
31923
31924     API: Add (c) and licensing notice to the public API header.
31925
31926     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
31927
31928 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
31929 Author: Yuri Tikhonov <yur@emcraft.com>
31930 Date:   Thu Feb 21 11:06:07 2008 +0100
31931
31932     Fix CPU POST test failure
31933
31934     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
31935     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
31936     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
31937     This patch just saves the CR value before running the test code, so allowing
31938     it to do anything it wants with CR.
31939
31940     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31941     Acked-by: Yuri Tikhonov <yur@emcraft.com>
31942     --
31943
31944 commit d5908b093955415f3d340706378b991f911af671
31945 Author: Jon Loeliger <jdl@freescale.com>
31946 Date:   Wed Feb 20 15:26:51 2008 -0600
31947
31948     8610HPCD: Document the flashbank selection switches.
31949
31950     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31951
31952 commit a551cee99ad1d1da20fd23ad265de47448852f56
31953 Author: Jon Loeliger <jdl@freescale.com>
31954 Date:   Wed Feb 20 14:22:26 2008 -0600
31955
31956     86xx: Fix GUR PCI config registers properly.
31957
31958     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
31959     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
31960     botched it due to not realizing that 8610 and 8641 had different
31961     Global Utility Register defintions, one of which was like 85xx,
31962     and the other wasn't.  Correct this problem by introducing two
31963     symbols, one for each 86xx SoC, but neither of which is named
31964     anything like 85xx.
31965
31966     My bad.  Lovely Wednesday with git bisect.  You know.
31967
31968     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31969
31970 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
31971 Author: Jon Loeliger <jdl@freescale.com>
31972 Date:   Wed Feb 20 12:24:11 2008 -0600
31973
31974     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
31975
31976     Without an actual supported video card hooked up, enabling
31977     the CONFIG_VIDEO by default just makes it look broken by
31978     routing all console output to the video card.   Don't.
31979
31980     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31981
31982 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
31983 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
31984 Date:   Wed Jan 30 15:08:15 2008 -0600
31985
31986     ColdFire: Fix missing code flash size for M5485EVB
31987
31988     Signed-off-by: James Mahan <kmahan@freescale.com>
31989     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31990
31991 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
31992 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
31993 Date:   Wed Jan 30 15:04:42 2008 -0600
31994
31995     ColdFire: Fix 5282 and 5271 interrupt mask bit
31996
31997     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31998
31999 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
32000 Author: Jon Loeliger <jdl@freescale.com>
32001 Date:   Tue Feb 19 12:31:08 2008 -0600
32002
32003     8610HPCD: Fix typos in two PCI setup registers.
32004
32005     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
32006     were erroneously present as 85xx names and values, leftover from
32007     the clone wars.  Fix this by removing the 85xx cruft from the
32008     86xx codebase.
32009
32010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32011
32012 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
32013 Author: Jon Loeliger <jdl@freescale.com>
32014 Date:   Mon Feb 18 14:01:56 2008 -0600
32015
32016     86xx: Convert sbc8641d to use libfdt.
32017
32018     This is the proper fix for a missing closing brace in the function
32019     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
32020     The ft_cpu_setup() function in mpc8641hpcn.c should have been
32021     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
32022     but was missed.  Only, the sbc8641d was nominally still using it.
32023     It all got ripped out, and the funcality that was in ft_board_setup()
32024     was refactored to remove the CPU portions into the new file
32025     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
32026
32027     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
32028
32029     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32030
32031 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
32032 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32033 Date:   Sun Feb 17 23:35:31 2008 +0100
32034
32035     mpc86xx: Fix unused variable 'config' and 'immap'
32036
32037     and remove useless CONFIG_DDR_INTERLEAVE
32038
32039     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32040
32041 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
32042 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32043 Date:   Sun Feb 17 23:03:36 2008 +0100
32044
32045     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
32046
32047     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32048
32049 commit b6f29c84c208a091f95a10cbc9852d729659ba20
32050 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32051 Date:   Sun Feb 17 14:15:31 2008 +0100
32052
32053     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
32054
32055     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32056
32057 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
32058 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32059 Date:   Sun Feb 17 14:15:32 2008 +0100
32060
32061     pxa: fix assignment from incompatible pointer type
32062
32063     fix mmc_bread function prototype
32064
32065     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32066
32067 commit 64d792063fff90b8118179b092feee09fe5cae13
32068 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32069 Date:   Sun Feb 17 14:15:30 2008 +0100
32070
32071     at91cap9adk: fix implicit declaration of function 'eth_init'
32072
32073     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32074
32075 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
32076 Author: Wolfgang Denk <wd@denx.de>
32077 Date:   Sun Feb 17 15:43:44 2008 +0100
32078
32079     Remove files added by mistake, update CHANGELOG.
32080
32081     Signed-off-by: Wolfgang Denk <wd@denx.de>
32082
32083 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
32084 Author: Mike Nuss <mike@terascala.com>
32085 Date:   Wed Feb 6 11:10:11 2008 -0500
32086
32087     PPC440EPx: Optionally enable second I2C bus
32088
32089     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
32090     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
32091     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
32092
32093     Signed-off-by: Mike Nuss <mike@terascala.com>
32094     Cc: Stefan Roese <sr@denx.de>
32095
32096 commit ef5b4f221c22d05770878513951745f236b5b43f
32097 Author: Niklaus Giger <niklaus.giger@netstal.com>
32098 Date:   Tue Feb 5 10:26:44 2008 +0100
32099
32100     ppc4xx: HCU4/5. Cleanup configs
32101
32102     - hcu4.h: Removed define of CONFIG_PPC405GPr
32103     - Corrected phy addresses
32104     - Fix boot variables
32105     - Respect line length of 80 chars
32106
32107     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32108
32109 commit 74973126d1be63ac75bdc192f46234dca3a7c421
32110 Author: Niklaus Giger <niklaus.giger@netstal.com>
32111 Date:   Tue Feb 5 11:31:28 2008 +0100
32112
32113     ppc4xx: HCU4/5. Cleanups
32114
32115     - Fix some coding style violations.
32116     - Use in/out_u16/32 where appropriate.
32117     - Use register names from ppc405.h.
32118     - Fix trace useage for Lauterbach.
32119     - Remove obsolete generation HCU2.
32120     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
32121
32122     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32123
32124 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
32125 Author: Niklaus Giger <niklaus.giger@netstal.com>
32126 Date:   Tue Feb 5 10:26:41 2008 +0100
32127
32128     ppc4xx: PPC405GPr fix missing register definitions
32129
32130     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32131
32132 commit 214398d9cb22268d9d4f7563359edca0f78297a2
32133 Author: Larry Johnson <lrj@acm.org>
32134 Date:   Fri Jan 18 21:49:05 2008 -0500
32135
32136     ppc4xx: Beautify configuration files for Sequoia and Korat boards
32137
32138     Signed-off-by: Larry Johnson <lrj@acm.org>
32139
32140 commit 30c6a241e88499f536e86d325759e29ba00ff67f
32141 Author: Anatolij Gustschin <agust@denx.de>
32142 Date:   Fri Feb 15 20:09:01 2008 +0100
32143
32144     Wipe out assembler warnings while compiling x86 biosemu
32145
32146     This patch tries to get rid of some assembler warnings about
32147     changed .got2 section type while compiling x86 bios emulator
32148     code.
32149
32150     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32151
32152 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
32153 Author: Wolfgang Denk <wd@denx.de>
32154 Date:   Fri Feb 15 00:57:09 2008 +0100
32155
32156     Prepare v1.3.2-rc1 release candidate
32157
32158 commit f33e9653c9c09868995d788511d573771c209fe5
32159 Author: Anatolij Gustschin <agust@denx.de>
32160 Date:   Fri Feb 15 00:13:20 2008 +0100
32161
32162     Fix compile warning on lib_ppc/board.c
32163
32164     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32165
32166 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
32167 Author: Anatolij Gustschin <agust@denx.de>
32168 Date:   Thu Feb 14 18:22:04 2008 +0100
32169
32170     Add Radeon Mobility 9200 pci device id to the radeon driver
32171
32172     This patch extends PCI device id table of the
32173     radeon driver so that the driver will also support
32174     Radeon Mobility 9200 (M9+) based boards.
32175
32176     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32177
32178 commit 1b8607e1f7143548c6062c28371449ec69588c00
32179 Author: Anatolij Gustschin <agust@denx.de>
32180 Date:   Thu Feb 14 18:19:50 2008 +0100
32181
32182     Extend ATI Radeon driver to support more video modes
32183
32184     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
32185     800x600, 640x480 at 24, 16 and 8 bpp.
32186
32187     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32188
32189 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
32190 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32191 Date:   Sun Feb 10 17:05:20 2008 +0100
32192
32193     xsengine: fix typo and few coding style
32194
32195     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32196
32197 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
32198 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32199 Date:   Fri Feb 8 21:25:58 2008 +0100
32200
32201     Fix wrong memory limit calculation in memory-test
32202
32203     If the length of the memory address range passed to the "mtest" command is
32204     not of the form 2^x - 1, not all address lines are tested. This bug is
32205     inherited from the original software at
32206     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
32207     this.
32208
32209     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32210
32211 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
32212 Author: Wolfgang Denk <wd@denx.de>
32213 Date:   Fri Feb 15 00:11:39 2008 +0100
32214
32215     Coding STyle cleanup.
32216
32217     Signed-off-by: Wolfgang Denk <wd@denx.de>
32218
32219 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
32220 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32221 Date:   Tue Feb 5 13:30:43 2008 +0900
32222
32223     sh: Fix register address of SH7722
32224
32225     The address of SH7722 is wrong by old document.
32226     This patch fixes this problem.
32227
32228     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32229
32230 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
32231 Author: Mike Frysinger <vapier@gentoo.org>
32232 Date:   Mon Feb 4 17:44:23 2008 -0500
32233
32234     only update version header as needed
32235
32236     Constantly rebuilding the version header will force useless relinking, so we
32237     simply need to compare the new header with the existing one before updating
32238     it.
32239
32240     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32241
32242 commit 208447f8e953f347425eb92c8e28d59e6d911363
32243 Author: Mike Frysinger <vapier@gentoo.org>
32244 Date:   Mon Jan 28 05:56:19 2008 -0500
32245
32246     Do not specify a CROSS_COMPILE default when executing size
32247
32248     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32249
32250 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
32251 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32252 Date:   Wed Feb 13 11:19:19 2008 +0100
32253
32254     Fix return value of mtest when CFG_ALT_MEMTEST set
32255
32256     Fix a missing return statement from a non-void function.
32257
32258     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32259
32260 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
32261 Author: Timur Tabi <timur@freescale.com>
32262 Date:   Wed Jan 9 14:35:26 2008 -0600
32263
32264     85xx, 86xx: Determine I2C clock frequencies and store in global_data
32265
32266     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
32267
32268     Update the get_clocks() function in 85xx and 86xx to determine the I2C
32269     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
32270
32271     Signed-off-by: Timur Tabi <timur@freescale.com>
32272
32273 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
32274 Author: Wolfgang Denk <wd@denx.de>
32275 Date:   Thu Feb 14 23:18:01 2008 +0100
32276
32277     TQM834x: clean up configuration
32278
32279     Get board name consistent with Linux and elsewhere;
32280     get rid of local network definitions etc.
32281
32282     Signed-off-by: Wolfgang Denk <wd@denx.de>
32283
32284 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
32285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32286 Date:   Thu Feb 14 08:02:12 2008 +0100
32287
32288     TFTP: fix search of ':' in BootFile
32289
32290     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32291
32292 commit 0bc9efada170096c6b273f19165e32936d330d80
32293 Author: Wolfgang Denk <wd@denx.de>
32294 Date:   Thu Feb 14 22:46:55 2008 +0100
32295
32296     Coding style cleanup; update CHANGELOG.
32297
32298     Signed-off-by: Wolfgang Denk <wd@denx.de>
32299
32300 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
32301 Author: Wolfgang Denk <wd@denx.de>
32302 Date:   Thu Feb 14 22:43:22 2008 +0100
32303
32304     PPC: Use r2 instead of r29 as global data pointer
32305
32306     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
32307     will refuse to use load/store multiple insns; instead, it issues a
32308     list of simple load/store instructions upon function entry and exit,
32309     resulting in bigger code size, which in turn makes the build for a
32310     few boards fail.
32311
32312     Use r2 instead.
32313
32314     Signed-off-by: Wolfgang Denk <wd@denx.de>
32315
32316 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
32317 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
32318 Date:   Wed Jan 30 09:08:49 2008 +0100
32319
32320     ARM: make the machid configurable via the environment
32321
32322     If the variable "machid" exists, let do_bootm_linux use that instead
32323     of bd->bi_arch_number.
32324
32325     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
32326
32327 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
32328 Author: Vlad Lungu <vlad@comsys.ro>
32329 Date:   Wed Jan 23 16:34:46 2008 +0200
32330
32331     Use #ifdef CONFIG_FSLDMAFEC
32332
32333     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
32334     fails
32335
32336     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32337
32338 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
32339 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32340 Date:   Sat Jan 19 10:25:59 2008 +0900
32341
32342     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
32343
32344     Current MII_DEBUG is confusing in two ways. One is useless define-then-
32345     undef at the top of the file. The other is there is only one debug() in
32346     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
32347     While there are many useful printf()/puts() debug codes, but they are for
32348     DEBUG, not for MII_DEBUG.
32349
32350     This patch tries to put them all together into MII_DEBUG and debug().
32351
32352     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32353
32354 commit 751b9b5189f3274b03c809172631316d6b002c82
32355 Author: Kyungmin Park <kmpark@infradead.org>
32356 Date:   Thu Jan 17 16:43:25 2008 +0900
32357
32358     OneNAND Initial Program Loader (IPL) support
32359
32360     This patch enables the OneNAND boot within U-Boot.
32361     Before this work, we used another OneNAND IPL called X-Loader based
32362     on open source. With this work, we can build the oneboot.bin image
32363     without other program.
32364
32365     The build sequence is simple.
32366     First, it compiles the u-boot.bin
32367     Second, it compiles OneNAND IPL
32368     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
32369     The mechanism is similar with NAND boot except it boots from itself.
32370
32371     Another thing is that you can only use the OneNAND IPL only to work
32372     other bootloader such as RedBoot and so on.
32373
32374     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32375
32376 commit 21f6f9636f0e978397548751347425fbf8d42bb3
32377 Author: Andy Fleming <afleming@freescale.com>
32378 Date:   Wed Jan 16 13:06:59 2008 -0600
32379
32380     Fix CONFIG_MMC usage in fat code
32381
32382     A #if statement in fat.c depended on CONFIG_MMC, instead of
32383     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
32384     as "1" rather than just defined.  Now it's better.
32385
32386     Signed-off-by: Andy Fleming <afleming@freescale.com>
32387
32388 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
32389 Author: Rafal Jaworowski <raj@semihalf.com>
32390 Date:   Tue Jan 15 12:52:31 2008 +0100
32391
32392     ppc: Refactor cache routines, so there is only one common set.
32393
32394     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
32395
32396 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
32397 Author: Jon Loeliger <jdl@jdl.com>
32398 Date:   Wed Jan 23 15:55:02 2008 -0600
32399
32400     86xx: Fix compilation warning in sys_eprom.c
32401
32402     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
32403
32404     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32405
32406 commit 65230107025733e89e28fd5e5cfd916d4953c28a
32407 Author: Haavard Skinnemoen <hskinnemoen at>
32408 Date:   Fri Feb 22 11:40:50 2008 +0000
32409
32410     Move AT91RM9200DK board support under board/atmel
32411
32412     We already have a vendor subdir for Atmel, so we should use it.
32413
32414     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
32415
32416 commit 6d0943a6be99977d6d853d51749e9963d68eb192
32417 Author: Andreas Engel <andreas.engel@ericsson.com>
32418 Date:   Mon Jan 14 09:06:52 2008 +0000
32419
32420     ARM: cleanup duplicated exception handlingcode
32421
32422     Move duplicated exception handling code into lib_arm.
32423
32424     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
32425
32426 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
32427 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
32428 Date:   Fri Feb 1 10:09:03 2008 +0000
32429
32430     Support for Artila M-501 starter kit
32431
32432     Kimmo Leppala / Sysart and
32433     Timo Tuunainen / Sysart
32434
32435 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
32436 Author: Stelian Pop <stelian@popies.net>
32437 Date:   Mon Feb 11 10:50:19 2008 +0000
32438
32439     AT91CAP9 support
32440
32441     ---------------------------------
32442
32443     read_dataflash() takes a signed char pointer as a parameter. Silence a
32444     few warnings dues to incorrect parameter types in env_dataflash.c.
32445
32446     Signed-off-by: Stelian Pop <stelian@popies.net>
32447
32448 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
32449 Author: Stelian Pop <stelian@popies.net>
32450 Date:   Thu Feb 7 09:42:57 2008 +0000
32451
32452     AT91CAP9 support : move board files to Atmel vendor directory.
32453
32454     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
32455
32456     Signed-off-by: Stelian Pop <stelian@popies.net>
32457
32458 commit 7263ef191b87da94768f762c7093bedeb70db98f
32459 Author: Stelian Pop <stelian at>
32460 Date:   Thu Jan 3 21:15:56 2008 +0000
32461
32462     AT91CAP9 support : MACB changes
32463
32464     Signed-off-by: Stelian Pop <stelian <at> popies.net>
32465     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
32466
32467 commit 6afcabf11d7321850f4feaadfee841488ace54c5
32468 Author: Stelian Pop <stelian@popies.net>
32469 Date:   Thu Feb 7 16:37:54 2008 +0000
32470
32471     AT91CAP9 support : board/ files
32472
32473     Signed-off-by: Stelian Pop <stelian@popies.net>
32474
32475 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
32476 Author: Stelian Pop <stelian at>
32477 Date:   Wed Jan 30 21:15:54 2008 +0000
32478
32479     AT91CAP9 support : cpu/ files
32480
32481     Signed-off-by: Stelian Pop <stelian <at> popies.net>
32482
32483 commit fa506a926cec348805143576c941f8e61b333cc0
32484 Author: Stelian Pop <stelian@popies.net>
32485 Date:   Thu Jan 31 21:15:53 2008 +0000
32486
32487     AT91CAP9 support : include/ files
32488
32489     Signed-off-by: Stelian Pop <stelian@popies.net>
32490
32491 commit 20b197c6f2799af399a68f96a1aff543a75621b8
32492 Author: Stelian Pop <stelian@popies.net>
32493 Date:   Sun Jan 20 19:49:21 2008 +0000
32494
32495     AT91CAP9 support : build integration
32496
32497     Signed-off-by: Stelian Pop <stelian@popies.net>
32498
32499 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
32500 Author: Stelian Pop <stelian@popies.net>
32501 Date:   Sun Jan 20 21:07:00 2008 +0000
32502
32503     Improve DataFlash CS definition.
32504
32505     Use a structure instead of the error prone unnamed array to
32506     define the possible dataflash banks.
32507
32508     Signed-off-by: Stelian Pop <stelian@popies.net>
32509
32510 commit a6cdd21b56014208706238712a853a9e9a0a2290
32511 Author: Stelian Pop <stelian@popies.net>
32512 Date:   Sat Jan 19 21:09:35 2008 +0000
32513
32514     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
32515
32516     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
32517
32518     cpu/arm926ejs/start.o: In function `cpu_init_crit':
32519     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
32520
32521     Signed-off-by: Stelian Pop <stelian@popies.net>
32522
32523 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
32524 Author: Peter Pearse <peter.pearse@arm.com>
32525 Date:   Fri Feb 1 16:50:24 2008 +0000
32526
32527     Fix timer overflow in DaVinci
32528     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32529
32530 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
32531 Author: Peter Pearse <peter.pearse@arm.com>
32532 Date:   Fri Feb 1 16:49:08 2008 +0000
32533
32534     Update board NetStar
32535     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
32536
32537 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
32538 Author: Niklaus Giger <niklaus.giger@netstal.com>
32539 Date:   Tue Feb 5 10:26:42 2008 +0100
32540
32541     ppc4xx: HCU4/5. Fix make O=../xx
32542
32543     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32544
32545 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
32546 Author: Larry Johnson <lrj@acm.org>
32547 Date:   Tue Jan 22 08:51:59 2008 -0500
32548
32549     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
32550
32551     Signed-off-by: Larry Johnson <lrj@acm.org>
32552
32553 commit fe891ecf4d187e9d11dde869ed4623af52b54451
32554 Author: Hiroshi Ito <ito@mlb.co.jp>
32555 Date:   Thu Jan 31 18:35:04 2008 +0900
32556
32557     NFS Timeout with large files.
32558
32559     Retry to send NFS packet before reaching timeout.
32560
32561     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
32562
32563 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
32564 Author: Johannes Stezenbach <js@sig21.net>
32565 Date:   Tue Jan 29 00:11:25 2008 +0100
32566
32567     Add dependencies to avoid race conditions with parallel make.
32568
32569     Signed-off-by: Johannes Stezenbach <js@sig21.net>
32570
32571 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
32572 Author: Mike Frysinger <vapier@gentoo.org>
32573 Date:   Mon Jan 28 05:46:01 2008 -0500
32574
32575     Mark board_init_[fr] as noreturn
32576
32577     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32578
32579 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
32580 Author: Mike Frysinger <vapier@gentoo.org>
32581 Date:   Mon Jan 28 05:28:50 2008 -0500
32582
32583     Only use TEXT_BASE if defined by the board
32584
32585     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32586
32587 commit 1b769881750030f10743808b9d6013e11f559350
32588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32589 Date:   Fri Jan 25 07:54:47 2008 +0100
32590
32591     Fix remaining CONFIG_COMMANDS
32592
32593     update comments
32594     Fix coding style
32595
32596     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32597
32598 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
32599 Author: Niklaus Giger <niklaus.giger@netstal.com>
32600 Date:   Mon Jan 21 16:46:00 2008 +0100
32601
32602     Add *~ to .gitignore
32603
32604     One should never add a backup file ending in with ~ to the git repository.
32605
32606     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32607
32608 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
32609 Author: Kumar Gala <galak@kernel.crashing.org>
32610 Date:   Thu Jan 17 00:02:10 2008 -0600
32611
32612     Remove duplicate defines for ARRAY_SIZE
32613
32614     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32615
32616 commit c77ce474b1c57b13e9d36d9830f147966c143694
32617 Author: Stelian Pop <stelian@popies.net>
32618 Date:   Mon Jan 14 22:08:14 2008 +0100
32619
32620     Fix incorrect address test in AT91F_DataflashSelect().
32621
32622     Signed-off-by: Stelian Pop <stelian@popies.net>
32623
32624 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
32625 Author: Kumar Gala <galak@kernel.crashing.org>
32626 Date:   Wed Feb 13 15:09:58 2008 -0600
32627
32628     Fix building of fdt_support.c if DEBUG set
32629
32630     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32631
32632 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
32633 Author: Jon Loeliger <jdl@freescale.com>
32634 Date:   Tue Feb 12 14:53:28 2008 -0600
32635
32636     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
32637
32638     These replace direct structure references for IMMR sections.
32639
32640     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32641
32642 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
32643 Author: Wolfgang Denk <wd@denx.de>
32644 Date:   Tue Feb 12 00:45:06 2008 +0100
32645
32646     Get rid of "#undef DEBUG" from board config files.
32647
32648     Signed-off-by: Wolfgang Denk <wd@denx.de>
32649
32650 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
32651 Author: Timur Tabi <timur@freescale.com>
32652 Date:   Tue Jan 15 17:09:41 2008 -0600
32653
32654     Remove #undef DEBUG from MPC83xx board header files
32655
32656     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
32657     The inclusion of this line makes it impossible to enable debug code in
32658     other source files, because "#define DEBUG" typically needs to be defined
32659     before any header files are included.
32660
32661     Signed-off-by: Timur Tabi <timur@freescale.com>
32662
32663 commit 69018ce2e086e9caf35b914d675b82bc4888f077
32664 Author: Kumar Gala <galak@kernel.crashing.org>
32665 Date:   Thu Jan 17 08:25:45 2008 -0600
32666
32667     QE: Move FDT support into a common file
32668
32669     Move the flat device tree setup for QE related devices into
32670     a common file shared between 83xx & 85xx platforms that have QE's.
32671
32672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32673
32674 commit 5cf746c303710329f8040d9c62ee354313e3e91f
32675 Author: Marian Balakowicz <m8@semihalf.com>
32676 Date:   Thu Jan 31 13:59:09 2008 +0100
32677
32678     [new uImage] Move kernel data find code to get_kernel() routine
32679
32680     Verification of the kernel image (in old format) and finding kernel
32681     data is moved to a dedicated routine. The routine will also hold
32682     support for, to be added, new image format.
32683
32684     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32685
32686 commit 7b325454fd231d4273de3fe373850f777fb086bf
32687 Author: Marian Balakowicz <m8@semihalf.com>
32688 Date:   Thu Jan 31 13:58:20 2008 +0100
32689
32690     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
32691
32692     Move FDT blob finding and relocation to a dedicated
32693     get_fdt() routine. It increases code readability and
32694     will make adding support for new uImage format easier.
32695
32696     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32697
32698 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
32699 Author: Marian Balakowicz <m8@semihalf.com>
32700 Date:   Thu Jan 31 13:58:13 2008 +0100
32701
32702     [new uImage] Cleanup do_botm_linux() boot allocations
32703
32704     This patch moves common pre-boot allocation steps shared between PPC
32705     and M68K to a helper routines:
32706
32707     common:
32708     - get_boot_sp_limit()
32709     - get_boot_cmline()
32710     - get_boot_kbd()
32711
32712     platform:
32713     - set_clocks_in_mhz()
32714
32715     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32716
32717 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
32718 Author: Marian Balakowicz <m8@semihalf.com>
32719 Date:   Thu Jan 31 13:57:17 2008 +0100
32720
32721     [new uImage] Move ramdisk loading to a common routine
32722
32723     Ramdisk loading code, including initrd_high variable handling,
32724     was duplicated for PPC and M68K platforms. This patch creates
32725     common helper routine that is being called from both platform
32726     do_bootm_linux() routines.
32727
32728     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32729
32730 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
32731 Author: Marian Balakowicz <m8@semihalf.com>
32732 Date:   Thu Jan 31 13:55:53 2008 +0100
32733
32734     [new uImage] Removed dead ramdisk code on microblaze architectures
32735
32736     Microblaze do_bootm_linux() includes ramdisk processing code but
32737     the ramdisk does not get used anywhere later on.
32738
32739     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32740
32741 commit 5ad03eb3854c162684222a718b44c0716ea0db03
32742 Author: Marian Balakowicz <m8@semihalf.com>
32743 Date:   Thu Jan 31 13:55:39 2008 +0100
32744
32745     [new uImage] Factor out common image_get_ramdisk() routine
32746
32747     Architecture specific do_bootm_linux() routines share common
32748     ramdisk image processing code. Move this code to a common
32749     helper routine.
32750
32751     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32752
32753 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
32754 Author: Marian Balakowicz <m8@semihalf.com>
32755 Date:   Thu Jan 31 13:20:08 2008 +0100
32756
32757     [new uImage] Move FDT error printing to common fdt_error() routine
32758
32759     FDT error handling in PPC do_bootm_linux() shares the same message format.
32760     This patch moves error message printing to a helper fdt_error() routine.
32761
32762     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32763     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
32764
32765 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
32766 Author: Marian Balakowicz <m8@semihalf.com>
32767 Date:   Thu Jan 31 13:20:07 2008 +0100
32768
32769     [new uImage] Factor out common routines for getting os/arch/type/comp names
32770
32771     Move numeric-id to name translation for image os/arch/type/comp header
32772     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
32773     image_get_type_name(), image_get_comp_name().
32774
32775     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32776
32777 commit e99c26694a384221d336f6448c06a57479c0baa4
32778 Author: Marian Balakowicz <m8@semihalf.com>
32779 Date:   Thu Jan 31 13:20:07 2008 +0100
32780
32781     [new uImage] Remove standalone applications handling from boootm
32782
32783     Standalone applications are supposed to be run using the "go" command.
32784     This patch removes standalone images handling from the do_bootm().
32785
32786     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32787
32788 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
32789 Author: Marian Balakowicz <m8@semihalf.com>
32790 Date:   Thu Jan 31 13:20:07 2008 +0100
32791
32792     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
32793
32794     Support for OF_FLAT_TREE is to be obsoleted in the near future,
32795     remove related code from the bootm routines.
32796
32797     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32798
32799 commit 82850f3d32a2661868ec6876bed7a22c55cef718
32800 Author: Marian Balakowicz <m8@semihalf.com>
32801 Date:   Thu Jan 31 13:20:06 2008 +0100
32802
32803     [new uImage] Use image API in SH do_bootm_linux() routine
32804
32805     Introduce image handling API for lately added Hitachi SH architecture.
32806
32807     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32808
32809 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
32810 Author: Marian Balakowicz <m8@semihalf.com>
32811 Date:   Thu Jan 31 13:20:06 2008 +0100
32812
32813     [new uImage] Rename architecture specific bootm code files
32814
32815     Implementation of the do_bootm_linux() and other bootm helper routines is
32816     architecture specific code. As such it resides in lib_<arch> directories
32817     in files named <arch>_linux.c
32818
32819     This patch renames those files to a more clear and accurate
32820     lib_<arch>/bootm.c form.
32821
32822     List of the renamed files:
32823        lib_arm/armlinux.c -> lib_arm/bootm.c
32824        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
32825        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
32826        lib_i386/i386_linux.c -> lib_i386/bootm.c
32827        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
32828        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
32829        lib_mips/mips_linux.c -> lib_mips/bootm.c
32830        lib_nios/nios_linux.c -> lib_nios/bootm.c
32831        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
32832        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
32833        lib_sh/sh_linux.c -> lib_sh/bootm.c
32834
32835     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32836
32837 commit 7582438c285bf0cef82909d0f232de64ec567a8a
32838 Author: Marian Balakowicz <m8@semihalf.com>
32839 Date:   Thu Jan 31 13:20:06 2008 +0100
32840
32841     [new uImage] Return error on image move/uncompress overwrites
32842
32843     Check for overwrites during image move/uncompress, return with error
32844     when the original image gets corrupted. Report clear message to the user
32845     and prevent further troubles when pointer to the corrupted images is passed
32846     to do_bootm_linux routine.
32847
32848     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32849
32850 commit f13e7b2e993c61fed1f607962501e051940d6e80
32851 Author: Marian Balakowicz <m8@semihalf.com>
32852 Date:   Tue Jan 8 18:12:17 2008 +0100
32853
32854     [new uImage] Cleanup image header pointer use in bootm code
32855
32856     - use single image header pointer instead of a set of auxilliary variables.
32857     - add multi component image helper routines: get component size/data address
32858
32859     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32860
32861 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
32862 Author: Marian Balakowicz <m8@semihalf.com>
32863 Date:   Tue Jan 8 18:17:10 2008 +0100
32864
32865     [new uImage] Cleanup cmd_bootm.c
32866
32867     - sort and cleanup headers, declarations, etc.
32868     - group related routines
32869     - cleanup indentation, white spaces
32870
32871     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32872
32873 commit af13cdbc01eaf88880978bfb4f603e012818ba24
32874 Author: Marian Balakowicz <m8@semihalf.com>
32875 Date:   Tue Jan 8 18:11:45 2008 +0100
32876
32877     [new uImage] Add memmove_wd() common routine
32878
32879     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
32880
32881     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32882
32883 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
32884 Author: Marian Balakowicz <m8@semihalf.com>
32885 Date:   Tue Jan 8 18:11:44 2008 +0100
32886
32887     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
32888
32889     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32890
32891 commit 15158971f49255ccef54f0979a942cfd3de2ae52
32892 Author: Marian Balakowicz <m8@semihalf.com>
32893 Date:   Tue Jan 8 18:11:44 2008 +0100
32894
32895     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
32896
32897     Use image header copy instead of a (possibly corrupted) pointer to
32898     a initial image location.
32899
32900     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32901
32902 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
32903 Author: Marian Balakowicz <m8@semihalf.com>
32904 Date:   Tue Jan 8 18:11:44 2008 +0100
32905
32906     [new uImage] Remove I386 uImage fake_header() routine
32907
32908     I386 targets are not using a uImage format, instead fake header
32909     is added to ram image before it is further processed by bootm.
32910
32911     Remove this fixup and force proper uImage use for I386.
32912
32913     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32914
32915 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
32916 Author: Marian Balakowicz <m8@semihalf.com>
32917 Date:   Tue Jan 8 18:11:44 2008 +0100
32918
32919     [new uImage] Move CHUNKSZ definition to image.h
32920
32921     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
32922     move this definition to a common header.
32923
32924     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32925
32926 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
32927 Author: Marian Balakowicz <m8@semihalf.com>
32928 Date:   Tue Jan 8 18:11:43 2008 +0100
32929
32930     [new uImage] Move gunzip() common code to common/gunzip.c
32931
32932     Move gunzip(), zalloc() and zfree() to a separate file.
32933     Share zalloc() and zfree() with cramfs uncompress routine.
32934
32935     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32936
32937 commit d45d5a18b6b36688f2365623f9d550566c664b5b
32938 Author: Marian Balakowicz <m8@semihalf.com>
32939 Date:   Tue Jan 8 18:11:43 2008 +0100
32940
32941     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
32942
32943     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
32944     readable in PPC variant of do_bootm_linux() routine.
32945
32946     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32947
32948 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
32949 Author: Marian Balakowicz <m8@semihalf.com>
32950 Date:   Tue Jan 8 18:11:43 2008 +0100
32951
32952     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
32953
32954     PPC implementation of do_bootm_linux() routine is moved to
32955     a dedicated file lib_ppc/ppc_linux.c
32956
32957     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32958
32959 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
32960 Author: Marian Balakowicz <m8@semihalf.com>
32961 Date:   Tue Jan 8 18:14:09 2008 +0100
32962
32963     [new uImage] Define a API for image handling operations
32964
32965     - Add inline helper macros for basic header processing
32966     - Move common non inline code common/image.c
32967     - Replace direct header access with the API routines
32968     - Rename IH_CPU_* to IH_ARCH_*
32969
32970     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32971
32972 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
32973 Author: Marian Balakowicz <m8@semihalf.com>
32974 Date:   Thu Jan 31 13:19:58 2008 +0100
32975
32976     Add missing cmd_ximg.o to common/Makefile
32977
32978     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32979
32980 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
32981 Author: Grzegorz Bernacki <gjb@semihalf.com>
32982 Date:   Mon Jan 28 10:15:02 2008 +0100
32983
32984     ADS5121e: DDR2 init/timing update.
32985
32986     Signed-off-by: John Rigby <jrigby@freescale.com>
32987     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
32988
32989 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
32990 Author: John Rigby <jrigby@freescale.com>
32991 Date:   Wed Jan 30 13:36:57 2008 -0700
32992
32993     Device tree updates
32994
32995     Changes to match 5121 device tree going mainline in 2.6.25.
32996
32997     Change OF_SOC from "soc5121" to plain "soc".
32998     Remove unneeded "ref-frequency" fixups.
32999     Remove "address" enetaddr fixup.
33000
33001     Add bus-frequency fixup for old OF_SOC so old
33002     kernels with old device trees will work with new
33003     u-boot with 66MHz IPS clock
33004
33005     Signed-off-by: John Rigby <jrigby@freescale.com>
33006
33007 commit de55d18df3ff2ea614624e74793de7c43520e0e7
33008 Author: John Rigby <jrigby@freescale.com>
33009 Date:   Wed Jan 30 13:36:56 2008 -0700
33010
33011     Change IPS freq to 66MHz
33012
33013     Recommended frequency is 66MHz
33014     Change divider from 4 to 3.
33015
33016     Signed-off-by: John Rigby <jrigby@freescale.com>
33017
33018 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
33019 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33020 Date:   Mon Jan 14 22:38:55 2008 +0100
33021
33022     xsengine: rename board_post_init to board_late_init
33023
33024     missing migration from "Cleanup of some init functions"
33025     in c837dcb1a316745092567bfe4fb266d0941884ff
33026
33027     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33028
33029 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
33030 Author: Larry Johnson <lrj@acm.org>
33031 Date:   Sat Jan 12 23:35:33 2008 -0500
33032
33033     Add attribute POST_PREREL to ECC memory POST
33034
33035     Signed-off-by: Larry Johnson <lrj@acm.org>
33036
33037 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
33038 Author: Kumar Gala <galak@kernel.crashing.org>
33039 Date:   Thu Jan 17 08:25:45 2008 -0600
33040
33041     QE: Move FDT support into a common file
33042
33043     Move the flat device tree setup for QE related devices into
33044     a common file shared between 83xx & 85xx platforms that have QE's.
33045
33046     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33047
33048 commit d38da537943cd36356b9d3d9d9b60533554b81d8
33049 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33050 Date:   Wed Jan 23 17:20:14 2008 +0100
33051
33052     AVR32: Make SDRAM refresh rate configurable
33053
33054     The existing code assumes the SDRAM row refresh period should always
33055     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
33056     refresh rate should really be 7.81 us.
33057
33058     Add a refresh_period member to struct sdram_info and initialize it
33059     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
33060     panic() until the refresh_period member is updated properly.
33061
33062     Big thanks to Gerhard Berghofer for pointing out this issue.
33063
33064     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33065
33066 commit 61151cccb660cdb06a07fb283de6089913d7bde0
33067 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33068 Date:   Thu Apr 19 10:10:11 2007 +0200
33069
33070     ATSTK1000: Fix potential flash programming bug
33071
33072     The (now obsolete) atngw100 flash programming code was having problems
33073     programming the onboard at49bv642 chip. The atstk1000 flash
33074     programming code may have the same bug, so import fix for this problem
33075     from the AVR32 Linux BSP.
33076
33077     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33078
33079 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
33080 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33081 Date:   Thu Nov 22 17:04:13 2007 +0100
33082
33083     ATSTK1004: Fix comment about default load address
33084
33085     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
33086     wouldn't have worked anyway since the board can only access 4MB of
33087     SDRAM.
33088
33089     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33090
33091 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
33092 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33093 Date:   Thu Nov 22 17:01:24 2007 +0100
33094
33095     ATSTK1002: Use SDRAM + 4MB as default load address
33096
33097     Many people run into problems when they compile a big kernel and load
33098     the uImage at the default SDRAM + 2MB address as the kernel will
33099     overwrite the uImage as it is being unpacked. Increase the default
33100     load address so that we can load a 4MB kernel image without any
33101     problems.
33102
33103     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33104
33105 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
33106 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33107 Date:   Thu Nov 22 16:51:39 2007 +0100
33108
33109     ATNGW100: Fix default mtest range
33110
33111     Let mtest cover the whole SDRAM except the last megabyte, which is
33112     where u-boot lives.
33113
33114     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33115
33116 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
33117 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33118 Date:   Tue Jan 22 15:31:56 2008 +0900
33119
33120     sh: Fix register address of SH7722.
33121
33122     The address of SH7722 is wrong by old document.
33123     This patch fixes this problem.
33124
33125     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33126
33127 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
33128 Author: Mike Frysinger <vapier@gentoo.org>
33129 Date:   Mon Feb 4 19:26:57 2008 -0500
33130
33131     new command for displaying strings at specified memory locations
33132
33133     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33134
33135 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
33136 Author: Mike Frysinger <vapier@gentoo.org>
33137 Date:   Mon Feb 4 19:26:57 2008 -0500
33138
33139     rewrite/cleanup Blackfin RTC driver
33140
33141     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33142
33143 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
33144 Author: Mike Frysinger <vapier@gentoo.org>
33145 Date:   Mon Feb 4 19:26:57 2008 -0500
33146
33147     generate u-boot.ldr for Blackfin targets
33148
33149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33150
33151 commit b779f7a59530436040f157f7841db7ab796542df
33152 Author: Mike Frysinger <vapier@gentoo.org>
33153 Date:   Mon Feb 4 19:26:57 2008 -0500
33154
33155     scrub unused symbols
33156
33157     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33158
33159 commit cc2977acc3bbbb7850f16645dd1081f95335868d
33160 Author: Mike Frysinger <vapier@gentoo.org>
33161 Date:   Mon Feb 4 19:26:57 2008 -0500
33162
33163     move Blackfin cpu object list to respective cpu directories
33164
33165     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33166
33167 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
33168 Author: Mike Frysinger <vapier@gentoo.org>
33169 Date:   Mon Feb 4 19:26:57 2008 -0500
33170
33171     interface to Blackfin on-chip One-Time-Programmable memory
33172
33173     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33174
33175 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
33176 Author: Mike Frysinger <vapier@gentoo.org>
33177 Date:   Mon Feb 4 19:26:56 2008 -0500
33178
33179     add support for memory commands with Blackfin L1 instruction memory
33180
33181     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33182
33183 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
33184 Author: Mike Frysinger <vapier@gentoo.org>
33185 Date:   Mon Feb 4 19:26:56 2008 -0500
33186
33187     use C code rather than inline assembly
33188
33189     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33190
33191 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
33192 Author: Mike Frysinger <vapier@gentoo.org>
33193 Date:   Mon Feb 4 19:26:56 2008 -0500
33194
33195     add Blackfin-specific reginfo command
33196
33197     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33198
33199 commit 0858b835e7ea501ea084d34cef75932f098342bb
33200 Author: Mike Frysinger <vapier@gentoo.org>
33201 Date:   Mon Feb 4 19:26:55 2008 -0500
33202
33203     add support for Blackfin symbol prefixes to examples
33204
33205     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33206
33207 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
33208 Author: Mike Frysinger <vapier@gentoo.org>
33209 Date:   Mon Feb 4 19:26:55 2008 -0500
33210
33211     add Blackfin-specific bdinfo command
33212
33213     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33214
33215 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
33216 Author: Mike Frysinger <vapier@gentoo.org>
33217 Date:   Mon Feb 4 19:26:55 2008 -0500
33218
33219     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
33220
33221     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33222
33223 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
33224 Author: Mike Frysinger <vapier@gentoo.org>
33225 Date:   Mon Feb 4 19:26:55 2008 -0500
33226
33227     unify the Blackfin board targets
33228
33229     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33230
33231 commit d4d7730853e5d675f76ec666807da3028c91d592
33232 Author: Mike Frysinger <vapier@gentoo.org>
33233 Date:   Mon Feb 4 19:26:55 2008 -0500
33234
33235     punt Blackfin VDSP headers and import sanitized/auto-generated ones
33236
33237     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33238
33239 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
33240 Author: Mike Frysinger <vapier@gentoo.org>
33241 Date:   Mon Feb 4 19:26:54 2008 -0500
33242
33243     always pull in asm/blackfin.h for Blackfin ports
33244
33245     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33246
33247 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
33248 Author: Mike Frysinger <vapier@gentoo.org>
33249 Date:   Mon Feb 4 19:26:54 2008 -0500
33250
33251     add missing __raw versions of Blackfin read/write io functions
33252
33253     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33254
33255 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
33256 Author: Mike Frysinger <vapier@gentoo.org>
33257 Date:   Mon Feb 4 19:26:54 2008 -0500
33258
33259     add the default Blackfin logo used by Blackfin boards with splash screens
33260
33261     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33262
33263 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
33264 Author: Mike Frysinger <vapier@gentoo.org>
33265 Date:   Mon Feb 4 19:26:54 2008 -0500
33266
33267     add some more Blackfin docs
33268
33269     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33270
33271 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
33272 Author: Mike Frysinger <vapier@gentoo.org>
33273 Date:   Mon Feb 4 19:26:54 2008 -0500
33274
33275     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
33276
33277     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33278
33279 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
33280 Author: Mike Frysinger <vapier@gentoo.org>
33281 Date:   Mon Feb 4 19:26:54 2008 -0500
33282
33283     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
33284
33285     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33286
33287 commit b45264ee85cbd92020640a32e02fb434fd557108
33288 Author: Mike Frysinger <vapier@gentoo.org>
33289 Date:   Mon Feb 4 19:26:53 2008 -0500
33290
33291     add gitignores for Blackfin pieces
33292
33293     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33294
33295 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
33296 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33297 Date:   Fri Jan 18 01:14:03 2008 +0100
33298
33299     TFTP: add host ip addr support
33300
33301     allow to use a different server as set in serverip
33302     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
33303     if not defined the max length will be at 128
33304
33305     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33306
33307 commit e56b4b494cd92def577969f9678395aa22d34c9f
33308 Author: Timur Tabi <timur@freescale.com>
33309 Date:   Wed Jan 9 14:35:26 2008 -0600
33310
33311     85xx,86xx: Determine I2C clock frequencies and store in global_data
33312
33313     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
33314
33315     Update the get_clocks() function in 85xx and 86xx to determine the I2C
33316     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
33317
33318     Signed-off-by: Timur Tabi <timur@freescale.com>
33319
33320 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
33321 Author: Wolfgang Denk <wd@denx.de>
33322 Date:   Thu Dec 27 10:56:54 2007 +0100
33323
33324     OMAP5912: fix FIFO handling in UART driver
33325
33326     According to the OMAP5912 Serial Interfaces Reference Guide (see
33327     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
33328     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
33329     changed when the baud clock is not running, i. e. when both DLL and
33330     DLH are set to 0.
33331
33332     Thus make sure that DLL and DLH are 0 when writing the FCR.
33333
33334     Signed-off-by: Wolfgang Denk <wd@denx.de>
33335
33336 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
33337 Author: Harald Welte <laforge@openmoko.org>
33338 Date:   Wed Dec 19 15:10:52 2007 +0100
33339
33340     ARM: S3C24x0 SoC NAND controller support
33341
33342     This patch adds NAND support to the S3C24x0 SoC code in u-boot
33343
33344     Signed-off-by: Harald Welte <laforge@openmoko.org>
33345
33346 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
33347 Author: Harald Welte <laforge@openmoko.org>
33348 Date:   Wed Dec 19 14:24:40 2007 +0100
33349
33350     ARM: s3c24xx: Multiple serial port support
33351
33352     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
33353
33354     Signed-off-by: Harald Welte <laforge@openmoko.org>
33355
33356 commit a25f72f1f73a11de68251fb88c89991e202e68fa
33357 Author: Harald Welte <laforge@openmoko.org>
33358 Date:   Wed Dec 19 14:16:57 2007 +0100
33359
33360     ARM: arm920t: Allow use of 'gd' pointer from IRQ
33361
33362     This patch allows us to use the 'gd' pointer (and thus environment
33363     and everything else associated with it) from interrupt context on
33364     arm920t.
33365
33366     Signed-off-by: Harald Welte <laforge@openmoko.org>
33367
33368 commit be19bd5cd0f454b63298844a0b5377e029b2caad
33369 Author: Harald Welte <laforge@openmoko.org>
33370 Date:   Wed Dec 19 14:19:38 2007 +0100
33371
33372     ARM: arm920/s3c24xx: IRQ demulitplexer callback
33373
33374     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
33375     plus a stub implementation of it for the S3C2410.
33376
33377     The purpose is to allow arm920t implementations such as the s3c24x0 to
33378     implement interrupt handlers in u-boot without having to touch core
33379     arm920t code.
33380
33381     Signed-off-by: Harald Welte <laforge@openmoko.org>
33382
33383 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
33384 Author: Hebbar <gururajakr@sanyo.co.in>
33385 Date:   Tue Dec 18 16:03:07 2007 -0800
33386
33387     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
33388
33389     Add ifdef to bdinfo command to display ethernet information
33390     only if CONFIG_CMD_NET is defined for arm modules.
33391
33392     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
33393
33394 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
33395 Author: Hebbar <gururajakr@sanyo.co.in>
33396 Date:   Tue Dec 18 16:00:54 2007 -0800
33397
33398     ARM: add I2C init function call in lib_arm/board.c
33399
33400     Adds I2C init func call to init sequence for ARM boards. This is
33401     present in ppc,blackfin and other processor init sequence.
33402
33403     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
33404
33405 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
33406 Author: Stefan Roese <sr@denx.de>
33407 Date:   Fri Feb 1 09:38:29 2008 +0100
33408
33409     ppc4xx: Fix ndfc HW ECC byte order
33410
33411     The current ndfc HW ECC implementation swaps the first two ECC bytes.
33412     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
33413     so this swapping in the HW ECC driver is bogus. This patch fixes this
33414     problem and now really uses the SMC ECC byte order.
33415
33416     Thanks to Sean MacLennan for pointing this out.
33417
33418     Signed-off-by: Stefan Roese <sr@denx.de>
33419
33420 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
33421 Author: Stefan Roese <sr@denx.de>
33422 Date:   Wed Jan 30 15:35:50 2008 +0100
33423
33424     ppc4xx: Fix GPIO configuration for pcs440ep
33425
33426     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
33427     49-63 for GPIO. They have been configured as trace signals. This patch
33428     fixes this by clearing the corresponding bit.
33429
33430     Signed-off-by: Stefan Roese <sr@denx.de>
33431
33432 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
33433 Author: Stefan Roese <sr@denx.de>
33434 Date:   Wed Jan 30 14:48:28 2008 +0100
33435
33436     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
33437
33438     Signed-off-by: Stefan Roese <sr@denx.de>
33439
33440 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
33441 Author: Ladislav Michl <ladis@linux-mips.org>
33442 Date:   Fri Dec 7 00:42:32 2007 +0100
33443
33444     ARM: Board voiceblue update
33445
33446     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33447
33448 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
33449 Author: Ladislav Michl <ladis@linux-mips.org>
33450 Date:   Thu Dec 6 23:24:57 2007 +0100
33451
33452     ARM: AT91RM9200 based boards config cleanup
33453
33454     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33455
33456     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
33457     indentation.
33458
33459 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
33460 Author: Ladislav Michl <ladis@linux-mips.org>
33461 Date:   Thu Dec 6 22:59:16 2007 +0100
33462
33463     ARM: Fix at91rm9200dk base address
33464
33465     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
33466     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
33467     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
33468     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
33469     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
33470     I'm sending this patch 4th (!) time in hope it produces at least some
33471     reaction.
33472
33473     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33474
33475     Fix at91rm9200dk base and environment address.
33476
33477 commit c95219fae2a7add7daa2f91aedca65b1698465c7
33478 Author: stefano babic <sbabic@denx.de>
33479 Date:   Tue Nov 20 10:40:24 2007 +0100
33480
33481     MMC for PXA 27X (resubmit)
33482
33483     MMC support for X_Scale PXA is broken and does not work.
33484     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
33485     There were already some patches around the world but none of them was
33486     merged into the official u-boot tree.
33487
33488     This patch makes order fixing this issue. Resubmit after code cleanup.
33489
33490     Applied and tested on PXA 270 (TrizepsIV module).
33491
33492     Signed-off-by: Stefano Babic <sbabic@denx.de>
33493
33494 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
33495 Author: stefano babic <sbabic@denx.de>
33496 Date:   Tue Nov 20 10:37:04 2007 +0100
33497
33498     Fix gcc issues in pxa-regs.h
33499
33500     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
33501     issues generates wrong code.
33502     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
33503     This patch fixes the problem and solves the gcc-4 issues as the linux
33504     kernel does.
33505
33506     Signed-off-by: Stefano Babic <sbabic@denx.de>
33507     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
33508
33509 commit 7047b388876e7b905b2ec4edb8010543e3641b85
33510 Author: Jens Gehrlein <sew_s@tqs.de>
33511 Date:   Tue Jan 29 08:45:03 2008 +0100
33512
33513     TQM834x: enable DHCP
33514
33515     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
33516     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33517
33518 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
33519 Author: Jens Gehrlein <sew_s@tqs.de>
33520 Date:   Tue Jan 29 08:45:02 2008 +0100
33521
33522     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
33523
33524     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
33525     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33526
33527 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
33528 Author: Ben Warren <biggerbadderben@gmail.com>
33529 Date:   Sat Jan 26 23:41:19 2008 -0500
33530
33531     Fix conditional compilation of mpx8xxx_spi driver
33532
33533     This driver should only compile if CONFIG_MPC8XXX_SPI is set
33534
33535     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33536     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33537
33538 commit 63f732d3d3880feb531f48af247c025bf01462b0
33539 Author: Rafal Jaworowski <raj@semihalf.com>
33540 Date:   Tue Jan 29 17:00:34 2008 +0100
33541
33542     API: Provide dummy halt() in the glue layer.
33543
33544     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
33545
33546     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33547
33548 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
33549 Author: Rafal Jaworowski <raj@semihalf.com>
33550 Date:   Tue Jan 29 16:57:38 2008 +0100
33551
33552     API: Convert conditional building to the new scheme.
33553
33554     This fixes a build breakage with CONFIG_API enabled, which appeared after
33555     the recent changes in the U-Boot build system.
33556
33557     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33558
33559 commit 98b742489c09780be6a832eeaa4e5eff824792bb
33560 Author: Wolfgang Denk <wd@denx.de>
33561 Date:   Fri Jan 25 09:56:17 2008 +0100
33562
33563     inka4x0: remove dead code
33564
33565     Signed-off-by: Wolfgang Denk <wd@denx.de>
33566
33567 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
33568 Author: Becky Bruce <becky.bruce@freescale.com>
33569 Date:   Wed Jan 23 16:31:06 2008 -0600
33570
33571     86xx: Add reginfo command
33572
33573     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33574
33575 commit ddcebcb638715a6278da93b553d5016f99823816
33576 Author: Becky Bruce <becky.bruce@freescale.com>
33577 Date:   Wed Jan 23 16:31:05 2008 -0600
33578
33579     86xx: Add print_laws function to fsl_law.c
33580
33581     This can be used for debug, and will be used by board code
33582     to help implement reginfo.
33583
33584     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33585
33586 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
33587 Author: Becky Bruce <becky.bruce@freescale.com>
33588 Date:   Wed Jan 23 16:31:04 2008 -0600
33589
33590     86xx: Remove old-style law setup code
33591
33592     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
33593
33594     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33595
33596 commit 713d8186649dae874613d495b0cecaa039a98b30
33597 Author: Becky Bruce <becky.bruce@freescale.com>
33598 Date:   Wed Jan 23 16:31:03 2008 -0600
33599
33600     86xx: Convert sbc8641d to use new law setup code.
33601
33602     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33603
33604 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
33605 Author: Becky Bruce <becky.bruce@freescale.com>
33606 Date:   Wed Jan 23 16:31:02 2008 -0600
33607
33608     86xx: Convert mpc8610hpcd to new law setup method.
33609
33610     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33611
33612 commit 4933b91f8a49e436681f163df3173beb91cac44a
33613 Author: Becky Bruce <becky.bruce@freescale.com>
33614 Date:   Wed Jan 23 16:31:01 2008 -0600
33615
33616     86xx: Support new law setup method and convert mpc8641
33617
33618     Adds the support code in cpu/mpc86xx for the new law setup code
33619     recently created fsl_law.c, and changes the MPC8641HPCN config
33620     to use this code.
33621
33622     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33623
33624 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
33625 Author: Becky Bruce <becky.bruce@freescale.com>
33626 Date:   Wed Jan 23 16:31:00 2008 -0600
33627
33628     86xx: Rearrange the sequence in start.S
33629
33630     * split the BAT initialization so that only 2 BATs (for the boot page
33631     and stack) are programmed very early on.  The rest are initialized later.
33632     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
33633     after translation has been enabled.
33634
33635     These changes will facilitate the moving of law and BAT initialization
33636     to C code, and will aid with 36-bit physical addressing support.
33637
33638     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33639
33640 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
33641 Author: Wolfgang Denk <wd@denx.de>
33642 Date:   Wed Jan 23 14:41:37 2008 +0100
33643
33644     Coding Style Cleanup; update CHANGELOG
33645
33646     Signed-off-by: Wolfgang Denk <wd@denx.de>
33647
33648 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
33649 Author: Wolfgang Denk <wd@denx.de>
33650 Date:   Wed Jan 23 14:31:17 2008 +0100
33651
33652     Coding Style Cleanup; update CHANGELOG
33653
33654     Signed-off-by: Wolfgang Denk <wd@denx.de>
33655
33656 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
33657 Author: Dave Liu <r63238@freescale.com>
33658 Date:   Fri Jan 18 10:07:04 2008 +0800
33659
33660     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
33661
33662     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
33663     cause the 83xx immap broken, so the DMA and PCI will
33664     be failed.
33665
33666     The patch fix the struct spi8xxx and rm struct spi83xx.
33667
33668     Signed-off-by: Dave Liu <daveliu@freescale.com>
33669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33670
33671 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
33672 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33673 Date:   Sat Apr 14 17:11:49 2007 +0200
33674
33675     AVR32: ATNGW100 board support
33676
33677     Add support for the ATNGW100 Network Gateway reference design,
33678     including flash, ethernet and MMC support.
33679
33680     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33681
33682 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
33683 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33684 Date:   Sat Nov 24 18:15:31 2007 +0100
33685
33686     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
33687
33688     I don't know why the relevant layers can't do this by itself, but this
33689     is what ppc does.
33690
33691     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33692
33693 commit 799891ef7b1b3432032ec23466df6b665a797fa4
33694 Author: Michael Schwingen <michael@schwingen.org>
33695 Date:   Fri Jan 18 00:04:28 2008 +0100
33696
33697     Add AcTux board support
33698
33699     Hi,
33700
33701     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
33702     files that
33703     contain changes for multiple boards, the board-specific files follow as
33704     separate patches.
33705
33706     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33707
33708 commit 66a4344a4d910a11125df7768899ad529719855e
33709 Author: Michael Schwingen <michael@schwingen.org>
33710 Date:   Wed Jan 16 19:53:23 2008 +0100
33711
33712     add AcTux-4 board support
33713
33714     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33715
33716 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
33717 Author: Michael Schwingen <michael@schwingen.org>
33718 Date:   Wed Jan 16 19:51:55 2008 +0100
33719
33720     add AcTux-3 board support
33721
33722     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33723
33724 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
33725 Author: Michael Schwingen <michael@schwingen.org>
33726 Date:   Wed Jan 16 19:51:14 2008 +0100
33727
33728     add AcTux-2 board support
33729
33730     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33731
33732 commit ea99e8f05b7240fd657739e286664664ae160abe
33733 Author: Michael Schwingen <michael@schwingen.org>
33734 Date:   Wed Jan 16 19:50:37 2008 +0100
33735
33736     add AcTux-1 board support
33737
33738     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33739
33740 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
33741 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33742 Date:   Mon Jan 14 19:20:08 2008 +0100
33743
33744     ARM: remove useless function board_post_init
33745
33746     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33747
33748 commit 96bd462942022e4569b582c072a0ed26de1cd19b
33749 Author: Michael Schwingen <michael@schwingen.org>
33750 Date:   Thu Jan 10 14:59:46 2008 +0100
33751
33752     IXP: enable RTS
33753
33754     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
33755     No handshaking is done, but the active RTS signal allows to
33756     connect to the target using a PC which is using RTS/CTS
33757     handshake, and does no harm if the PC is set to ignore RTS.
33758
33759     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33760
33761 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
33762 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33763 Date:   Mon Jan 7 08:41:34 2008 +0100
33764
33765     IXP: add dynamic microcode addr
33766
33767     allow to load the microde from flash or ram by download it through
33768     the serial or other.
33769
33770     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33771     Acked-by: Stefan Roese <sr@denx.de>
33772
33773 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
33774 Author: Michael Schwingen <michael@schwingen.org>
33775 Date:   Sat Nov 10 15:44:12 2007 +0100
33776
33777     load ixp42x NPE firmware from separate flash block, remove dead code
33778
33779     Hi,
33780
33781     the following patch adds support to move the IXP42X NPE firmware to a
33782     separate flash block, whose start address is defined in
33783     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
33784     NPE-enabled u-boot without copyright problems due to the NPE firmware.
33785
33786     I hope the patch applies, I get whitespace-related differences in the NPE
33787     files due to trailing whitespace in the original versions.
33788
33789     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33791
33792 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
33793 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33794 Date:   Tue Jan 15 14:15:46 2008 -0600
33795
33796     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
33797
33798     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33799     Signed-off by: John Rigby <jrigby@freescale.com>
33800
33801 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
33802 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33803 Date:   Tue Jan 15 14:02:49 2008 -0600
33804
33805     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
33806
33807     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33808     Signed-off by: John Rigby <jrigby@freescale.com>
33809
33810 commit 777d1abd9796f1c2e148417cc10657e847d318ce
33811 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33812 Date:   Tue Jan 15 14:00:25 2008 -0600
33813
33814     ColdFire: Add MCF547x_8x FEC driver
33815
33816     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33817     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33818     Signed-off by: John Rigby <jrigby@freescale.com>
33819
33820 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
33821 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33822 Date:   Tue Jan 15 13:54:09 2008 -0600
33823
33824     ColdFire: Add MCF547x_8x dma code and header files
33825
33826     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33827     Signed-off by: John Rigby <jrigby@freescale.com>
33828
33829 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
33830 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33831 Date:   Tue Jan 15 13:52:03 2008 -0600
33832
33833     ColdFire: Add MCF547x_8x dma code - 2
33834
33835     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33836     Signed-off by: John Rigby <jrigby@freescale.com>
33837
33838 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
33839 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33840 Date:   Tue Jan 15 13:48:52 2008 -0600
33841
33842     ColdFire: Add MCF547x_8x dma code - 1
33843
33844     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33845     Signed-off by: John Rigby <jrigby@freescale.com>
33846
33847 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
33848 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33849 Date:   Tue Jan 15 13:39:44 2008 -0600
33850
33851     ColdFire: Add MCF547x_8x related header files
33852
33853     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33854     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33855     Signed-off by: John Rigby <jrigby@freescale.com>
33856
33857 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
33858 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33859 Date:   Tue Jan 15 13:37:34 2008 -0600
33860
33861     ColdFire: Add MCF547x_8x cpu arch
33862
33863     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33864     Signed-off by: John Rigby <jrigby@freescale.com>
33865
33866 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
33867 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33868 Date:   Mon Jan 14 17:47:23 2008 -0600
33869
33870     ColdFire: Add MCF5227x cpu and M52277EVB support-3
33871
33872     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33873     Signed-off by: John Rigby <jrigby@freescale.com>
33874
33875 commit c87581027994c148131b2f11aa75501f782ec19a
33876 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33877 Date:   Mon Jan 14 17:46:19 2008 -0600
33878
33879     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
33880
33881     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33882     Signed-off by: John Rigby <jrigby@freescale.com>
33883
33884 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
33885 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33886 Date:   Mon Jan 14 17:43:33 2008 -0600
33887
33888     ColdFire: Add MCF5227x cpu and M52277EVB support-1
33889
33890     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33891     Signed-off by: John Rigby <jrigby@freescale.com>
33892
33893 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
33894 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33895 Date:   Mon Jan 14 17:35:44 2008 -0600
33896
33897     ColdFire: Fix CFI Flash low level Read/Write macro
33898
33899     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33900     Signed-off by: John Rigby <jrigby@freescale.com>
33901
33902 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
33903 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33904 Date:   Mon Jan 14 17:23:08 2008 -0600
33905
33906     ColdFire: Add M5373EVB platform support - 2
33907
33908     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33909     Signed-off by: John Rigby <jrigby@freescale.com>
33910
33911 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
33912 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33913 Date:   Mon Jan 14 17:19:54 2008 -0600
33914
33915     ColdFire: Add M5373EVB platform support - 1
33916
33917     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33918     Signed-off by: John Rigby <jrigby@freescale.com>
33919
33920 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
33921 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33922 Date:   Mon Jan 14 17:17:03 2008 -0600
33923
33924     ColdFire: Update FlexBus CS for MCF532x
33925
33926     Definition update and change from 16bit to 32bit
33927
33928     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33929     Signed-off by: John Rigby <jrigby@freescale.com>
33930
33931 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
33932 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33933 Date:   Mon Jan 14 17:11:47 2008 -0600
33934
33935     ColdFire: PCI and misc updates for MCF5445x
33936
33937     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33938     Signed-off by: John Rigby <jrigby@freescale.com>
33939
33940 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
33941 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33942 Date:   Mon Jan 14 17:06:55 2008 -0600
33943
33944     ColdFire: MCF5445x header files cleanup
33945
33946     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33947     Signed-off by: John Rigby <jrigby@freescale.com>
33948
33949 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
33950 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33951 Date:   Mon Jan 14 16:59:42 2008 -0600
33952
33953     ColdFire: MCF532x header files cleanup
33954
33955     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33956     Signed-off by: John Rigby <jrigby@freescale.com>
33957
33958 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
33959 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33960 Date:   Mon Jan 14 15:30:15 2008 -0600
33961
33962     ColdFire: Add modules header files
33963
33964     Add CF specific modules header files
33965
33966     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33967     Signed-off-by: John Rigby <jrigby@freescale.com>
33968
33969 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
33970 Author: Kim Phillips <kim.phillips@freescale.com>
33971 Date:   Thu Jan 17 12:48:00 2008 -0600
33972
33973     codingstyle cleanup for spi driver
33974
33975     ..and rm unused CONFIG_FSL_SPI define
33976
33977     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33978
33979 commit d59feffb42c9f174116db7a82a311df98983dfce
33980 Author: Haiying Wang <Haiying.Wang@freescale.com>
33981 Date:   Wed Jan 16 17:12:12 2008 -0500
33982
33983     FSL: Fix common EEPROM_data structure definition
33984
33985     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
33986     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
33987       bd->bi_ethaddr.
33988
33989     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33990
33991 commit 6bee764bd6da510a4aad614880300c968bc7318d
33992 Author: Timur Tabi <timur@freescale.com>
33993 Date:   Wed Jan 16 15:48:12 2008 -0600
33994
33995     86xx: enable command-line editing
33996
33997     Enable command-line editing for all MPC86xx boards.
33998
33999     Signed-off-by: Timur Tabi <timur@freescale.com>
34000
34001 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
34002 Author: Ben Warren <biggerbadderben@gmail.com>
34003 Date:   Wed Jan 16 22:37:42 2008 -0500
34004
34005     Implement hard SPI driver on MPC8349EMDS
34006
34007     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
34008     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
34009
34010     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34011     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34012
34013 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
34014 Author: Ben Warren <biggerbadderben@gmail.com>
34015 Date:   Wed Jan 16 22:37:35 2008 -0500
34016
34017     Add support for a Freescale non-CPM SPI controller
34018
34019     This patch adds support for the SPI controller found on Freescale PowerPC
34020     processors such as the MCP834x family.  Additionally, a new config option,
34021     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
34022
34023     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34024     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34025
34026 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
34027 Author: Dave Liu <r63238@freescale.com>
34028 Date:   Thu Jan 17 18:23:19 2008 +0800
34029
34030     mpc83xx: Fix the fatal conflict of merge
34031
34032     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
34033     will cause the mpc8315erdb board can't boot up.
34034
34035     The patch fix that bug, and remove the duplicated #ifdef
34036     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
34037     MPC8313E processor.
34038
34039     Signed-off-by: Dave Liu <daveliu@freescale.com>
34040     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34041
34042 commit 3259eeaa4148125a81417477f62c05bd67f60587
34043 Author: Larry Johnson <lrj@acm.org>
34044 Date:   Thu Jan 17 08:50:09 2008 -0500
34045
34046     Merge Sequoia beautification into Korat code
34047
34048     Signed-off-by: Larry Johnson <lrj@acm.org>
34049
34050 commit e16925773211291b562e77187061e9dd1d757217
34051 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34052 Date:   Thu Jan 17 07:45:05 2008 +0100
34053
34054     net: add 'ethrotate' environment variable
34055
34056     [PATCH] net: add 'ethrotate' environment variable
34057
34058     This patch replaces the buildtime configuration option
34059     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
34060     configuration veriable. See README.
34061
34062     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34063     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34064
34065 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
34066 Author: Stefan Roese <sr@denx.de>
34067 Date:   Thu Jan 17 14:29:04 2008 +0100
34068
34069     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
34070
34071     Signed-off-by: Stefan Roese <sr@denx.de>
34072
34073 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
34074 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34075 Date:   Thu Jan 17 18:07:32 2008 +0900
34076
34077     sh: Remove CONFIG_COMMANDS from MS7720SE config file
34078
34079     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34080
34081 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
34082 Author: Niklaus Giger <niklaus.giger@netstal.com>
34083 Date:   Wed Jan 16 18:39:20 2008 +0100
34084
34085     ppc4xx: Netstal HCU4 board: added various fixes and POST
34086
34087     - Moved some common code to netstal/common/nm_bsp.c.
34088     - sdram initialisation goes go netstal/common/fixed_sdram.c.
34089     - Added support for POST.
34090     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
34091
34092     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34093
34094 commit 69b0634a4ee98c9791815600d43b99f626a952f3
34095 Author: Niklaus Giger <niklaus.giger@netstal.com>
34096 Date:   Thu Jan 17 12:53:56 2008 +0100
34097
34098     ppc4xx: netstal/common define routines used by all boards
34099
34100     Added some routines used by all Netstal boards:
34101     - nm_bsp.c: - nm_show_print and
34102             -  common_misc_init_r
34103             - set_params_for_sw_install. Very specific code to handle our SW
34104               installation procedure
34105     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
34106       to handle sdram initialization.
34107     - nm.h: Common header
34108
34109     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34110
34111 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
34112 Author: Niklaus Giger <niklaus.giger@netstal.com>
34113 Date:   Wed Jan 16 18:39:18 2008 +0100
34114
34115     ppc4xx: Netstal HCU5 board: added various fixes and POST
34116
34117     - Moved some common code to nestal/common/nm_bsp.c.
34118     - Added support for the vxWorks EDR.
34119     - Enable trace for Lauterbach, if present.
34120     - Added support for POST.
34121     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
34122
34123     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34124
34125 commit 4371090e5da77edc7bf9f296364db4801639d9c4
34126 Author: Niklaus Giger <niklaus.giger@netstal.com>
34127 Date:   Wed Jan 16 18:39:08 2008 +0100
34128
34129     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
34130
34131     - Various fixes
34132     - Reduced rom_size from 384 to 320 kB
34133     - Environment is now in flash
34134     - Added POST
34135     - Support for OF
34136
34137     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34138
34139 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
34140 Author: Niklaus Giger <niklaus.giger@netstal.com>
34141 Date:   Wed Jan 16 18:37:50 2008 +0100
34142
34143     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
34144
34145     - Various fixes
34146     - Reduced rom_size from 384 to 320 kB
34147     - Environment is now in flash
34148     - Added POST
34149     - Support for OF
34150
34151     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34152
34153 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
34154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34155 Date:   Thu Jan 17 10:53:08 2008 +0100
34156
34157     ppc4xx: Complete DU440 board support
34158
34159     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34160
34161 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
34162 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34163 Date:   Thu Jan 17 10:52:30 2008 +0100
34164
34165     ppc4xx: Add DU440 board support
34166
34167     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34168
34169 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
34170 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34171 Date:   Thu Jan 17 15:53:52 2008 +0900
34172
34173     sh: Update SuperH SCIF driver
34174
34175     This patch fixed wrong SH7720 CPU macro and changed macro that
34176     calculated value of SCBRR register.
34177
34178     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34179
34180 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
34181 Author: Grzegorz Bernacki <gjb@semihalf.com>
34182 Date:   Wed Jan 16 15:12:47 2008 +0100
34183
34184     Set ips dividor to 1/4 of csb clock.
34185
34186     Previous setting cause ips clock to be out of spec. This bug was found by John
34187     Rigby from Freescale.
34188
34189     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
34190
34191 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
34192 Author: Kumar Gala <galak@kernel.crashing.org>
34193 Date:   Thu Jan 17 02:19:18 2008 -0600
34194
34195     85xx: Get ride of old TLB setup code
34196
34197     Now that all boards have been converted, remove old config code and the
34198     config option for the new style.
34199
34200     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34201
34202 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
34203 Author: Kumar Gala <galak@kernel.crashing.org>
34204 Date:   Thu Jan 17 02:02:10 2008 -0600
34205
34206     85xx: Convert TQM85xx to new TLB setup
34207
34208     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34209
34210 commit 74121b470c14f7eaf284ee838bffca6f9521069e
34211 Author: Kumar Gala <galak@kernel.crashing.org>
34212 Date:   Thu Jan 17 01:56:32 2008 -0600
34213
34214     85xx: Convert STXGP3 & STXSSA to new TLB setup
34215
34216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34217
34218 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
34219 Author: Kumar Gala <galak@kernel.crashing.org>
34220 Date:   Thu Jan 17 01:44:34 2008 -0600
34221
34222     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
34223
34224     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34225
34226 commit 818218bac6a11591e2542c344d2330e0f4e1968b
34227 Author: Kumar Gala <galak@kernel.crashing.org>
34228 Date:   Thu Jan 17 01:31:34 2008 -0600
34229
34230     85xx: Convert PM854/PM856 to new TLB setup
34231
34232     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34233
34234 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
34235 Author: Kumar Gala <galak@kernel.crashing.org>
34236 Date:   Thu Jan 17 01:25:33 2008 -0600
34237
34238     85xx: Convert MPC8540EVAL to new TLB setup
34239
34240     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34241
34242 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
34243 Author: Kumar Gala <galak@kernel.crashing.org>
34244 Date:   Thu Jan 17 01:12:22 2008 -0600
34245
34246     85xx: Convert MPC8568 MDS to new TLB setup
34247
34248     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34249
34250 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
34251 Author: Kumar Gala <galak@kernel.crashing.org>
34252 Date:   Thu Jan 17 01:01:09 2008 -0600
34253
34254     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
34255
34256     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34257
34258 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
34259 Author: Kumar Gala <galak@kernel.crashing.org>
34260 Date:   Thu Jan 17 00:52:29 2008 -0600
34261
34262     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
34263
34264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34265
34266 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
34267 Author: Kumar Gala <galak@kernel.crashing.org>
34268 Date:   Thu Jan 17 00:32:17 2008 -0600
34269
34270     85xx: Convert ATUM8548 to new TLB setup
34271
34272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34273
34274 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
34275 Author: Kumar Gala <galak@kernel.crashing.org>
34276 Date:   Wed Jan 16 23:11:57 2008 -0600
34277
34278     85xx: Convert MPC8544 DS to new TLB setup
34279
34280     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34281
34282 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
34283 Author: Kumar Gala <galak@kernel.crashing.org>
34284 Date:   Wed Jan 16 22:38:34 2008 -0600
34285
34286     85xx: Reworked initial processor init
34287
34288     Reworked the initial processor initialzation sequence:
34289     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
34290     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
34291     * Reworked initial asm code to do most of the core init before TLBs
34292
34293     The main reasons for these changes are to allow handling of 36-bit phys
34294     addresses in the future and some of the issues that will exist when we
34295     do that.
34296
34297     There are a few caveats on what can be initialized via the LAW and TLB
34298     static tables:
34299     * TLB entry 14/15 can't be initialized via the TLB table
34300     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
34301       the code that is currently executing.
34302
34303     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34304
34305 commit 44a23cfd6360a68eaa41f945190618a55519eac3
34306 Author: Kumar Gala <galak@kernel.crashing.org>
34307 Date:   Wed Jan 16 22:33:22 2008 -0600
34308
34309     85xx: Introduce new tlb API
34310
34311     Add a set of functions to manipulate TLB entries:
34312      * set_tlb() - write a tlb entry
34313      * invalidate_tlb() - invalidate a tlb array
34314      * disable_tlb() - disable a variable size tlb entry
34315      * init_tlbs() - setup initial tlbs based on static table
34316
34317     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34318
34319 commit be88b1699863c262818f3af7f60173b4d48df8fc
34320 Author: Stefan Roese <sr@denx.de>
34321 Date:   Thu Jan 17 07:50:17 2008 +0100
34322
34323     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
34324
34325     Signed-off-by: Stefan Roese <sr@denx.de>
34326
34327 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
34328 Author: Kumar Gala <galak@kernel.crashing.org>
34329 Date:   Wed Jan 16 10:04:42 2008 -0600
34330
34331     85xx: Use proper defines for PCI addresses
34332
34333     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
34334     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
34335     be used for configuring the PCI ATMU.
34336
34337     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34338
34339 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
34340 Author: Kumar Gala <galak@kernel.crashing.org>
34341 Date:   Wed Jan 16 09:22:29 2008 -0600
34342
34343     85xx: Remove old style of LAW init
34344
34345     All boards are now using the new fsl_law code so we can drop the old version.
34346
34347     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34348
34349 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
34350 Author: Kumar Gala <galak@kernel.crashing.org>
34351 Date:   Wed Jan 16 09:15:29 2008 -0600
34352
34353     85xx: convert remaining 85xx boards over to use new LAW init code
34354
34355     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
34356     to use new LAW init code.
34357
34358     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34359
34360 commit 572b13afc42710f2957c382a710360429c0e099b
34361 Author: Kumar Gala <galak@kernel.crashing.org>
34362 Date:   Wed Jan 16 09:11:53 2008 -0600
34363
34364     85xx: convert STXGP3/STXSSA over to use new LAW init code
34365
34366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34367
34368 commit 45f2166ac0233a9263058378f39612bd11f61196
34369 Author: Kumar Gala <galak@kernel.crashing.org>
34370 Date:   Wed Jan 16 09:06:48 2008 -0600
34371
34372     85xx: convert PM854/PM856 over to use new LAW init code
34373
34374     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34375
34376 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
34377 Author: Kumar Gala <galak@kernel.crashing.org>
34378 Date:   Wed Jan 16 09:05:27 2008 -0600
34379
34380     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
34381
34382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34383
34384 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
34385 Author: Kumar Gala <galak@kernel.crashing.org>
34386 Date:   Wed Jan 16 01:45:10 2008 -0600
34387
34388     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
34389
34390     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34391
34392 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
34393 Author: Kumar Gala <galak@kernel.crashing.org>
34394 Date:   Wed Jan 16 01:32:06 2008 -0600
34395
34396     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
34397
34398     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34399
34400 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
34401 Author: Kumar Gala <galak@kernel.crashing.org>
34402 Date:   Wed Jan 16 01:16:16 2008 -0600
34403
34404     85xx: convert MPC8544 DS over to use new LAW init code
34405
34406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34407
34408 commit 83d40dfd79fe868796275802f60116d84b9e4395
34409 Author: Kumar Gala <galak@kernel.crashing.org>
34410 Date:   Wed Jan 16 01:13:58 2008 -0600
34411
34412     85xx: Move LAW init code into C
34413
34414     Move the initialization of the LAWs into C code and provide an API
34415     to allow modification of LAWs after init.
34416
34417     Board code is responsible to provide a law_table and num_law_entries.
34418
34419     We should be able to use the same code on 86xx as well.
34420
34421     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34422
34423 commit bed8ce838a609aaab136d43b25e6df2a520bc854
34424 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34425 Date:   Sat Dec 22 15:03:12 2007 +0100
34426
34427     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
34428
34429     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34430
34431 commit 0764c164fed6277d359cf132d55187ea34290114
34432 Author: Vlad Lungu <vlad@comsys.ro>
34433 Date:   Wed Jan 16 19:27:51 2008 +0200
34434
34435     MIPS:Target support for qemu -M mips
34436
34437     With serial, NE2000, IDE support. Tested in big-endian mode.
34438     Memory size hard-coded to 128M for now, so don't play with
34439     the -m option.
34440
34441     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
34442
34443 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
34444 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34445 Date:   Fri Jan 11 00:01:37 2008 +0100
34446
34447     Fix nfs command help to reflect that the serverip is optional
34448
34449     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34450     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34451
34452 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
34453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34454 Date:   Mon Dec 10 22:32:14 2007 +0100
34455
34456     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
34457
34458     and move is_valid_ether_addr board file
34459
34460     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34461     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34462
34463 commit c2f896b8fc4722e36915903e1942e138e68ce804
34464 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34465 Date:   Wed Jan 16 16:13:31 2008 +0900
34466
34467     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
34468
34469     rx_status on the memory is basically in LE, but needs to be handled in CPU
34470     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
34471     it'll work fine.
34472
34473     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34474     Cc: Masami Komiya <mkomiya@sonare.it>
34475     Cc: Lucas Jin <lucasjin@gmail.com>
34476     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34477
34478 commit 96a236746fe6a7b84802afb4ed31536696d34812
34479 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34480 Date:   Wed Jan 16 16:12:26 2008 +0900
34481
34482     drivers/net/rtl8139.c: Fix cache coherency issues
34483
34484     Current driver is meant for cache coherent systems. This patch adds
34485     flush_cache() routines to support cache non-coherent systems.
34486
34487     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34488     Cc: Masami Komiya <mkomiya@sonare.it>
34489     Cc: Lucas Jin <lucasjin@gmail.com>
34490     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34491
34492 commit d1276c76c1e2b5035296689280ba1acb2c425104
34493 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34494 Date:   Wed Jan 16 16:11:14 2008 +0900
34495
34496     drivers/net/rtl8139.c: Fix tx timeout
34497
34498     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
34499     does, the condition "(currticks() < to)" becomes invalid and immediately
34500     leads to tx timeout error. This patch introduces the fine-graded udely(10)
34501     loops to ease the impact of wrapping around.
34502
34503     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34504     Cc: Masami Komiya <mkomiya@sonare.it>
34505     Cc: Lucas Jin <lucasjin@gmail.com>
34506     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34507
34508 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
34509 Author: Dave Liu <r63238@freescale.com>
34510 Date:   Fri Jan 11 18:45:28 2008 +0800
34511
34512     TSEC: Add the support for RealTek RTL8211B PHY
34513
34514     Add the support of RealTek RTL8211B PHY, the RTL8211B
34515     PHY only supports RGMII and MII mode.
34516
34517     Signed-off-by: Dave Liu <daveliu@freescale.com>
34518     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34519
34520 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
34521 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34522 Date:   Wed Jan 16 09:40:41 2008 +0100
34523
34524     Remove annoying debug printout for PHY less boards.
34525
34526     PHY less board prints out lots of "read wrong ...":
34527     read wrong value : mii_id 3,mii_reg 2, base e0102320
34528     read wrong value : mii_id 3,mii_reg 3, base e0102320
34529     UEC: PHY is Generic MII (ffffffff)
34530     read wrong value : mii_id 3,mii_reg 4, base e0102320
34531     read wrong value : mii_id 3,mii_reg 0, base e0102320
34532     read wrong value : mii_id 3,mii_reg 1, base e0102320
34533     read wrong value : mii_id 3,mii_reg 1, base e0102320
34534     read wrong value : mii_id 3,mii_reg 5, base e0102320
34535     read wrong value : mii_id 3,mii_reg 1, base e0102320
34536     read wrong value : mii_id 3,mii_reg 1, base e0102320
34537     read wrong value : mii_id 3,mii_reg 5, base e0102320
34538     FSL UEC0: Full Duplex
34539     FSL UEC0: Speed 100BT
34540     FSL UEC0: Link is up
34541     Using FSL UEC0 device
34542
34543     Make this printout depend on UEC_VERBOSE_DEBUG and
34544     remove its definition in uec_phy.c
34545
34546     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34547     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34548
34549 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
34550 Author: Kim Phillips <kim.phillips@freescale.com>
34551 Date:   Tue Jan 15 14:11:00 2008 -0600
34552
34553     net: reduce boot latency on QE UEC based boards
34554
34555     actually polling for PHY autonegotiation to finish enables us to remove the
34556     5 second boot prompt latency present on QE based boards.
34557
34558     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
34559     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
34560     code shamelessly stolen from tsec driver.
34561
34562     also rm unused CONFIG_RMII_MODE code.
34563
34564     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34565     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34566     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34567
34568 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
34569 Author: michael.firth@bt.com <michael.firth@bt.com>
34570 Date:   Wed Jan 16 11:40:51 2008 +0000
34571
34572     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
34573
34574     The current TSEC driver limits MDIO access to the devices that have been configured as attached
34575     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
34576
34577     Signed-off-by: Michael Firth <michael.firth@bt.com>
34578     Acked-by: Andy Fleming <afleming@freescale.com>
34579     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34580
34581 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
34582 Author: Kim Phillips <kim.phillips@freescale.com>
34583 Date:   Wed Jan 16 00:38:05 2008 -0600
34584
34585     Add support for the MPC837xERDB
34586
34587     MPC837xERDB board support includes:
34588     * DDR2 330MHz hardcoded (soldered on the board)
34589     * Local Bus NOR Flash
34590     * I2C, UART and RTC
34591     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
34592     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
34593     *                  load)
34594
34595     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
34596     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
34597     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34598
34599 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
34600 Author: Kim Phillips <kim.phillips@freescale.com>
34601 Date:   Wed Jan 16 12:06:16 2008 -0600
34602
34603     mpc83xx: add support for more system clock performance controls
34604
34605     System registers that are modified are the Arbiter Configuration
34606     Register (ACR), the System Priority Control Register (SPCR), and the
34607     System Clock Configuration Register (SCCR).
34608
34609     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
34610     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
34611     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34612
34613 commit 16c3cde050e2d243e62b37486f1558570787beb8
34614 Author: James Yang <james.yang@freescale.com>
34615 Date:   Wed Jan 16 11:58:08 2008 -0600
34616
34617     FSL: Generalize PIXIS reset command parsing.
34618
34619     Before, the order of arguments to the pixis_reset
34620     command needed to be supplied in a hard-coded order.
34621     Generalize the command parsing to allow any order.
34622
34623     Signed-off-by: James Yang <james.yang@freescale.com>
34624     Acked-by: Jon Loeliger <jdl@freescale.com>
34625
34626 commit ad8f8687b78c3e917b173f038926695383c55555
34627 Author: Jon Loeliger <jdl@freescale.com>
34628 Date:   Tue Jan 15 13:42:41 2008 -0600
34629
34630     FSL: Convert board/freescale/common/Makefile to use CONFIG_
34631
34632     Convert the board/freescale/common/Makefile to use
34633     CONFIG_* options to select which files to conditionally
34634     compile into the board/freescale/common library rather
34635     than conditionally compiling entire files.
34636
34637     Now handles::
34638         CONFIG_FSL_PIXIS
34639         CONFIG_FSL_DIU_FB
34640         CONFIG_PQ_MDS_PIB
34641
34642     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
34643
34644     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34645
34646 commit 7c2221eb230372a9e537c4f6636b147b0909325f
34647 Author: Roy Zang <tie-fei.zang@freescale.com>
34648 Date:   Tue Jan 15 16:38:38 2008 +0800
34649
34650     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
34651
34652     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
34653     Remove unused ethernet CONFIG_ options.
34654
34655     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34656     Acked-by: Jon Loeliger <jdl@freescale.com>
34657
34658 commit 711a7946277d2e29af481011e8635e9975c54e45
34659 Author: Kim Phillips <kim.phillips@freescale.com>
34660 Date:   Tue Jan 15 14:05:14 2008 -0600
34661
34662     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
34663
34664     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
34665
34666     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34667
34668 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
34669 Author: Kim Phillips <kim.phillips@freescale.com>
34670 Date:   Tue Jan 15 09:51:12 2008 -0600
34671
34672     mpc83xx: clean up mpc8360emds.c warnings
34673
34674     mpc8360emds.c: In function 'ft_board_setup':
34675     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
34676     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
34677     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
34678     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
34679     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
34680     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
34681
34682     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34683
34684 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
34685 Author: Kim Phillips <kim.phillips@freescale.com>
34686 Date:   Mon Jan 14 16:14:46 2008 -0600
34687
34688     mpc83xx: fix phy-connection-type fixup code
34689
34690     use tree passed to us in local blob, not global fdt.
34691
34692     Also use fdt_path_offset to convert to relative offset, since absolute
34693     reference is needed to check for rgmii-id mode string value.
34694
34695     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34696
34697 commit 2b4c952be7c4357a13e839d48df80853820c33eb
34698 Author: Kumar Gala <galak@kernel.crashing.org>
34699 Date:   Mon Jan 14 09:01:40 2008 -0600
34700
34701     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
34702
34703     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34704     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34705
34706 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
34707 Author: Poonam Aggrwal <b10812@freescale.com>
34708 Date:   Mon Jan 14 09:41:14 2008 +0530
34709
34710     Changes in uboot DDR configuration for MPC8313eRDB
34711
34712     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
34713     DDR configuration in u-boot code. Some are related to performance, some
34714     affect stability and some correct few basic errors in the current
34715     configuration.
34716
34717     The changes have been tested and found to give better memory latency
34718     figures on MPC8313eRDB.LMBench figures prove it.
34719
34720     The changes are:
34721
34722     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
34723       (this may improve performance for application with many read
34724       or write to open pages).
34725     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
34726       001 (activating all the CS when only one is used may cause
34727       unwanted noise on the system)
34728
34729     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
34730       Tras=45ns)
34731     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
34732
34733     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
34734       comply with the 3 ODT clk requirements)
34735     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
34736     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
34737
34738     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
34739     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
34740
34741     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
34742     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
34743
34744     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
34745     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
34746
34747     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
34748     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
34749     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
34750     Cc: Josep P J <PJ.Joseph@freescale.com>
34751     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34752
34753 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
34754 Author: Jerry Van Baren <gvb.uboot@gmail.com>
34755 Date:   Sat Jan 12 13:24:14 2008 -0500
34756
34757     Enable the isdram command on the MPC8360EMDS board
34758
34759     The isdram command prints out decoded information the "serial presence
34760     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
34761     debugging memory configuration problems.
34762
34763     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34764     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34765
34766 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
34767 Author: Dave Liu <r63238@freescale.com>
34768 Date:   Fri Jan 11 18:48:24 2008 +0800
34769
34770     mpc83xx: Add the support for MPC8315ERDB board
34771
34772     The features list:
34773     - Boot from NOR Flash
34774     - DDR2 266MHz hardcoded configuration
34775     - Local bus NOR Flash R/W operation
34776     - I2C, UART, MII and RTC
34777     - eTSEC0/1 support
34778     - PCI host
34779
34780     Signed-off-by: Dave Liu <daveliu@freescale.com>
34781     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34782
34783 commit b05884efa614e4d8a9413158fc228e0dc02ab704
34784 Author: Dave Liu <r63238@freescale.com>
34785 Date:   Fri Jan 11 18:46:50 2008 +0800
34786
34787     mpc83xx: Add config of eTSEC emergency priority in SPCR
34788
34789     The TSEC emergency priority definition of 831x/837x
34790     is different than the definition of 834x in SPCR register.
34791
34792     Add the other config of TSEC emergency priority into
34793     cpu_init.c
34794
34795     Signed-off-by: Dave Liu <daveliu@freescale.com>
34796     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34797
34798 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
34799 Author: Dave Liu <r63238@freescale.com>
34800 Date:   Fri Jan 11 18:42:19 2008 +0800
34801
34802     mpc83xx: Remove cache config from MPC8360ERDK.h
34803
34804     The MPC8360ERDK board support patch is added before
34805     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
34806     so, miss clean up it.
34807
34808     The patch clean up the miss cache config.
34809
34810     Signed-off-by: Dave Liu <daveliu@freescale.com>
34811     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34812
34813 commit cd9d23053d435c08fc8695017b5cb9003fcda786
34814 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34815 Date:   Mon Jan 14 23:09:32 2008 +0300
34816
34817     nand: FSL UPM NAND driver
34818
34819     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34820
34821 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
34822 Author: Kyungmin Park <kmpark@infradead.org>
34823 Date:   Tue Jan 15 08:59:44 2008 +0900
34824
34825     OneNAND: Separate U-Boot dependent code from OneNAND
34826
34827     OneNAND: Separate U-Boot dependent code from OneNAND
34828
34829     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
34830
34831 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
34832 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34833 Date:   Wed Jan 16 10:33:46 2008 +0100
34834
34835     ppc4xx: Sequoia coding style cleanup and beautification
34836
34837     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34838
34839 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
34840 Author: Larry Johnson <lrj@acm.org>
34841 Date:   Tue Jan 15 14:35:58 2008 -0500
34842
34843     ppc4xx: Refactor ECC POST for AMCC Denali core
34844
34845     The ECC POST reported intermittent failures running after power-up on
34846     the Korat PPC440EPx board.  Even when the test passed, the debugging
34847     output occasionally reported additional unexpected ECC errors.
34848
34849     This refactoring has three main objectives: (1) minimize the code
34850     executed with ECC enabled during the tests, (2) add more checking of the
34851     results so any unexpected ECC errors would cause the test to fail, and
34852     (3) use synchronization (only) where required by the processor.
34853
34854     Signed-off-by: Larry Johnson <lrj@acm.org>
34855
34856 commit 2465665b73ac2f688af945b1ed510752afa816a4
34857 Author: David Saada <David.Saada@ecitele.com>
34858 Date:   Tue Jan 15 10:40:24 2008 +0200
34859
34860     QE UEC: Extend number of supported UECs to 4
34861
34862     This patch extends the number of supported UECs to 4. Note that the
34863     problem of QE thread resources exhaustion is resolved by setting the
34864     correct number of QE threads according to Ethernet type (GBE or FE).
34865
34866     Signed-off-by: David Saada <david.saada@ecitele.com>
34867     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34868
34869 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
34870 Author: Wolfgang Denk <wd@denx.de>
34871 Date:   Wed Jan 16 00:01:01 2008 +0100
34872
34873     LWMON5: enable hush shell as command line parser
34874
34875     Signed-off-by: Wolfgang Denk <wd@denx.de>
34876
34877 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
34878 Author: Wolfgang Denk <wd@denx.de>
34879 Date:   Tue Jan 15 17:22:28 2008 +0100
34880
34881     ADS5121: disable watchdog; enable image timestamps
34882
34883     Signed-off-by: Wolfgang Denk <wd@denx.de>
34884
34885 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
34886 Author: Wolfgang Denk <wd@denx.de>
34887 Date:   Tue Jan 15 17:21:28 2008 +0100
34888
34889     TK885D: fixes for bigger flash sector sizes on new modules;
34890     adjust default environment;
34891     disable SCC ethernet (not used on this board).
34892
34893     Signed-off-by: Wolfgang Denk <wd@denx.de>
34894
34895 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
34896 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34897 Date:   Tue Jan 15 17:48:13 2008 +0900
34898
34899     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
34900
34901     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34902
34903 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
34904 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34905 Date:   Tue Jan 15 23:25:25 2008 +0900
34906
34907     sh: Add support SH7710/SH7712
34908
34909     SH7710/SH7712 of SH3 CPU are supported.
34910     SH771X is called SH-Ether, and has the Ether controller in CPU.
34911     The driver of Ether is not included in this patch.
34912
34913     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34914
34915 commit 63a11be68306870e04d3851ed9fa41955cdf4894
34916 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34917 Date:   Tue Jan 15 23:06:17 2008 +0900
34918
34919     sh: Add support of map_physmem() and unmap_physmem() to SuperH
34920
34921     This patch add the support of map_physmem() and unmap_physmem()
34922     used with Common Flash Interface(CFI) driver.
34923
34924     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34925
34926 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
34927 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34928 Date:   Wed Jan 9 14:42:27 2008 +0900
34929
34930     sh: Add maintainer of MS7720SE to the MAINTAINER file
34931
34932     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34933
34934 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
34935 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34936 Date:   Wed Jan 9 14:39:58 2008 +0900
34937
34938     sh: Fix board name in MS7720SE's config.mk
34939
34940     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34941
34942 commit c0a04d93734d768b39dbb72fb501b65614c8615d
34943 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34944 Date:   Wed Jan 9 14:37:36 2008 +0900
34945
34946     sh: Add MS7720SE to MAKEALL
34947
34948     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34949
34950 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
34951 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34952 Date:   Mon Dec 3 22:58:50 2007 +0900
34953
34954     sh: Add support for MS7720RP02 board
34955
34956     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34957     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34958     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34959
34960 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
34961 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34962 Date:   Wed Jan 9 14:30:02 2008 +0900
34963
34964     sh: Add support for SH7720 in serial_sh driver.
34965
34966     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34967     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34968     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34969
34970 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
34971 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34972 Date:   Mon Dec 3 22:58:45 2007 +0900
34973
34974     sh: Add support SH3 and SH7720
34975
34976     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34977     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34978     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34979
34980 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
34981 Author: Stefan Roese <sr@denx.de>
34982 Date:   Tue Jan 15 10:11:02 2008 +0100
34983
34984     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
34985
34986     Signed-off-by: Stefan Roese <sr@denx.de>
34987
34988 commit 17bef68097ab3692500a36fb31115bff7910aa99
34989 Author: Niklaus Giger <niklausgiger@gmx.ch>
34990 Date:   Mon Jan 14 14:04:42 2008 +0100
34991
34992     ppc_4xx: Fix post spr.c for PPC405
34993
34994     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
34995     for PPC440 and derivates processor.
34996
34997     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34998
34999 commit 06c428bcd4413014b43236e77765022071424fa6
35000 Author: Dave Liu <r63238@freescale.com>
35001 Date:   Mon Jan 14 11:12:01 2008 +0800
35002
35003     QE: fix compile warning
35004
35005     qe.c: In function 'qe_upload_firmware':
35006     qe.c:390: warning: pointer targets in passing argument 2
35007     uec.c: In function 'uec_initialize':
35008     uec.c:1236: warning: 'uec_info' may be used uninitialized
35009
35010     Signed-off-by: Dave Liu <daveliu@freescale.com>
35011
35012 commit a0dd99d51efa55fe023e19c97ead92683725eb11
35013 Author: Stefan Roese <sr@denx.de>
35014 Date:   Mon Jan 14 10:05:05 2008 +0100
35015
35016     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
35017
35018     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
35019     to remove the USB PHY reset after powerup. The CPLD will keep the
35020     USB PHY in reset (active low) until the bit is set to 1 in
35021     board_early_init_f().
35022
35023     Signed-off-by: Stefan Roese <sr@denx.de>
35024
35025 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
35026 Author: Wolfgang Denk <wd@denx.de>
35027 Date:   Sun Jan 13 23:26:45 2008 +0100
35028
35029     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
35030
35031     Signed-off-by: Wolfgang Denk <wd@denx.de>
35032
35033 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
35034 Author: Wolfgang Denk <wd@denx.de>
35035 Date:   Sun Jan 13 23:37:50 2008 +0100
35036
35037     ADS5121: Fix typo in ads5121.c, adjust default environment
35038
35039     Signed-off-by: Wolfgang Denk <wd@denx.de>
35040
35041 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
35042 Author: John Rigby <jrigby@freescale.com>
35043 Date:   Fri Aug 24 18:18:43 2007 -0600
35044
35045     ADS5121: MAX slew rate for PATA pins
35046
35047     Signed-off-by: John Rigby <jrigby@freescale.com>
35048
35049 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
35050 Author: Wolfgang Denk <wd@denx.de>
35051 Date:   Sun Jan 13 21:05:52 2008 +0100
35052
35053     Fix Makefile dependency problem with parallel builds.
35054
35055     Signed-off-by: Wolfgang Denk <wd@denx.de>
35056
35057 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
35058 Author: Wolfgang Denk <wd@denx.de>
35059 Date:   Sun Jan 13 19:51:39 2008 +0100
35060
35061     MPC8544DS: fix board Makefile for silent build (with -s)
35062
35063     Signed-off-by: Wolfgang Denk <wd@denx.de>
35064
35065 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
35066 Author: Wolfgang Denk <wd@denx.de>
35067 Date:   Sun Jan 13 16:44:08 2008 +0100
35068
35069     PMC440 board: fix board Makefile for out-of-tree building
35070
35071     Signed-off-by: Wolfgang Denk <wd@denx.de>
35072
35073 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
35074 Author: Wolfgang Denk <wd@denx.de>
35075 Date:   Sun Jan 13 16:07:44 2008 +0100
35076
35077     Makalu: fix compile warning
35078
35079     Signed-off-by: Wolfgang Denk <wd@denx.de>
35080
35081 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
35082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35083 Date:   Sun Jan 13 12:36:12 2008 +0100
35084
35085     cmd_nand : fix compiler warning.
35086
35087     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35088
35089 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
35090 Author: Michael Schwingen <rincewind@discworld.dascon.de>
35091 Date:   Sat Jan 12 20:29:47 2008 +0100
35092
35093     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
35094
35095     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35096     Acked-by: Stefan Roese <sr@denx.de>
35097
35098 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
35099 Author: Wolfgang Denk <wd@denx.de>
35100 Date:   Sun Jan 13 02:19:44 2008 +0100
35101
35102     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
35103
35104     Signed-off-by: Wolfgang Denk <wd@denx.de>
35105
35106 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
35107 Author: Wolfgang Denk <wd@denx.de>
35108 Date:   Sun Jan 13 02:19:13 2008 +0100
35109
35110     MPC8xx FEC driver: fix compiler warning.
35111
35112     Signed-off-by: Wolfgang Denk <wd@denx.de>
35113
35114 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
35115 Author: Wolfgang Denk <wd@denx.de>
35116 Date:   Sun Jan 13 00:59:21 2008 +0100
35117
35118     Fix Makefile dependencies issues; allow silent build
35119
35120     - get rid of "version" target whichdidn't really work
35121     - make autoconf.mk depend on version_autogenerated.h to make sure
35122       to rebuild files as needed
35123     - add XECHO macro to allow for silent build using "make -s"
35124
35125     Signed-off-by: Wolfgang Denk <wd@denx.de>
35126
35127 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
35128 Author: Wolfgang Denk <wd@denx.de>
35129 Date:   Sun Jan 13 00:55:47 2008 +0100
35130
35131     ADS5121e: fix compile warning
35132
35133     Signed-off-by: Wolfgang Denk <wd@denx.de>
35134
35135 commit f2b6f4610627fe3d607620e25082916a01538875
35136 Author: Wolfgang Denk <wd@denx.de>
35137 Date:   Sun Jan 13 00:55:18 2008 +0100
35138
35139     MUNICes: fix board Makefile for remote build directory
35140
35141     Signed-off-by: Wolfgang Denk <wd@denx.de>
35142
35143 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
35144 Author: Oliver Weber <almoeli@gmx.de>
35145 Date:   Wed Jan 9 17:04:38 2008 +0100
35146
35147     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
35148
35149     Signed-off-by: Oliver Weber <almoeli@gmx.de>
35150
35151 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
35152 Author: Andreas Engel <andreas.engel@ericsson.com>
35153 Date:   Wed Jan 9 17:10:56 2008 +0100
35154
35155     Make bootretry work when command line editing is enabled
35156
35157     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
35158     This patch fixes the problem.
35159
35160     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
35161
35162 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
35163 Author: Larry Johnson <lrj@acm.org>
35164 Date:   Fri Jan 11 23:26:18 2008 -0500
35165
35166     Refactor code for "i2c sdram" command
35167
35168     Signed-off-by: Larry Johnson <lrj@acm.org>
35169
35170 commit 0df6b8446c4721b91ce311548114891130371083
35171 Author: Larry Johnson <lrj@acm.org>
35172 Date:   Thu Jan 10 22:23:39 2008 -0500
35173
35174     Fix "i2c sdram" command for DDR2 DIMMs
35175
35176     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
35177     "i2c sdram" command.  This patch provides correct alternative
35178     interpretations when DDR2 memory is detected.
35179
35180     Signed-off-by: Larry Johnson <lrj@acm.org>
35181
35182 commit 64134f011254123618798ff77c42ba196b2ec485
35183 Author: Wolfgang Denk <wd@denx.de>
35184 Date:   Sat Jan 12 20:31:39 2008 +0100
35185
35186     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
35187
35188     With recent toolchain versions, some boards would not build because
35189     or errors like this one (here for ocotea board when building with
35190     ELDK 4.2 beta):
35191     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
35192
35193     For many boards, the .bss section is big enough that it wraps around
35194     at the end of the address space (0xFFFFFFFF), so the problem will not
35195     be visible unless you use a 64 bit tool chain for development. On
35196     some boards however, changes to the code size (due to different
35197     optimizations) we bail out with section overlaps like above.
35198
35199     The fix is to add the NOLOAD attribute to the .bss and .sbss
35200     sections, telling the linker that .bss does not consume any space in
35201     the image.
35202
35203     Signed-off-by: Wolfgang Denk <wd@denx.de>
35204
35205 commit 3afac79ec27b91df185f090b31dad9620779f440
35206 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
35207 Date:   Fri Jan 11 20:42:58 2008 -0600
35208
35209     USB: Add Philips 1561 PCI-OHCI ids
35210     (needed for M5475EVB)
35211
35212     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35213
35214 commit 5e8def6731cd7bec74bff42a16b139de04010353
35215 Author: Wolfgang Denk <wd@denx.de>
35216 Date:   Sat Jan 12 15:51:34 2008 +0100
35217
35218     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
35219     boards.
35220
35221     Signed-off-by: Heiko Schocher <hs@denx.de>
35222     Signed-off-by: Wolfgang Denk <wd@denx.de>
35223
35224 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
35225 Author: Grzegorz Bernacki <gjb@semihalf.com>
35226 Date:   Fri Jan 11 12:03:43 2008 +0100
35227
35228     MPC512X: Cleanup bus clock names.
35229
35230     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
35231
35232 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
35233 Author: Grzegorz Bernacki <gjb@semihalf.com>
35234 Date:   Tue Jan 8 17:16:59 2008 +0100
35235
35236     MPC512X: Fixed typo in macro name.
35237
35238     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
35239
35240 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
35241 Author: Grzegorz Bernacki <gjb@semihalf.com>
35242 Date:   Tue Jan 8 17:16:15 2008 +0100
35243
35244     ads5121: Added support for FDT.
35245
35246     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
35247
35248 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
35249 Author: Wolfgang Denk <wd@denx.de>
35250 Date:   Sat Jan 12 01:05:50 2008 +0100
35251
35252     Coding Style cleanup; update CHANGELOG.
35253
35254     Signed-off-by: Wolfgang Denk <wd@denx.de>
35255
35256 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
35257 Author: Heiko Schocher <hs@denx.de>
35258 Date:   Fri Jan 11 15:15:17 2008 +0100
35259
35260     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
35261
35262     Signed-off-by: Timur Tabi <timur@freescale.com>
35263     Signed-off-by: Heiko Schocher <hs@denx.de>
35264
35265 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
35266 Author: Heiko Schocher <hs@denx.de>
35267 Date:   Fri Jan 11 15:15:16 2008 +0100
35268
35269     MUNICes: Set the right CFG_DEFAULT_MBAR value.
35270
35271     Signed-off-by: Heiko Schocher <hs@denx.de>
35272
35273 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
35274 Author: Heiko Schocher <hs@denx.de>
35275 Date:   Fri Jan 11 15:15:15 2008 +0100
35276
35277     added the config File for the MUNICes board.
35278
35279     Signed-off-by: Heiko Schocher <hs@denx.de>
35280
35281 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
35282 Author: Heiko Schocher <hs@denx.de>
35283 Date:   Fri Jan 11 15:15:14 2008 +0100
35284
35285     added basic support for the MUNICes board.
35286
35287     Signed-off-by: Heiko Schocher <hs@denx.de>
35288
35289 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
35290 Author: Wolfgang Denk <wd@denx.de>
35291 Date:   Sat Jan 12 00:39:37 2008 +0100
35292
35293     Update CHANGELOG and MAINTAINERS files.
35294
35295     Signed-off-by: Wolfgang Denk <wd@denx.de>
35296
35297 commit 5ba7390c3cb579172be66888a371707b47b5be4e
35298 Author: Anatolij Gustschin <agust@denx.de>
35299 Date:   Fri Jan 11 02:15:02 2008 +0100
35300
35301     Fix compilation problem in common/cmd_bmp.c
35302
35303     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
35304     isn't defined. This patch fix this.
35305
35306     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35307
35308 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
35309 Author: Heiko Schocher <hs@denx.de>
35310 Date:   Fri Jan 11 01:12:09 2008 +0100
35311
35312     Fix defaultconfig for the mgcoge board.
35313
35314     Signed-off-by: Heiko Schocher <hs@denx.de>
35315
35316 commit ac9db066b26935f31bff15c98168b19faeb603f3
35317 Author: Heiko Schocher <hs@denx.de>
35318 Date:   Fri Jan 11 01:12:08 2008 +0100
35319
35320     Added support for the mgcoge board from keymile.
35321
35322     Signed-off-by: Heiko Schocher <hs@denx.de>
35323
35324 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
35325 Author: Heiko Schocher <hs@denx.de>
35326 Date:   Fri Jan 11 01:12:07 2008 +0100
35327
35328     Enable SMC microcode relocation patch for SMC1.
35329
35330     Signed-off-by: Heiko Schocher <hs@denx.de>
35331
35332 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
35333 Author: Heiko Schocher <hs@denx.de>
35334 Date:   Fri Jan 11 01:12:06 2008 +0100
35335
35336     Added support for the mgsuvd board from keymile.
35337
35338     Signed-off-by: Heiko Schocher <hs@denx.de>
35339
35340 commit bf05293973b348f6946c9df92cd3c65ece42d0be
35341 Author: James Yang <james.yang@freescale.com>
35342 Date:   Thu Jan 10 16:02:07 2008 -0600
35343
35344     Fix 64-bit vsprintf.
35345
35346     There were some size and unsigned problems.
35347     Also add support for "ll" size modifier in format string like glibc
35348
35349     Signed-off-by: James Yang <James.Yang@freescale.com>
35350     Acked-by: Jon Loeliger <jdl@freescale.com>
35351
35352 commit 92fa37eac530860643afa26ae347af3d23d67309
35353 Author: Larry Johnson <lrj@acm.org>
35354 Date:   Wed Jan 9 12:42:35 2008 -0500
35355
35356     Remove superfluous preprocessor conditionals from LM73 driver
35357
35358     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
35359
35360     (2) Use conditional Makefile.o.
35361
35362     Signed-off-by: Larry Johnson <lrj@acm.org>
35363
35364 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
35365 Author: Guennadi Liakhovetski <lg@denx.de>
35366 Date:   Thu Jan 10 17:59:07 2008 +0100
35367
35368     Add support for the TK885D baseboard from TELE-DATA
35369
35370     The TK885D board uses a TQM885D module from TQ, this port adds an
35371     own configuration file and adds a last_stage_init() method to
35372     configure the two PHYs, depending on the phy_auto_nego environment
35373     variable.
35374
35375     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35376
35377 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
35378 Author: Kumar Gala <galak@kernel.crashing.org>
35379 Date:   Thu Jan 10 02:22:05 2008 -0600
35380
35381     Fix compiler warning
35382
35383     main.c: In function 'readline_into_buffer':
35384     main.c:927: warning: unused variable 'p_buf'
35385
35386     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35387
35388 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
35389 Author: Anatolij Gustschin <agust@denx.de>
35390 Date:   Fri Jan 11 14:30:01 2008 +0100
35391
35392     Add Fujitsu CoralP/Lime video driver
35393
35394     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35395     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
35396
35397 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
35398 Author: Anatolij Gustschin <agust@denx.de>
35399 Date:   Fri Jan 11 02:39:47 2008 +0100
35400
35401     Fix video console newline and carriage return handling
35402
35403     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
35404     are not displayed correctly. This is an attempt to fix
35405     this issue. Also add carriage return handling.
35406
35407     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35408     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
35409
35410 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
35411 Author: Stefan Roese <sr@denx.de>
35412 Date:   Fri Jan 11 15:53:58 2008 +0100
35413
35414     ppc4xx: Fix sdram init on Sequoia boards
35415
35416     Clear possible errors in MCSR resulting from data-eye-search.
35417     If not done, then we could get an interrupt later on when
35418     exceptions are enabled.
35419
35420     Signed-off-by: Stefan Roese <sr@denx.de>
35421
35422 commit d610a60730b7464f6f659db49d264d89a7c71061
35423 Author: Anatolij Gustschin <agust@denx.de>
35424 Date:   Fri Jan 11 15:31:09 2008 +0100
35425
35426     ppc4xx: Rework Lime support for lwmon5
35427
35428     Rework Lime support for lwmon5 using new video driver
35429
35430     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35431
35432 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
35433 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35434 Date:   Fri Jan 11 14:55:16 2008 +0100
35435
35436     ppc4xx: Update PMC440 config file
35437
35438     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35439
35440 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
35441 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35442 Date:   Fri Jan 11 14:55:08 2008 +0100
35443
35444     ppx4xx: Fix sdram init on PMC440 boards
35445
35446     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35447
35448 commit 061aad4d320dddce26247699dcf2875ee2ea1366
35449 Author: Dave Liu <r63238@freescale.com>
35450 Date:   Thu Jan 10 23:09:33 2008 +0800
35451
35452     mpc83xx: Fix the bug of 266MHz data rate DDR
35453
35454     The DDR doesn't work on the 266MHz data rate,
35455     the patch fix the bug.
35456
35457     Signed-off-by: Dave Liu <daveliu@freescale.com>
35458     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35459
35460 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
35461 Author: Dave Liu <r63238@freescale.com>
35462 Date:   Thu Jan 10 23:08:26 2008 +0800
35463
35464     mpc83xx: Make the code more readable
35465
35466     Format the code, make it more readable
35467
35468     Signed-off-by: Dave Liu <daveliu@freescale.com>
35469     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35470
35471 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
35472 Author: Dave Liu <r63238@freescale.com>
35473 Date:   Thu Jan 10 23:07:23 2008 +0800
35474
35475     mpc83xx: Reduce the latency of DDR
35476
35477     Reduce the AL from 2 to 1 clock to improve the performance.
35478
35479     Signed-off-by: Dave Liu <daveliu@freescale.com>
35480     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35481
35482 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
35483 Author: Dave Liu <r63238@freescale.com>
35484 Date:   Thu Jan 10 23:06:05 2008 +0800
35485
35486     mpc83xx: Fix the wrong definition of MPC8315E
35487
35488     According to the latest user manual of MPC8315E,
35489     1) The SVCOD of HRCWL is different than 837x
35490     2) The SCCR has changes
35491
35492     Signed-off-by: Dave Liu <daveliu@freescale.com>
35493     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35494
35495 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
35496 Author: Dave Liu <r63238@freescale.com>
35497 Date:   Thu Jan 10 23:05:00 2008 +0800
35498
35499     mpc83xx: Fix the typo in mpc83xx.h
35500
35501     The SPCR about TSEC priority is wrong.
35502
35503     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
35504     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
35505     Signed-off-by: Dave Liu <daveliu@freescale.com>
35506     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35507
35508 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
35509 Author: Dave Liu <r63238@freescale.com>
35510 Date:   Thu Jan 10 23:04:13 2008 +0800
35511
35512     mpc83xx: Fix the typo in global data struct
35513
35514     Fix the typo in global_data.h
35515
35516     Signed-off-by: Dave Liu <daveliu@freescale.com>
35517     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35518
35519 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
35520 Author: Dave Liu <r63238@freescale.com>
35521 Date:   Thu Jan 10 23:03:03 2008 +0800
35522
35523     mpc83xx: Remove cache config from config.h
35524
35525     clean up the cache config from configs.h of board
35526
35527     Signed-off-by: Dave Liu <daveliu@freescale.com>
35528     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35529
35530 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
35531 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35532 Date:   Wed Jan 9 20:57:47 2008 +0300
35533
35534     mpc83xx: add support for the MPC8360E-RDK
35535
35536     This is MPC8360E based board with:
35537     - 256MB fixed SDRAM;
35538     - 8MB Intel Strata NOR flash;
35539     - StMICRO 64MiB NAND flash;
35540     - two 10/100/1000 ethernet ports connected via Broadcom
35541       BCM5481 PHYs;
35542     - two 10/100 ethernet ports connected via National
35543       DP83848 PHYs;
35544     - one PCI and one miniPCI slots;
35545     - four serial ports (two NS16550-compatible, two UCCs);
35546     - four USB ports working through MPC8360E "FHCI" USB controller;
35547     - Fujitsu MB86277 graphics controller;
35548     - Analog to Digital Converter/Touchscreen controller, AD7843
35549       connected to SPI.
35550
35551     Features not supported in this patch are:
35552     - StMICRO 64MiB NAND flash (patch sent);
35553     - MINT framebuffer initialization (patch is pending);
35554     - Fetching production information from the EEPROM via I2C;
35555     - FHCI USB;
35556     - Two slow UCCs used as RS-485 UARTs.
35557
35558     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35559     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35560
35561 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
35562 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35563 Date:   Wed Jan 9 20:57:40 2008 +0300
35564
35565     mpc83xx: add "fsl, qe" compatible fixups
35566
35567     New device trees will use "fsl,qe" compatible properties.
35568
35569     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35570     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35571
35572 commit 977b57583a7c34010e566a09a679ec3c1836f996
35573 Author: Kim Phillips <kim.phillips@freescale.com>
35574 Date:   Wed Jan 9 15:24:06 2008 -0600
35575
35576     mpc83xx: add missing CONFIG_HAS_ETH0 defines
35577
35578     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
35579     is defined; add the define to the missing board configs.
35580
35581     Thanks to Emilian Medve for finding this.
35582
35583     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35584
35585 commit b830b7f1635984ba607219fcbd78597c28eeb529
35586 Author: Becky Bruce <bgill@freescale.com>
35587 Date:   Thu Jan 10 14:00:28 2008 -0600
35588
35589     86xx: Support 2GB DIMMs
35590
35591     Configure the number of bits used to address the banks inside the SDRAM
35592     device.  The default register value of 0 means 2 bits to address 4 banks.
35593     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
35594
35595     Signed-off-by: Becky Bruce <bgill@freescale.com>
35596
35597 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
35598 Author: Niklaus Giger <niklausgiger@gmx.ch>
35599 Date:   Thu Jan 10 18:50:33 2008 +0100
35600
35601     ppc4xx: Make Sequoia boot vxWorks
35602
35603     vxWorks expects in
35604     TLB 0 a entry for the Machine Check interrupt
35605     TLB 1 a entry for the RAM
35606     TLB 2 a entry for the EBC
35607     TLB 3 a entry for the boot flash
35608
35609     After changing the baudrate to 9600 I had no problems to boot the
35610     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
35611     June 18, 2007)
35612
35613     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35614
35615 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
35616 Author: Larry Johnson <lrj@arlinx.com>
35617 Date:   Wed Jan 9 23:10:27 2008 -0500
35618
35619     ppc4xx: Fix dflush() to restore DVLIM register
35620
35621     Signed-off-by: Larry Johnson <lrj@acm.org>
35622
35623 commit 252f60b068d1f94190b5bcfda169db582387e15e
35624 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35625 Date:   Thu Jan 10 03:52:44 2008 -0500
35626
35627     Nios2: remove common/cmd_bdinfo.c unused variable.
35628
35629     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35630     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
35631
35632 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
35633 Author: Ben Warren <biggerbadderben@gmail.com>
35634 Date:   Wed Jan 9 18:15:53 2008 -0500
35635
35636     Fix Ethernet init() return codes
35637
35638     Change return values of init() functions in all Ethernet drivers to conform
35639     to the following:
35640
35641         >=0: Success
35642         <0:  Failure
35643
35644     All drivers going forward should return 0 on success.  Current drivers that
35645     return 1 on success were left as-is to minimize changes.
35646
35647     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35648     Acked-by: Stefan Roese <sr@denx.de>
35649     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35650     Acked-by: Kim Phillips <kim.phillips@freescale.com>
35651     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35652     Acked-By: Timur Tabi <timur@freescale.com>
35653
35654 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
35655 Author: Wolfgang Denk <wd@denx.de>
35656 Date:   Thu Jan 10 00:55:14 2008 +0100
35657
35658     Coding Style cleanup; update CHANGELOG
35659
35660     Signed-off-by: Wolfgang Denk <wd@denx.de>
35661
35662 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
35663 Author: Kim Phillips <kim.phillips@freescale.com>
35664 Date:   Wed Jan 9 16:56:54 2008 -0600
35665
35666     Add QE brg freq and correct qe bus freq fdt update code
35667
35668     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35669     Signed-off-by: Andy Fleming <afleming@freescale.com>
35670
35671 commit 890dfef06c2d169a3356359596890754dfb8ee1c
35672 Author: Andy Fleming <afleming@freescale.com>
35673 Date:   Wed Jan 9 16:34:51 2008 -0600
35674
35675     Remove cache config from ATUM8548 and sbc8548 configs
35676
35677     These boards weren't updated by Kumar's config patch because they
35678     weren't in the tree, yet.
35679
35680     Signed-off-by: Andy Fleming <afleming@freescale.com>
35681
35682 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
35683 Author: Timur Tabi <timur@freescale.com>
35684 Date:   Mon Jan 7 13:31:19 2008 -0600
35685
35686     85xx: add ability to upload QE firmware
35687
35688     Define the layout of a binary blob that contains a QE firmware and instructions
35689     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
35690     perform the actual upload.  Add command-line command "qe fw" to take a firmware
35691     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
35692     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
35693     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
35694
35695     Signed-off-by: Timur Tabi <timur@freescale.com>
35696
35697 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
35698 Author: Kumar Gala <galak@kernel.crashing.org>
35699 Date:   Tue Jan 8 01:22:21 2008 -0600
35700
35701     85xx: Remove cache config from configs.h
35702
35703     Either use the standard defines in asm/cache.h or grab the information
35704     at runtime from the L1CFG SPR.
35705
35706     Also, minor cleanup in cache.h to make the code a bit more readable.
35707
35708     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35709
35710 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
35711 Author: robert lazarski <robertlazarski@gmail.com>
35712 Date:   Fri Dec 21 10:39:27 2007 -0500
35713
35714     mpc85xx: Add support for ATUM8548 (updated)
35715
35716     Add support for Instituto Atlantico's ATUM8548 board
35717
35718     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
35719     Signed-off-by: Andy Fleming <afleming@freescale.com>
35720
35721 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
35722 Author: robert lazarski <robertlazarski@gmail.com>
35723 Date:   Fri Dec 21 10:36:37 2007 -0500
35724
35725     mpc85xx: Add support for ATUM8548 (updated)
35726
35727     Add support for Instituto Atlantico's ATUM8548 board
35728
35729     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
35730
35731 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
35732 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
35733 Date:   Thu Dec 13 06:45:14 2007 -0600
35734
35735     mpc85xx: Add support for SBC8548 (updated)
35736
35737     Add support for Wind River's SBC8548 reference board.
35738
35739     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
35740
35741 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
35742 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
35743 Date:   Thu Dec 13 06:45:08 2007 -0600
35744
35745     mpc85xx: Add support for SBC8548 (updated)
35746
35747     Add support for Wind River's SBC8548 reference board.
35748
35749     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
35750     Signed-off by: Andy Fleming <afleming@freescale.com>
35751
35752 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
35753 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35754 Date:   Mon Oct 22 19:58:19 2007 +0400
35755
35756     MPC8568E-MDS: set up QE pario for UART1
35757
35758     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
35759     be set up appropriately.
35760
35761     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35762
35763 commit ad162249cb371e9e38971676f09be791e5f3cf4a
35764 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35765 Date:   Mon Oct 22 18:12:46 2007 +0400
35766
35767     MPC8568E-MDS: reset UCCs to use them reliably
35768
35769     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
35770     UCCs.
35771
35772     p.s Similar code exists in the Linux kernel board file (for capability
35773     reasons with older U-Boots), but should be removed some day.
35774
35775     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35776
35777 commit 2146cf56821c3364786ca94a7306008c5824b238
35778 Author: Kumar Gala <galak@kernel.crashing.org>
35779 Date:   Wed Dec 19 01:18:15 2007 -0600
35780
35781     Reworked FSL Book-E TLB macros to be more readable
35782
35783     The old macros made it difficult to know what WIMGE and perm bits
35784     were set for a TLB entry.  Actually use the bit masks for these items
35785     since they are only a single bit.
35786
35787     Also moved the macros into mmu.h out of e500.h since they aren't specific
35788     to e500.
35789
35790     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35791
35792 commit 1d47273d46925929f8f2c1913cd96d7257aade88
35793 Author: Kumar Gala <galak@kernel.crashing.org>
35794 Date:   Tue Dec 18 23:21:51 2007 -0600
35795
35796     Use FSL Book-E MMU macros from Linux Kernel
35797
35798     Grab the FSL Book-E MAS register macros from Linux.  Also added
35799     defines for page sizes up to 4TB and removed SHAREN since it doesnt
35800     really exist.
35801
35802     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35803
35804 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
35805 Author: Andy Fleming <afleming@freescale.com>
35806 Date:   Wed Jan 9 13:51:32 2008 -0600
35807
35808     Fix my own merge stupidity
35809
35810     Way back in August I merged Heiko's patch:
35811     566a494f592: [PCS440EP] upgrade the PCS440EP board
35812
35813     with Jon's CONFIG_COMMANDS patches.
35814
35815     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
35816
35817     However, in the process, I left out some of Heiko's good changes.
35818
35819     Now Heiko's and Jon's patches are properly merged in fat_register_device()
35820
35821     Signed-off-by: Andy Fleming <afleming@freescale.com>
35822
35823 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
35824 Author: James Yang <James.Yang@freescale.com>
35825 Date:   Wed Jan 9 11:17:49 2008 -0600
35826
35827     Expose parse_line() globally.
35828
35829     Add new function readline_into_buffer() that allows the
35830     output of readline to be put into a pointer to char buffer.
35831
35832     This refactoring allows other functions besides the
35833     main command loop to also use the same input mechanism.
35834
35835     Signed-off-by: James Yang <James.Yang@freescale.com>
35836     Acked-by: Jon Loeliger <jdl@freescale.com>
35837
35838 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
35839 Author: Guennadi Liakhovetski <lg@denx.de>
35840 Date:   Wed Jan 9 01:15:25 2008 +0100
35841
35842     trivial: fix consequences of a bad merge
35843
35844     Fix what looks like a merge artifact.
35845
35846     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35847
35848 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
35849 Author: Zhang Wei <wei.zhang@freescale.com>
35850 Date:   Thu Jan 3 10:51:15 2008 +0800
35851
35852     Add Ctrl combo key support to usb keyboard driver.
35853
35854     Ctrl combo key support is added, which is very useful to input Ctrl-C
35855     for interrupt current job.
35856     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
35857     key input when tstc() is called.
35858
35859     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35860
35861 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
35862 Author: Marcel Ziswiler <marcel@ziswiler.com>
35863 Date:   Sun Dec 30 03:30:56 2007 +0100
35864
35865     fix various comments
35866
35867     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35868
35869 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
35870 Author: Marcel Ziswiler <marcel@ziswiler.com>
35871 Date:   Sun Dec 30 03:30:46 2007 +0100
35872
35873     fix comments with new drivers organization
35874
35875     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35876
35877 commit a9b410dc7d2a4721c408b13abfc037988150f145
35878 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35879 Date:   Fri Dec 28 12:50:59 2007 +0900
35880
35881     Remove the obsolete terse version of do_mii()
35882
35883     We now have more useful version of do_mii() and everybody use it.
35884     Gerald Van Baren says:
35885
35886     > When I originally wrote the mii command 6(!) years ago, I wrote a
35887     > verbose version that printed human readable decomposition of the flags,
35888     > etc., and a terse one that didn't print as much stuff and thus had a
35889     > smaller memory footprint.
35890     >
35891     > It sounds like the terse version has withered and died, apparently
35892     > people are only using the verbose version (which is very understandable,
35893     > I do myself).
35894
35895     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35896     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35897
35898 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
35899 Author: Mike Frysinger <vapier@gentoo.org>
35900 Date:   Thu Dec 27 13:42:56 2007 -0500
35901
35902     Do not reference sha1.c when building mkimage.
35903
35904     remove sha1.o from mkimage linking since it isn't actually used.
35905
35906     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
35907
35908 commit b9173af73e524d37c812f210173cf83385c5171a
35909 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35910 Date:   Thu Dec 27 15:39:54 2007 +0900
35911
35912     common/cmd_mii.c: Add sanity argc check
35913
35914     If type mii command without arguments, we suffer from uninitialized argv[]
35915     entries; for example we MIPS get stuck by TLB error.
35916
35917     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35918
35919 commit 500856eb1707ed17d9204baa61dd59948d3b2899
35920 Author: Rafal Jaworowski <raj@semihalf.com>
35921 Date:   Wed Jan 9 19:39:36 2008 +0100
35922
35923     API for external applications.
35924
35925     This is an API for external (standalone) applications running on top of
35926     U-Boot, and is meant to be more extensible and robust than the existing
35927     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
35928     for more details.
35929
35930     Included is the demo application using this new framework (api_examples).
35931
35932     Please note this is still an experimental feature, and is turned off by
35933     default.
35934
35935     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
35936
35937 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
35938 Author: Jon Loeliger <jdl@freescale.com>
35939 Date:   Wed Jan 9 12:14:55 2008 -0600
35940
35941     86xx: Remove cache config from configs.h
35942
35943     Just use the standard defines in asm/cache.h.
35944
35945     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35946
35947 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
35948 Author: Rafal Jaworowski <raj@semihalf.com>
35949 Date:   Wed Jan 9 18:05:27 2008 +0100
35950
35951     Globalize envmatch()
35952
35953     The newly introduced API (routines related to env vars) will need to call
35954     it.
35955
35956     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
35957
35958 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
35959 Author: Jon Loeliger <jdl@freescale.com>
35960 Date:   Fri Jan 4 12:07:27 2008 -0600
35961
35962     Convert MPC8610HPCD to use libfdt.
35963
35964     Assumes the presence of the aliases node in the DTS to
35965     locate the pci and serial nodes for fixups.
35966
35967     Use consistent fdtaddr and fdtfile in environment variables.
35968
35969     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35970
35971 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
35972 Author: Jon Loeliger <jdl@freescale.com>
35973 Date:   Fri Jan 4 11:58:23 2008 -0600
35974
35975     8610: Fix lingering compile warnings.
35976
35977     Turn off DEBUG.
35978
35979     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35980
35981 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
35982 Author: Wolfgang Denk <wd@denx.de>
35983 Date:   Wed Jan 9 15:14:46 2008 +0100
35984
35985     Coding Style cleanup, update CHANGELOG
35986
35987     Signed-off-by: Wolfgang Denk <wd@denx.de>
35988
35989 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
35990 Author: Mike Frysinger <vapier@gentoo.org>
35991 Date:   Tue Dec 18 04:29:55 2007 -0500
35992
35993     fix easylogo on big endian dev systems
35994
35995     didnt realize how out of shape easylogo actually was until i tried using it.
35996     this patch does byte swapping as need be on the input tga header since the tga
35997     is in little endian but the host could just as well be big endian.  i didnt
35998     bother using bswap macros or such stuff from system headers as nothing in
35999     POSIX dictates byte swapping functionality.
36000
36001     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
36002
36003 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
36004 Author: Mike Frysinger <vapier@gentoo.org>
36005 Date:   Tue Dec 18 03:23:25 2007 -0500
36006
36007     cleanup easylogo
36008
36009     - make the Makefile not suck
36010     - include proper headers for prototypes
36011     - fix obvious broken handling of strchr() when handling '.' in filenames
36012
36013     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
36014
36015 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
36016 Author: raptorbrino@aim.com <raptorbrino@aim.com>
36017 Date:   Thu Dec 13 21:23:28 2007 -0500
36018
36019     Fix build problems under Cygwin
36020
36021     This patch allows u-boot to build without error in a cygwin
36022     environment.  Cygwin does not define __u64 in it's
36023     include/asm/types.h file.  The -idirafter flag in the u-boot
36024     build causes the inclusion of the cygwin types.h file as opposed
36025     to u-bot/include/asm/types.h file which does define __u64.
36026     Subsequently, sha1.c compile fails due to unknown symbol.
36027
36028     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
36029
36030 commit 43ef1c381f9195504a2488f5cb909227eb97d475
36031 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
36032 Date:   Fri Nov 30 17:29:59 2007 +0100
36033
36034     cmd_bmp: Add support for displaying gzip compressed bmps
36035
36036     The existing code can show information about a gzip compressed BMP
36037     image, but can't actually display it.
36038
36039     Therefore, move the decompression code out of bmp_info() and use it in
36040     bmp_display() as well in order to display a compressed BMP image.
36041
36042     Also, clean things up a bit and fix a memory leak while we're at it.
36043
36044     [hskinnemoen@atmel.com: a bit of refactoring]
36045     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36046
36047 commit d197ffd8172c6fdef38733424640a9a47295d6e9
36048 Author: Guennadi Liakhovetski <lg@denx.de>
36049 Date:   Thu Nov 29 21:15:56 2007 +0100
36050
36051     Fix and optimize MII operations on FEC (MPC8xx) controllers
36052
36053     This patch fixes several issues at least on a MPC885 based system with two
36054     FEC interfaces used in MII mode.
36055
36056     1. PHY discovery should first read PHY_PHYIDR2 register and only then
36057        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
36058        otherwise the values read are wrong. Also notice, that PHY discovery
36059        cannot work on MPC88x / MPC87x in setups with both FECs active at all
36060        in its present form, because for both interfaces the registers from FEC
36061        1 are used to communicate over MII.
36062
36063     2. Remove code duplication for resetting the FEC by isolating it into a
36064        separate function.
36065
36066     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
36067
36068     4. Optimize mii_init() to only reset the FEC 1 controller once.
36069
36070     5. Fix a typo in mii_init() using index i instead of j thus potentially
36071        leading to unpredictable results.
36072
36073     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36074
36075 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
36076 Author: Guennadi Liakhovetski <lg@denx.de>
36077 Date:   Tue Nov 20 13:14:20 2007 +0100
36078
36079     Fix endianness conversions in rtl8169 driver
36080
36081     It is unclear on what platforms this driver has been tested, since
36082     noone up to now defines CONFIG_RTL8169 in the board configuration
36083     header. Now it has been fixed for a big-endian mpc8241 based
36084     linkstation platform. This patch presents the necessary endianness
36085     conversion fixes.
36086
36087     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36088
36089 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
36090 Author: Zhang Wei <wei.zhang@freescale.com>
36091 Date:   Thu Jan 3 10:51:15 2008 +0800
36092
36093     Add Ctrl combo key support to usb keyboard driver.
36094
36095     Ctrl combo key support is added, which is very useful to input Ctrl-C
36096     for interrupt current job.
36097     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
36098     key input when tstc() is called.
36099
36100     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
36101     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36102
36103 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
36104 Author: Wolfgang Denk <wd@denx.de>
36105 Date:   Wed Jan 9 13:43:38 2008 +0100
36106
36107     Coding Style clenaup; update CHANGELOG
36108
36109     Signed-off-by: Wolfgang Denk <wd@denx.de>
36110
36111 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
36112 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36113 Date:   Thu Dec 27 17:13:11 2007 +0100
36114
36115     Remove bit swapping in Xilinx Spartan bitfile loading
36116
36117     This patch removes the unnecessary bit swapping when
36118     booting .bit files with the 'fpga loadb' command.
36119
36120     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36121
36122 commit 437fc7327f0611f82937858f2d80e4cd61b40984
36123 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36124 Date:   Thu Dec 27 17:13:05 2007 +0100
36125
36126     Fix MSB check in Xilinx Spartan slave serial mode
36127
36128     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36129
36130 commit 3bff4ffa33729a42645e328a21e8d16488872958
36131 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36132 Date:   Thu Dec 27 17:12:56 2007 +0100
36133
36134     Add new Xilinx Spartan FPGA types
36135
36136     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36137
36138 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
36139 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36140 Date:   Thu Dec 27 17:12:43 2007 +0100
36141
36142     Add pre and post configuration callbacks for Spartan FPGAs
36143
36144     This patch adds a post configuration callback for Spartan2/3 FPGAs.
36145     pre and post configuration callback are now optional and
36146     not called when the function pointer is set to NULL.
36147
36148     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36149
36150 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
36151 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36152 Date:   Thu Dec 27 17:12:34 2007 +0100
36153
36154     Improve configuration of FPGA subsystem
36155
36156     This patch removes the FPGA subsystem configuration through
36157     the CONFIG_FPGA bitmask configuration option.
36158
36159     See README for the new options:
36160
36161         CONFIG_FPGA,
36162         CONFIG_FPGA_<vendor>,
36163         CONFIG_FPGA_<family>
36164
36165     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36166
36167 commit 95c6bc7d4a3588b452baca610f8c795a83630477
36168 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36169 Date:   Thu Dec 27 16:55:17 2007 +0100
36170
36171     Add Epson RX8025 RTC support
36172
36173     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36174
36175 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
36176 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36177 Date:   Thu Dec 27 16:57:23 2007 +0100
36178
36179     serial: Make default_serial_console() a weak function
36180
36181     With this patch it is possible to reimplement default_serial_console()
36182     in board specific code. This will be done in the upcomming PMC440
36183     U-Boot port. This also allows the lwmon board maintainer to
36184     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
36185
36186     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36187
36188 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
36189 Author: Harald Welte <laforge@openmoko.org>
36190 Date:   Wed Dec 19 14:14:47 2007 +0100
36191
36192     add 'terminal program' functionality
36193
36194     This patch adds a 'cu' like serial terminal command to u-boot
36195     using which you can access other serial ports from the system console.
36196
36197     OpenMoko uses this in their Neo1973 phones to get access to the GSM
36198     Modem and GPS chip from the bootloader.
36199
36200     Signed-off-by: Harald Welte <laforge@openmoko.org>
36201
36202 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
36203 Author: Harald Welte <laforge@openmoko.org>
36204 Date:   Wed Dec 19 14:12:53 2007 +0100
36205
36206     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
36207     that used to exist with the legacy NAND code
36208
36209     Signed-off-by: Harald Welte <laforge@openmoko.org>
36210
36211 commit f540c42d9564854b19ce9bbb70affe172529fe70
36212 Author: Harald Welte <laforge@openmoko.org>
36213 Date:   Wed Dec 19 14:09:58 2007 +0100
36214
36215     Fix building with CRAMFS but not JFFS2 support
36216
36217     Signed-off-by: Harald Welte <laforge@openmoko.org>
36218
36219 commit 23d0baf967fecdaf1804f045f6339337c5607eec
36220 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36221 Date:   Sat Dec 22 15:52:58 2007 +0100
36222
36223     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
36224
36225     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36227
36228 commit 23776ff292966a85d811126933830bed48211826
36229 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36230 Date:   Tue Dec 11 10:53:12 2007 +0100
36231
36232     ARM: support board-specific ethernet PHY init
36233
36234     Add until the new phylib will be arrived
36235
36236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36237
36238 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
36239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36240 Date:   Sat Dec 8 16:34:08 2007 +0100
36241
36242     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
36243
36244     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36245
36246 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
36247 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36248 Date:   Sun Dec 9 11:01:10 2007 +0100
36249
36250     Add missing file in gitignore and comments
36251
36252     based on Linux source tree's .gitignore files
36253
36254     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36255
36256 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
36257 Author: Wolfgang Denk <wd@denx.de>
36258 Date:   Wed Jan 9 11:36:21 2008 +0100
36259
36260     Coding Style cleanup, update CHANGELOG
36261
36262     Signed-off-by: Wolfgang Denk <wd@denx.de>
36263
36264 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
36265 Author: Stefan Roese <sr@denx.de>
36266 Date:   Wed Jan 9 10:38:58 2008 +0100
36267
36268     POST: Execute SPR test after relocation
36269
36270     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
36271     self modifying code and this doesn't work with stack in d-cache, since
36272     I can't move the code from d-cache to i-cache. We move the SPR test to
36273     be executed a little later, after relocation. Then stack is located in
36274     SDRAM and this self-modifying code is no problem anymore.
36275
36276     Signed-off-by: Stefan Roese <sr@denx.de>
36277
36278 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
36279 Author: Stefan Roese <sr@denx.de>
36280 Date:   Wed Jan 9 10:28:20 2008 +0100
36281
36282     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
36283
36284     This patch configures the LWMON5 port to use d-cache as init-ram and
36285     the unused GPT0_COMP6 as POST WORD storage.
36286
36287     Signed-off-by: Stefan Roese <sr@denx.de>
36288
36289 commit 1754f50b710194f886b6f2831803d8960171a14d
36290 Author: Stefan Roese <sr@denx.de>
36291 Date:   Wed Jan 9 10:25:46 2008 +0100
36292
36293     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
36294
36295     The privious 4xx POST implementation only supported storing the POST
36296     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
36297     we need to store the POST WORD in some other non volatile location.
36298     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
36299     a location.
36300
36301     Signed-off-by: Stefan Roese <sr@denx.de>
36302
36303 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
36304 Author: Stefan Roese <sr@denx.de>
36305 Date:   Wed Jan 9 10:23:16 2008 +0100
36306
36307     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
36308
36309     This patch adds support for locking the init-ram/stack in d-cache,
36310     so that other regions may use d-cache as well
36311
36312     Note, that this current implementation locks exactly 4k of d-cache,
36313     so please make sure that you don't define a bigger init-ram area. Take
36314     a look at the lwmon5 440EPx implementation as a reference.
36315
36316     Signed-off-by: Stefan Roese <sr@denx.de>
36317
36318 commit 0ddb89601a8d29e808db450366752ffdc6267c53
36319 Author: Wolfgang Denk <wd@denx.de>
36320 Date:   Wed Jan 9 10:16:33 2008 +0100
36321
36322     Fix memset bug in ext2fs_read_file()
36323
36324     ext2fs_read_file() had the function arguments swapped.
36325
36326     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
36327
36328     Signed-off-by: Wolfgang Denk <wd@denx.de>
36329
36330 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
36331 Author: Markus Klotzbücher <mk@denx.de>
36332 Date:   Tue Jan 5 08:17:15 1988 +0100
36333
36334     Fix problems with usb storage devices on MPC5200 /TQM5200
36335
36336     The MPC5200 OHCI controller operates in big endian, so
36337     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
36338
36339     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36340
36341 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
36342 Author: Wolfgang Denk <wd@denx.de>
36343 Date:   Tue Jan 8 22:58:27 2008 +0100
36344
36345     Fix compile problem with new env code.
36346
36347     Signed-off-by: Wolfgang Denk <wd@denx.de>
36348
36349 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
36350 Author: Markus Klotzbücher <mk@denx.de>
36351 Date:   Tue Nov 27 10:23:20 2007 +0100
36352
36353     tools: fix fw_printenv tool to compile again
36354
36355     This patch updates the fw_printenv/fw_setenv userspace tool to include
36356     the correct MTD header in order to compile against current kernel
36357     headers. Backward compatibility is preserved by introducing an option
36358     MTD_VERSION which can be set to "old" for compilation using the old MTD
36359     headers. Along with this a number of warnings are fixed.
36360
36361     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36362
36363 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
36364 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36365 Date:   Tue Jan 8 15:40:09 2008 +0100
36366
36367     ppc4xx: assign PCI interrupts on seuqoia boards
36368
36369     Some operating systems rely on assigned PCI interrupts.
36370
36371     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36372
36373 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
36374 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36375 Date:   Tue Jan 8 15:50:49 2008 +0100
36376
36377     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
36378
36379     This patch allows the use of 4xx interrupt vector number defines
36380     in board specific code outside cpu/ppc4xx.
36381
36382     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36383
36384 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
36385 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36386 Date:   Tue Jan 8 15:39:01 2008 +0100
36387
36388     ppc4xx: Fix UIC2 vector number base
36389
36390     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36391
36392 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
36393 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36394 Date:   Tue Jan 8 12:49:58 2008 +0100
36395
36396     ppc4xx: Update PLB/PCI divider for PMC440 board
36397
36398     This patch updates the PLB/PCI divider when running at
36399     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
36400
36401     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36402
36403 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
36404 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36405 Date:   Tue Jan 8 11:13:09 2008 +0100
36406
36407     ppc4xx: Disable error message when no NAND chip is installed on PMC440
36408
36409     Add CFG_NAND_QUIET_TEST option to disable error message when
36410     no NAND chip is installed on PMC440 boards.
36411
36412     Disable a couple of config defines that are only used for NAND_U_BOOT.
36413
36414     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36415
36416 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
36417 Author: Wolfgang Denk <wd@denx.de>
36418 Date:   Tue Jan 8 22:58:27 2008 +0100
36419
36420     Fix compile problem with new env code.
36421
36422     Signed-off-by: Wolfgang Denk <wd@denx.de>
36423
36424 commit 6de66b35426312a21174a9bf0576a094e2904bea
36425 Author: Markus Klotzbücher <mk@denx.de>
36426 Date:   Tue Nov 27 10:23:20 2007 +0100
36427
36428     tools: fix fw_printenv tool to compile again
36429
36430     This patch updates the fw_printenv/fw_setenv userspace tool to include
36431     the correct MTD header in order to compile against current kernel
36432     headers. Backward compatibility is preserved by introducing an option
36433     MTD_VERSION which can be set to "old" for compilation using the old MTD
36434     headers. Along with this a number of warnings are fixed.
36435
36436     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36437
36438 commit ad3006fe7e84667021753b74247b0bafd97ba35f
36439 Author: Gerald Van Baren <vanbaren@cideas.com>
36440 Date:   Mon Jan 7 23:47:32 2008 -0500
36441
36442     LIBFDT: use memmove() instead of memcpy()
36443
36444     This is partial patch from the DTC/libfdt
36445     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
36446     Author: David Gibson <david@gibson.dropbear.id.au>
36447     Date:   Wed Nov 21 11:56:14 2007 +1100
36448
36449         The patch also fixes one genuine bug caught by valgrind -
36450         _packblocks() in fdt_rw.c was using memcpy() where it should have been
36451         using memmove().
36452
36453     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36454
36455 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
36456 Author: David Gibson <david@gibson.dropbear.id.au>
36457 Date:   Mon Dec 17 14:42:07 2007 +1100
36458
36459     libfdt: Add more documentation (patch the seventh)
36460
36461     This patch adds more documenting comments to libfdt.h.  Specifically,
36462     these document the read/write functions (not including fdt_open_into()
36463     and fdt_pack(), for now).
36464
36465     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36466
36467 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
36468 Author: David Gibson <david@gibson.dropbear.id.au>
36469 Date:   Mon Dec 17 14:41:52 2007 +1100
36470
36471     libfdt: Add more documentation (patch the sixth)
36472
36473     This patch adds some more documenting comments to libfdt.h.
36474     Specifically this documents all the write-in-place functions.
36475
36476     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36477
36478 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
36479 Author: Gerald Van Baren <vanbaren@cideas.com>
36480 Date:   Sat Dec 29 22:45:27 2007 -0500
36481
36482     Fine grained per property /chosen updating.
36483
36484     Implement a suggestion by Scott Wood to make the /chosen handling fine
36485     grained.  Don't overwrite pre-existing properties on a per-property basis,
36486     so if /chosen exists but a necessary /chosen/property doesn't, it gets
36487     created.  If a /chosen property exists, it is NOT overwritten unless the
36488     "force" flag is true.
36489
36490     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36491
36492 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
36493 Author: Gerald Van Baren <vanbaren@cideas.com>
36494 Date:   Sat Jan 5 15:33:29 2008 -0500
36495
36496     Improve the FDT help message.
36497
36498     Add a note that "fdt copy" makes the new address active.
36499     Remove most of the extra hints at the end of the fdt help.
36500
36501     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36502
36503 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
36504 Author: Gerald Van Baren <vanbaren@cideas.com>
36505 Date:   Sat Jan 5 14:52:04 2008 -0500
36506
36507     Support setting FDT properties with optional values.
36508
36509     Fix a bug found and documented by Bartlomiej Sieka where the optional
36510     value on "fdt set <path> <prop> [<val>]" wasn't optional.
36511
36512     => fdt mknode / testnode
36513     => fdt print /testnode
36514     testnode {
36515     };
36516     => fdt set /testnode testprop
36517     => fdt print /testnode
36518     testnode {
36519             testprop;
36520     };
36521
36522     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36523
36524 commit 22fb2246df91bfc840d87f0c5910818bad55577a
36525 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36526 Date:   Fri Dec 28 11:56:30 2007 +0100
36527
36528     Add fdt_find_and_setprop() to fdt_support.h
36529
36530     fdt_find_and_setprop() is used by several 4xx boards and it's
36531     missing in the appropriate header. This patch eliminates a
36532     warning when building U-Boot for such boards.
36533
36534     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36535     Acked-by: Stefan Roese <sr@denx.de>
36536
36537 commit 802b769bac17b0560d3535a42c502469ee190cd1
36538 Author: Stefan Roese <sr@denx.de>
36539 Date:   Tue Jan 8 18:39:30 2008 +0100
36540
36541     ppc4xx: Return 0 on success in 4xx ethernet driver
36542
36543     Signed-off-by: Stefan Roese <sr@denx.de>
36544
36545 commit 6775c68683a53c7abc778774641aac6f833a2cbf
36546 Author: Kim Phillips <kim.phillips@freescale.com>
36547 Date:   Tue Jan 8 09:59:49 2008 -0600
36548
36549     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
36550
36551     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36552
36553 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
36554 Author: Kim Phillips <kim.phillips@freescale.com>
36555 Date:   Thu Dec 20 16:28:34 2007 -0600
36556
36557     mpc83xx: rm remaining FLAT_TREE code
36558
36559     ..in board pci.c files
36560
36561     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36562
36563 commit b3458d2cd55d01732e30a76d898afd99e871cd67
36564 Author: Kim Phillips <kim.phillips@freescale.com>
36565 Date:   Thu Dec 20 15:57:28 2007 -0600
36566
36567     mpc83xx: remove FLAT_TREE code
36568
36569     need to rm it from pci code, too!
36570
36571     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36572
36573 commit 5b8bc606c61456566af6912f818a153b6b06f242
36574 Author: Kim Phillips <kim.phillips@freescale.com>
36575 Date:   Thu Dec 20 14:09:22 2007 -0600
36576
36577     mpc83xx: convert to using do_fixup_*()
36578
36579     convert to using simpler mpc85xx style fdt update code; streamline by
36580     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
36581     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
36582     converted over to using libfdt).
36583
36584     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36585
36586 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
36587 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
36588 Date:   Thu Dec 20 12:58:51 2007 -0500
36589
36590     sbc8349: enable libfdt by default on WRS SBC8349 board.
36591
36592     Make libfdt the default for the WRS SBC8349 board.
36593     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
36594     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
36595
36596     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
36597
36598 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
36599 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
36600 Date:   Thu Dec 20 12:58:16 2007 -0500
36601
36602     sbc8349: migrate board to libfdt
36603
36604     This adds libfdt support code for the Wind River sbc8349 board.
36605
36606     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
36607     the other Freescale 83xx boards.
36608
36609     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
36610
36611 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
36612 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
36613 Date:   Thu Dec 20 12:56:19 2007 -0500
36614
36615     sbc8349: Remove board specific ECC code
36616
36617     ECC code is now shared for all 83xx boards, so remove board specific one.
36618     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
36619
36620     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
36621
36622 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
36623 Author: Kim Phillips <kim.phillips@freescale.com>
36624 Date:   Thu Dec 20 01:30:48 2007 -0600
36625
36626     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
36627
36628     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
36629
36630     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36631
36632 commit ccf21c311e68d48399eff1e72936052885f6e3f7
36633 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
36634 Date:   Thu Dec 6 16:43:40 2007 +0100
36635
36636     Add support CONFIG_UEC_ETH3 in MPC83xx
36637
36638     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
36639
36640 commit e6af9932d31171e35db880e7b2f29f903b1b7660
36641 Author: Kumar Gala <galak@kernel.crashing.org>
36642 Date:   Mon Nov 26 11:00:54 2007 -0600
36643
36644     Remove CONFIG options related to OF that we dont use
36645
36646     The MPC8360E MDS config defined:
36647         CONFIG_OF_HAS_BD_T
36648         CONFIG_OF_HAS_UBOOT_ENV
36649
36650     Which we don't use or ever needed.  This seems like copy-paste feature creep.
36651
36652     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36653
36654 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
36655 Author: Kim Phillips <kim.phillips@freescale.com>
36656 Date:   Mon Dec 10 14:16:22 2007 -0600
36657
36658     mpc83xx: supress compiler warning
36659
36660     mpc8360emds.c: In function â€˜ft_board_setup’:
36661     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
36662     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
36663
36664     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36665
36666 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
36667 Author: Kim Phillips <kim.phillips@freescale.com>
36668 Date:   Tue Nov 27 14:17:29 2007 -0600
36669
36670     mpc83xx: fix remaining fdt_find_node_by_path references
36671
36672     rename to fdt_path_offset
36673
36674     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36675
36676 commit 921d4b19ad1be704df58725485d9292dc0414adf
36677 Author: Kim Phillips <kim.phillips@freescale.com>
36678 Date:   Mon Nov 19 12:30:09 2007 -0600
36679
36680     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
36681
36682     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
36683     This change guarantees that the environment will be located on the
36684     first flash sector after the U-Boot image.
36685
36686     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36687
36688 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
36689 Author: Kim Phillips <kim.phillips@freescale.com>
36690 Date:   Fri Nov 9 14:28:08 2007 -0600
36691
36692     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
36693
36694     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
36695     properties in the device tree so the PHY gets configured for internal delay on
36696     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
36697
36698     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36699
36700 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
36701 Author: Dave Liu <r63238@freescale.com>
36702 Date:   Tue Sep 18 12:41:15 2007 +0800
36703
36704     mpc83xx: update the CREDITS and MAINTAINERS
36705
36706     update the CREDITS and MAINTAINERS.
36707
36708     Signed-off-by: Dave Liu <daveliu@freescale.com>
36709
36710 commit b21add4b42af7b767448251b599b91066a160e0d
36711 Author: Dave Liu <r63238@freescale.com>
36712 Date:   Tue Sep 18 12:40:21 2007 +0800
36713
36714     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
36715
36716     Add the MAINTAINER and MAKEALL entries for mpc837xemds
36717
36718     Signed-off-by: Dave Liu <daveliu@freescale.com>
36719
36720 commit f8900ce9094c462355eb792eea264ff16ac8fd16
36721 Author: Dave Liu <r63238@freescale.com>
36722 Date:   Tue Sep 18 12:38:53 2007 +0800
36723
36724     mpc83xx: Add the MPC837xEMDS board readme
36725
36726     Add the README.mpc837xemds to /doc
36727
36728     Signed-off-by: Dave Liu <daveliu@freescale.com>
36729
36730 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
36731 Author: Dave Liu <r63238@freescale.com>
36732 Date:   Tue Sep 18 12:37:57 2007 +0800
36733
36734     mpc83xx: Add the support of MPC837xEMDS board
36735
36736     The MPC837xEMDS board support:
36737     * DDR2 400MHz hardcoded and SPD init
36738     * Local bus NOR Flash
36739     * I2C, UART, MII and RTC
36740     * eTSEC RGMII
36741     * PCI host
36742
36743     Signed-off-by: Dave Liu <daveliu@freescale.com>
36744
36745 commit 555da61702771fe0f76f3de23b4e7590f3704161
36746 Author: Dave Liu <r63238@freescale.com>
36747 Date:   Tue Sep 18 12:36:58 2007 +0800
36748
36749     mpc83xx: Add the support of MPC8315E SoC
36750
36751     The MPC8315E SoC including e300c3 core and new IP blocks,
36752     such as TDM, PCI Express and SATA controller.
36753
36754     Signed-off-by: Dave Liu <daveliu@freescale.com>
36755
36756 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
36757 Author: Dave Liu <r63238@freescale.com>
36758 Date:   Tue Sep 18 12:36:11 2007 +0800
36759
36760     mpc83xx: Add the support of MPC837x SoC
36761
36762     The MPC837x SoC including e300c4 core and new IP blocks,
36763     such as SDHC, PCI Express and SATA controller.
36764
36765     Signed-off-by: Dave Liu <daveliu@freescale.com>
36766
36767 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
36768 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36769 Date:   Wed Nov 14 18:54:53 2007 +0300
36770
36771     MPC8360E-MDS: configure and enable second UART
36772
36773     Despite user manual, BCSR9.7 is negated (high) on HRST, so
36774     UART2 is disabled. Fix that and configure QE pins properly.
36775
36776     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36777
36778 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
36779 Author: Timur Tabi <timur@freescale.com>
36780 Date:   Mon Nov 5 09:34:06 2007 -0600
36781
36782     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
36783
36784     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
36785     currently-defined 83xx boards.  This change guarantees that the environment
36786     will be located on the first flash sector after the U-Boot image.
36787
36788     Signed-off-by: Timur Tabi <timur@freescale.com>
36789     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36790
36791 commit e05329516a13616b53240cd85b739217c2bf87f1
36792 Author: Larry Johnson <lrj@acm.org>
36793 Date:   Fri Jan 4 13:27:02 2008 -0500
36794
36795     ppc4xx: Remove weak binding from common Denali data-eye search code
36796
36797     Now that there are no board-specific versions of
36798     "denali_core_search_data_eye()", the weak binding on the common version
36799     can be removed.
36800
36801     Signed-off-by: Larry Johnson <lrj@acm.org>
36802
36803 commit 5ba576c01602fd328800a427964c36a0a05c5dce
36804 Author: Stefan Roese <sr@denx.de>
36805 Date:   Sat Jan 5 09:13:46 2008 +0100
36806
36807     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
36808
36809     Signed-off-by: Stefan Roese <sr@denx.de>
36810
36811 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
36812 Author: Stefan Roese <sr@denx.de>
36813 Date:   Sat Jan 5 09:12:41 2008 +0100
36814
36815     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
36816
36817     On Katmai the complete auto-calibration somehow doesn't seem to
36818     produce the best results, meaning optimal values for RQFD/RFFD.
36819     This was discovered by GDA using a high bandwidth scope,
36820     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
36821     so now on Katmai "only" RFFD is auto-calibrated.
36822
36823     This patch also adds RDCC calibration as mentioned on page 7 of
36824     the AMCC PowerPC440SP/SPe DDR2 application note:
36825     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
36826
36827     Signed-off-by: Stefan Roese <sr@denx.de>
36828
36829 commit 49db47b8ae6afff2b898be312948ff501357dc80
36830 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36831 Date:   Wed Jan 2 16:48:42 2008 +0100
36832
36833     ppc4xx: Remove sdram.h from PMC440 board
36834
36835     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36836
36837 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
36838 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36839 Date:   Wed Jan 2 16:48:34 2008 +0100
36840
36841     ppc4xx: use common denali core defines and data eye search code for PMC440
36842
36843     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36844
36845 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
36846 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36847 Date:   Wed Jan 2 12:05:14 2008 +0100
36848
36849     ppc4xx: More cleanup for esd's LCD code
36850
36851     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36852
36853 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
36854 Author: Stefan Roese <sr@denx.de>
36855 Date:   Fri Jan 4 12:00:01 2008 +0100
36856
36857     ppc4xx: Fix Sequoia NAND booting target
36858
36859     The Sequoia NAND booting target now uses the recently extracted
36860     cpu/ppc4xx/denali_data_eye.c file too.
36861
36862     Signed-off-by: Stefan Roese <sr@denx.de>
36863
36864 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
36865 Author: Lawrence R. Johnson <lrj@acm.org>
36866 Date:   Thu Jan 3 15:02:02 2008 -0500
36867
36868     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
36869
36870     Signed-off-by: Larry Johnson <lrj@acm.org>
36871
36872 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
36873 Author: Lawrence R. Johnson <lrj@acm.org>
36874 Date:   Fri Jan 4 02:11:56 2008 -0500
36875
36876     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
36877
36878     Note: this patch changes the configuration of some GPIO registers:
36879
36880        Register      Old Value   New Value
36881     ---------------  ----------  ----------
36882     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
36883     DCR GPIO0_TSRH   0x55005000  0x00000000
36884     DCR GPIO1_TCR    0xC2000000  0xE2000000
36885     DCR GPIO1_TSRL   0x0C000000  0x00200000
36886     DCR GPIO1_ISR2L  0x00050000  0x00110000
36887
36888     Signed-off-by: Larry Johnson <lrj@acm.org>
36889
36890 commit 5ab884b254ca2e707ab50545cd705f30108cf491
36891 Author: Lawrence R. Johnson <lrj@acm.org>
36892 Date:   Thu Jan 3 18:54:00 2008 -0500
36893
36894     ppc4xx: Add functionality to GPIO support
36895
36896     This patch makes two additions to GPIO support:
36897
36898     First, it adds function gpio_read_in_bit() to read the a bit from the
36899     GPIO Input Register (GPIOx_IR) in the same way that function
36900     gpio_read_out_bit() reads a bit from the GPIO Output Register
36901     (GPIOx_OR).
36902
36903     Second, it modifies function gpio_set_chip_configuration() to provide
36904     an additional option for configuring the GPIO from the
36905     "CFG_4xx_GPIO_TABLE".
36906
36907     According to the 440EPx User's Manual, when an alternate output is used,
36908     the three-state control is configured in one of two ways, depending on
36909     the particular output.  The first option is to select the corresponding
36910     alternate three-state control in the GPIOx_TRSH/L registers.  The second
36911     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
36912     the GPIOx_TRSH/L registers, and set the corresponding bit in the
36913     GPIOx_TCR register to enable the output.  For example, the Manual
36914     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
36915     the alternate three-state control (first option), and specifies
36916     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
36917     enabled in the GPIOx_TCR register (second option).
36918
36919     Currently, gpio_set_chip_configuration() configures all alternate signal
36920     outputs to use the first option.  This patch allow the second option to
36921     be selected by setting the "out_val" element in the table entry to
36922     "GPIO_OUT_1".  The first option is used when the "out_val" element is
36923     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
36924     alternate signal is selected, and because all current GPIO tables set
36925     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
36926     not change any existing configurations.
36927
36928     Signed-off-by: Larry Johnson <lrj@acm.org>
36929
36930 commit 196404cdc1de495d6182e84731c200fc5748df15
36931 Author: Larry Johnson <lrj@arlinx.com>
36932 Date:   Sun Dec 30 01:01:54 2007 -0500
36933
36934     PPC4xx: Remove sdram.h from board/lwmon5
36935
36936     These definitions are now in "include/ppc440.h".
36937
36938     Signed-off-by: Larry Johnson <lrj@acm.org>
36939
36940 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
36941 Author: Larry Johnson <lrj@arlinx.com>
36942 Date:   Sun Dec 30 01:01:32 2007 -0500
36943
36944     PPC4xx: Use common code for LWMON5 board SDRAM support
36945
36946     This patch also modifies the functionality of the code so that the data-eye
36947     search is now done with with the cache disabled.
36948
36949     Signed-off-by: Larry Johnson <lrj@acm.org>
36950
36951 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
36952 Author: Larry Johnson <lrj@arlinx.com>
36953 Date:   Sun Dec 30 01:01:14 2007 -0500
36954
36955     PPC4xx: Remove sdram.h from board/amcc/sequoia
36956
36957     These definitions are now in "include/ppc440.h".
36958
36959     Signed-off-by: Larry Johnson <lrj@acm.org>
36960
36961 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
36962 Author: Larry Johnson <lrj@arlinx.com>
36963 Date:   Sun Dec 30 01:00:50 2007 -0500
36964
36965     PPC4xx: Use common code for Sequoia board SDRAM support
36966
36967     Signed-off-by: Larry Johnson <lrj@acm.org>
36968
36969 commit 8b0c5c127690335758100c25eaec2b84db97c101
36970 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36971 Date:   Thu Dec 27 16:58:41 2007 +0100
36972
36973     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
36974
36975     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
36976     networking stack does not automatically switch to
36977     another interface. This patch does not touch the default
36978     behavior.
36979
36980     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36981     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36982
36983 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
36984 Author: Upakul Barkakaty <upakul@gmail.com>
36985 Date:   Thu Nov 29 12:16:13 2007 +0530
36986
36987     NET: Proper return code handling in eth_init() function in file eth.c
36988
36989     This patch modifies the return code handling in the eth_init()
36990     function, to be compatible with the handling of the return codes in
36991     the other network stack files. It now returns a 0 on Success and -1 on
36992     error.
36993
36994     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
36995     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36996
36997 commit 5ca2d0953e4579a80810966cca2077e20d912c97
36998 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36999 Date:   Mon Nov 19 20:27:04 2007 +0900
37000
37001     net/eth.c: Fix env_enetaddr signed overflow
37002
37003     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
37004     warned as below:
37005
37006       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
37007
37008       DRAM:  256 MB
37009       Flash: 32 MB
37010       In:    serial
37011       Out:   serial
37012       Err:   serial
37013       Net:   NEC-Candy
37014       Warning: NEC-Candy MAC addresses don't match:
37015       Address in SROM is         00:00:4C:80:92:A2
37016       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
37017
37018     This patch changes env_enetaddr type from `char' to `unsigned char'.
37019
37020     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
37021     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37022     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37023
37024 commit f85b60710571b37293d2233933b76e2aa3db5635
37025 Author: Rafal Jaworowski <raj@semihalf.com>
37026 Date:   Thu Dec 27 18:19:02 2007 +0100
37027
37028     Introduce new eth_receive routine
37029
37030     The purpose of this routine is receiving a single network frame, outside of
37031     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
37032     U-Boot will let them utilise networking facilities. For sending a raw frame
37033     the already existing eth_send() can be used.
37034
37035     The direct consumer of this routine is the newly introduced API layer for
37036     external applications (enabled with CONFIG_API).
37037
37038     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
37039     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
37040     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37041
37042 commit 5c740711f0ea5b51414b341b71597c4a0751be74
37043 Author: Jon Loeliger <jdl@freescale.com>
37044 Date:   Thu Jan 3 10:41:04 2008 -0600
37045
37046     8610: Move include of config.h earlier.
37047
37048     Include config.h earlier in the set of #includes
37049     so as to avoid a incidental and duplicate definition
37050     of CFG_CACHELINE_SIZE.
37051
37052     Signed-off-by: Jon Loeliger
37053
37054 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
37055 Author: Jon Loeliger <jdl@freescale.com>
37056 Date:   Tue Dec 4 10:53:34 2007 -0600
37057
37058     Don't slam #undef DEBUG in the 8641HPCN config file.
37059
37060     Doing so prevents it from being individually set
37061     and useful in other files.
37062
37063     Signed-off-by: Jon Loeliger <jdl@freescale.com>
37064
37065 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
37066 Author: Jon Loeliger <jdl@freescale.com>
37067 Date:   Wed Nov 28 14:47:18 2007 -0600
37068
37069     Convert MPC8641HPCN to use libfdt.
37070
37071     Assumes the presence of the aliases node in the DTS to
37072     locate the ethernet, pci and serial nodes for fixups.
37073
37074     Use consistent fdtaddr and fdtfile in environment variables.
37075
37076     Signed-off-by: Jon Loeliger <jdl@freescale.com>
37077
37078 commit ce37422d0002e10490e268392e0c4e3028e52cec
37079 Author: Stefan Roese <sr@denx.de>
37080 Date:   Wed Jan 2 14:06:26 2008 +0100
37081
37082     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
37083
37084     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
37085     flash chips connected to a 32bit wide port.
37086
37087     Signed-off-by: Stefan Roese <sr@denx.de>
37088
37089 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
37090 Author: Wolfgang Denk <wd@denx.de>
37091 Date:   Wed Jan 2 15:58:44 2008 +0100
37092
37093     Fix compile problem introduced by "cleanup" commit 3dfd708c
37094
37095     Signed-off-by: Wolfgang Denk <wd@denx.de>
37096
37097 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
37098 Author: Wolfgang Denk <wd@denx.de>
37099 Date:   Wed Jan 2 15:54:45 2008 +0100
37100
37101     Make scripts and Makefiles POSIX compliant
37102
37103     The bash builtin versions of the "test" (resp. "[") command allow
37104     using "==" for string comparisons, but POSIX compatible implemen-
37105     tations (like /usr/bin/test) insist on using "=" only. On such systems
37106     you will see:
37107
37108         $ /usr/bin/test a == a && echo OK
37109         /usr/bin/test: ==: binary operator expected
37110
37111     This patch fixes Makefiles and scripts to use POSIX style.
37112
37113     Signed-off-by: Wolfgang Denk <wd@denx.de>
37114
37115 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
37116 Author: Stefan Roese <sr@denx.de>
37117 Date:   Wed Jan 2 14:05:37 2008 +0100
37118
37119     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
37120
37121     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
37122     flash chips connected to a 32bit wide port.
37123
37124     Signed-off-by: Stefan Roese <sr@denx.de>
37125
37126 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
37127 Author: Wolfgang Denk <wd@denx.de>
37128 Date:   Wed Jan 2 12:38:43 2008 +0100
37129
37130     Minor coding style cleanup.
37131
37132     Signed-off-by: Wolfgang Denk <wd@denx.de>
37133
37134 commit e174ac34adf5d5653df12bc3cf19c52063a71269
37135 Author: Stefan Roese <sr@denx.de>
37136 Date:   Fri Dec 28 17:29:56 2007 +0100
37137
37138     ppc4xx: Coding style cleanup
37139
37140     Signed-off-by: Stefan Roese <sr@denx.de>
37141
37142 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
37143 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37144 Date:   Fri Dec 28 17:07:24 2007 +0100
37145
37146     ppc4xx: Complete PMC440 board support
37147
37148     This patch brings the PMC440 board configuration file.
37149     Finally it enables the PMC440 board support.
37150
37151     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37152
37153 commit 407843a582560fc5231299561ab3c2b6b6cd3397
37154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37155 Date:   Fri Dec 28 17:07:18 2007 +0100
37156
37157     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
37158
37159     This patch adds some BSP commands and FPGA booting support
37160     for esd's PMC440 boards.
37161
37162     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37163
37164 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
37165 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37166 Date:   Fri Dec 28 17:07:14 2007 +0100
37167
37168     ppc4xx: Add initial esd PMC440 board files
37169
37170     This patch adds the first files for the new esd PMC440 boards.
37171     The next two patches will complete the PMC440 board support.
37172
37173     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37174
37175 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
37176 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37177 Date:   Fri Dec 28 17:10:36 2007 +0100
37178
37179     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
37180
37181     - add EEPROM write protection for esd PLU405 boards.
37182     - initialize NAND GPIOs
37183     - use correct io accessors
37184     - cleanup
37185
37186     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37187
37188 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
37189 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37190 Date:   Fri Dec 28 17:10:44 2007 +0100
37191
37192     ppc4xx: use correct io accessors for esd's LCD code
37193
37194     This patch fixes esd's LCD dectection code to work correctly with
37195     newer gcc versions.
37196
37197     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37198
37199 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
37200 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37201 Date:   Fri Dec 28 17:10:42 2007 +0100
37202
37203     ppc4xx: Maintenance patch for VOH405 boards
37204
37205     - add EEPROM write protection
37206     - initialize NAND GPIOs
37207     - use correct io accessors
37208     - slow down I2C clock to 100kHz
37209     - enable ext. I2C bus
37210     - cleanup
37211
37212     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37213
37214 commit c05569066dbcba3fdf36d4d1943df265dc316a86
37215 Author: Stefan Roese <sr@denx.de>
37216 Date:   Fri Dec 28 16:08:08 2007 +0100
37217
37218     ppc4xx: Enable 405EP PCI arbiter per default on all boards
37219
37220     In an attmemt to clean up the 4xx start.S file, I removed the enabling
37221     of the internal 405EP PCI arbiter. This is needed for multiple other
37222     405EP platforms, like most of the esd 405EP. Now the internal PCI
37223     arbiter is enabled again per default as it has been before.
37224
37225     Signed-off-by: Stefan Roese <sr@denx.de>
37226     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37227
37228 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
37229 Author: Stefan Roese <sr@denx.de>
37230 Date:   Fri Dec 28 15:53:46 2007 +0100
37231
37232     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
37233
37234     Signed-off-by: Stefan Roese <sr@denx.de>
37235     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37236
37237 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
37238 Author: Stefan Roese <sr@denx.de>
37239 Date:   Fri Dec 28 06:06:04 2007 +0100
37240
37241     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
37242
37243     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
37244     platforms mentioned above.
37245
37246     Signed-off-by: Stefan Roese <sr@denx.de>
37247
37248 commit b568fd25574181a3b12ae3d66b2913903442cb83
37249 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37250 Date:   Thu Dec 27 17:03:46 2007 +0100
37251
37252     Remove CPCI440 board
37253
37254     This board never left prototyping state and it
37255     became a millstone round my neck. So remove it.
37256
37257     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37258
37259 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
37260 Author: Larry Johnson <lrj@arlinx.com>
37261 Date:   Thu Dec 27 11:28:51 2007 -0500
37262
37263     Add support for Korat PPC440EPx board
37264
37265     These patches add support for the PPC440EPx-based "Korat" board to
37266     U-Boot.  They are based primarily on support for the Sequoia board.
37267
37268     Signed-off-by: Larry Johnson <lrj@acm.org>
37269
37270 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
37271 Author: Larry Johnson <lrj@arlinx.com>
37272 Date:   Sat Dec 22 15:16:25 2007 -0500
37273
37274     Add configuration file for Korat board
37275
37276     This patch supplies the configuration file for the Korat PPC440EPx-
37277     processor board.
37278
37279     Signed-off-by: Larry Johnson <lrj@acm.org>
37280
37281 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
37282 Author: Larry Johnson <lrj@arlinx.com>
37283 Date:   Sat Dec 22 15:16:11 2007 -0500
37284
37285     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
37286
37287     Signed-off-by: Larry Johnson <lrj@acm.org>
37288
37289 commit aba19604d848b2838cfb9ebe818909e6a216058e
37290 Author: Larry Johnson <lrj@arlinx.com>
37291 Date:   Thu Dec 27 10:54:48 2007 -0500
37292
37293     Add 440EPx DDR2 SPD DIMM support
37294
37295     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
37296     controller.  It should also work on the 440GRx.  It is based on the DDR2
37297     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
37298
37299     This code has been tested on prototype Korat boards with three Kingston
37300     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
37301     (two ranks).  The Korat board has a single DIMM socket, but support has
37302     been provided (though not tested) for boards with two DIMM sockets.
37303
37304     Signed-off-by: Larry Johnson <lrj@acm.org>
37305
37306 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
37307 Author: Larry Johnson <lrj@arlinx.com>
37308 Date:   Sat Dec 22 15:15:30 2007 -0500
37309
37310     Copy 440EPx/GRx SDRAM data-eye search to common directory
37311
37312     This patch creates a non-board-specific file for performing the SDRAM
37313     data-eye search.  It also adds ECC error checking to the test of valid
37314     data on readback when ECC is enabled.
37315
37316     Signed-off-by: Larry Johnson <lrj@acm.org>
37317
37318 commit c46f53333b22b1f9098676bea8884fc7db820cf3
37319 Author: Larry Johnson <lrj@arlinx.com>
37320 Date:   Sat Dec 22 15:15:13 2007 -0500
37321
37322     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
37323
37324     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
37325     It also fixes two typos in the definitions, so the board-specific
37326     "sdram.h" files containing these definitions are also fixed to avoid
37327     compiler warnings.
37328
37329     Signed-off-by: Larry Johnson <lrj@acm.org>
37330
37331 commit c348578bf612d0c56d8d376d23cae16defbd86af
37332 Author: Larry Johnson <lrj@arlinx.com>
37333 Date:   Thu Dec 27 10:50:55 2007 -0500
37334
37335     Add Ethernet 1000BASE-X support for PPC4xx
37336
37337     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
37338     is defined, the PHY will advertise it's capabilities for autonegotiation
37339     based on the capabilities shown in the PHY's status registers, including
37340     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
37341     advertise hard-coded capabilities, as before.
37342
37343     Signed-off-by: Larry Johnson <lrj@acm.org>
37344
37345 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
37346 Author: Larry Johnson <lrj@arlinx.com>
37347 Date:   Thu Dec 27 09:52:17 2007 -0500
37348
37349     Add driver for National Semiconductor LM73 temperature sensor
37350
37351     This driver is based on the driver for the LM75.
37352
37353     Signed-off-by: Larry Johnson <lrj@acm.org>
37354
37355 commit 12618278688ea9b3d76536960a5ad2e3790fac40
37356 Author: Larry Johnson <lrj@arlinx.com>
37357 Date:   Sat Dec 22 15:14:00 2007 -0500
37358
37359     Add driver for STMicroelectronics M41T60 RTC
37360
37361     This driver is based on the driver for the M41T11.  In the intended
37362     application, the RTC will be powered by a large capacitor, rather than a
37363     battery.  The driver therefore checks to see whether the RTC has lost
37364     power.  The chip's OUT bit is normally reset from its power-up state.  If
37365     the OUT bit is read as set, or if the date and time are not valid, then the
37366     RTC is assumed to have lost power, and its date and time are reset to
37367     1900-01-01 00:00:00.
37368
37369     Support for adjusting the speed of the clock to improve accuracy is
37370     provided through an environment variable.
37371
37372     Signed-off-by: Larry Johnson <lrj@acm.org>
37373
37374 commit d3471173e14b7544bb60339eda8d3d3906694b0a
37375 Author: Larry Johnson <lrj@arlinx.com>
37376 Date:   Sat Dec 22 15:34:39 2007 -0500
37377
37378     Use out_be32() and friends to access memory-mapped registers in sequoia.c
37379
37380     Signed-off-by: Larry Johnson <lrj@acm.org>
37381
37382 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
37383 Author: Larry Johnson <lrj@arlinx.com>
37384 Date:   Sat Dec 22 15:34:20 2007 -0500
37385
37386     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
37387
37388     Signed-off-by: Larry Johnson <lrj@acm.org>
37389
37390 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
37391 Author: Larry Johnson <lrj@arlinx.com>
37392 Date:   Sat Dec 22 15:23:50 2007 -0500
37393
37394     Cosmetic changes to ECC POST for AMCC Denali core
37395
37396     Signed-off-by: Larry Johnson <lrj@acm.org>
37397
37398 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
37399 Author: Stefan Roese <sr@denx.de>
37400 Date:   Wed Dec 26 20:20:19 2007 +0100
37401
37402     ppc4xx: Fix compilation problem in 405 cache POST test
37403
37404     Signed-off-by: Stefan Roese <sr@denx.de>
37405
37406 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
37407 Author: Stefan Roese <sr@denx.de>
37408 Date:   Sat Dec 22 12:20:09 2007 +0100
37409
37410     ppc4xx: Move virtual address of POST cache test to bigger address
37411
37412     On Sequoia & LWMON5 the virtual address of the POST cache test is now
37413     moved to a bigger address. This enables usage of more memory on those
37414     boards.
37415
37416     Signed-off-by: Stefan Roese <sr@denx.de>
37417
37418 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
37419 Author: Stefan Roese <sr@denx.de>
37420 Date:   Sat Dec 22 12:18:26 2007 +0100
37421
37422     ppc4xx: Fix problem in 44x cache POST routine
37423
37424     As repoted by Larry Johnson, running "diag run cache" caused a crash
37425     in U-Boot. This problem was introduced by a patch that removed the
37426     TLB entry for the cache test after the test has completed. Since this
37427     TLB was only setup once, a 2nd attempt to run this cache test
37428     failed with a crash. Now this TLB entry is created every time the
37429     routine is called.
37430
37431     Signed-off-by: Stefan Roese <sr@denx.de>
37432
37433 commit b0265b576bb8fa9465f99e99c323768b562fadc2
37434 Author: Stefan Roese <sr@denx.de>
37435 Date:   Fri Dec 21 07:51:29 2007 +0100
37436
37437     ppc4xx: Update Makalu fdt support
37438
37439     Signed-off-by: Stefan Roese <sr@denx.de>
37440
37441 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
37442 Author: Stefan Roese <sr@denx.de>
37443 Date:   Wed Dec 19 09:05:40 2007 +0100
37444
37445     ppc4xx: Add fdt support to AMCC Katmai eval board
37446
37447     Signed-off-by: Stefan Roese <sr@denx.de>
37448
37449 commit 328a340392a5df9aaf00792be989df73e750859e
37450 Author: Stefan Roese <sr@denx.de>
37451 Date:   Tue Dec 18 08:44:51 2007 +0100
37452
37453     ppc4xx: fdt: Cleanup setup of cpu node setup
37454
37455     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
37456     without using the absolute path to the cpu node. This makes it possible
37457     to use this U-Boot version with both versions of cpu-node naming
37458     "cpu@0" and the former "PowerPC,440EPx@0".
37459
37460     Signed-off-by: Stefan Roese <sr@denx.de>
37461
37462 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
37463 Author: Stefan Roese <sr@denx.de>
37464 Date:   Mon Dec 17 17:26:21 2007 +0100
37465
37466     ppc4xx: Fix lwmon5 compilation problem
37467
37468     Now that the 440EPx ECC test is not board specific anymore
37469     remove this Makefile.
37470
37471     Signed-off-by: Stefan Roese <sr@denx.de>
37472
37473 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
37474 Author: Anatolij Gustschin <agustschin@t-online.de>
37475 Date:   Wed Dec 5 17:43:20 2007 +0100
37476
37477     Fix ppc4xx clear_bss() code
37478
37479     ppc4xx clear_bss() fails if BSS segment size is not
37480     divisible by 4 without remainder. This patch provides
37481     fix for this problem.
37482
37483     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37484
37485 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
37486 Author: Niklaus Giger <niklausgiger@gmx.ch>
37487 Date:   Fri Nov 30 18:35:11 2007 +0100
37488
37489     PPC4xx: Minimal changes to add vxWorks support
37490
37491     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37492
37493 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
37494 Author: Markus Klotzbücher <mk@denx.de>
37495 Date:   Fri Nov 23 13:09:18 2007 +0100
37496
37497     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
37498
37499     When using dhcp/bootp the "netmask" environment variable is not
37500     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
37501     desireable, so the following patch adds this this option to the board
37502     config.
37503
37504     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37505     Signed-off-by: Stefan Roese <sr@denx.de>
37506
37507 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
37508 Author: Larry Johnson <lrj@arlinx.com>
37509 Date:   Sat Oct 27 12:48:15 2007 -0400
37510
37511     Fix/enhance ECC POST for 440EPx/GRx
37512
37513     This patch allows the ECC POST to be used for different boards with the
37514     PPC440 Denali SDRAM controller.  Modifications include skipping the test
37515     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
37516     to prevent timing errors.
37517
37518     Signed-off-by: Larry Johnson <lrj@acm.org>
37519
37520 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
37521 Author: Larry Johnson <lrj@arlinx.com>
37522 Date:   Sat Oct 27 12:48:05 2007 -0400
37523
37524     PPC4xx: Move/rename ECC POST for 440EPx/GRx
37525
37526     Signed-off-by: Larry Johnson <lrj@acm.org>
37527
37528 commit c29d2d3680046d430022c55e50fcb27f5866517e
37529 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37530 Date:   Fri Dec 14 11:20:33 2007 +0100
37531
37532     ppc4xx: use correct io accessors for 4xx ethernet POST
37533
37534     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37535
37536 commit ba79fde58a48c0a6ff8e2a96caba951594142203
37537 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37538 Date:   Fri Dec 14 11:19:56 2007 +0100
37539
37540     ppc4xx: fix flush + invalidate_dcache_range arguments
37541
37542     flush + invalidate_dcache_range() expect the start and stop+1 address.
37543     So the stop address is the first address behind (!) the range.
37544
37545     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37546
37547 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
37548 Author: Stefan Roese <sr@denx.de>
37549 Date:   Fri Dec 14 08:41:29 2007 +0100
37550
37551     ppc4xx: fdt: use fdt_fixup_ethernet()
37552
37553     By using aliases in the dts file, the ethernet node fixup is
37554     much easier with the recently added functions.
37555
37556     Please note that the dts file needs the aliases for this to work.
37557
37558     Signed-off-by: Stefan Roese <sr@denx.de>
37559
37560 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
37561 Author: Stefan Roese <sr@denx.de>
37562 Date:   Thu Dec 13 14:52:53 2007 +0100
37563
37564     ppc4xx: Bring 4xx fdt support up-to-date
37565
37566     This patch update the 4xx fdt support. It enabled fdt booting
37567     on the AMCC Kilauea and Sequoia for now. More can follow later
37568     quite easily.
37569
37570     Signed-off-by: Stefan Roese <sr@denx.de>
37571
37572 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
37573 Author: Stefan Roese <sr@denx.de>
37574 Date:   Thu Dec 27 07:50:54 2007 +0100
37575
37576     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
37577
37578     The check for an sufficiently erased destination was missing in the
37579     buffered write function of the cfi flash driver (when
37580     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
37581     writing to such a region will fail with the currect error message.
37582
37583     Signed-off-by: Stefan Roese <sr@denx.de>
37584
37585 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
37586 Author: Martin Krause <martin.krause@tqs.de>
37587 Date:   Mon Nov 12 10:56:17 2007 +0100
37588
37589     Some configuration updates for the TQM5200 based TB5200 board:
37590
37591     - enable command line history
37592     - increase malloc space (because of bigger flash sectors)
37593
37594     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37595
37596 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
37597 Author: Martin Krause <martin.krause@tqs.de>
37598 Date:   Thu Sep 27 11:10:08 2007 +0200
37599
37600     TQM8xx: use the CFI flash driver on all TQM8xx boards
37601
37602     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37603
37604 commit 11d9eec479b470eab9242ab937fca70a876d9376
37605 Author: Martin Krause <martin.krause@tqs.de>
37606 Date:   Wed Sep 26 17:55:56 2007 +0200
37607
37608     TQM885D: adjust for doubled flash sector size + some minor fixes
37609
37610     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37611
37612 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
37613 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
37614 Date:   Wed Sep 26 17:55:54 2007 +0200
37615
37616     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
37617
37618     CAS-Latency=2, Write Recovery Time tWR=2
37619     The max. supported bus frequency is 66 MHz. Therefore, changed
37620     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
37621
37622     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37623
37624 commit b988b8cd443989be65161888eea0127ad03f846f
37625 Author: Martin Krause <martin.krause@tqs.de>
37626 Date:   Wed Sep 26 17:55:56 2007 +0200
37627
37628     TQM885D: use calculated cpuclk instead of measuring it
37629
37630     On the TQM885D the measurement of cpuclk with the PIT reference
37631     timer ist not necessary. Since all module variants use the same
37632     external 10 MHz oscillator, the cpuclk only depends on the PLL
37633     configuration - which is readable by software.
37634
37635     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37636
37637 commit 492c7049869348d31168de8dad89651315e468e0
37638 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
37639 Date:   Thu Sep 27 14:54:46 2007 +0200
37640
37641     TQM885D: fix SDRAM refresh
37642
37643     At 133 MHz the current SDRAM refresh rate is too fast
37644     (measured 4 * 1.17 us).
37645     CFG_MAMR_PTA changes from 39 to 128. This result
37646     in a refresh rate of 4 * 7.8 us at the default clock
37647     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
37648     This is a compromise until a new method is found to
37649     adjust the refresh rate.
37650
37651     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37652
37653 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
37654 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
37655 Date:   Thu Sep 27 14:54:46 2007 +0200
37656
37657     TQM860M: Support for 10col SDRAMs, max. 128 MiB
37658
37659     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37660
37661 commit 61fb15c516fef5631e305f1976d7b3a679725856
37662 Author: Wolfgang Denk <wd@denx.de>
37663 Date:   Thu Dec 27 01:52:50 2007 +0100
37664
37665     Fix coding style issues; update CHANGELOG.
37666
37667     Signed-off-by: Wolfgang Denk <wd@denx.de>
37668
37669 commit 467bcee11fe26ad422f2de971aa70866079870f2
37670 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37671 Date:   Fri Dec 14 15:36:18 2007 +0100
37672
37673     cfi_flash: Add manufacturer-specific fixups
37674
37675     Run fixups based on the JEDEC manufacturer ID independent of the
37676     command set ID.
37677
37678     This changes current behaviour: Previously, geometry reversal for AMD
37679     chips were done based on the command set ID, while they are now done
37680     based on the JEDEC manufacturer and device ID.
37681
37682     Also add fixup for top-boot Atmel chips. A fixup is needed for
37683     AT49BV6416(T) too, but since u-boot currently only reads the low byte
37684     of the device ID, there's no way to tell it apart from AT49BV642D,
37685     which should not have this fixup. Since AT49BV642D support is
37686     necessary to get ATNGW100 board support into mainline, I've commented
37687     out the fixup for now.
37688
37689     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37690
37691 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
37692 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37693 Date:   Fri Dec 14 15:36:17 2007 +0100
37694
37695     cfi_flash: Add cmdset-specific init functions
37696
37697     Move things like reading JEDEC IDs and fixing up geometry reversal
37698     into separate functions. The geometry reversal fixup is now performed
37699     by altering the qry structure directly, which makes the sector init
37700     code slightly cleaner.
37701
37702     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37703
37704 commit e23741f4a6d8047520ef0d4971762749b3587d32
37705 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37706 Date:   Fri Dec 14 15:36:16 2007 +0100
37707
37708     cfi_flash: Read whole QRY structure in one go
37709
37710     Read out the whole CFI Standard Query structure after successful cfi
37711     identification. This allows subsequent code to access this information
37712     directly without having to go through flash_read_uchar() and friends.
37713
37714     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37715
37716 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
37717 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37718 Date:   Mon Dec 17 11:02:44 2007 +0100
37719
37720     AVR32: Fix logic inversion in disable_interrupts()
37721
37722     disable_interrupts() should return nonzero if interrupts were
37723     _enabled_ before, not disabled.
37724
37725     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37726
37727 commit acac475212cbedb17b321a363a1c878e2b47b37f
37728 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37729 Date:   Fri Dec 14 16:51:22 2007 +0100
37730
37731     AVR32: Enable interrupts at bootup
37732
37733     The timer code depends on the timer interrupt to keep track of the
37734     upper 32 bits of the cycle counter. This obviously doesn't work when
37735     interrupts are disabled the whole time.
37736
37737     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37738
37739 commit 9570bcd87f4db255514f43b6701746c412f8fef0
37740 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37741 Date:   Thu Nov 15 10:03:45 2007 +0100
37742
37743     AVR32: Fix wrong pin setup for USART3
37744
37745     As reported by Gerhard Berghofer:
37746
37747     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
37748     instead of PB18 and PB19.
37749
37750     which is obviously correct. There's currently no code that uses
37751     USART3, but custom boards may run into problems.
37752
37753     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37754
37755 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
37756 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37757 Date:   Thu Nov 1 12:44:20 2007 +0100
37758
37759     README: Remove ATSTK1000 daughterboard list
37760
37761     As noted by Kim Phillips, these lists tend to become out of date.
37762
37763     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37764
37765 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
37766 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37767 Date:   Tue Oct 30 14:56:36 2007 +0100
37768
37769     Add ATSTK100[234] to MAINTAINERS
37770
37771     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
37772     "mother". Also update the entry for ATSTK1000 to be not only about the
37773     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
37774
37775     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37776
37777 commit 64ff2357b1727213803591813dbc779c924bf772
37778 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37779 Date:   Mon Oct 29 13:02:54 2007 +0100
37780
37781     AVR32: Add support for the ATSTK1004 board
37782
37783     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
37784     which is a derivative of AT32AP7000.
37785
37786     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37787
37788 commit 667568db157f374b85abd7e03596ddd1f0b25681
37789 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37790 Date:   Mon Oct 29 13:02:54 2007 +0100
37791
37792     AVR32: Add support for the ATSTK1003 board
37793
37794     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
37795     which is a derivative of AT32AP7000.
37796
37797     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37798
37799 commit 5fee84a794a51ec830548cda485a770efb018b92
37800 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37801 Date:   Mon Oct 29 13:23:33 2007 +0100
37802
37803     AVR32: Make some AT32AP700x peripherals optional
37804
37805     Add a chip-features file providing definitions of the form
37806
37807     AT32AP700x_CHIP_HAS_<peripheral>
37808
37809     to indicate the availability of the given peripheral on the currently
37810     selected chip.
37811
37812     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37813
37814 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
37815 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37816 Date:   Mon Oct 29 13:09:56 2007 +0100
37817
37818     AVR32: Rename at32ap7000 -> at32ap700x
37819
37820     The SoC-specific code for all the AT32AP700x CPUs is practically
37821     identical; the only difference is that some chips have less features
37822     than others. By doing this rename, we can add support for the AP7000
37823     derivatives simply by making some features conditional.
37824
37825     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37826
37827 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
37828 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37829 Date:   Fri Jun 29 18:22:34 2007 +0200
37830
37831     atmel_mci: Show SR when block read fails
37832
37833     Show controller status as well as card status when an error occurs
37834     during block read.
37835
37836     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37837
37838 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
37839 Author: Stefan Roese <sr@denx.de>
37840 Date:   Thu Dec 13 14:52:53 2007 +0100
37841
37842     ppc4xx: Bring 4xx fdt support up-to-date
37843
37844     This patch update the 4xx fdt support. It enabled fdt booting
37845     on the AMCC Kilauea and Sequoia for now. More can follow later
37846     quite easily.
37847
37848     Signed-off-by: Stefan Roese <sr@denx.de>
37849
37850 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
37851 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37852 Date:   Thu Dec 13 12:56:34 2007 +0100
37853
37854     cfi_flash: Use map_physmem() and unmap_physmem()
37855
37856     Use map_physmem() and unmap_physmem() to convert from physical to
37857     virtual addresses. This gives the arch a chance to provide an uncached
37858     mapping for flash accesses.
37859
37860     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37861
37862 commit 4d7d6936eb29af7cca330937808312aa5f61454d
37863 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37864 Date:   Thu Dec 13 12:56:33 2007 +0100
37865
37866     Introduce map_physmem() and unmap_physmem()
37867
37868     map_physmem() returns a virtual address which can be used to access a
37869     given physical address without involving the cache. unmap_physmem()
37870     should be called when the virtual address returned by map_physmem() is
37871     no longer needed.
37872
37873     This patch adds a stub implementation which simply returns the
37874     physical address cast to a uchar * for all architectures except AVR32,
37875     which converts the physical address to an uncached virtual mapping.
37876     unmap_physmem() is a no-op on all architectures, but if any
37877     architecture needs to do such mappings through the TLB, this is the
37878     hook where those TLB entries can be invalidated.
37879
37880     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37881
37882 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
37883 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37884 Date:   Thu Dec 13 12:56:32 2007 +0100
37885
37886     cfi_flash: Introduce read and write accessors
37887
37888     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
37889     them to access the flash memory. This makes it clearer when the flash
37890     is actually being accessed; merely dereferencing a volatile pointer
37891     looks just like any other kind of access.
37892
37893     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37894
37895 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
37896 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37897 Date:   Thu Dec 13 12:56:31 2007 +0100
37898
37899     Implement __raw_{read,write}[bwl] on all architectures
37900
37901     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
37902     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
37903     from Linux.
37904
37905     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37906
37907 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
37908 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37909 Date:   Sat Oct 6 18:55:36 2007 +0200
37910
37911     cfi_flash: Reorder functions and eliminate extra prototypes
37912
37913     Reorder the functions in cfi_flash.c so that each function only uses
37914     functions that have been defined before it. This allows the static
37915     prototype declarations near the top to be eliminated and might allow
37916     gcc to do a better job inlining functions.
37917
37918     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37919
37920 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
37921 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37922 Date:   Thu Dec 13 12:56:29 2007 +0100
37923
37924     cfi_flash: Make some needlessly global functions static
37925
37926     Make functions not declared in any header file static.
37927
37928     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37929
37930 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
37931 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37932 Date:   Thu Dec 13 12:56:28 2007 +0100
37933
37934     cfi_flash: Break long lines
37935
37936     This patch tries to keep all lines in the cfi_flash driver below 80
37937     columns. There are a few lines left which don't fit this requirement
37938     because I couldn't find any trivial way to break them (i.e. it would
37939     take some restructuring, which I intend to do in a later patch.)
37940
37941     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37942
37943 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
37944 Author: Bartlomiej Sieka <tur@semihalf.com>
37945 Date:   Tue Dec 11 13:59:57 2007 +0100
37946
37947     CFI: synchronize command offsets with Linux CFI driver
37948
37949     Fixes non-working CFI Flash on the Inka4x0 board.
37950
37951     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37952
37953 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
37954 Author: Kumar Gala <galak@kernel.crashing.org>
37955 Date:   Fri Dec 7 12:17:34 2007 -0600
37956
37957     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
37958
37959     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
37960     (MPC8544DS, MPC8548CDS, MPC8568MDS).
37961
37962     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37963
37964 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
37965 Author: Kumar Gala <galak@kernel.crashing.org>
37966 Date:   Fri Dec 7 12:04:30 2007 -0600
37967
37968     Update Freescale MPC85xx ADS/CDS/MDS board config
37969
37970     * Enabled CONFIG_CMD_ELF
37971
37972     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37973
37974 commit d435793229ce29a42797c1edc39f5b34f987f91a
37975 Author: Kumar Gala <galak@kernel.crashing.org>
37976 Date:   Fri Dec 7 04:59:26 2007 -0600
37977
37978     Handle Asynchronous DDR clock on 85xx
37979
37980     The MPC8572 introduces the concept of an asynchronous DDR clock with
37981     regards to the platform clock.
37982
37983     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
37984     mode.
37985
37986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37987
37988 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
37989 Author: Kumar Gala <galak@kernel.crashing.org>
37990 Date:   Thu Nov 29 10:34:28 2007 -0600
37991
37992     Update Freescale MPC85xx ADS/CDS/MDS board config
37993
37994     * Removed some misc environment setup
37995     * Enabled CONFIG_CMDLINE_EDITING
37996
37997     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37998
37999 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
38000 Author: Kumar Gala <galak@kernel.crashing.org>
38001 Date:   Thu Nov 29 10:47:44 2007 -0600
38002
38003     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
38004
38005     Minor path corrections needed to ensure buildability.
38006
38007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38008
38009 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
38010 Author: Kumar Gala <galak@kernel.crashing.org>
38011 Date:   Thu Nov 29 10:16:18 2007 -0600
38012
38013     Move the MPC8540 ADS board under board/freescale.
38014
38015     Minor path corrections needed to ensure buildability.
38016
38017     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38018
38019 commit 870ceac5b3a3486c109396e005af81ae762b5710
38020 Author: Kumar Gala <galak@kernel.crashing.org>
38021 Date:   Thu Nov 29 10:14:50 2007 -0600
38022
38023     Move the MPC8560 ADS board under board/freescale.
38024
38025     Minor path corrections needed to ensure buildability.
38026
38027     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38028
38029 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
38030 Author: Kumar Gala <galak@kernel.crashing.org>
38031 Date:   Thu Nov 29 10:13:47 2007 -0600
38032
38033     Move the MPC8568 MDS board under board/freescale.
38034
38035     Minor path corrections needed to ensure buildability.
38036
38037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38038
38039 commit a853d56c59b33415304531443633808736acfc6e
38040 Author: Kumar Gala <galak@kernel.crashing.org>
38041 Date:   Thu Nov 29 02:18:59 2007 -0600
38042
38043     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
38044
38045     We already had defines for LAWAR_TRGT_IF_* that we should use
38046     rather than creating new ones.  Also, added some missing defines for
38047     PCIE targets.
38048
38049     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38050
38051 commit 04db400892da37b76a585e332a0c137954ad2015
38052 Author: Kumar Gala <galak@kernel.crashing.org>
38053 Date:   Thu Nov 29 02:10:09 2007 -0600
38054
38055     Stop using immap_t on 85xx
38056
38057     In the future the offsets to various blocks may not be in same location.
38058     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
38059     instead of getting it via &immap.
38060
38061     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38062
38063 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
38064 Author: Kumar Gala <galak@kernel.crashing.org>
38065 Date:   Thu Nov 29 01:23:09 2007 -0600
38066
38067     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
38068
38069     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38070
38071 commit c480861bf000156e6a3e932c258db59ff2212dd3
38072 Author: Kumar Gala <galak@kernel.crashing.org>
38073 Date:   Thu Nov 29 01:06:19 2007 -0600
38074
38075     Update MPC8568 MDS to use libfdt
38076
38077     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
38078     ethernet, pci, and serial for the various fixups that are done.
38079
38080     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38081
38082 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
38083 Author: Haiying Wang <Haiying.Wang@freescale.com>
38084 Date:   Wed Nov 14 15:52:06 2007 -0500
38085
38086     Add PCI Express support on MPC8568MDS
38087
38088     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38089     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38090
38091 commit b90d25497625b90ffa3f2911a0895ca237556ff5
38092 Author: Kumar Gala <galak@kernel.crashing.org>
38093 Date:   Thu Nov 29 00:11:44 2007 -0600
38094
38095     Update MPC85xx CDS to use libfdt
38096
38097     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
38098     ethernet, pci, and serial for the various fixups that are done.
38099
38100     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38101
38102 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
38103 Author: Kumar Gala <galak@kernel.crashing.org>
38104 Date:   Wed Nov 28 22:54:27 2007 -0600
38105
38106     Update MPC8540 ADS to use libfdt
38107
38108     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
38109     ethernet, pci, and serial for the various fixups that are done.
38110
38111     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38112
38113 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
38114 Author: Kumar Gala <galak@kernel.crashing.org>
38115 Date:   Wed Nov 28 22:40:31 2007 -0600
38116
38117     Update MPC8560 ADS to use libfdt
38118
38119     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
38120     ethernet, pci, and serial for the various fixups that are done.
38121
38122     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38123
38124 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
38125 Author: Kumar Gala <galak@kernel.crashing.org>
38126 Date:   Wed Nov 28 00:36:33 2007 -0600
38127
38128     Stop using immap_t for cpm offset on 85xx
38129
38130     In the future the offsets to various blocks may not be in same location.
38131     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
38132     instead of getting it via &immap->im_cpm.
38133
38134     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38135
38136 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
38137 Author: Kumar Gala <galak@kernel.crashing.org>
38138 Date:   Tue Nov 27 23:25:02 2007 -0600
38139
38140     Stop using immap_t for guts offset on 85xx
38141
38142     In the future the offsets to various blocks may not be in same location.
38143     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
38144     instead of getting it via &immap->im_gur.
38145
38146     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38147
38148 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
38149 Author: Kumar Gala <galak@kernel.crashing.org>
38150 Date:   Tue Nov 27 22:42:34 2007 -0600
38151
38152     Update MPC8544 DS config
38153
38154     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
38155     * Removed some misc environment setup
38156     * Moved to using fdtfile & fdtaddr as fdt env var names
38157     * Enabled CONFIG_CMDLINE_EDITING
38158
38159     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38160
38161 commit addce57e2e4c49e77ffb2020a84690713bb18b47
38162 Author: Kumar Gala <galak@kernel.crashing.org>
38163 Date:   Mon Nov 26 17:12:24 2007 -0600
38164
38165     Update MPC8544DS to use libfdt
38166
38167     Updated the MPC8544DS config to use libfdt and assume use of aliases for
38168     ethernet, pci, and serial for the various fixups that are done.
38169
38170     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38171
38172 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
38173 Author: Kumar Gala <galak@kernel.crashing.org>
38174 Date:   Thu Nov 29 00:15:30 2007 -0600
38175
38176     Add libfdt based ft_cpu_setup for mpc85xx
38177
38178     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38179
38180 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
38181 Author: Stefan Roese <sr@denx.de>
38182 Date:   Tue Dec 11 13:38:19 2007 +0100
38183
38184     ppc4xx: Correct GPIO offset in gpio_config()
38185
38186     Thanks to Gary Jennejohn for pointing this out.
38187
38188     Signed-off-by: Stefan Roese <sr@denx.de>
38189
38190 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
38191 Author: Stefan Roese <sr@denx.de>
38192 Date:   Tue Dec 11 11:46:01 2007 +0100
38193
38194     rtc: Fix merging problem
38195
38196     Signed-off-by: Stefan Roese <sr@denx.de>
38197
38198 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
38199 Author: Stefan Roese <sr@denx.de>
38200 Date:   Sat Dec 8 14:47:34 2007 +0100
38201
38202     ppc4xx: 405EX: Correctly enable USB pins
38203
38204     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
38205     function control) registers. This is done for the AMCC Kilauea and
38206     Makalu eval boards.
38207
38208     Signed-off-by: Stefan Roese <sr@denx.de>
38209
38210 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
38211 Author: Stefan Roese <sr@denx.de>
38212 Date:   Sat Dec 8 08:25:09 2007 +0100
38213
38214     CFI: Coding style cleanup
38215
38216     Signed-off-by: Stefan Roese <sr@denx.de>
38217
38218 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
38219 Author: Michael Schwingen <michael@schwingen.org>
38220 Date:   Fri Dec 7 23:35:02 2007 +0100
38221
38222     CFI: support JEDEC flash roms in CFI-flash framework
38223
38224     The following patch adds support for non-CFI flash ROMS, by hooking into the
38225     CFI flash code and using most of its code, as recently discussed here in the
38226     thread "Mixing CFI and non-CFI flashs".
38227
38228     Signed-off-by: Michael Schwingen <michael@schwingen.org>
38229     Signed-off-by: Stefan Roese <sr@denx.de>
38230
38231 commit c01b17dd856fa120b2970f50d9598546a4927ec3
38232 Author: Gerald Van Baren <vanbaren@cideas.com>
38233 Date:   Wed Nov 28 21:24:50 2007 -0500
38234
38235     Conditionally compile fdt_fixup_ethernet()
38236
38237     Fix compiler warnings: On boards that don't have ethernets defined,
38238     don't compile fdt_fixup_ethernet().
38239
38240 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
38241 Author: Kumar Gala <galak@kernel.crashing.org>
38242 Date:   Tue Nov 27 21:59:46 2007 -0600
38243
38244     Convert boards that set memory node to use fdt_fixup_memory()
38245
38246     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38247
38248 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
38249 Author: Kumar Gala <galak@kernel.crashing.org>
38250 Date:   Mon Nov 26 17:06:15 2007 -0600
38251
38252     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
38253
38254     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
38255     determine which serial alias we should set linux,stdout-path to.
38256
38257     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38258
38259 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
38260 Author: Kumar Gala <galak@kernel.crashing.org>
38261 Date:   Mon Nov 26 14:57:45 2007 -0600
38262
38263     Add common memory fixup function
38264
38265     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
38266
38267     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38268
38269 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
38270 Author: Kumar Gala <galak@kernel.crashing.org>
38271 Date:   Mon Nov 26 11:19:12 2007 -0600
38272
38273     Conditionally compile fdt_support.c
38274
38275     Modify common/Makefile to conditionally compile fdt_support.c based
38276     on CONFIG_OF_LIBFDT.
38277
38278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38279
38280 commit d88e7ba0980773479e1a64badb293116071b7ef0
38281 Author: Kumar Gala <galak@kernel.crashing.org>
38282 Date:   Mon Nov 26 10:41:40 2007 -0600
38283
38284     Fix build breakage due to libfdt import
38285
38286     The IDS8247 got lost in the update and need an API update
38287     do to rename of functions in libfdt.
38288
38289     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38290
38291 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
38292 Author: Gerald Van Baren <vanbaren@cideas.com>
38293 Date:   Fri Nov 23 19:43:20 2007 -0500
38294
38295     Add spaces around the = in the fdt print format.
38296
38297     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38298
38299 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
38300 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38301 Date:   Fri Dec 7 01:25:38 2007 +0900
38302
38303     sh: Moved driver of the SuperH dependence
38304
38305     The composition of the directory in the drivers/ changed.
38306     I moved SuperH serial driver and marubun PCMCIA driver.
38307
38308     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38309
38310 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
38311 Author: Wolfgang Denk <wd@denx.de>
38312 Date:   Thu Dec 6 10:21:19 2007 +0100
38313
38314     Release v1.3.1
38315
38316     Signed-off-by: Wolfgang Denk <wd@denx.de>
38317
38318 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
38319 Author: Wolfgang Denk <wd@denx.de>
38320 Date:   Thu Dec 6 10:21:03 2007 +0100
38321
38322     ADS5121 Board: fix compile problem.
38323
38324     Signed-off-by: Wolfgang Denk <wd@denx.de>
38325
38326 commit a27044b14a9e93678a82d7b35f202b93e7687abc
38327 Author: Stefan Roese <sr@denx.de>
38328 Date:   Thu Dec 6 05:58:43 2007 +0100
38329
38330     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
38331
38332     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
38333     setting the FIXD bit in the SDR0_MFR register. Here a description of the
38334     symptoms:
38335
38336     Problem Description
38337     ------------------------------
38338     If a DMA is performed between memory and PCI with the DMA 1 Controller
38339     using prefetch, and as a result uses a special purpose buffer selected by
38340     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
38341     the first part of the transfer sequence is performed twice. The
38342     PPC440SPe PCI Controller requests more data than was needed such that in
38343     the case of enforce memory protection, a host CPU  exception can occur.
38344     No data is corrupted, because data transfer is stopped in the PCI
38345     Controller. Prefetch enable is specified by setting DMA Configuration
38346     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
38347
38348     Behavior that may be observed in a running system
38349     ---------------------------------------------------------------------------
38350
38351     1. DMA performance is decreased because of the double access on the PCI bus
38352     interface.
38353     2. If an illegal access to some address on the PCI bus is detected at the
38354     system level, a machine check or similar system error may occur.
38355
38356     Workarounds Available
38357     ----------------------------------
38358
38359     1. Do not program prefetch. Note that a prefetch command cannot be programmed
38360     without selecting a special purpose buffer.
38361     2. To avoid crossing a physical boundary of the PCI slave device, add 512
38362     bytes of address to the PCI address range.
38363
38364     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
38365     from AMCC and slighly changed.
38366
38367     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
38368     Signed-off-by: Stefan Roese <sr@denx.de>
38369
38370 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
38371 Author: Stefan Roese <sr@denx.de>
38372 Date:   Tue Dec 4 16:29:48 2007 +0100
38373
38374     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
38375
38376     Signed-off-by: Stefan Roese <sr@denx.de>
38377
38378 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
38379 Author: Wolfgang Denk <wd@denx.de>
38380 Date:   Mon Dec 3 00:15:28 2007 +0100
38381
38382     Prepare for 1.3.1-rc1
38383
38384     Signed-off-by: Wolfgang Denk <wd@denx.de>
38385
38386 commit e15e33433e7c05111968dc9b434a52fd42cbd221
38387 Author: Stefan Roese <sr@denx.de>
38388 Date:   Fri Nov 30 07:15:41 2007 +0100
38389
38390     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
38391
38392     This manual PCIe reset triggering solves the problem seen with the
38393     Intel EPRO/1000 card, which was not detected (link not established)
38394     upon power-up reset.
38395
38396     Signed-off-by: Stefan Roese <sr@denx.de>
38397
38398 commit 260eea5676ca46903a335686cc020b29c4ca46fe
38399 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38400 Date:   Thu Nov 29 01:21:54 2007 +0900
38401
38402     sh: Add SuperH boards maintainer to MAINTAINERS file
38403
38404     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
38405
38406     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38407
38408 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
38409 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38410 Date:   Thu Nov 29 00:13:04 2007 +0900
38411
38412     sh: Add ms7750se support in MAKEALL
38413
38414     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38415
38416 commit c7144373427a178332bf9754131c8c34c52c200a
38417 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38418 Date:   Tue Nov 27 09:44:53 2007 +0100
38419
38420     sh: Add sh3 and sh4 support in MAKEALL
38421
38422     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38424
38425 commit 130080874a3d28450098481a262c5f7c855e908d
38426 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38427 Date:   Sun Nov 25 02:51:17 2007 +0900
38428
38429     sh: Add document for SuperH.
38430
38431     This document is a summary of information concerning SuperH of U-Boot.
38432
38433     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38434
38435 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
38436 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38437 Date:   Sun Nov 25 02:39:31 2007 +0900
38438
38439     sh: Add marubun's pcmcia driver
38440
38441     Marubun pcmcia is a chip for PCMCIA used with SuperH.
38442     Of course, this can be used even by other architectures.
38443     When use this driver, came to be able to use CompactFlash
38444     and Ethernet.
38445
38446     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38447
38448 commit febd86b969b975289ed948f1ac0eb9722da41ced
38449 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38450 Date:   Sun Nov 25 02:32:13 2007 +0900
38451
38452     sh: Update SuperH SCIF driver
38453
38454     - Changed volatile unsigned to vu_.
38455     - Changed Makefile for kconfig.
38456
38457     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38458
38459 commit 8be760903645af09871be50ad0a6f9ebb62b311d
38460 Author: Stefan Roese <sr@denx.de>
38461 Date:   Tue Nov 27 11:57:35 2007 +0100
38462
38463     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
38464
38465     After an error in the AMCC 405EX users manual now correctly configure
38466     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
38467     usage.
38468
38469     Signed-off-by: Stefan Roese <sr@denx.de>
38470
38471 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
38472 Author: Wolfgang Denk <wd@denx.de>
38473 Date:   Mon Nov 26 19:18:21 2007 +0100
38474
38475     Cleanup coding style; update CHANGELOG
38476
38477     Signed-off-by: Wolfgang Denk <wd@denx.de>
38478
38479 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
38480 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38481 Date:   Sun Nov 25 22:39:25 2007 +0100
38482
38483     MAKEALL: add missing 512x boards in ppc
38484
38485     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38486
38487 commit a340c325e668ca7386c2276387681720be9c3757
38488 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38489 Date:   Sun Nov 25 18:45:47 2007 +0100
38490
38491     Makefile : fix tags ctags etags with new drivers organization
38492
38493     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38494
38495 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
38496 Author: Stefan Roese <sr@denx.de>
38497 Date:   Mon Nov 26 15:06:14 2007 +0100
38498
38499     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
38500
38501     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
38502     operation.
38503
38504     Signed-off-by: Stefan Roese <sr@denx.de>
38505
38506 commit ca1ce226287270bb01e25b8e3674c701f12edf19
38507 Author: Stefan Roese <sr@denx.de>
38508 Date:   Mon Nov 26 15:01:45 2007 +0100
38509
38510     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
38511
38512     Signed-off-by: Stefan Roese <sr@denx.de>
38513
38514 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
38515 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38516 Date:   Sun Nov 25 18:45:47 2007 +0100
38517
38518     Makefile : fix tags ctags etags with new drivers organization
38519
38520     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38521
38522 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
38523 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38524 Date:   Sat Nov 24 21:26:56 2007 +0100
38525
38526     drivers/mtd : move mtd drivers to drivers/mtd
38527
38528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38529
38530 commit 318c0b90431f2648552e5ade78833f42652ce859
38531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38532 Date:   Sat Nov 24 21:17:55 2007 +0100
38533
38534     drivers/misc : move misc drivers to drivers/misc
38535
38536     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38537
38538 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
38539 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38540 Date:   Sat Nov 24 21:13:59 2007 +0100
38541
38542     drivers/block : move block drivers to drivers/block
38543
38544     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38545
38546 commit 0c698dcaa70275eb8814f665b545547cee013892
38547 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38548 Date:   Sat Nov 24 20:59:50 2007 +0100
38549
38550     drivers/rtc : move rtc drivers to drivers/rtc
38551
38552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38553
38554 commit f868cc5a50757d94f36c312395481cb0f187d9e6
38555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38556 Date:   Sat Nov 24 20:14:44 2007 +0100
38557
38558     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
38559
38560     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38561
38562 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
38563 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38564 Date:   Sat Nov 24 19:46:45 2007 +0100
38565
38566     drivers/input : move input drivers to drivers/input
38567
38568     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38569
38570 commit e4558666293364fc3af1c1d9381ca933fa0f1275
38571 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38572 Date:   Sat Nov 24 19:40:11 2007 +0100
38573
38574     drivers/usb : move usb drivers to drivers/usb
38575
38576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38577
38578 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
38579 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38580 Date:   Sat Nov 24 19:33:38 2007 +0100
38581
38582     drivers/serial : move serial drivers to drivers/serial
38583
38584     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38585
38586 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
38587 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38588 Date:   Wed Nov 21 21:19:24 2007 +0100
38589
38590     drivers/net : move net drivers to drivers/net
38591
38592     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38593
38594 commit 352d259130b349fe9593b8dada641bd78a9659e5
38595 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38596 Date:   Tue Nov 20 20:41:48 2007 +0100
38597
38598     drivers/video : move video drivers to drivers/video
38599
38600     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38601
38602 commit 73646217186aa17afc8e305c5f06f06dd335eaad
38603 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38604 Date:   Tue Nov 20 20:33:09 2007 +0100
38605
38606     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
38607
38608     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38609
38610 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
38611 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38612 Date:   Tue Nov 20 20:28:09 2007 +0100
38613
38614     drivers/pci : move pci drivers to drivers/pci
38615
38616     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38617
38618 commit 9162352817579840d7802da6d85872b3ca003c97
38619 Author: Gerald Van Baren <vanbaren@cideas.com>
38620 Date:   Thu Nov 22 17:23:23 2007 -0500
38621
38622     Fix fdt printing for updated libfdt
38623
38624     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
38625
38626     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38627
38628 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
38629 Author: Kumar Gala <galak@kernel.crashing.org>
38630 Date:   Wed Nov 21 13:30:15 2007 -0600
38631
38632     Add additional fdt fixup helper functions
38633
38634     Added the following fdt fixup helpers:
38635      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
38636      * do_fixup_by_compat{_u32} - Find matching nodes by compat
38637
38638     The _u32 variants work the same only the property they are setting
38639     is know to be a 32-bit integer instead of a byte buffer.
38640
38641     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38642
38643 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
38644 Author: Kumar Gala <galak@kernel.crashing.org>
38645 Date:   Wed Nov 21 11:11:03 2007 -0600
38646
38647     Add fdt_fixup_ethernet helper to set mac addresses
38648
38649     Added a fixup helper that uses aliases to set mac addresses
38650     in the device tree based on the bd_t
38651
38652     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38653
38654 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
38655 Author: Kumar Gala <galak@kernel.crashing.org>
38656 Date:   Wed Nov 21 14:07:46 2007 -0600
38657
38658     Fix warnings from import of libfdt
38659
38660     cmd_fdt.c: In function fdt_print:
38661     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
38662     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
38663     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
38664     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
38665
38666     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38667
38668 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
38669 Author: Kumar Gala <galak@kernel.crashing.org>
38670 Date:   Wed Oct 24 11:04:22 2007 -0500
38671
38672     Update libfdt from device tree compiler (dtc)
38673
38674     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
38675     the device tree compiler (dtc) project.
38676
38677     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38678
38679 commit e93becf80d732b64aef81b23e8b6ece02c40533d
38680 Author: Kumar Gala <galak@kernel.crashing.org>
38681 Date:   Sat Nov 3 19:46:28 2007 -0500
38682
38683     Move do_fixup* for libfdt into common code
38684
38685     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
38686     into common/fdt_support.c and renamed:
38687
38688     do_fixup()  -> do_fixup_by_path()
38689     do_fixup_u32()      -> do_fixup_by_path_u32()
38690
38691     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38692
38693 commit f738b4a75998f42a7408defadc9baac7a31c92db
38694 Author: Kumar Gala <galak@kernel.crashing.org>
38695 Date:   Thu Oct 25 16:15:07 2007 -0500
38696
38697     Make no options to fdt print default to '/'
38698
38699     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38700
38701 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
38702 Author: Kumar Gala <galak@kernel.crashing.org>
38703 Date:   Wed Oct 24 10:21:57 2007 -0500
38704
38705     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
38706
38707     Removed:
38708         fdt_node_is_compatible
38709         fdt_find_node_by_type
38710         fdt_find_compatible_node
38711
38712     To ease merge of newer libfdt as we aren't using them anywhere at this time.
38713
38714     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
38715     reason.
38716
38717     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38718
38719 commit 98e2867cc85409b919f862e6c16026461ec955df
38720 Author: Grant Likely <grant.likely@secretlab.ca>
38721 Date:   Wed Nov 21 09:19:37 2007 -0700
38722
38723     [BUILD] Remove libraries when updating autoconf.mk
38724
38725     Fix library problems caused by conditional compilation.  Using
38726     autoconf.mk to decide which files to compile has caused a problem when
38727     changing configuration from one board to another without clearing out
38728     the library (*.a) files.
38729
38730     It used to be that the linker was always passed the same list of .o
38731     files when building the .a files.  However, that is not longer true
38732     with conditional compilation.  Now, a different board config will have
38733     a different file list passed to the linker.  The problem occurs when
38734     a library has already been built and the board config is changed.
38735
38736     Since the linker will update instead of replace a preexisting library,
38737     then if the file list changes to remove some object files the old
38738     objects will still exist in the library.
38739
38740     The solution is to remove all old library files when autoconf.mk is
38741     made.
38742
38743     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38744
38745 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
38746 Author: Kumar Gala <galak@kernel.crashing.org>
38747 Date:   Wed Nov 21 08:49:50 2007 -0600
38748
38749     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
38750
38751     Modify libfdt/Makefile to conditionally compile the *.c files based
38752     on the board config.
38753
38754     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38755
38756 commit 4a43719a7738712811d822ca8125427b27a55cdc
38757 Author: Grant Likely <grant.likely@secretlab.ca>
38758 Date:   Mon Sep 24 09:05:31 2007 -0600
38759
38760     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
38761
38762     Modify common/Makefile to conditionally compile the cmd_*.c files based
38763     on the board config.
38764
38765     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38766
38767 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
38768 Author: Grant Likely <grant.likely@secretlab.ca>
38769 Date:   Mon Sep 24 09:05:31 2007 -0600
38770
38771     [BUILD] Generate include/autoconf.mk from board config files
38772
38773     Use cpp and sed to postprocess config.h and import the defined values
38774     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
38775     give 'make' access to the board configuration.
38776
38777     Doing this enables conditional compilation at the Makefile level instead
38778     of by wrapping every .c file with #ifdef/#endif wrappers.
38779
38780     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38781
38782 commit 68b88999da87ab88e71e1306192905be3450198e
38783 Author: Jon Loeliger <jdl@freescale.com>
38784 Date:   Tue Nov 20 15:02:26 2007 -0600
38785
38786     8610HPCD: Enable the 8610 Display Interface Unit
38787
38788     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38789
38790 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
38791 Author: Jon Loeliger <jdl@freescale.com>
38792 Date:   Tue Nov 20 15:00:53 2007 -0600
38793
38794     Move 8610 DIU interface structure definitions to header file.
38795
38796     These two structures are still needed during the
38797     initialization and setup of the DIU hardware.
38798     So move them to the fsl_diu_fb.h file for now.
38799     Official "blah".
38800
38801     Noticed-by: York Sun <yorksun@freescale.com>
38802     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38803
38804 commit 080c646dbf474a109c3f85718fb01ce042a38c45
38805 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38806 Date:   Tue Nov 20 20:14:18 2007 +0100
38807
38808     drivers/i2c : move i2c drivers to drivers/i2c
38809
38810     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38811
38812 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
38813 Author: Wolfgang Denk <wd@denx.de>
38814 Date:   Mon Nov 19 22:20:24 2007 +0100
38815
38816     Prepare for 1.3.0 release.
38817
38818     Signed-off-by: Wolfgang Denk <wd@denx.de>
38819
38820 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
38821 Author: Haiying Wang <Haiying.Wang@freescale.com>
38822 Date:   Mon Nov 19 10:02:13 2007 -0500
38823
38824     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
38825
38826     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
38827
38828     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38829
38830 commit f8c320609366176b31104d9bf5e295232e1c7f1d
38831 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38832 Date:   Mon Nov 19 11:14:16 2007 +0900
38833
38834     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
38835
38836     lowlevel_init.S: Assembler messages:
38837     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
38838
38839     Looking at codes, the `memtest' and `clearmem' are intentional mixed
38840     use of `global symbols' and `label' for debugging purpose. To make it
38841     build, just disable global-symbols-use for now. As a result `memtest'
38842     still remains as unused, but leave it be...
38843
38844     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38845
38846 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
38847 Author: Wolfgang Denk <wd@denx.de>
38848 Date:   Mon Nov 19 12:59:14 2007 +0100
38849
38850     Fix build problems with mp2usb board
38851
38852     Signed-off-by: Wolfgang Denk <wd@denx.de>
38853
38854 commit 6bf4c686afca1e86e1c384d59218f914605713bf
38855 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38856 Date:   Sun Nov 18 18:36:11 2007 +0100
38857
38858     s3c24x0: Fix usb_ohci.c missing in Makefile
38859     and usb_ohci.c warning differ in signedness
38860
38861     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38862
38863 commit 6073f61e078da5ddb521b56256bcc36508589883
38864 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38865 Date:   Sun Nov 18 12:55:02 2007 +0100
38866
38867     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
38868
38869     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38870
38871 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
38872 Author: Wolfgang Denk <wd@denx.de>
38873 Date:   Sun Nov 18 17:11:09 2007 +0100
38874
38875     Fix compiler warnings for ARM systems.
38876
38877     Signed-off-by: Wolfgang Denk <wd@denx.de>
38878
38879 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
38880 Author: Wolfgang Denk <wd@denx.de>
38881 Date:   Sun Nov 18 16:36:27 2007 +0100
38882
38883     Fix compiler warnings for PPC systems. Update CHANGELOG.
38884
38885     Signed-off-by: Wolfgang Denk <wd@denx.de>
38886
38887 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
38888 Author: Stefan Roese <sr@denx.de>
38889 Date:   Sun Nov 18 14:44:44 2007 +0100
38890
38891     ppc4xx: Correct 405EX PCIe UTL register mapping
38892
38893     Map 4k mem space for UTL registers for each port.
38894
38895     Signed-off-by: Stefan Roese <sr@denx.de>
38896
38897 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
38898 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38899 Date:   Sat Nov 17 11:31:10 2007 +0100
38900
38901     Fix warning differ in signedness in net/net.c and net/nfs.c
38902
38903 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
38904 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38905 Date:   Sat Nov 17 20:42:45 2007 +0900
38906
38907     gth2.c: Fix a warning on gth2 build.
38908
38909     gth2.c: In function 'misc_init_r':
38910     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
38911
38912     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38913
38914 commit 2309c130aa4c84b91bd874a41269c923eb61b555
38915 Author: Stefan Roese <sr@denx.de>
38916 Date:   Sat Nov 17 07:58:25 2007 +0100
38917
38918     Fix warning differ in signedness in common/cmd_scsi.c
38919
38920     Signed-off-by: Stefan Roese <sr@denx.de>
38921
38922 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
38923 Author: Stefan Roese <sr@denx.de>
38924 Date:   Sat Nov 17 14:52:29 2007 +0100
38925
38926     ppc4xx: Update AMCC Kilauea config file
38927
38928     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
38929
38930     Signed-off-by: Stefan Roese <sr@denx.de>
38931
38932 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
38933 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38934 Date:   Sat Nov 17 20:05:26 2007 +0900
38935
38936     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
38937
38938     Current trick to pick up GNU assembler minor version does not work with the
38939     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
38940     "(GNU Binutils) ".
38941
38942       $ sde-as --version |grep "GNU assembler"
38943       GNU assembler 2.15.94 mipssde-6.02.02-20050602
38944       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
38945       2.15.94
38946       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
38947       15
38948       $
38949
38950       $ mips-linux-as --version |grep "GNU assembler"
38951       GNU assembler (GNU Binutils) 2.18
38952       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
38953       (GNU
38954       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
38955       (no output)
38956       $
38957
38958     As a result of above, you'll see many noises with such binutils:
38959
38960       make -C cpu/mips/
38961       /bin/sh: line 0: [: : integer expression expected
38962       /bin/sh: line 0: [: : integer expression expected
38963       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
38964       mips-linux-gcc  -D__ASSEMBLY__ -g  -Os   -D__KERNEL__ -DTEXT_BASE=0xB0000000  -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
38965       /bin/sh: line 0: [: : integer expression expected
38966       mips-linux-gcc  -D__ASSEMBLY__ -g  -Os   -D__KERNEL__ -DTEXT_BASE=0xB0000000  -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
38967       /bin/sh: line 0: [: : integer expression expected
38968       mips-linux-gcc -g  -Os   -D__KERNEL__ -DTEXT_BASE=0xB0000000  -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
38969       /bin/sh: line 0: [: : integer expression expected
38970
38971     This patch simplifies the trick and makes it work with both versions of gas.
38972     I also replace an expensive `awk (or gawk)' with `cut'.
38973
38974     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38975
38976 commit 16664f72850846e645616da1c0fa5afcd6d15f15
38977 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38978 Date:   Sat Nov 17 20:05:26 2007 +0900
38979
38980     [MIPS] Remove useless instructions for initializing $gp.
38981
38982     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38983
38984 commit 03c031d5660ea946c39af6e2e16267da857c609f
38985 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38986 Date:   Sat Oct 27 15:27:06 2007 +0900
38987
38988     [MIPS] MIPS 4K core: Coding style cleanups
38989
38990     No logical changes.
38991
38992     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38993
38994 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
38995 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38996 Date:   Sat Nov 17 20:05:20 2007 +0900
38997
38998     [MIPS] gth2.c: Fix a warning on gth2 build.
38999
39000     gth2.c: In function 'misc_init_r':
39001     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
39002
39003     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39004
39005 commit 4fbd0741b2b6441da10be93e10267122581b7079
39006 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39007 Date:   Sat Oct 27 15:22:33 2007 +0900
39008
39009     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
39010
39011     au1x00_eth.c: In function 'au1x00_miiphy_write':
39012     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
39013
39014     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39015
39016 commit f01320459736f156707425cf8112f98606301aa4
39017 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39018 Date:   Sat Oct 27 15:00:25 2007 +0900
39019
39020     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
39021
39022     au1x00_eth.c: In function 'au1x00_enet_initialize':
39023     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
39024     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
39025     au1x00_eth.c:246: error: for each function it appears in.)
39026     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
39027     au1x00_eth.c: In function 'au1x00_miiphy_write':
39028     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
39029     make[1]: *** [au1x00_eth.o] Error 1
39030
39031     Fixed by moving these two functions forward.
39032
39033     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39034
39035 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
39036 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39037 Date:   Sat Oct 27 15:00:25 2007 +0900
39038
39039     MAKEALL: Added missing pb1000 board
39040
39041     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39042
39043 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
39044 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39045 Date:   Sat Oct 27 15:00:24 2007 +0900
39046
39047     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
39048
39049     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39050
39051 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
39052 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39053 Date:   Sat Oct 27 15:00:24 2007 +0900
39054
39055     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
39056
39057     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39058
39059 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
39060 Author: Wolfgang Denk <wd@denx.de>
39061 Date:   Sat Nov 17 02:34:38 2007 +0100
39062
39063     Update CHANGELOIG, prepare for -rc4
39064
39065     Signed-off-by: Wolfgang Denk <wd@denx.de>
39066
39067 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
39068 Author: Luotao Fu <l.fu@pengutronix.de>
39069 Date:   Wed Nov 14 18:58:33 2007 +0100
39070
39071     Fix the i2c frequency and default address in rsdproto board
39072
39073     rsdproto board support has wrong I2C frequency and wrong return value
39074     handling.
39075
39076     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
39077
39078 commit 429c180edad038f91c989cb14b478228092e7054
39079 Author: Wolfgang Denk <wd@denx.de>
39080 Date:   Sat Nov 17 01:45:38 2007 +0100
39081
39082     powerpc: Backout relocation changes for MPC5121, too.
39083
39084     Apply Grant Likely's backout to MPC5121 code, too.
39085
39086     Pointed out by Rafal Jaworowski <raj@semihalf.com>
39087
39088     Signed-off-by: Wolfgang Denk <wd@denx.de>
39089
39090 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
39091 Author: Grant Likely <grant.likely@secretlab.ca>
39092 Date:   Tue Nov 13 22:18:33 2007 -0700
39093
39094     powerpc: Backout relocation changes.
39095
39096     Ugh.  I *hate* to back this change out, but these compiler flags don't
39097     work for relocation on all versions of GCC.  I've not been able to
39098     reproduce the environment in my setup (and hence, not been able to
39099     find a combination that *does* work), so I've got no choice but to go
39100     back to the old gcc flags and linker script.
39101
39102     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39103
39104 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
39105 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39106 Date:   Tue Nov 13 09:11:05 2007 +0100
39107
39108     Fixed mips_io_port_base build errors.
39109
39110     This patch has been sent on:
39111     - 29 Sep 2007
39112
39113     Although mips_io_port_base is currently a part of IDE command, it is quite
39114     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
39115     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
39116
39117     This patch is triggered by multiple definition of `mips_io_port_base' build
39118     error on gth2 (and tb0229 also needs this fix.)
39119
39120     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
39121     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
39122     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
39123     make: *** [u-boot] Error 1
39124
39125     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39127
39128 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
39129 Author: Wolfgang Denk <wd@denx.de>
39130 Date:   Sat Nov 17 01:30:40 2007 +0100
39131
39132     Fix a bug in the slave serial programming mode for the Xilinx
39133     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
39134     the most significant bit was set, which did not work on any
39135     architecture where "char" defaulted to be an unsigned type.
39136
39137     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
39138
39139     Signed-off-by: Wolfgang Denk <wd@denx.de>
39140
39141 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
39142 Author: Jon Loeliger <jdl@freescale.com>
39143 Date:   Thu Nov 1 12:23:29 2007 -0500
39144
39145     86xx: Fix broken variable reference when #def DEBUGing.
39146
39147     Sometimes you can't reference the DDR2 controller variables.
39148
39149     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39150
39151 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
39152 Author: Jason Jin <Jason.jin@freescale.com>
39153 Date:   Fri Oct 26 18:32:00 2007 +0800
39154
39155     make 8610 board use pixis reset
39156
39157     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39158
39159 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
39160 Author: Jason Jin <Jason.jin@freescale.com>
39161 Date:   Mon Oct 29 19:26:21 2007 +0800
39162
39163     Unify pixis_reset altbank across board families
39164
39165     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
39166     into the separate board config files.
39167
39168     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39169     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39170
39171 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
39172 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39173 Date:   Wed Nov 7 08:19:21 2007 +0100
39174
39175     Fix warning: pointer targets in assignment differ in signedness
39176
39177     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39178
39179 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
39180 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39181 Date:   Wed Nov 7 08:19:19 2007 +0100
39182
39183     Fix warning differ in signedness in common/cmd_ide.c
39184
39185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39186
39187 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
39188 Author: Stefan Roese <sr@denx.de>
39189 Date:   Fri Nov 16 14:16:54 2007 +0100
39190
39191     ppc4xx: Enable 405EX PCIe UTL register configuration
39192
39193     Till now the UTL registers on 405EX were not initialized but left with
39194     their default values. This patch new initializes some of the UTL
39195     registers on 405EX.
39196
39197     Signed-off-by: Stefan Roese <sr@denx.de>
39198
39199 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
39200 Author: Stefan Roese <sr@denx.de>
39201 Date:   Fri Nov 16 14:00:59 2007 +0100
39202
39203     ppc4xx: Update AMCC Makalu for board rev 1.1
39204
39205     This patch adds changes needed for Makalu rev 1.1:
39206
39207     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
39208     - Enable 2nd ethernet port EMAC1
39209     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
39210     - Reset PCIe ports via GPIO upon bootup
39211
39212     Signed-off-by: Stefan Roese <sr@denx.de>
39213
39214 commit 4d4faae65e115e327425cd514c1a35146a85166b
39215 Author: Grant Likely <grant.likely@secretlab.ca>
39216 Date:   Mon Sep 24 09:05:31 2007 -0600
39217
39218     Group PCI and PCMCIA drivers in drivers/Makefile
39219
39220     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39221
39222 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
39223 Author: Grant Likely <grant.likely@secretlab.ca>
39224 Date:   Mon Sep 24 09:05:31 2007 -0600
39225
39226     Group block/flash drivers in drivers/Makefile
39227
39228     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39229
39230 commit df58c81551700f058b44cacf55a7997fa63bfe0a
39231 Author: Grant Likely <grant.likely@secretlab.ca>
39232 Date:   Mon Sep 24 09:05:31 2007 -0600
39233
39234     Group USB drivers in drivers/Makefile
39235
39236     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39237
39238 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
39239 Author: Grant Likely <grant.likely@secretlab.ca>
39240 Date:   Mon Sep 24 09:05:30 2007 -0600
39241
39242     Group i2c drivers in drivers/Makefile
39243
39244     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39245
39246 commit ec00c76de0e5971273905998d62d6bb119324218
39247 Author: Grant Likely <grant.likely@secretlab.ca>
39248 Date:   Mon Sep 24 09:05:30 2007 -0600
39249
39250     Group console drivers in drivers/Makefile
39251
39252     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39253
39254 commit 754f230aa01b8c789fc31f8013c2487954073300
39255 Author: Grant Likely <grant.likely@secretlab.ca>
39256 Date:   Mon Sep 24 09:05:30 2007 -0600
39257
39258     Group network drivers in drivers/Makefile
39259
39260     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39261
39262 commit f0037c56b0d12cd46215124667b9f83d60ef9391
39263 Author: Grant Likely <grant.likely@secretlab.ca>
39264 Date:   Mon Sep 24 09:05:30 2007 -0600
39265
39266     Build: split COBJS value into multiple lines
39267
39268     This change is in preparation for condtitionial compile support in the
39269     build system.  By spliting them all into seperate lines now, subsequent
39270     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
39271     be less invasive and easier to review
39272
39273     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39274
39275 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
39276 Author: Grant Likely <grant.likely@secretlab.ca>
39277 Date:   Mon Sep 24 09:05:30 2007 -0600
39278
39279     Add .gitignore files
39280
39281     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39282     Acked-by: Kim Phillips <kim.phillips@freescale.com>
39283
39284 commit 955413f35f054a82e40042f1dbcf501c6a05719b
39285 Author: Grant Likely <grant.likely@secretlab.ca>
39286 Date:   Thu Nov 15 08:27:52 2007 -0700
39287
39288     Revert "Correct relocation fixup for mpc5xx"
39289
39290     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
39291     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39292
39293 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
39294 Author: Grant Likely <grant.likely@secretlab.ca>
39295 Date:   Thu Nov 15 08:24:32 2007 -0700
39296
39297     Revert "Correct fixup relocation for MPC5xxx"
39298
39299     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
39300     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39301
39302 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
39303 Author: Grant Likely <grant.likely@secretlab.ca>
39304 Date:   Thu Nov 15 08:21:04 2007 -0700
39305
39306     Revert "Correct fixup relocation for mpc8220"
39307
39308     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
39309     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39310
39311 commit 70922342369e5e39b286fe21e768a239ca07a514
39312 Author: Grant Likely <grant.likely@secretlab.ca>
39313 Date:   Thu Nov 15 08:20:57 2007 -0700
39314
39315     Revert "Correct fixup relocation for mpc824x"
39316
39317     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
39318     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39319
39320 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
39321 Author: Grant Likely <grant.likely@secretlab.ca>
39322 Date:   Thu Nov 15 08:20:50 2007 -0700
39323
39324     Revert "Correct fixup relocation for mpc8260"
39325
39326     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
39327     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39328
39329 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
39330 Author: Grant Likely <grant.likely@secretlab.ca>
39331 Date:   Thu Nov 15 08:20:43 2007 -0700
39332
39333     Revert "Correct fixup relocation for mpc83xx"
39334
39335     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
39336     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39337
39338 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
39339 Author: Grant Likely <grant.likely@secretlab.ca>
39340 Date:   Thu Nov 15 08:20:25 2007 -0700
39341
39342     Revert "[MPC512x] Correct fixup relocation"
39343
39344     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
39345     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
39346
39347 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
39348 Author: Stefan Roese <sr@denx.de>
39349 Date:   Thu Nov 15 14:25:09 2007 +0100
39350
39351     ppc4xx: Small AMCC Kilauea cleanup
39352
39353     Remove not needed pci_target_init() function.
39354
39355     Signed-off-by: Stefan Roese <sr@denx.de>
39356
39357 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
39358 Author: Stefan Roese <sr@denx.de>
39359 Date:   Thu Nov 15 14:23:55 2007 +0100
39360
39361     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
39362
39363     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
39364     - Cleanup of the 4xx GPIO functions
39365     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
39366
39367     Signed-off-by: Stefan Roese <sr@denx.de>
39368
39369 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
39370 Author: Stefan Roese <sr@denx.de>
39371 Date:   Thu Nov 15 14:20:08 2007 +0100
39372
39373     ppc4xx: AMCC Taihu board config file cleanup
39374
39375     This patch makes the AMCC Taihu a little more compatible to the other
39376     AMCC eval boards.
39377
39378     Signed-off-by: Stefan Roese <sr@denx.de>
39379
39380 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
39381 Author: Marian Balakowicz <m8@semihalf.com>
39382 Date:   Thu Nov 15 13:37:28 2007 +0100
39383
39384     [INKA4x0] NG hardware: flash support
39385
39386     Disabled and remove inka4x0 custom flash driver, use CFI flash
39387     driver instead.
39388
39389     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39390
39391 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
39392 Author: Marian Balakowicz <m8@semihalf.com>
39393 Date:   Thu Nov 15 13:29:55 2007 +0100
39394
39395     [INKA4x0] NG hardware: SDRAM support
39396
39397     Add support for three new DDR chips that may  be present on a NG
39398     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
39399
39400     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
39401
39402     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39403
39404 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
39405 Author: Marian Balakowicz <m8@semihalf.com>
39406 Date:   Thu Nov 15 13:24:43 2007 +0100
39407
39408     [INKA4x0] NG hardware: platform code update
39409
39410     - Cleanup compile warnings.
39411     - Add missing '\0' in default environment.
39412     - Increase CFG_MONITOR_LEN to 256 KiB.
39413     - Add required CFG_USE_PPCENV.
39414
39415     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39416
39417 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
39418 Author: Peter Pearse <peter.pearse@arm.com>
39419 Date:   Thu Nov 15 08:58:00 2007 +0000
39420
39421     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
39422     Remove warnings re onenand_read() & write()
39423
39424 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
39425 Author: Peter Pearse <peter.pearse@arm.com>
39426 Date:   Thu Nov 15 08:45:13 2007 +0000
39427
39428     Correction patch
39429
39430 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
39431 Author: Roy Zang <tie-fei.zang@freescale.com>
39432 Date:   Thu Sep 13 18:52:28 2007 +0800
39433
39434     Enable ULi1575 Ethernet support in 8610HPCD config
39435
39436     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
39437     Acked-by: Jon Loeliger <jdl@freescale.com>
39438
39439 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
39440 Author: Stefan Roese <sr@denx.de>
39441 Date:   Tue Nov 13 08:18:20 2007 +0100
39442
39443     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
39444
39445     Signed-off-by: Stefan Roese <sr@denx.de>
39446
39447 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
39448 Author: Stefan Roese <sr@denx.de>
39449 Date:   Tue Nov 13 08:06:11 2007 +0100
39450
39451     ppc4xx: Fix 405EX PCIe UTLSET register setup
39452
39453     Signed-off-by: Stefan Roese <sr@denx.de>
39454
39455 commit 1ce55151c85d068f70317a8d65c61058b891afb4
39456 Author: Heiko Schocher <hs@denx.de>
39457 Date:   Tue Nov 13 07:50:29 2007 +0100
39458
39459     [UC101] SRAM now with 2 MB working.
39460
39461     Signed-off-by: Heiko Schocher <hs@denx.de>
39462
39463 commit 2d14684341109a69616e4d6016cd61402d55086f
39464 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39465 Date:   Fri Nov 9 15:37:53 2007 +0100
39466
39467     ppc4xx: Use generic usb-ohci driver for sequoia board
39468
39469     This patch makes the sequoia board use the generic usb-ohci driver
39470     instead of cpu/ppc4xx/usb_ohci.c.
39471
39472     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39473     Signed-off-by: Stefan Roese <sr@denx.de>
39474
39475 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
39476 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39477 Date:   Fri Nov 9 15:37:23 2007 +0100
39478
39479     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
39480
39481     This patch disables the 44x d-cache on 'usb start' and
39482     reenables it on 'usb stop'. This should be seen as a
39483     temporary fix until the generic usb-ohci driver can
39484     life with d-cache enabled.
39485
39486     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39487     Signed-off-by: Stefan Roese <sr@denx.de>
39488
39489 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
39490 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39491 Date:   Fri Nov 9 15:36:44 2007 +0100
39492
39493     ppc4xx: Remove redundant code from 4xx network driver
39494
39495     This patch removes some redundant code and decrements the end
39496     address of cache flush and invalidate by 1.
39497
39498     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39499     Signed-off-by: Stefan Roese <sr@denx.de>
39500
39501 commit 5ca9881aad8c413ac2a82868a5e3719178254502
39502 Author: Peter Pearse <peter.pearse@arm.com>
39503 Date:   Fri Nov 9 15:24:26 2007 +0000
39504
39505     Add apollon board support
39506     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39507
39508 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
39509 Author: Stefan Roese <sr@denx.de>
39510 Date:   Fri Nov 9 12:19:58 2007 +0100
39511
39512     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
39513
39514     Signed-off-by: Stefan Roese <sr@denx.de>
39515
39516 commit c7f69c340277935a6c19a956421852da944a365f
39517 Author: Stefan Roese <sr@denx.de>
39518 Date:   Fri Nov 9 12:18:54 2007 +0100
39519
39520     ppc4xx: Make output a little shorter on I2C bootrom detection
39521
39522     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
39523     already print a line with the information which I2C bootrom is
39524     used for bootstrap configuration. So we don't need this extra line
39525     with "I2C boot EEPROM en-/dis-abled".
39526
39527     This patch also has a little code cleanup integrated.
39528
39529     Signed-off-by: Stefan Roese <sr@denx.de>
39530
39531 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
39532 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39533 Date:   Thu Nov 8 12:50:18 2007 -0600
39534
39535     ColdFire: MCF5329 - Remove reset registers from CCM
39536
39537     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39538
39539 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
39540 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39541 Date:   Thu Nov 8 12:31:11 2007 -0600
39542
39543     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
39544
39545     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39546
39547 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
39548 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39549 Date:   Thu Nov 8 12:19:01 2007 -0600
39550
39551     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
39552
39553     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39554
39555 commit 225a24b5e062ad94627424508ae814f51dbe1a34
39556 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39557 Date:   Wed Nov 7 18:00:54 2007 -0600
39558
39559     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
39560
39561     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39562
39563 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
39564 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39565 Date:   Wed Nov 7 17:56:15 2007 -0600
39566
39567     ColdFire: MCF532x - Update do_reset() using core reset
39568
39569     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39570
39571 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
39572 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39573 Date:   Wed Nov 7 17:51:00 2007 -0600
39574
39575     ColdFire: Update cpu flag for 4.2-xx compiler
39576
39577     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39578
39579 commit 070ba56115b4da63b46e974287fa4550d4023386
39580 Author: York Sun <yorksun@freescale.com>
39581 Date:   Wed Oct 31 14:59:04 2007 -0500
39582
39583     8610: Add console frame buffer support to FSL 8610 DIU driver.
39584
39585     Add cfb console support to FSL 8610 DIU driver.
39586     Inspect board version from PIXIS to obtain correct pixel format.
39587
39588     Use #define CONFIG_VIDEO in config file to enable fb console.
39589
39590     To switch monitor, set monitor variable to
39591     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
39592     followed by "diufb init".
39593
39594     Preserve logo bitmap at the top of the fb console.
39595
39596     Signed-off-by: York Sun <yorksun@freescale.com>
39597     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39598
39599 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
39600 Author: York Sun <yorksun@freescale.com>
39601 Date:   Mon Oct 29 13:58:39 2007 -0500
39602
39603     8610: Add 8610 DIU display driver
39604
39605     1280x1024 and 1024x768 @ 32 bpp are supported now.
39606     DVI, Single-link LVDS, Double-link LVDS are all supported.
39607
39608     Environmental variable "monitor" is used to specify monitor port.
39609
39610     A new command "diufb" is introduced to reinitialize monitor
39611     and display a BMP file in the memory. So far, 1-bit, 4-bit,
39612     8-bit and 24-bit BMP formats are supported.
39613
39614         diufb init
39615             - initialize the diu driver
39616         Enable the port specified in the environmental variable "monitor"
39617
39618         diufb addr
39619             - display bmp file in memory.
39620         The bmp image should be no bigger than the resolution, 1280x1024
39621         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
39622
39623     Note, this driver allocate memory but doesn't free it after use
39624     It is written on purpose -- to avoid a failure of reallocation
39625     due to memory fragement.
39626
39627     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
39628
39629     Signed-off-by: York Sun <yorksun@freescale.com>
39630     Signed-off-by: Jon loeliger <jdl@freescale.com>
39631
39632 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
39633 Author: York Sun <yorksun@freescale.com>
39634 Date:   Wed Oct 31 10:43:59 2007 -0500
39635
39636     FSL: Add a freescale bitmap logo.
39637
39638     This Freescale logo is a 340 x 128 x 4bpp BMP file
39639     that can be displayed by the DIU Framebuffer driver.
39640
39641     Signed-off-by: York Sun <yorksun@freescale.com>
39642     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39643
39644 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
39645 Author: York Sun <yorksun@freescale.com>
39646 Date:   Mon Oct 29 13:57:53 2007 -0500
39647
39648     8610: Make some extra debug environment variables conditional.
39649
39650     One may #define ENV_DEBUG to get them back again.
39651
39652     Signed-off-by: York Sun <yorksun@freescale.com>
39653
39654 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
39655 Author: Jason Jin <Jason.jin@freescale.com>
39656 Date:   Mon Oct 29 19:26:21 2007 +0800
39657
39658     8610: Actually enable pixis_reset CONFIGs
39659
39660     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39661
39662 commit f3bceaab230b4748d0afc4109b6837308f018b40
39663 Author: Jason Jin <Jason.jin@freescale.com>
39664 Date:   Fri Oct 26 18:31:59 2007 +0800
39665
39666     Fix the BAT definition of PCI IO on 8610 board
39667
39668     The address in the BAT register is aligned with the BAT size.
39669     The original definition actually did not define BAT for PCIE2 IO.
39670     This patch fix this.
39671
39672     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39673
39674 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
39675 Author: Jason Jin <Jason.jin@freescale.com>
39676 Date:   Mon Oct 29 19:26:21 2007 +0800
39677
39678     Unify pixis_reset altbank across board families
39679
39680     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
39681     into the separate board config files.
39682
39683     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39684     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39685
39686 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
39687 Author: Jason Jin <Jason.jin@freescale.com>
39688 Date:   Fri Oct 26 18:32:00 2007 +0800
39689
39690     make 8610 board use pixis reset
39691
39692     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39693
39694 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
39695 Author: Jon Loeliger <jdl@freescale.com>
39696 Date:   Thu Nov 1 12:23:29 2007 -0500
39697
39698     86xx: Fix broken variable reference when #def DEBUGing.
39699
39700     Sometimes you can't reference the DDR2 controller variables.
39701
39702     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39703
39704 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
39705 Author: Roy Zang <tie-fei.zang@freescale.com>
39706 Date:   Mon Nov 5 17:39:24 2007 +0800
39707
39708     Implement general ULi 526x Ethernet driver support in U-boot
39709
39710     This patch implements general ULi 526x Ethernet driver.
39711     Until now, it is the only native Ethernet port on
39712     MPC8610HPCD board, but it could be used on other boards
39713     with ULi 526x Ethernet port as well.
39714
39715     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
39716     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39717     Acked-by: Jon Loeliger <jdl@freescale.com>
39718     Signed-off-by: Ben Warren <bwarren@qstreams.com>
39719
39720 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
39721 Author: Larry Johnson <lrj@arlinx.com>
39722 Date:   Thu Nov 1 08:46:50 2007 -0500
39723
39724     NET: Add Ethernet 1000BASE-X support for PPC4xx
39725
39726     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
39727     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
39728     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
39729     "mii info" command is modified to distinguish between 1000BASE-T and -X.
39730
39731     Signed-off-by: Larry Johnson <lrj@acm.org>
39732     Signed-off-by: Ben Warren <bwarren@qstreams.com>
39733
39734 commit 298035df4948b113d29ac0e694717d34b95bc5dc
39735 Author: Larry Johnson <lrj@arlinx.com>
39736 Date:   Wed Oct 31 11:21:29 2007 -0500
39737
39738     NET: Cosmetic changes
39739
39740     Signed-off-by: Larry Johnson <lrj@acm.org>
39741     Signed-off-by: Ben Warren <bwarren@qstreams.com>
39742
39743 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
39744 Author: Stefan Roese <sr@denx.de>
39745 Date:   Mon Nov 5 07:43:05 2007 +0100
39746
39747     ppc4xx: Make output a little shorter on PCIe detection
39748
39749     Now not max 3 lines but 2 lines are printed per PCIe port.
39750
39751     Signed-off-by: Stefan Roese <sr@denx.de>
39752
39753 commit 992742a5b09d9040adbd156fb90756af66ade310
39754 Author: Wolfgang Denk <wd@denx.de>
39755 Date:   Sat Nov 3 23:09:27 2007 +0100
39756
39757     Cleanup coding style; update CHANGELOG
39758
39759     Signed-off-by: Wolfgang Denk <wd@denx.de>
39760
39761 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
39762 Author: Bruce Adler <bruce.adler@ccpu.com>
39763 Date:   Fri Nov 2 13:15:42 2007 -0700
39764
39765     fix wording in README
39766
39767     Changed the wording to properly describe the shadowing
39768     of the environment from ROM to RAM
39769
39770     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
39771
39772 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
39773 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39774 Date:   Wed Oct 31 02:18:15 2007 +0900
39775
39776     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
39777
39778     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39779
39780 commit ec22755799466c8a103664bb3a5e647bf9c238f4
39781 Author: Vlad Lungu <vlad@comsys.ro>
39782 Date:   Thu Oct 25 16:08:14 2007 +0300
39783
39784     Trimmed some variables in ne2000.c
39785
39786     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
39787
39788 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
39789 Author: Zhang Wei <wei.zhang@freescale.com>
39790 Date:   Thu Oct 25 17:51:27 2007 +0800
39791
39792     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
39793
39794     The scan code of the key 'z' is 0x1d, which should be handled.
39795
39796     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
39797     controller.
39798
39799     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39800
39801 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
39802 Author: Zhang Wei <wei.zhang@freescale.com>
39803 Date:   Thu Oct 25 17:30:04 2007 +0800
39804
39805     Fix USB support issue for MPC8641HPCN board.
39806
39807     The configuration file has already enabled USB, but it
39808     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
39809     on MPC8641HPCN can not work because of the wrong USB
39810     register endian.
39811
39812     And add the USB command to U-Boot commands list.
39813
39814     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39815
39816 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
39817 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39818 Date:   Wed Oct 24 18:16:01 2007 +0200
39819
39820     Use config_cmd_default.h instead of config_cmd_all.h
39821
39822     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39823
39824 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
39825 Author: Marian Balakowicz <m8@semihalf.com>
39826 Date:   Wed Oct 24 01:37:36 2007 +0200
39827
39828     TQM5200: Call usb_cpu_init() during board init
39829
39830     usb_cpu_init() configures GPS USB pins, clocks, etc. and
39831     is required for proper operation of kernel USB subsystem.
39832     This setup was previously done in the kernel by the fixup
39833     code which is being removed, thus low level init must be
39834     done by U-boot now.
39835
39836     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39837
39838 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
39839 Author: Guennadi Liakhovetski <lg@denx.de>
39840 Date:   Tue Oct 23 16:25:50 2007 +0200
39841
39842     Fix typo in nfs.c
39843
39844     An obvious typo. Originally fixed in linkstation u-boot port.
39845
39846     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39847
39848 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
39849 Author: Guennadi Liakhovetski <lg@denx.de>
39850 Date:   Tue Oct 23 14:35:05 2007 +0200
39851
39852     Fix a typo in cpu/mpc824x/interrupts.c
39853
39854     Since December 2003 the timer_interrupt_cpu() function in
39855     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
39856     parameter. Remove it.
39857
39858     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39859
39860 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
39861 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
39862 Date:   Wed Oct 17 11:13:51 2007 +0200
39863
39864     add ft_cpu_setup(..) on mpc8260
39865
39866     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
39867     based on code from mpc5xxx
39868
39869     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
39870     --
39871
39872 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
39873 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
39874 Date:   Wed Oct 17 11:18:42 2007 +0200
39875
39876     changes for IDS8247 board support
39877
39878     To get the IDS8247 board working following are done:
39879      - FCC2 is deactivated
39880      - FCC1 is activated
39881      - I2C is activated
39882      - CFI driver is activated
39883      - Adapted for use with LIBFDT
39884
39885     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
39886     --
39887
39888 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
39889 Author: Stefan Roese <sr@denx.de>
39890 Date:   Sat Nov 3 12:08:28 2007 +0100
39891
39892     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
39893
39894     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
39895     Again, only one image supports both targets.
39896
39897     Signed-off-by: Stefan Roese <sr@denx.de>
39898
39899 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
39900 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39901 Date:   Wed Oct 24 15:48:37 2007 +0200
39902
39903     ATSTK1002: Remove default ethernet addresses
39904
39905     Wolfgang is right: It's not a good idea to set up default initial
39906     ethernet addresses for a board, even though they belong to the local
39907     range.
39908
39909     This will change the failure mode from "IT manager screams at you for
39910     using duplicate ethernet addresses" to a nice error message explaining
39911     that the ethernet address hasn't been set properly.
39912
39913     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39914
39915 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
39916 Author: Justin Flammia <jflammia@savantav.com>
39917 Date:   Mon Oct 29 17:40:35 2007 -0400
39918
39919     DHCP Client Fix
39920
39921     This is a multi-part message in MIME format.
39922
39923     commit e6e505eae94ed721e123e177489291fc4544b7b8
39924     Author: Justin Flammia <jflammia@savantav.com>
39925     Date:   Mon Oct 29 17:19:03 2007 -0400
39926
39927         Found a bug in the way the DHCP Request packet is built, where the IP address
39928         that is offered by the server is bound to prematurely. This patch is a fix of
39929         that bug where the IP address offered by the DHCP server is not used until
39930         after the DHCP ACK from the server is received.
39931
39932     Signed-off-by: Justin Flammia <jflammia@savantav.com>
39933     Signed-off-by: Ben Warren <bwarren@qstreams.com>
39934
39935 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
39936 Author: Stefan Roese <sr@denx.de>
39937 Date:   Wed Oct 31 20:58:34 2007 +0100
39938
39939     ppc4xx: Fix acadia_nand build problem
39940
39941     Since the cache handling functions were moved from start.S into cache.S
39942     the acadia NAND booting Makfile needs to be adapted accordingly.
39943
39944     Signed-off-by: Stefan Roese <sr@denx.de>
39945
39946 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
39947 Author: Stefan Roese <sr@denx.de>
39948 Date:   Wed Oct 31 20:57:11 2007 +0100
39949
39950     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
39951
39952     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
39953     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
39954     boards by defining CONFIG_4xx_DCACHE in the board config file. This
39955     option will disappear, when more boards use is successfully and no
39956     more known problems exist.
39957
39958     This is tested successfully on Sequoia and Katmai. The only problem that
39959     needs to be fixed is, that USB is not working on Sequoia right now, since
39960     it will need some cache handling code too, similar to the 4xx EMAC driver.
39961
39962     Signed-off-by: Stefan Roese <sr@denx.de>
39963
39964 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
39965 Author: Stefan Roese <sr@denx.de>
39966 Date:   Wed Oct 31 20:51:10 2007 +0100
39967
39968     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
39969
39970     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
39971     disable the cache for the CPU POST tests, since these tests consist
39972     of self modifying code. This is done via the new change_tlb() function.
39973
39974     Signed-off-by: Stefan Roese <sr@denx.de>
39975
39976 commit f71b2888b4b3c870909a0341427b2a914246f81f
39977 Author: Stefan Roese <sr@denx.de>
39978 Date:   Wed Oct 31 20:47:26 2007 +0100
39979
39980     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
39981
39982     This patch enables the 4xx EMAC POST driver to work too, when dcache is
39983     enabled.
39984
39985     Signed-off-by: Stefan Roese <sr@denx.de>
39986
39987 commit a2685904061b35a17583d65fe47cdc2686a69eaa
39988 Author: Stefan Roese <sr@denx.de>
39989 Date:   Wed Oct 31 20:45:53 2007 +0100
39990
39991     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
39992
39993     Signed-off-by: Stefan Roese <sr@denx.de>
39994
39995 commit ff768cb168d8157c24a25016dbfbeb465e47f420
39996 Author: Stefan Roese <sr@denx.de>
39997 Date:   Wed Oct 31 18:01:24 2007 +0100
39998
39999     ppc4xx: Change 4xx ethernet driver to handle cached memory too
40000
40001     This patch enables the 4xx EMAC driver to work too, when dcache is
40002     enabled.
40003
40004     Signed-off-by: Stefan Roese <sr@denx.de>
40005
40006 commit 483e09a223c666269ef81d3573a6591b1046b0ef
40007 Author: Stefan Roese <sr@denx.de>
40008 Date:   Wed Oct 31 17:59:22 2007 +0100
40009
40010     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
40011
40012     This function is used to either turn cache on or off in a specific
40013     memory area.
40014
40015     Signed-off-by: Stefan Roese <sr@denx.de>
40016
40017 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
40018 Author: Stefan Roese <sr@denx.de>
40019 Date:   Wed Oct 31 17:57:52 2007 +0100
40020
40021     ppc4xx: Remove cache definition from 4xx board config files
40022
40023     All 4xx board config files don't need the cache definitions anymore.
40024     These are now defined in common headers.
40025
40026     Signed-off-by: Stefan Roese <sr@denx.de>
40027
40028 commit 9b94ac61d2176185c30adf0793e079ec30e68687
40029 Author: Stefan Roese <sr@denx.de>
40030 Date:   Wed Oct 31 17:55:58 2007 +0100
40031
40032     ppc4xx: Rework 4xx cache support
40033
40034     New cache handling functions added and all existing functions
40035     moved from start.S into seperate cache.S.
40036
40037     Signed-off-by: Stefan Roese <sr@denx.de>
40038
40039 commit 06713773da4ac3d390c63d82641eb553224b27c2
40040 Author: Stefan Roese <sr@denx.de>
40041 Date:   Tue Oct 23 18:03:12 2007 +0200
40042
40043     ppc4xx: Remove compiler warning from previous commit
40044
40045     Signed-off-by: Stefan Roese <sr@denx.de>
40046
40047 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
40048 Author: Stefan Roese <sr@denx.de>
40049 Date:   Tue Oct 23 14:40:30 2007 +0200
40050
40051     ppc4xx: Remove temporary TLB entry in POST cache test
40052
40053     Signed-off-by: Stefan Roese <sr@denx.de>
40054
40055 commit 1338e6a81834099ba19733b69aafd8ef5f098094
40056 Author: Stefan Roese <sr@denx.de>
40057 Date:   Tue Oct 23 14:05:08 2007 +0200
40058
40059     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
40060
40061     I lately noticed, that newer 4xx board with GBit support sometimes don't
40062     finish link autonegotiation in 4 seconds. Changing this timeout to 5
40063     seconds seems fine here.
40064
40065     Signed-off-by: Stefan Roese <sr@denx.de>
40066
40067 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
40068 Author: Stefan Roese <sr@denx.de>
40069 Date:   Tue Oct 23 14:03:17 2007 +0200
40070
40071     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
40072
40073     This patch changes all in32/out32 calls to use the recommended in_be32/
40074     out_be32 macros instead.
40075
40076     Signed-off-by: Stefan Roese <sr@denx.de>
40077
40078 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
40079 Author: Stefan Roese <sr@denx.de>
40080 Date:   Thu Oct 25 12:24:59 2007 +0200
40081
40082     ppc4xx: Fix POST ethernet test for Haleakala
40083
40084     The POST ethernet test needed to be changed to dynamically determine
40085     the count of ethernet devices. This code is cloned from the 4xx
40086     ethernet driver.
40087
40088     Signed-off-by: Stefan Roese <sr@denx.de>
40089
40090 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
40091 Author: Stefan Roese <sr@denx.de>
40092 Date:   Tue Oct 23 11:31:05 2007 +0200
40093
40094     ppc4xx: Correct UART input clock calculation and passing to fdt
40095
40096     We now use a value in the gd (global data) structure for the UART input
40097     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
40098     in get_sys_info().
40099
40100     Signed-off-by: Stefan Roese <sr@denx.de>
40101
40102 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
40103 Author: Stefan Roese <sr@denx.de>
40104 Date:   Tue Oct 23 10:10:08 2007 +0200
40105
40106     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
40107
40108     The Haleakala is nearly identical with the Kilauea eval board. The only
40109     difference is that the 405EXr only supports one EMAC and one PCIe
40110     interface. This patch adds support for the Haleakala board by using
40111     the identical image for Kilauea and Haleakala. The distinction is done
40112     by comparing the PVR.
40113
40114     Signed-off-by: Stefan Roese <sr@denx.de>
40115
40116 commit 9f798766aa85e62eb8fa8c721e148df609b78137
40117 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
40118 Date:   Tue Oct 23 08:29:10 2007 +0200
40119
40120     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
40121
40122     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
40123
40124     Note:
40125     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
40126     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
40127     modules are still plugged in. So it is recommended to remove the DIMM
40128     modules while using the NAND booting code with the fixed SDRAM setup!
40129
40130     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
40131     Signed-off-by: Stefan Roese <sr@denx.de>
40132
40133 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
40134 Author: Stefan Roese <sr@denx.de>
40135 Date:   Mon Oct 22 16:24:44 2007 +0200
40136
40137     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
40138
40139     Signed-off-by: Stefan Roese <sr@denx.de>
40140
40141 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
40142 Author: Stefan Roese <sr@denx.de>
40143 Date:   Mon Oct 22 16:22:40 2007 +0200
40144
40145     ppc4xx: Rework of 4xx serial driver (4)
40146
40147     Change 4xx_uart.c:
40148
40149     - Use in_8/out_8 macros instead of in8/out8
40150     - No need for UART_BASE marco anymore, now really handled via function
40151       parameter
40152     - serial_init_common() introduced
40153     - Further coding style cleanup
40154
40155     Signed-off-by: Stefan Roese <sr@denx.de>
40156
40157 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
40158 Author: Stefan Roese <sr@denx.de>
40159 Date:   Mon Oct 22 15:45:49 2007 +0200
40160
40161     ppc4xx: Rework of 4xx serial driver (3)
40162
40163     Change all linker scripts to reference the changed driver name iop480_uart.o.
40164
40165     Signed-off-by: Stefan Roese <sr@denx.de>
40166
40167 commit 882ae41274921f9016131806bdeb27e19606f47a
40168 Author: Stefan Roese <sr@denx.de>
40169 Date:   Mon Oct 22 15:44:39 2007 +0200
40170
40171     ppc4xx: Rework of 4xx serial driver (2)
40172
40173     Change all linker scripts to reference the changed driver name 4xx_uart.o.
40174
40175     Note: In most cased all these explicit referencing of these object files
40176     in the linker scripts is not neccessary. Only for manually embedded
40177     environment into the U-Boot image, which is not done is most cases.
40178
40179     Signed-off-by: Stefan Roese <sr@denx.de>
40180
40181 commit ad31e40bed042cb670d0036fea96435007afb838
40182 Author: Stefan Roese <sr@denx.de>
40183 Date:   Mon Oct 22 15:09:59 2007 +0200
40184
40185     ppc4xx: Rework of 4xx serial driver (1)
40186
40187     This patch starts the rework of the PPC4xx serial driver. First we split
40188     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
40189     handling code and the other one iop480_uart.c with the UART code for the
40190     PLX-Tech IOP480 PPC (PPC403 based).
40191
40192     Signed-off-by: Stefan Roese <sr@denx.de>
40193
40194 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
40195 Author: Stefan Roese <sr@denx.de>
40196 Date:   Mon Oct 22 10:30:38 2007 +0200
40197
40198     ppc4xx: Correct UART input clock calculation and passing to fdt
40199
40200     Signed-off-by: Stefan Roese <sr@denx.de>
40201
40202 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
40203 Author: Stefan Roese <sr@denx.de>
40204 Date:   Mon Oct 22 07:34:34 2007 +0200
40205
40206     ppc4xx: Add initial AMCC Makalu 405EX support
40207
40208     Signed-off-by: Stefan Roese <sr@denx.de>
40209
40210 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
40211 Author: Stefan Roese <sr@denx.de>
40212 Date:   Mon Oct 22 07:33:52 2007 +0200
40213
40214     ppc4xx: Add freqUART to CPU speed detection
40215
40216     This value is needed later for the device tree configuration of
40217     the uart clock.
40218
40219     Signed-off-by: Stefan Roese <sr@denx.de>
40220
40221 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
40222 Author: Stefan Roese <sr@denx.de>
40223 Date:   Sun Oct 21 14:26:29 2007 +0200
40224
40225     ppc: Small Kilauea cleanup of config file
40226
40227     Signed-off-by: Stefan Roese <sr@denx.de>
40228
40229 commit 758c037aeead34b49631b8da3a90b1bba14c0410
40230 Author: Stefan Roese <sr@denx.de>
40231 Date:   Sun Oct 21 08:16:12 2007 +0200
40232
40233     rtc: Add Xicor/Intersil X1205 RTC support
40234
40235     This patch adds support for the Xicor/Intersil X1205 RTC used on the
40236     AMCC Makalu eval board. This driver is basically cloned from the Linux
40237     driver version (2.6.23).
40238
40239     This patch also introduces the Linux bcd.h header for the BCD2BIN/
40240     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
40241     should be converted to also use this header instead of implementing
40242     their own local copy of these functions/macros.
40243
40244     Signed-off-by: Stefan Roese <sr@denx.de>
40245
40246 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
40247 Author: Stefan Roese <sr@denx.de>
40248 Date:   Sun Oct 21 08:12:41 2007 +0200
40249
40250     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
40251
40252     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
40253     PPC440_SYS_INFO structure into the common ppc4xx.h header.
40254
40255     Lot's of other macros are good candidates to be consolidated this way
40256     in the future.
40257
40258     Signed-off-by: Stefan Roese <sr@denx.de>
40259
40260 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
40261 Author: Stefan Roese <sr@denx.de>
40262 Date:   Sun Oct 21 08:05:18 2007 +0200
40263
40264     ppc4xx: Fix size setup in Kilauea DDR2 init routine
40265
40266     The size was initilized wrong. Instead of 256MB, the DDR2 controller
40267     was setup to 512MB. Now the correct values is used.
40268
40269     This patch also does a little cleanup and adds a comment here.
40270
40271     Signed-off-by: Stefan Roese <sr@denx.de>
40272
40273 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
40274 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
40275 Date:   Thu Oct 18 17:29:04 2007 +0200
40276
40277     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
40278
40279     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
40280     number is used to access system registers.
40281
40282     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
40283     Signed-off-by: Stefan Roese <sr@denx.de>
40284
40285 commit c36c68160333ac5fe41ec3db12a728b7075b3912
40286 Author: Stefan Roese <sr@denx.de>
40287 Date:   Thu Oct 18 07:42:27 2007 +0200
40288
40289     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
40290
40291     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
40292     is the internal SRAM. Since I now ported and tested this endpoint mode
40293     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
40294     Katmai.
40295
40296     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
40297     this setup.
40298
40299     Signed-off-by: Stefan Roese <sr@denx.de>
40300
40301 commit 5cb4af4791f61843432155142b6cfac901f66c10
40302 Author: Stefan Roese <sr@denx.de>
40303 Date:   Thu Oct 18 07:39:38 2007 +0200
40304
40305     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
40306
40307     This patch adds endpoint support for the AMCC Kilauea eval board. It can
40308     be tested by connecting a reworked PCIe cable (only 1x lane singles
40309     connected) to another root-complex.
40310
40311     In this test setup, a 64MB inbound window is configured at BAR0 which maps
40312     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
40313     access the first 64MB of the SDRAM on the PPC side.
40314
40315     Signed-off-by: Stefan Roese <sr@denx.de>
40316
40317 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
40318 Author: Stefan Roese <sr@denx.de>
40319 Date:   Sat Oct 13 16:43:23 2007 +0200
40320
40321     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
40322
40323     This patch adds support for dynamic configuration of PCIe ports for the
40324     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
40325     boards Yucca & Katmai and the 405EX board Kilauea.
40326
40327     This dynamic configuration is done via the "pcie_mode" environement
40328     variable. This variable can be set to "EP" or "RP" for endpoint or
40329     rootpoint mode. Multiple values can be joined via the ":" delimiter.
40330     Here an example:
40331
40332     pcie_mode=RP:EP:EP
40333
40334     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
40335     as endpoint.
40336
40337     Per default Yucca will be configured as:
40338     pcie_mode=RP:EP:EP
40339
40340     Per default Katmai will be configured as:
40341     pcie_mode=RP:RP:REP
40342
40343     Per default Kilauea will be configured as:
40344     pcie_mode=RP:RP
40345
40346     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
40347     Signed-off-by: Stefan Roese <sr@denx.de>
40348
40349 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
40350 Author: Stefan Roese <sr@denx.de>
40351 Date:   Thu Oct 11 11:15:59 2007 +0200
40352
40353     ppc4xx: Enable device tree support (fdt) on Kilauea per default
40354
40355     This patch enables the fdt support on the AMCC Kilauea eval board.
40356     Additionally now EBC ranges fdt fixup is included to support NOR
40357     FLASH mapping via the Linux physmap_of driver.
40358
40359     This Kilauea port now support booting arch/ppc and arch/powerpc
40360     Linux kernels. The default environment "net_nfs" is for arch/ppc
40361     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
40362     support will be removed.
40363
40364     Signed-off-by: Stefan Roese <sr@denx.de>
40365
40366 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
40367 Author: Stefan Roese <sr@denx.de>
40368 Date:   Thu Oct 11 11:11:45 2007 +0200
40369
40370     ppc4xx: Add additional debug info to 4xx fdt support
40371
40372     Signed-off-by: Stefan Roese <sr@denx.de>
40373
40374 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
40375 Author: Stefan Roese <sr@denx.de>
40376 Date:   Fri Oct 5 21:28:58 2007 +0200
40377
40378     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
40379
40380     Signed-off-by: Stefan Roese <sr@denx.de>
40381
40382 commit 1941cce71b1ae975602854045061e82f94ecd012
40383 Author: Stefan Roese <sr@denx.de>
40384 Date:   Fri Oct 5 17:35:10 2007 +0200
40385
40386     ppc4xx: Fix small merge problem in 4xx_enet.c
40387
40388     Signed-off-by: Stefan Roese <sr@denx.de>
40389
40390 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
40391 Author: Stefan Roese <sr@denx.de>
40392 Date:   Fri Oct 5 17:11:30 2007 +0200
40393
40394     ppc4xx: Add initial AMCC Kilauea 405EX support
40395
40396     Signed-off-by: Stefan Roese <sr@denx.de>
40397
40398 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
40399 Author: Stefan Roese <sr@denx.de>
40400 Date:   Fri Oct 5 17:10:59 2007 +0200
40401
40402     ppc4xx: Add PPC405EX support
40403
40404     Signed-off-by: Stefan Roese <sr@denx.de>
40405
40406 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
40407 Author: Stefan Roese <sr@denx.de>
40408 Date:   Fri Oct 5 17:09:36 2007 +0200
40409
40410     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
40411
40412     Signed-off-by: Stefan Roese <sr@denx.de>
40413
40414 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
40415 Author: Stefan Roese <sr@denx.de>
40416 Date:   Fri Oct 5 17:07:50 2007 +0200
40417
40418     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
40419
40420     Signed-off-by: Stefan Roese <sr@denx.de>
40421
40422 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
40423 Author: Stefan Roese <sr@denx.de>
40424 Date:   Fri Oct 5 17:04:57 2007 +0200
40425
40426     POST: Add 405EX support to 4xx UART POST test
40427
40428     Signed-off-by: Stefan Roese <sr@denx.de>
40429
40430 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
40431 Author: Stefan Roese <sr@denx.de>
40432 Date:   Fri Oct 5 15:10:02 2007 +0200
40433
40434     DTT: Prepare DS1775 driver for use of different I2C addresses
40435
40436     Signed-off-by: Stefan Roese <sr@denx.de>
40437
40438 commit 19e93b1e16d267220440d827b920fbad8abfa70f
40439 Author: Stefan Roese <sr@denx.de>
40440 Date:   Fri Oct 5 14:23:43 2007 +0200
40441
40442     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
40443
40444     Signed-off-by: Stefan Roese <sr@denx.de>
40445
40446 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
40447 Author: Stefan Roese <sr@denx.de>
40448 Date:   Fri Oct 5 09:22:33 2007 +0200
40449
40450     ppc4xx: 4xx_pcie: Disable debug output as default
40451
40452     Signed-off-by: Stefan Roese <sr@denx.de>
40453
40454 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
40455 Author: Stefan Roese <sr@denx.de>
40456 Date:   Fri Oct 5 09:18:23 2007 +0200
40457
40458     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
40459
40460     Signed-off-by: Stefan Roese <sr@denx.de>
40461
40462 commit 4dbee8a90df613eb517aadbecebd70f168913d30
40463 Author: Stefan Roese <sr@denx.de>
40464 Date:   Fri Oct 5 07:57:20 2007 +0200
40465
40466     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
40467
40468     128MB seems to be the smallest possible value for the memory size
40469     for on PCIe port. With this change now the BAR's of the PCIe cards
40470     are accessible under U-Boot.
40471
40472     One big note: This only works for PCIe port 0 & 1. For port 2 this
40473     currently doesn't work, since the base address is now 0xc0000000
40474     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
40475     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
40476     to change the base addresses completely and this change would have
40477     too much impact right now.
40478
40479     This patch adds debug output to the 4xx pcie driver too.
40480
40481     Signed-off-by: Stefan Roese <sr@denx.de>
40482
40483 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
40484 Author: Stefan Roese <sr@denx.de>
40485 Date:   Wed Oct 3 21:16:32 2007 +0200
40486
40487     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
40488
40489     Signed-off-by: Stefan Roese <sr@denx.de>
40490
40491 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
40492 Author: Stefan Roese <sr@denx.de>
40493 Date:   Wed Oct 3 15:01:02 2007 +0200
40494
40495     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
40496
40497     These files were introduced with the IBM 405GP but are currently used on all
40498     4xx PPC platforms. So the name doesn't match the content anymore. This patch
40499     renames the files to 4xx_pci.c/h.
40500
40501     Signed-off-by: Stefan Roese <sr@denx.de>
40502
40503 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
40504 Author: Stefan Roese <sr@denx.de>
40505 Date:   Wed Oct 3 14:14:58 2007 +0200
40506
40507     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
40508
40509     Signed-off-by: Stefan Roese <sr@denx.de>
40510
40511 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
40512 Author: Stefan Roese <sr@denx.de>
40513 Date:   Wed Oct 3 10:38:09 2007 +0200
40514
40515     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
40516
40517     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
40518         the SDR registers of the PCIe ports. This makes the overall design
40519         clearer, since it removed a lot of switch statements which are not
40520         needed anymore.
40521
40522         Also, the functions ppc4xx_init_pcie_rootport() and
40523         ppc4xx_init_pcie_entport() are merged into a single function
40524         ppc4xx_init_pcie_port(), since most of the code was duplicated.
40525         This makes maintainance and porting to other 4xx platforms
40526         easier.
40527
40528     Signed-off-by: Stefan Roese <sr@denx.de>
40529
40530 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
40531 Author: Stefan Roese <sr@denx.de>
40532 Date:   Wed Oct 3 07:48:09 2007 +0200
40533
40534     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
40535
40536     This patch is the first patch of a series to make the 440SPe PCIe code
40537     usable on different 4xx PPC platforms. In preperation for the new 405EX
40538     which is also equipped with PCIe interfaces.
40539
40540     (2) This patch renames the functions from 440spe_ to 4xx_ with a
40541         little additional cleanup
40542
40543     Signed-off-by: Stefan Roese <sr@denx.de>
40544
40545 commit c7c6da23028f146d912514b95aefa3da7cf37699
40546 Author: Stefan Roese <sr@denx.de>
40547 Date:   Wed Oct 3 07:34:10 2007 +0200
40548
40549     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
40550
40551     This patch is the first patch of a series to make the 440SPe PCIe code
40552     usable on different 4xx PPC platforms. In preperation for the new 405EX
40553     which is also equipped with PCIe interfaces.
40554
40555     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
40556
40557     Signed-off-by: Stefan Roese <sr@denx.de>
40558
40559 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
40560 Author: Marian Balakowicz <m8@semihalf.com>
40561 Date:   Wed Oct 24 01:37:36 2007 +0200
40562
40563     TQM5200: Call usb_cpu_init() during board init
40564
40565     usb_cpu_init() configures GPS USB pins, clocks, etc. and
40566     is required for proper operation of kernel USB subsystem.
40567     This setup was previously done in the kernel by the fixup
40568     code which is being removed, thus low level init must be
40569     done by U-boot now.
40570
40571     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40572     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40573
40574 commit b5af773f8d92677e06f3295b45557c9d0a487c24
40575 Author: Zhang Wei <wei.zhang@freescale.com>
40576 Date:   Thu Oct 25 17:51:27 2007 +0800
40577
40578     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
40579
40580     The scan code of the key 'z' is 0x1d, which should be handled.
40581
40582     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
40583     controller.
40584
40585     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
40586     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40587
40588 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
40589 Author: Rodolfo Giometti <giometti@enneenne.com>
40590 Date:   Mon Oct 15 11:59:17 2007 +0200
40591
40592     PXA USB OHCI: "usb stop" implementation.
40593
40594     Some USB keys need to be switched off before loading the kernel
40595     otherwise they can remain in an undefined status which prevents them
40596     to be correctly recognized by the kernel.
40597
40598     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
40599     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40600
40601 commit 31548249decf18a6b877a18436b6139dd483fe4a
40602 Author: Justin Flammia <jflammia@savantav.com>
40603 Date:   Mon Oct 29 17:40:35 2007 -0400
40604
40605     DHCP Client Fix
40606
40607     This is a multi-part message in MIME format.
40608
40609     commit e6e505eae94ed721e123e177489291fc4544b7b8
40610     Author: Justin Flammia <jflammia@savantav.com>
40611     Date:   Mon Oct 29 17:19:03 2007 -0400
40612
40613         Found a bug in the way the DHCP Request packet is built, where the IP address
40614         that is offered by the server is bound to prematurely. This patch is a fix of
40615         that bug where the IP address offered by the DHCP server is not used until
40616         after the DHCP ACK from the server is received.
40617
40618     Signed-off-by: Justin Flammia <jflammia@savantav.com>
40619     Signed-off-by: Ben Warren <bwarren@qstreams.com>
40620
40621 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
40622 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40623 Date:   Thu Oct 25 17:16:22 2007 -0500
40624
40625     ColdFire 54455: Fix correct boot location for atmel and intel
40626
40627     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40628
40629 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
40630 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40631 Date:   Thu Oct 25 17:14:00 2007 -0500
40632
40633     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
40634
40635     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40636
40637 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
40638 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40639 Date:   Thu Oct 25 17:12:36 2007 -0500
40640
40641     ColdFire 5329: Assign correct SDRAM size and fix cache
40642
40643     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40644
40645 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
40646 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40647 Date:   Thu Oct 25 17:10:23 2007 -0500
40648
40649     ColdFire 5253: Assign correct SDRAM size
40650
40651     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40652
40653 commit 2acefa72ee0026f862ab65597ca687428f63a973
40654 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40655 Date:   Thu Oct 25 17:09:17 2007 -0500
40656
40657     ColdFire 5282: Fix external flash boot and return dramsize
40658
40659     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40660
40661 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
40662 Author: Bartlomiej Sieka <tur@semihalf.com>
40663 Date:   Thu Oct 25 17:20:01 2007 +0200
40664
40665     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
40666
40667     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40668
40669 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
40670 Author: Martin Krause <martin.krause@tqs.de>
40671 Date:   Wed Oct 24 08:42:25 2007 +0200
40672
40673     TQM5200: fix spurious characters on second serial interface
40674
40675     With this patch PSC3 is configured as UART. This is done, because if
40676     the pins of PSC3 are not configured at all (-> all pins are GPI),
40677     due to crosstalk, spurious characters may be send over the RX232_2_TXD
40678     signal line.
40679
40680     Signed-off-by: Martin Krause <martin.krause@tqs.de>
40681     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40682
40683 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
40684 Author: Martin Krause <martin.krause@tqs.de>
40685 Date:   Wed Oct 24 08:41:27 2007 +0200
40686
40687     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
40688
40689     Some commands for the STK52xx base board try to access the SM501 grafic
40690     controller. But the TQM5200S has no grafic controller (only the TQM5200
40691     and the TQM5200B have). This patch deactivates the commands accessing
40692     the SM501 for the TQM5200S.
40693
40694     Signed-off-by: Martin Krause <martin.krause@tqs.de>
40695     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40696
40697 commit b31f64343ead9482cd439b1adbe4c34026a641b1
40698 Author: Martin Krause <martin.krause@tqs.de>
40699 Date:   Mon Oct 22 16:45:53 2007 +0200
40700
40701     TQM5200: fix spurious characters on second serial interface
40702
40703     With this patch PSC3 is configured as UART. This is done, because if
40704     the pins of PSC3 are not configured at all (-> all pins are GPI),
40705     due to crosstalk, spurious characters may be send over the RX232_2_TXD
40706     signal line.
40707
40708     Signed-off-by: Martin Krause <martin.krause@tqs.de>
40709
40710 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
40711 Author: Martin Krause <martin.krause@tqs.de>
40712 Date:   Mon Oct 22 16:40:06 2007 +0200
40713
40714     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
40715
40716     Some commands for the STK52xx base board try to access the SM501 grafic
40717     controller. But the TQM5200S has no grafic controller (only the TQM5200
40718     and the TQM5200B have). This patch deactivates the commands accessing
40719     the SM501 for the TQM5200S.
40720
40721     Signed-off-by: Martin Krause <martin.krause@tqs.de>
40722
40723 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
40724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40725 Date:   Sun Oct 21 09:14:28 2007 +0200
40726
40727     Mips: Fix string functions differ prototype declaration
40728
40729     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40730
40731 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
40732 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40733 Date:   Fri Oct 19 17:51:40 2007 -0500
40734
40735     fsl_pci_init enable COMMAND_MEMORY if inbound window
40736
40737     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
40738     to pciauto_setup_device has the side effect of not getting
40739     COMMAND_MEMORY set.
40740
40741     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40742
40743 commit e9d0d527992566ebef9826962ff1745b2f082b92
40744 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40745 Date:   Fri Oct 19 10:55:24 2007 +0200
40746
40747     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
40748
40749     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40750
40751 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
40752 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40753 Date:   Fri Oct 19 08:10:15 2007 +0200
40754
40755     fix warning: no return statement in function returning non-void
40756
40757     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40758
40759 commit e78220f6e514206757acfe247297fc9a328a881f
40760 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40761 Date:   Fri Oct 19 06:33:45 2007 +0200
40762
40763     xsengine: Fix no partition type specified, use DOS as default
40764
40765     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40766
40767 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
40768 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40769 Date:   Fri Oct 19 00:24:59 2007 +0200
40770
40771     lubbock: Fix no partition type specified, use DOS as default
40772
40773     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40774
40775 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
40776 Author: Wolfgang Denk <wd@denx.de>
40777 Date:   Tue Oct 23 16:50:03 2007 +0200
40778
40779     Coding style: keep lists sorted; update CHANGELOG
40780
40781     Signed-off-by: Wolfgang Denk <wd@denx.de>
40782
40783 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
40784 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40785 Date:   Fri Oct 19 00:09:05 2007 +0200
40786
40787     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
40788
40789     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40790
40791 commit 96455bfebc9887837095c9051d216f53c61b5f10
40792 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40793 Date:   Fri Oct 19 00:07:39 2007 +0200
40794
40795     Fix warning differ in signedness in board/innokom/innokom.c
40796
40797     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40798
40799 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
40800 Author: Marcel Ziswiler <marcel@ziswiler.com>
40801 Date:   Fri Oct 19 00:25:33 2007 +0200
40802
40803     fix pxa255_idp board
40804
40805     The pxa255_idp being an old unmaintained board showed several issues:
40806     1. CONFIG_INIT_CRITICAL was still defined.
40807     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
40808     3. Symbol flash_addr was undeclared.
40809     4. The boards lowlevel_init function was still called memsetup.
40810     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
40811     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
40812     'target CPU does not support interworking' warnings on recent compilers.
40813     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
40814     indexes rather than the register definitions from the pxa-regs header
40815     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
40816     avoid any ambiguities.
40817     8. There were several redefinition warnings concerning ICMR, OSMR3,
40818     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
40819     9. The board configuration file was rather outdated.
40820     10. The part header file defined the vendor, product and revision arrays
40821     as unsigned chars instead of just chars in the block_dev_desc_t
40822     structure.
40823
40824     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
40825
40826 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
40827 Author: Rune Torgersen <runet@innovsys.com>
40828 Date:   Wed Oct 17 11:56:31 2007 -0500
40829
40830     Make MPC8266ADS command selection more robust
40831
40832     Fix MPC8266 command line definition so it won't break when new commands
40833     are added to u-boot.
40834     Signed-off-by Rune Torgersen <runet@innovsys.com>
40835
40836 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
40837 Author: Bartlomiej Sieka <tur@semihalf.com>
40838 Date:   Tue Oct 23 13:14:10 2007 +0200
40839
40840     Motion-PRO: Update configuration to accomodate next generation board.
40841
40842     New board has faster oscillator and a different Flash chip. This affects:
40843     - CFG_MPC5XXX_CLKIN
40844     - SDRAM timings
40845     - Flash CS configuration (timings)
40846     - Flash sector size, and thus MTD partition layout
40847     - malloc() arena size (due to bigger Flash sectors)
40848     - smaller memory test range (due to bigger malloc() arena)
40849
40850     This patch also enables more extensive memory testing via "mtest".
40851
40852     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40853
40854 commit eff501904df2bf1724a750062628ba2c51dbb1f8
40855 Author: Bartlomiej Sieka <tur@semihalf.com>
40856 Date:   Tue Oct 23 11:36:07 2007 +0200
40857
40858     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
40859
40860     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
40861     register must be written a value of 0x00000004 as the first step of the
40862     SDRAM contorller configuration.
40863
40864     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40865
40866 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
40867 Author: Peter Pearse <peter.pearse@arm.com>
40868 Date:   Tue Oct 23 10:22:16 2007 +0100
40869
40870     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
40871
40872 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
40873 Author: Stefan Roese <sr@denx.de>
40874 Date:   Tue Oct 23 10:17:42 2007 +0200
40875
40876     ppc4xx: lwmon5: Some further GPIO config changes
40877
40878     Signed-off-by: Stefan Roese <sr@denx.de>
40879
40880 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
40881 Author: Vlad Lungu <vlad@comsys.ro>
40882 Date:   Sun Oct 21 22:10:10 2007 +0900
40883
40884     [MIPS] Fix UNCACHED_SDRAM
40885
40886     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
40887
40888     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40889     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40890
40891 commit 00101dd7a32d12f698150123e47e4b3420279f86
40892 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40893 Date:   Sun Oct 21 21:30:42 2007 +0900
40894
40895     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
40896
40897     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40898
40899 commit eb700636db017d310edaeb559b13d82588560674
40900 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40901 Date:   Sun Oct 21 10:55:37 2007 +0900
40902
40903     [MIPS] u-boot.lds: Define _gp in a standard manner
40904
40905     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40906
40907 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
40908 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40909 Date:   Sun Oct 21 10:55:36 2007 +0900
40910
40911     [MIPS] Fix $gp usage
40912
40913     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
40914     As a general principle, we should use _gp for $gp.
40915
40916     Thanks to linker script's help we fortunately have _gp which equals to
40917     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
40918     be able to access to GOT entires, global variables and procedure entry
40919     points. The right thing to do is to use _gp.
40920
40921     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
40922     which holds the offset from _gp. When updating GOT entries, we use this
40923     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
40924
40925     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
40926     I made some change to leave over num_got_entries.
40927
40928     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40929     Cc: Vlad Lungu <vlad@comsys.ro>
40930
40931 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
40932 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40933 Date:   Sun Oct 21 10:55:36 2007 +0900
40934
40935     [MIPS] u-boot.lds: Fix __got_start and __got_end
40936
40937     Ensure that __got_start points to top of the `.got', and __got_end points
40938     to bottom as well, so that we never fail to count num_got_entries.
40939
40940     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40941
40942 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
40943 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40944 Date:   Sun Oct 21 10:55:36 2007 +0900
40945
40946     [MIPS] u-boot.lds: Remove duplicated .sdata section
40947
40948     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40949
40950 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
40951 Author: Wolfgang Denk <wd@denx.de>
40952 Date:   Sun Oct 21 01:01:17 2007 +0200
40953
40954     Minor coding style cleanup; update CHANGELOG
40955
40956     Signed-off-by: Wolfgang Denk <wd@denx.de>
40957
40958 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
40959 Author: Vlad Lungu <vlad@comsys.ro>
40960 Date:   Thu Oct 4 20:47:10 2007 +0300
40961
40962     Fix NE2000 driver:
40963
40964     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
40965     to do anything in eth_stop() if eth_init() was not called.
40966     Simplified RX path in order to avoid timeouts on really really
40967     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
40968     clever enough to cope with 1 packet per eth_rx().
40969
40970     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40971
40972 commit df90968b48fb34fa9072fab150db2ac89678f537
40973 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
40974 Date:   Mon Sep 24 13:32:13 2007 -0400
40975
40976     Setting MSR[DE] in do_reset
40977
40978     Hello,
40979        This patch ensures the soft reset of the board for the 85xx boards
40980        by setting the MSR[DE] in the do_reset function.
40981
40982     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
40983
40984 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
40985 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
40986 Date:   Mon Sep 24 13:36:01 2007 -0400
40987
40988     MSR overwrite fix
40989
40990     Hello,
40991       This patch fixes the MSR overwrite in the start.S when moving out of
40992       the last 4K page.
40993
40994     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
40995
40996 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
40997 Author: Dan Wilson <dwilson@fulcrummicro.com>
40998 Date:   Fri Oct 19 11:33:48 2007 -0500
40999
41000     tsec driver should clear RHALT on startup
41001
41002     This was causing problems for some people.
41003
41004     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
41005     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
41006     Signed-off-by: Andy Fleming <afleming@freescale.com>
41007
41008 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
41009 Author: Kumar Gala <galak@kernel.crashing.org>
41010 Date:   Thu Oct 11 00:29:18 2007 -0500
41011
41012     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
41013
41014     On the MPC85xx CDS we have two issues:
41015
41016     1. The device tree fixup code did not check to see if the property we are
41017     trying to update is actually found.  Its possible that it would update
41018     random memory starting at 0.
41019
41020     2. Newer Linux kernel's have moved the location of the PCI nodes to be
41021     sibilings of the soc node and not children.  The explicit PATH to the PCI
41022     node would not be found for these device trees.  Add the ability to handle
41023     both paths.  In the future we shouldn't handle such fixups by explicit path.
41024
41025     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41026
41027 commit a3063eec775719b7e91023bbec3f64b3118791df
41028 Author: Kumar Gala <galak@kernel.crashing.org>
41029 Date:   Thu Oct 11 00:18:48 2007 -0500
41030
41031     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
41032
41033     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
41034     console.  Make it so we match that config what we tell Linux as the early
41035     STDOUT console.
41036
41037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41038
41039 commit e1ce3cb617bb06f91f82f98915391175addf3e82
41040 Author: Kumar Gala <galak@kernel.crashing.org>
41041 Date:   Tue Oct 2 11:12:27 2007 -0500
41042
41043     Remove magic numbers from cache related operations for mpc85xx
41044
41045     The mpc85xx start code uses some magic numbers that we actually
41046     have #defines for in <config.h> so use those instead.
41047
41048     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41049
41050 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
41051 Author: Detlev Zundel <dzu@denx.de>
41052 Date:   Fri Oct 19 16:47:26 2007 +0200
41053
41054     Fix two typos.
41055
41056     Signed-off-by: Detlev Zundel <dzu@denx.de>
41057
41058 commit 281df457c1aa50d2752165d0c5c3282d4027b974
41059 Author: Tony Li <tony.li@freescale.com>
41060 Date:   Thu Oct 18 17:47:19 2007 +0800
41061
41062     mpc83xx: Add configure entry for MPC83xx ATM support
41063
41064     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
41065     Makfile and MAKEALL
41066
41067     Signed-off-by: Tony Li <tony.li@freescale.com>
41068     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41069
41070 commit d2646554f529a9577515eceb0ec5eceee18244ba
41071 Author: Tony Li <tony.li@freescale.com>
41072 Date:   Thu Oct 18 17:44:38 2007 +0800
41073
41074     mpc83xx: pq-mds-pib.c typo error
41075
41076     Correct to val8 from val.
41077
41078     Signed-off-by: Tony Li <tony.li@freescale.com>
41079     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41080
41081 commit 3e11ae80fec1ee12194940955431186abf6009c2
41082 Author: Stefan Roese <sr@denx.de>
41083 Date:   Wed Oct 17 15:40:19 2007 +0200
41084
41085     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
41086
41087     Signed-off-by: Stefan Roese <sr@denx.de>
41088
41089 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
41090 Author: Jon Loeliger <jdl@freescale.com>
41091 Date:   Tue Oct 16 15:27:43 2007 -0500
41092
41093     Initial mpc8610hpcd Makefile files.
41094
41095     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41096     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
41097     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41098     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41099
41100 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
41101 Author: Jon Loeliger <jdl@freescale.com>
41102 Date:   Tue Oct 16 15:26:51 2007 -0500
41103
41104     Initial mpc8610hpcd cpu/, README and include/ files.
41105
41106     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41107     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
41108     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41109     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41110
41111 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
41112 Author: Jon Loeliger <jdl@freescale.com>
41113 Date:   Tue Oct 16 13:54:01 2007 -0500
41114
41115     Initial mpc8610hpcd board files.
41116
41117     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41118     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
41119     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41120     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41121
41122 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
41123 Author: runet@innovsys.com <runet@innovsys.com>
41124 Date:   Tue Oct 16 14:50:40 2007 -0500
41125
41126     Make MPC8266ADS board compile again.
41127
41128     Signed-off-by: Runet Torgersen <runet@innovsys.com>
41129
41130 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
41131 Author: Jon Loeliger <jdl@freescale.com>
41132 Date:   Mon Aug 27 12:41:03 2007 -0500
41133
41134     86xx: Allow for fewer DDR slots per memory controller.
41135
41136     As a direct correlation exists between DDR DIMM slots
41137     and SPD EEPROM addresses used to configure them, use
41138     the individually defined SPD_EEPROM_ADDRESS* values to
41139     determine if a DDR DIMM slot should have its SPD
41140     configuration read or not.
41141
41142     Effectively, this now allows for 1 or 2 DIMM slots
41143     per memory controller.
41144
41145     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41146
41147 commit 4d4a945e189a2f384c66432316da2788a0ac1607
41148 Author: Rodolfo Giometti <giometti@enneenne.com>
41149 Date:   Mon Oct 15 11:59:17 2007 +0200
41150
41151     PXA USB OHCI: "usb stop" implementation.
41152
41153     Some USB keys need to be switched off before loading the kernel
41154     otherwise they can remain in an undefined status which prevents them
41155     to be correctly recognized by the kernel.
41156
41157     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
41158
41159 commit e2e93442e558cf1500e92861f99713b2f045ea22
41160 Author: Stefan Roese <sr@denx.de>
41161 Date:   Mon Oct 15 11:39:00 2007 +0200
41162
41163     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
41164
41165     The I2C bootstrap values that can be setup via the "bootstrap" command,
41166     were setup incorrect regarding the generation of the internal sync PCI
41167     clock. The values for PLB clock == 133MHz were slighly incorrect and the
41168     values for PLB clock == 166MHz were totally incorrect. This could
41169     lead to a hangup upon booting while PCI configuration scan.
41170
41171     This patch fixes this issue and configures valid PCI divisor values
41172     for the sync PCI clock, with respect to the provided external async
41173     PCI frequency.
41174
41175     Here the values of the formula in the chapter 14.2 "PCI clocking"
41176     from the 440EPx users manual:
41177
41178     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
41179
41180     33MHz async PCI frequency:
41181     PLB = 133:
41182     =>      32 <= 44.3 <= 65        (div = 3)
41183
41184     PLB = 166:
41185     =>      32 <= 55.3 <= 65        (div = 3)
41186
41187     66MHz async PCI frequency:
41188     PLB = 133:
41189     =>      65 <= 66.5 <= 132       (div = 2)
41190
41191     PLB = 166:
41192     =>      65 <= 83 <= 132         (div = 2)
41193
41194     Signed-off-by: Stefan Roese <sr@denx.de>
41195
41196 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
41197 Author: Stefan Roese <sr@denx.de>
41198 Date:   Mon Oct 15 11:29:33 2007 +0200
41199
41200     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
41201
41202     The BCSR status bit for the 66MHz PCI operation was correctly
41203     addressed (MSB/LSB problem). Now the correct currently setup
41204     PCI frequency is displayed upon bootup.
41205
41206     This patch also fixes this problem on Rainier & Yellowstone, since these
41207     boards use the same souce code as Sequoia & Yosemite do.
41208
41209     Signed-off-by: Stefan Roese <sr@denx.de>
41210
41211 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
41212 Author: Martin Krause <martin.krause@tqs.de>
41213 Date:   Wed Sep 26 17:55:56 2007 +0200
41214
41215     TQM860M: adjust for doubled flash sector size.
41216
41217     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
41218     doubled sector size.
41219
41220     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41221
41222 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
41223 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
41224 Date:   Wed Sep 26 17:55:54 2007 +0200
41225
41226     TQM8xx: Fix CAN timing.
41227
41228     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41229
41230 commit d43e489baf02afae49077791fb22332d240d8656
41231 Author: Martin Krause <martin.krause@tqs.de>
41232 Date:   Thu Sep 27 14:54:36 2007 +0200
41233
41234     TQM866M: fix SDRAM refresh
41235
41236     At 133 MHz the current SDRAM refresh rate is too fast
41237     (measured 4 * 1.17 us).
41238     CFG_MAMR_PTA changes from 39 to 97. This result
41239     in a refresh rate of 4 * 7.8 us at the default clock
41240     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
41241     This is a compromise until a new method is found to
41242     adjust the refresh rate.
41243
41244     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41245
41246 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
41247 Author: Martin Krause <martin.krause@tqs.de>
41248 Date:   Wed Sep 26 17:55:55 2007 +0200
41249
41250     TQM866M: adjust for doubled flash sector size.
41251
41252     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
41253     doubled sector size.
41254
41255     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41256
41257 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
41258 Author: Michal Simek <monstr@monstr.eu>
41259 Date:   Sun Oct 14 16:12:29 2007 +0200
41260
41261     [FIX] XUPV2P change command handling
41262     and remove code violation
41263
41264 commit 636400198228d96983c06657b17f760f5989958e
41265 Author: Wolfgang Denk <wd@denx.de>
41266 Date:   Sun Oct 14 00:13:19 2007 +0200
41267
41268     Prepare for 1.3.0-rc3 release
41269
41270     Signed-off-by: Wolfgang Denk <wd@denx.de>
41271
41272 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
41273 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41274 Date:   Sat Sep 29 13:41:37 2007 +0200
41275
41276     Fix warning differ in signedness in cpu/pxa/mmc.c
41277
41278     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41279
41280 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
41281 Author: Wolfgang Denk <wd@denx.de>
41282 Date:   Sat Oct 13 23:51:14 2007 +0200
41283
41284     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
41285
41286     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41287     Signed-off-by: Wolfgang Denk <wd@denx.de>
41288
41289 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
41290 Author: Wolfgang Denk <wd@denx.de>
41291 Date:   Sat Oct 13 21:15:39 2007 +0200
41292
41293     Coding Style cleanup.
41294
41295     Signed-off-by: Wolfgang Denk <wd@denx.de>
41296
41297 commit e1893815b0999410d7a327589611c7b38e95299e
41298 Author: Wolfgang Denk <wd@denx.de>
41299 Date:   Fri Oct 12 15:49:39 2007 +0200
41300
41301     GP3 SSA: enable RTC
41302
41303     Signed-off-by: Wolfgang Denk <wd@denx.de>
41304
41305 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
41306 Author: Grzegorz Bernacki <gjb@semihalf.com>
41307 Date:   Tue Oct 9 13:58:24 2007 +0200
41308
41309     [ads5121] EEPROM support added.
41310
41311     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41312
41313 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
41314 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
41315 Date:   Sat Oct 6 18:55:35 2007 +0200
41316
41317     AVR32: Initialize bi_flash* in board_init_r
41318
41319     The ATSTK1000-specific flash driver intializes bi_flashstart,
41320     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
41321     driver, don't.
41322
41323     Initialize these in board_init_r instead so that things will still be
41324     set up correctly when we switch to the CFI driver.
41325
41326     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41327
41328 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
41329 Author: Marian Balakowicz <m8@semihalf.com>
41330 Date:   Fri Oct 5 10:40:54 2007 +0200
41331
41332     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
41333
41334     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41335
41336 commit 92869195ef8210758d2176230c0a36897afd50ed
41337 Author: Bartlomiej Sieka <tur@semihalf.com>
41338 Date:   Fri Oct 5 09:46:06 2007 +0200
41339
41340     CM5200: Fix missing null-termination in hostname manipulation code
41341
41342     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41343
41344 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
41345 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
41346 Date:   Tue Oct 2 19:09:01 2007 +0200
41347
41348     Fix memtest breakage
41349
41350     CFG_MEMTEST_START uses weird magic involving gd, which fails to
41351     compile. Use hardcoded values instead (we actually know how much RAM
41352     we have on board.)
41353
41354     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41355
41356 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
41357 Author: Stefan Roese <sr@denx.de>
41358 Date:   Tue Oct 2 11:44:46 2007 +0200
41359
41360     ppc4xx: Coding style cleanup
41361
41362     Signed-off-by: Stefan Roese <sr@denx.de>
41363
41364 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
41365 Author: Stefan Roese <sr@denx.de>
41366 Date:   Tue Oct 2 11:44:19 2007 +0200
41367
41368     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
41369
41370     Signed-off-by: Stefan Roese <sr@denx.de>
41371
41372 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
41373 Author: Grzegorz Bernacki <gjb@semihalf.com>
41374 Date:   Mon Oct 1 09:51:50 2007 +0200
41375
41376     Program EPLD to force full duplex mode for PHY.
41377
41378     EPLD forces modes of PHY operation. By default full duplex is turned off.
41379     This fix turns it on.
41380
41381     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41382
41383 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
41384 Author: Timo Ketola <timo.ketola@exertus.fi>
41385 Date:   Mon Sep 24 14:50:32 2007 +0300
41386
41387     Bugfix: Use only one PTD for one endpoint
41388
41389     Original isp116x-hcd code prepared multiple PTDs for longer than 16
41390     byte transfers for one endpoint. That is unnecessary because the
41391     ISP116x is able to split long data from one PTD into multiple
41392     transactions based on the buffer size of the endpoint. It also caused
41393     serious problems if the endpoint NAKed some of the transactions. In
41394     that case ISP116x wouldn't notice that the other PTDs were for the same
41395     endpoint and would try the other PTDs possibly out of order. That would
41396     break the whole transfer.
41397
41398     This patch makes isp116x_submit_job to use one PTD for one transfer.
41399
41400     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
41401     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41402
41403 commit 86ec86c04326c3913178a7679aa910de071da75d
41404 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41405 Date:   Thu Sep 27 23:27:47 2007 +0200
41406
41407     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
41408
41409     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41410
41411 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
41412 Author: Stefan Roese <sr@denx.de>
41413 Date:   Tue Sep 11 14:12:55 2007 +0200
41414
41415     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
41416
41417     Signed-off-by: Stefan Roese <sr@denx.de>
41418
41419 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
41420 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
41421 Date:   Wed Sep 26 16:35:54 2007 -0500
41422
41423     85xx io out functions need sync after write.
41424
41425     This fixes the mc146818 rtc_read/write functions for 85xx.
41426
41427     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41428
41429 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
41430 Author: Grant Likely <grant.likely@secretlab.ca>
41431 Date:   Tue Sep 25 15:48:05 2007 -0600
41432
41433     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
41434
41435     CFG_FPGA_XILINX is a bit value used to test against the value in
41436     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
41437     think that is the intention in this code.
41438
41439     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41440
41441 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
41442 Author: Michal Simek <monstr@monstr.eu>
41443 Date:   Mon Sep 24 00:41:30 2007 +0200
41444
41445     [FIX] change command handling and removing code violation
41446
41447 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
41448 Author: Michal Simek <monstr@monstr.eu>
41449 Date:   Mon Sep 24 00:36:06 2007 +0200
41450
41451     [FIX] change sets of commands
41452     because changing of command handling brings
41453     compilation problems
41454
41455 commit cb1bc63b75a232571eb69aa2c8aa919321655845
41456 Author: Michal Simek <monstr@monstr.eu>
41457 Date:   Mon Sep 24 00:30:42 2007 +0200
41458
41459     [FIX] Email reparation & Copyright
41460     Both codes are written by myself without any
41461     support from CTU
41462
41463 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
41464 Author: Michal Simek <monstr@monstr.eu>
41465 Date:   Mon Sep 24 00:25:11 2007 +0200
41466
41467     [PATCH] Change macro name for UartLite
41468     because PowerPC 405 can use UartLite as console
41469
41470 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
41471 Author: Michal Simek <monstr@monstr.eu>
41472 Date:   Mon Sep 24 00:21:19 2007 +0200
41473
41474     [PATCH] Add support for design without interrupt controller
41475     Polling timer
41476
41477 commit 0731933ec8ec45d02ba89b52df673d526873cdde
41478 Author: Michal Simek <monstr@monstr.eu>
41479 Date:   Mon Sep 24 00:19:48 2007 +0200
41480
41481     [FIX] resolve problem with cpu without barrel shifter
41482
41483 commit db14d77995ce515b728b178b63f82babe60e3d56
41484 Author: Michal Simek <monstr@monstr.eu>
41485 Date:   Mon Sep 24 00:18:46 2007 +0200
41486
41487     [FIX] repair email address
41488
41489 commit 481d4328618804add1f818a6c96296121cd0528e
41490 Author: Michal Simek <monstr@monstr.eu>
41491 Date:   Mon Sep 24 00:17:42 2007 +0200
41492
41493     [FIX] repair MFSL commands
41494
41495 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
41496 Author: Michal Simek <monstr@monstr.eu>
41497 Date:   Mon Sep 24 00:08:37 2007 +0200
41498
41499     synchronizition with mainline
41500
41501 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
41502 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41503 Date:   Sun Sep 23 02:42:38 2007 +0900
41504
41505     sh: Add support command of ide with sh
41506
41507     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41508
41509 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
41510 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41511 Date:   Sun Sep 23 02:38:42 2007 +0900
41512
41513     sh: Update Makefile
41514
41515     Add support MS7722SE01 to Makefile.
41516
41517     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41518
41519 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
41520 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41521 Date:   Sun Sep 23 02:31:13 2007 +0900
41522
41523     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
41524
41525     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41526
41527 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
41528 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41529 Date:   Sun Sep 23 02:19:24 2007 +0900
41530
41531     sh: Update MS7750SE01 platform
41532
41533     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41534
41535 commit 516ad760db3553766267ada01b7d5d727faa4bbd
41536 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41537 Date:   Sun Sep 23 02:17:08 2007 +0900
41538
41539     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
41540
41541     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41542
41543 commit b02bad128669e567fce87d8df823b06a0144b8db
41544 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41545 Date:   Sun Sep 23 02:12:30 2007 +0900
41546
41547     sh: Update core code of SuperH.
41548
41549     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41550
41551 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
41552 Author: Wolfgang Denk <wd@denx.de>
41553 Date:   Thu Sep 20 00:04:14 2007 +0200
41554
41555     v1.3.0-rc2
41556
41557     Signed-off-by: Wolfgang Denk <wd@denx.de>
41558
41559 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
41560 Author: Wolfgang Denk <wd@denx.de>
41561 Date:   Tue Sep 18 21:36:35 2007 +0200
41562
41563     Avoid compiler warning.
41564
41565     Signed-off-by: Wolfgang Denk <wd@denx.de>
41566
41567 commit 8a783a65851bc7421ab69f442261215e21b8891a
41568 Author: Grant Likely <grant.likely@secretlab.ca>
41569 Date:   Tue Sep 18 12:24:57 2007 -0600
41570
41571     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
41572
41573     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
41574     nulls in a string differently.  For example, the following statement:
41575         echo "this is a string\0" > afile
41576     Will produce the following with /bin/bash:
41577         "this is a string\0"
41578     But with /bin/dash, will produce:
41579         "this is a string
41580
41581     Bug fixed by moving the embedded null out of the makefile and into the
41582     config header.  Also renamed the macro to avoid usage colision with the same
41583     macro used by other board ports.
41584
41585     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41586
41587 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
41588 Author: Wolfgang Denk <wd@denx.de>
41589 Date:   Tue Sep 18 17:40:27 2007 +0200
41590
41591     MCC200: fix build warning
41592
41593     The MCC200 board config file includes version.h for some customer-
41594     specific setting, which causes warnings with "make depend"; build
41595     version.h before depend.
41596
41597     Signed-off-by: Wolfgang Denk <wd@denx.de>
41598
41599 commit bd86220f58b99d6896198c385fda132f0c980915
41600 Author: Peter Pearse <peter.pearse@arm.com>
41601 Date:   Tue Sep 18 13:07:54 2007 +0100
41602
41603     Move coloured led API to status_led.h
41604     Improve indentation in drivers/at45.c
41605
41606 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
41607 Author: Eirik Aanonsen <eaa@wprmedical.com>
41608 Date:   Tue Sep 18 08:47:20 2007 +0200
41609
41610     Update atstk1002 bootargs.
41611
41612     Updates to atstk1002 U-Boot header file:
41613     - Changed bootargs:
41614         * Set the bootargs for at1002 to point to the SD-card partition instead
41615         * ... of the boot flash.
41616         * Removing the rootfstype since that argument are not needed.
41617
41618     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
41619     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41620
41621 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
41622 Author: Eirik Aanonsen <eaa@wprmedical.com>
41623 Date:   Wed Sep 12 13:32:37 2007 +0200
41624
41625     Add some comments to clocks in atstk1002.h
41626
41627     This patch applies some clarifying comments to how the different
41628     clocks are setup according to atstk1002.h Some of the previous
41629     comments where stating wrongful information.
41630
41631     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41632
41633 commit 97213f32416ead885deafea86774e912ffd60ad0
41634 Author: David Saada <David.Saada@ecitele.com>
41635 Date:   Mon Sep 17 17:04:47 2007 +0200
41636
41637     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
41638
41639     Signed-off-by: David Saada <david.saada@ecitele.com>
41640
41641 commit 30363e98fa470fbecea5e8bc0f1443352754f303
41642 Author: Stefan Roese <sr@denx.de>
41643 Date:   Mon Sep 17 08:20:47 2007 +0200
41644
41645     Small whitespace cleanup of OneNAND patch
41646
41647     Signed-off-by: Stefan Roese <sr@denx.de>
41648
41649 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
41650 Author: Kyungmin Park <kmpark@infradead.org>
41651 Date:   Mon Sep 10 17:15:14 2007 +0900
41652
41653     OneNAND support (take #2)
41654
41655     [PATCH 3/3] OneNAND support (take #2)
41656
41657     OneNAND support at U-Boot
41658
41659     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41660
41661 commit 17aa2800457df0c06b41516f46f126712c196219
41662 Author: Kyungmin Park <kmpark@infradead.org>
41663 Date:   Mon Sep 10 17:14:34 2007 +0900
41664
41665     OneNAND support (take #2)
41666
41667     [PATCH 2/3] OneNAND support (take #2)
41668
41669     OneNAND support at U-Boot
41670
41671     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41672
41673 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
41674 Author: Kyungmin Park <kmpark@infradead.org>
41675 Date:   Mon Sep 10 17:13:49 2007 +0900
41676
41677     OneNAND support (take #2)
41678
41679     [PATCH 1/3] OneNAND support (take #2)
41680
41681     OneNAND support at U-Boot
41682
41683     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41684
41685 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
41686 Author: Michal Simek <monstr@monstr.eu>
41687 Date:   Sun Sep 16 20:51:57 2007 +0200
41688
41689     [FIX] remove files form repository
41690
41691 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
41692 Author: Wolfgang Denk <wd@denx.de>
41693 Date:   Sun Sep 16 17:10:04 2007 +0200
41694
41695     TQM8xx[LM]: Fix broken environment alignment.
41696
41697     With recent toolchains, the environment sectors were no longer aligned to
41698     sector boundaries. The reason was a combination of two bugs:
41699
41700     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
41701        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
41702        this gets defined, is not included here (and cannot be included
41703        without causing lots of problems).
41704
41705        Added a new #define CFG_USE_PPCENV for all boards which really
41706        want to put the environment is a ".ppcenv" section.
41707
41708     2) The linker scripts just include environment.o, silently assuming
41709        that the objects in that file are really in the order in which
41710        they are coded in the C file, i. e. "environment" first, then
41711        "redundand_environment", and "env_size" last. However, current
41712        toolchains (GCC-4.x) reorder the objects, causing the environment
41713        data not to start on a flash sector boundary:
41714
41715        Instead of:                                      we got:
41716
41717         40008000 T environment                  40008000 T env_size
41718         4000c000 T redundand_environment        40008004 T redundand_environment
41719         40010000 T env_size                     4000c004 T environment
41720
41721        Note: this patch fixes just the first part, and cures the alignment
41722        problem by making sure that "env_size" gets placed correctly. However,
41723        we still have a potential issue because primary and redundant
41724        environment sectors are actually swapped, i. e. we have now:
41725
41726         40008000 T redundand_environment
41727         4000c000 T environment
41728         40010000 T env_size
41729
41730        This shall be fixed in the next version.
41731
41732     Signed-off-by: Wolfgang Denk <wd@denx.de>
41733
41734 commit eb6da8050797c204c9d010548424186c7ce32fc1
41735 Author: Wolfgang Denk <wd@denx.de>
41736 Date:   Sun Sep 16 02:39:35 2007 +0200
41737
41738     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
41739
41740     Signed-off-by: Wolfgang Denk <wd@denx.de>
41741
41742 commit cd2d1602c54cc6957bdef3872272a4b264893960
41743 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
41744 Date:   Mon Sep 10 14:54:56 2007 -0400
41745
41746     Typo fix in tsec.c
41747
41748     Fixup for the break statement in wrong place.
41749
41750     [Patch by urwithsughosh@gmail.com]
41751     Acked-by: Andy Fleming <afleming@freescale.com>
41752     Signed-off-by:      Wolfgang Denk <wd@denx.de>
41753
41754 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
41755 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41756 Date:   Tue Sep 11 17:04:00 2007 +0200
41757
41758     Fix do_div() usage in nand process output
41759
41760     Fix usage of do_div() in nand erase|read|write process output.
41761
41762     The last patch to nand_util.c introduced do_div() instead of libgcc's
41763     implementation. But do_div() returns the quotient in its first
41764     macro parameter and not as result.
41765
41766     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41767
41768 commit c750d2e6692a000a82f29de7bf24e3dc21239161
41769 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41770 Date:   Wed Sep 12 12:36:53 2007 +0200
41771
41772     NAND: Add CFG_NAND_QUIET option
41773
41774     This config option sets the default for the progress information
41775     output behavior that can also be configured through the 'quiet'
41776     environment variable.
41777
41778     The legacy NAND code does not print the current progress info
41779     on the console. So this option is for backward compatibility for
41780     units that are in the field and where setting the quiet variable
41781     is not an option. With CFG_NAND_QUIET set to '1' the console
41782     progress info is turned off. This can still be overwritten
41783     through the environment variable.
41784
41785     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41786
41787 commit dcb88630290d2bcd803386dd4c2be73142994c4f
41788 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
41789 Date:   Thu Sep 13 16:06:05 2007 -0700
41790
41791     ColdFire: fix build error becasue of bad type of mii_init()
41792
41793     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41794
41795 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
41796 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
41797 Date:   Thu Sep 13 16:04:05 2007 -0700
41798
41799     ColdFire: Fix build error caused by pixis.c
41800
41801     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
41802
41803     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41804
41805 commit e21659e30660a1377c42af135a6114efe39801d9
41806 Author: Sam Sparks <SSparks@twacs.com>
41807 Date:   Fri Sep 14 11:14:42 2007 -0600
41808
41809     Update MPC8349ITX*_config to place config.tmp in right place.
41810
41811     MPC834ITX*_config does not store config.tmp at the correct locatation,
41812     causing MPC8349ITXGP to have the wrong TEXT_BASE.
41813
41814     Signed-off-by: Sam Sparks <SSparks@twacs.com>
41815     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41816
41817 commit 1218abf1b5817a39a82399b4b928b00750575bda
41818 Author: Wolfgang Denk <wd@denx.de>
41819 Date:   Sat Sep 15 20:48:41 2007 +0200
41820
41821     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
41822
41823     Signed-off-by: Wolfgang Denk <wd@denx.de>
41824
41825 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
41826 Author: Dirk Behme <dirk.behme@googlemail.com>
41827 Date:   Sat Sep 15 11:55:42 2007 +0200
41828
41829     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
41830
41831     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
41832     function local.
41833
41834     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
41835
41836     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
41837
41838 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
41839 Author: Michal Simek <monstr@monstr.eu>
41840 Date:   Sat Sep 15 00:03:35 2007 +0200
41841
41842     Synchronize with U-BOOT mainline
41843
41844 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
41845 Author: Sam Sparks <SSparks@twacs.com>
41846 Date:   Fri Sep 14 11:14:42 2007 -0600
41847
41848     Update MPC8349ITX*_config to place config.tmp in right place.
41849
41850     MPC834ITX*_config does not store config.tmp at the correct locatation,
41851     causing MPC8349ITXGP to have the wrong TEXT_BASE.
41852
41853     Signed-off-by: Sam Sparks <SSparks@twacs.com>
41854     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41855     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41856
41857 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
41858 Author: Bartlomiej Sieka <tur@semihalf.com>
41859 Date:   Thu Sep 13 18:21:48 2007 +0200
41860
41861     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
41862
41863     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41864
41865 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
41866 Author: Bartlomiej Sieka <tur@semihalf.com>
41867 Date:   Thu Sep 13 16:33:59 2007 +0200
41868
41869     tqm5200: Restore customary env. variable boot commands for powerpc kernels
41870
41871     - update default definitions of kernel_addr and fdt_addr env. variables
41872     - make arch/powerpc booting the default scenario
41873     - update MTD partition layout to match the above
41874
41875     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41876
41877 commit f34024d4a328e6edd906456da98d2c537155c4f7
41878 Author: Wolfgang Denk <wd@denx.de>
41879 Date:   Wed Sep 12 00:48:57 2007 +0200
41880
41881     Fix memory corruption problem on STX GP3 SSA Board.
41882
41883     Signed-off-by: Wolfgang Denk <wd@denx.de>
41884
41885 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
41886 Author: Peter Pearse <peter.pearse@arm.com>
41887 Date:   Tue Sep 11 15:35:01 2007 +0100
41888
41889     Final tidy
41890
41891 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
41892 Author: Grzegorz Bernacki <gjb@semihalf.com>
41893 Date:   Tue Sep 11 15:42:11 2007 +0200
41894
41895     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
41896     scan on second pci bus.
41897
41898     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41899
41900 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
41901 Author: Grzegorz Bernacki <gjb@semihalf.com>
41902 Date:   Tue Sep 11 12:57:52 2007 +0200
41903
41904     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
41905
41906     Bamboo has a file sdram.c which needs special treatment when building in
41907     separate directory. It has to be linked to build directory otherwise it is
41908     not seen.
41909
41910     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41911
41912 commit d45963854eff39d575124d859419bb4953ce2c87
41913 Author: Michal Simek <monstr@monstr.eu>
41914 Date:   Tue Sep 11 00:37:04 2007 +0200
41915
41916     [FIX] Microblaze ML401 - repare FLASH handling
41917
41918 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
41919 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
41920 Date:   Mon Sep 10 16:55:59 2007 +0100
41921
41922     Allocate CPU Architecture Code for STMicroelectronics' ST200.
41923
41924     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
41925     ---------------------------------------------------
41926
41927 commit 754bac48156f8958d8f6a53a51eda88ab5758929
41928 Author: Wolfgang Denk <wd@denx.de>
41929 Date:   Mon Sep 10 20:42:31 2007 +0200
41930
41931     Update version to match current state.
41932
41933     Signed-off-by: Wolfgang Denk <wd@denx.de>
41934
41935 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
41936 Author: Grzegorz Bernacki <gjb@semihalf.com>
41937 Date:   Mon Sep 10 17:39:08 2007 +0200
41938
41939     [MPC512x] Streamline frame handling in the FEC driver
41940
41941     - convert frame size settings to be derived from a single base
41942     - set frame size to the recommended default value
41943
41944     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41945
41946 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
41947 Author: Kyungmin Park <kmpark@infradead.org>
41948 Date:   Mon Sep 10 11:34:00 2007 +0900
41949
41950     Remove compiler warning: target CPU does not support interworking
41951
41952     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41953
41954 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
41955 Author: Wolfgang Denk <wd@denx.de>
41956 Date:   Sun Sep 9 21:21:33 2007 +0200
41957
41958     Fix compile error in spc1920 config.
41959
41960     Signed-off-by: Markus Klotzbücher <mk@denx.de>
41961     Signed-off-by: Wolfgang Denk <wd@denx.de>
41962
41963 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
41964 Author: Grant Likely <grant.likely@secretlab.ca>
41965 Date:   Fri Sep 7 09:25:07 2007 -0600
41966
41967     Bugfix: make bootm+libfdt compile on boards with no flash
41968
41969     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41970
41971 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
41972 Author: Grzegorz Bernacki <gjb@semihalf.com>
41973 Date:   Fri Sep 7 18:35:37 2007 +0200
41974
41975     [PPC440SPe] PCIe environment settings for Katmai and Yucca
41976
41977     - 'pciconfighost' is set by default in order to be able to scan bridges
41978     behind the primary host/PCIe
41979
41980     - 'pciscandelay' env variable is recognized to allow for user-controlled
41981     delay before the PCIe bus enumeration; some peripheral devices require a
41982     significant delay before they can be scanned (e.g. LSI8408E); without the
41983     delay they are not detected
41984
41985     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41986
41987 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
41988 Author: Grzegorz Bernacki <gjb@semihalf.com>
41989 Date:   Fri Sep 7 18:20:23 2007 +0200
41990
41991     [PPC440SPe] Improve PCIe configuration space access
41992
41993     - correct configuration space mapping
41994     - correct bus numbering
41995     - better access to config space
41996
41997     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
41998     first device on the first bus. We now allow to configure up to 16 buses;
41999     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
42000     peripheral devices farther in hierarchy can be identified.
42001
42002     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42003
42004 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
42005 Author: Grzegorz Bernacki <gjb@semihalf.com>
42006 Date:   Fri Sep 7 17:46:18 2007 +0200
42007
42008     [PPC440SPe] Convert machine check exceptions handling
42009
42010     Convert using fixup mechanism to suppressing MCK for the duration of config
42011     read/write transaction: while fixups work fine with the case of a precise
42012     exception, we identified a major drawback with this approach when there's
42013     an imprecise case. In this scenario there is the following race condition:
42014     the fixup is (by design) set to catch the instruction following the one
42015     actually causing the exception; if an interrupt (e.g. decrementer) happens
42016     between those two instructions, the ISR code is executed before the fixup
42017     handler the machine check is no longer protected by the fixup handler as it
42018     appears as within the ISR code. In consequence the fixup approach is being
42019     phased out and replaced with explicit suppressing of MCK during a PCIe
42020     config read/write cycle.
42021
42022     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42023
42024 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
42025 Author: Wolfgang Denk <wd@denx.de>
42026 Date:   Fri Sep 7 17:43:36 2007 +0200
42027
42028     Fix typo in MAKEALL script.
42029
42030     Signed-off-by: Wolfgang Denk <wd@denx.de>
42031
42032 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
42033 Author: Grzegorz Bernacki <gjb@semihalf.com>
42034 Date:   Fri Sep 7 17:09:21 2007 +0200
42035
42036     [MPC512x] Proper handling of larger frames in the FEC driver
42037
42038     When frame larger than local RX buffer is received, it is split and handled
42039     by two buffer descriptors. Prior to this patch the FEC driver discarded
42040     contents of a buffer descriptor without the 'LAST' bit set, so the first
42041     part of the frame was lost in case of larger frames. This fix allows to
42042     safely combine the two pieces into the whole frame.
42043
42044     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42045
42046 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
42047 Author: Rafal Jaworowski <raj@semihalf.com>
42048 Date:   Fri Sep 7 17:05:36 2007 +0200
42049
42050     [MPC512x] Correct fixup relocation
42051
42052     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
42053
42054 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
42055 Author: Wolfgang Denk <wd@denx.de>
42056 Date:   Fri Sep 7 01:21:25 2007 +0200
42057
42058     Update CHANGELOG, minor coding style cleanup.
42059
42060 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
42061 Author: stefano babic <sbabic@denx.de>
42062 Date:   Thu Aug 30 23:01:49 2007 +0200
42063
42064     PXA270: Added support for TrizepsIV board.
42065
42066     This patch add support for the Trizeps IV module (520Mhz).
42067
42068     Signed-off-by: Stefano Babic <sbabic@denx.de>
42069
42070 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
42071 Author: stefano babic <sbabic@denx.de>
42072 Date:   Thu Aug 30 22:57:04 2007 +0200
42073
42074     PXA270: Add support for multiple serial ports.
42075
42076     This patch adds support for multiple serial ports to the PXA target.
42077     FFUART, BTUART and STUART are supported.
42078
42079     Signed-off-by: Stefano Babic <sbabic@denx.de>
42080
42081 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
42082 Author: stefano babic <sbabic@denx.de>
42083 Date:   Thu Aug 30 22:48:47 2007 +0200
42084
42085     PXA270: fix compile issue (invalid lvalue)
42086
42087     Code is broken for PXA270 due to "invalid lvalue in assignment".
42088
42089     This patch fix it in pxa-regs.h
42090
42091     Signed-off-by: Stefano Babic <sbabic@denx.de>
42092
42093 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
42094 Author: Jason Jin <Jason.jin@freescale.com>
42095 Date:   Thu Aug 30 18:19:05 2007 +0800
42096
42097     Add BUILD_DIR support for bios emulator.
42098
42099     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42100
42101 commit b4d8a55145442f136982634862341a3e02002bda
42102 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42103 Date:   Fri Aug 31 14:41:51 2007 +0900
42104
42105     [MIPS] Remove inline asm string functions
42106
42107     Stop using inline string functions on MIPS as other ARCHs do so,
42108     since the optimized inline asm versions are not small.
42109
42110     This change is triggered by a following MIPS build error:
42111     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
42112     common/exports.c:32: undefined reference to `strcmp'
42113     make: *** [u-boot] Error 1
42114
42115     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42116
42117 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
42118 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42119 Date:   Fri Aug 31 14:41:45 2007 +0900
42120
42121     [MIPS] Update asm string header
42122
42123     This patches contains several bugfixes and cleanups in the latest upstream:
42124
42125      - Don't include linux/config.h
42126      - Remove buggy inline version of memscan.
42127      - Merge with Linux 2.6.11-rc3.
42128      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
42129      - Goodbye mips64.  31704 lines of code bite the dust.
42130      - Replace extern inline with static inline.
42131      - Fix return value of strncpy.
42132      - Remove a bunch more "$1" clobbers.
42133
42134     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42135
42136 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
42137 Author: Bartlomiej Sieka <tur@semihalf.com>
42138 Date:   Tue Sep 4 17:31:22 2007 +0200
42139
42140     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
42141
42142     Fix incorrect blob address calculation in do_bootm_linux() that prevents
42143     booting the kernel from a multi-file image (kernel + initrd + blob).
42144
42145     Also, make minor updates to the U-Boot's output and to the coding style.
42146
42147     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42148
42149 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
42150 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
42151 Date:   Fri Aug 31 14:29:04 2007 +0200
42152
42153     Add support for Sil680 IDE controller.
42154
42155     o add drivers/sil680.c to support the Sil680 IDE-controller.
42156     o drivers/Makefile: add sil680.o.
42157
42158     Signed-off-by: Gary Jennejohn <garyj@denx.de>
42159
42160 commit e79021223bc339df655e360645a52c457a74b067
42161 Author: Grant Likely <grant.likely@secretlab.ca>
42162 Date:   Thu Sep 6 09:47:40 2007 -0600
42163
42164     bootm/fdt: Only process the fdt if an fdt address was provided
42165
42166     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
42167     kernels using the board info structure (instead of passing a device tree)
42168     This change allows the old style booting to be used if the fdt argument
42169     was not passed to 'bootm'.
42170
42171     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42172     Acked-by: Kim Phillips <kim.phillips@freescale.com>
42173
42174 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
42175 Author: Grant Likely <grant.likely@secretlab.ca>
42176 Date:   Thu Sep 6 09:46:23 2007 -0600
42177
42178     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
42179
42180     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
42181
42182     Tested on: lite5200b
42183
42184     Note: the fixup functions have not been moved to a common place.  This
42185     patch is targeted for immediate merging as in solves a build issue, but
42186     the final name/location of the fixups is still subject to debate.  I
42187     propose to merge this now, and move the fixups in the next merge window
42188     to be usable by all targets.
42189
42190     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42191
42192 commit 41bb76e941929f54a73206fb132f7a4c275543a3
42193 Author: Grant Likely <grant.likely@secretlab.ca>
42194 Date:   Thu Sep 6 09:46:17 2007 -0600
42195
42196     libfdt: add convenience function fdt_find_and_setprop()
42197
42198     Given the path to a node, fdt_find_and_setprop() allows a property value
42199     to be set directly.
42200
42201     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42202
42203 commit 80767a6cead9990d9e77e62be947843c2c72f469
42204 Author: Peter Pearse <peter.pearse@arm.com>
42205 Date:   Wed Sep 5 16:04:41 2007 +0100
42206
42207     Changed API name to coloured_led.h
42208     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
42209     Tidied other cpu/arm920t/start.S code
42210
42211 commit 56a9270521baaa00e12639a978302a67f61ef060
42212 Author: Kumar Gala <galak@kernel.crashing.org>
42213 Date:   Thu Aug 30 16:18:18 2007 -0500
42214
42215     Fix ULI RTC support on MPC8544 DS
42216
42217     The RTC on the M1575 ULI chipset requires a dummy read before
42218     we are able to talk to the RTC.  We accomplish this by adding a
42219     second memory region to the PHB the ULI is on and read from it.
42220
42221     The second region is added to maintain compatiabilty with Linux's
42222     view of the PCI memory map.
42223
42224     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42225
42226 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
42227 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42228 Date:   Thu Aug 30 01:58:48 2007 -0500
42229
42230     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
42231
42232     pcie is now differentiated from pci.  Add 8641 bus-range updates.
42233
42234     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42235
42236 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
42237 Author: Peter Pearse <peter.pearse@arm.com>
42238 Date:   Tue Sep 4 16:18:38 2007 +0100
42239
42240     Add coloured led interface for ARM boards.
42241     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
42242
42243 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
42244 Author: Peter Pearse <peter.pearse@arm.com>
42245 Date:   Tue Sep 4 14:49:28 2007 +0100
42246
42247     Move include/led.h to board/at91rm9200dk
42248
42249 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
42250 Author: Peter Pearse <peter.pearse@arm.com>
42251 Date:   Tue Sep 4 14:25:51 2007 +0100
42252
42253     Ran Lindent on drivers/at45.c
42254
42255 commit 557ab89d294f08dd532f21d19861b40093200a33
42256 Author: Peter Pearse <peter.pearse@arm.com>
42257 Date:   Tue Sep 4 14:23:50 2007 +0100
42258
42259     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
42260
42261 commit 81b73dec16fd1227369a191e725e10044a9d56b8
42262 Author: Gary Jennejohn <garyj@denx.de>
42263 Date:   Fri Aug 31 15:21:46 2007 +0200
42264
42265     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
42266
42267     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
42268     set to non-zero, because it doesn't support MRM (memory-read-
42269     multiple) correctly. We now added the possibility to configure
42270     this register in the board config file, so that the default value
42271     of 8 can be overridden.
42272
42273     Here the details of this patch:
42274
42275     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
42276       board-specific settings. As an example the sequoia board requires 0.
42277       Idea from Stefan Roese <sr@denx.de>.
42278     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
42279       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
42280     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
42281       CFG_PCI_CACHE_LINE_SIZE to 0.
42282
42283     Signed-off-by: Gary Jennejohn <garyj@denx.de>
42284     Signed-off-by: Stefan Roese <sr@denx.de>
42285
42286 commit 60174746c668b309378a91488dded898e9553eae
42287 Author: Wolfgang Denk <wd@denx.de>
42288 Date:   Fri Aug 31 10:01:51 2007 +0200
42289
42290     Fix TFTP OACK code for short packets.
42291
42292     The old code had a loop limit overflow bug which caused a semi-
42293     infinite loop for small packets, because in "i<len-8", "i" was signed,
42294     but "len" was unsigned, and "len-8" became a huge number for small
42295     values of "len".
42296
42297     This is a workaround which replaces broken commit 8f1bc284.
42298
42299     Signed-off-by: Wolfgang Denk <wd@denx.de>
42300
42301 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
42302 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
42303 Date:   Thu Aug 30 15:03:05 2007 +0200
42304
42305     Reduce BOOTDELAY variable to 1 second by default for STK1002
42306
42307     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
42308     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42309
42310 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
42311 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
42312 Date:   Thu Aug 30 15:03:04 2007 +0200
42313
42314     Remove double quotation marks around MAC address for STK1002
42315
42316     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
42317     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42318
42319 commit ff13ac8c7bbebb238e339592de765c546dba1073
42320 Author: Wolfgang Denk <wd@denx.de>
42321 Date:   Thu Aug 30 14:42:15 2007 +0200
42322
42323     Backout commit 8f1bc284 as it causes TFTP to fail.
42324
42325     Signed-off-by: Wolfgang Denk <wd@denx.de>
42326
42327 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
42328 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42329 Date:   Thu Aug 30 02:26:17 2007 -0500
42330
42331     Revert "Fix MPC8544DS PCIe3 scsi."
42332
42333     This reverts commit 9468e680.
42334     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
42335
42336     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42337
42338 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
42339 Author: Grant Likely <grant.likely@secretlab.ca>
42340 Date:   Wed Aug 29 18:26:24 2007 -0600
42341
42342     tftp: don't implicity trust the format of recevied packets
42343
42344     The TFTP OACK code trusts that the incoming packet is formated as
42345     ASCII text and can be processed by string functions. It also has a
42346     loop limit overflow bug where if the packet length is less than 8, it
42347     ends up looping over *all* of memory to find the 'blksize' string.
42348
42349     This patch solves the problem by forcing the packet to be null
42350     terminated and using strstr() to search for the sub string.
42351
42352     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42353
42354 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
42355 Author: Stefan Roese <sr@denx.de>
42356 Date:   Wed Aug 29 16:31:18 2007 +0200
42357
42358     ppc4xx: Change lwmon5 default environment to support Linux RTC
42359
42360     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
42361     to supply the RTC I2C address as bootline parameter. This patch
42362     adds support for this rtc probing parameter to the bootargs:
42363
42364     "rtc-pcf8563.probe=0,0x51"
42365
42366     Signed-off-by: Stefan Roese <sr@denx.de>
42367
42368 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
42369 Author: Kim Phillips <kim.phillips@freescale.com>
42370 Date:   Wed Aug 29 09:06:05 2007 -0500
42371
42372     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
42373
42374     this had slipped through the cracks, since the sbc board was added
42375     after I wrote the original patch to remove all these symbols, and
42376     before it was merged.
42377
42378     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42379
42380 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
42381 Author: Wolfgang Denk <wd@denx.de>
42382 Date:   Wed Aug 29 14:05:30 2007 +0200
42383
42384     Add mii_init() prototype
42385
42386     to get rid of a *lot* of compiler warnings.
42387
42388     Signed-off-by: Wolfgang Denk <wd@denx.de>
42389
42390 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
42391 Author: Wolfgang Denk <wd@denx.de>
42392 Date:   Wed Aug 29 13:35:03 2007 +0200
42393
42394     Disable network support on cmi_mpc5xx board
42395
42396     ..because it caused compiler errors and there seems to be no
42397     board maintainer to take care of this.
42398
42399     Signed-off-by: Wolfgang Denk <wd@denx.de>
42400
42401 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
42402 Author: Kumar Gala <galak@kernel.crashing.org>
42403 Date:   Mon Aug 20 09:44:00 2007 -0500
42404
42405     Fix MPC8544DS PCIe3 scsi.
42406
42407     <ed.swarthout@freescale.com>
42408
42409     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
42410     is allocating memory space it doesn't need.
42411
42412     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
42413     Signed-off-by: Andy Fleming <afleming@freescale.com>
42414
42415 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
42416 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42417 Date:   Tue Aug 21 09:38:59 2007 -0500
42418
42419     8548cds fixes
42420
42421     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
42422     correct consoledev needed for linux boot.
42423     Standardize on fdt{file,addr} var to hold dtb file name.
42424
42425     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
42426
42427     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42428
42429 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
42430 Author: Haiying Wang <Haiying.Wang@freescale.com>
42431 Date:   Thu Aug 23 15:20:54 2007 -0400
42432
42433     Enable L2 cache for MPC8568MDS board
42434
42435     The L2 cache size is 512KB for 8568, print out the correct informaiton.
42436
42437     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
42438
42439 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
42440 Author: Jason Jin <Jason.jin@freescale.com>
42441 Date:   Wed Aug 22 17:54:49 2007 +0800
42442
42443     Remove the bios emulator binary files from MAI board
42444
42445     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42446
42447 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
42448 Author: Kim Phillips <kim.phillips@freescale.com>
42449 Date:   Tue Aug 21 17:00:17 2007 -0500
42450
42451     support board vendor-common makefiles
42452
42453     if a board/$(VENDOR)/common/Makefile exists, build it.
42454
42455     also add the first such case, board/freescale/common/Makefile, to
42456     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
42457     dictated by board configuration.
42458
42459     thusly get rid of alternate build dir errors such as:
42460
42461     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
42462
42463     by putting the common/ mkdir command in its proper place (the common
42464     Makefile). Common bits from existing individual board Makefiles have
42465     been removed.
42466
42467     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42468
42469 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
42470 Author: stefano babic <sbabic@denx.de>
42471 Date:   Tue Aug 21 15:52:33 2007 +0200
42472
42473     Fix: TFTP is not working on little endian systems
42474
42475     TFTP does not work anymore after multicast tftp
42476     patch was applied on little endian systems.
42477     This patch fix it.
42478
42479     Signed-off-by: Stefano Babic <sbabic@denx.de>
42480
42481 commit 5f470948570526e9186f053a3003da7719604e90
42482 Author: stefano babic <sbabic@denx.de>
42483 Date:   Tue Aug 21 15:50:33 2007 +0200
42484
42485     Fix MAC address setting in DM9000 driver.
42486
42487     The logic to check if there is a correct MAC address in the DM9000
42488     EEPROM, added in the last patch, is wrong. Now the MAC address is
42489     always taken from the environment, even if a suitable MAC is present
42490     in the EEPROM.
42491
42492     Signed-off-by: Stefano Babic <sbabic@denx.de>
42493
42494 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
42495 Author: Martin Krause <martin.krause@tqs.de>
42496 Date:   Tue Aug 21 12:40:34 2007 +0200
42497
42498     MPC5xxx: fix some compiler warnings in USB code
42499
42500     Fix the following warnings:
42501     - usb.c:xx: warning: function declaration isn't a prototype
42502     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
42503       from pointer wihtout a cast
42504
42505     Signed-off-by: Martin Krause <martin.krase@tqs.de>
42506
42507 commit 16e23c3f5dab6937f5109365416808c7f15c122b
42508 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42509 Date:   Mon Aug 20 23:55:33 2007 -0500
42510
42511     fsl_pci_init - Remove self PCSRBAR allocation
42512
42513     CPU physical address space was being wasted by allocating a
42514     PCSRBAR PCI inbound region to it's memory space.
42515
42516     As a rule, PCSRBAR should be left alone since it does not affect
42517     transactions from self and other masters may have changed it.
42518
42519     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
42520
42521 commit 0e700ce03a23bb1921149bc77008ace7103d5289
42522 Author: Martin Krause <martin.krause@tqs.de>
42523 Date:   Mon Aug 20 13:56:47 2007 +0200
42524
42525     Fix compiler warning in include/s3c2410.h
42526
42527     This patch fixes the "type qualifiers ignored on fuction return tpye"
42528     warning for include/s3c2410.h
42529
42530     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42531
42532 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
42533 Author: Dirk Behme <dirk.behme@googlemail.com>
42534 Date:   Mon Aug 20 07:09:05 2007 +0200
42535
42536     Fix compilation error for omap2420h4_config.
42537
42538     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
42539     and flash_probe() calls in env_flash.c.
42540
42541     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
42542
42543 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
42544 Author: Kim Phillips <kim.phillips@freescale.com>
42545 Date:   Fri Aug 10 14:34:14 2007 -0500
42546
42547     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
42548
42549     and make some minor corrections to the FDT part of the README.
42550
42551     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42552
42553 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
42554 Author: Wolfgang Denk <wd@denx.de>
42555 Date:   Wed Aug 29 01:32:05 2007 +0200
42556
42557     Minor coding style cleanup.
42558
42559     Signed-off-by: Wolfgang Denk <wd@denx.de>
42560
42561 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
42562 Author: Heiko Schocher <hs@pollux.denx.de>
42563 Date:   Tue Aug 28 17:40:33 2007 +0200
42564
42565     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
42566
42567     Signed-off-by: Heiko Schocher <hs@denx.de>
42568
42569 commit f98984cb194bb34dbe1db9429d3b51133af30d07
42570 Author: Heiko Schocher <hs@pollux.denx.de>
42571 Date:   Tue Aug 28 17:39:14 2007 +0200
42572
42573     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
42574               define there own I/O functions.
42575               (Needed for the pcs440ep board).
42576             - The default I/O Functions are again 8 Bit accesses.
42577             - Added CONFIG_CMD_IDE for the pcs440ep Board.
42578
42579     Signed-off-by: Heiko Schocher <hs@denx.de>
42580
42581 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
42582 Author: Semih Hazar <semih.hazar@indefia.com>
42583 Date:   Mon Aug 20 19:00:01 2007 +0300
42584
42585     AVR32: Change prototype of memset
42586
42587     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
42588     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42589
42590 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
42591 Author: Yuri Tikhonov <yur@emcraft.com>
42592 Date:   Sat Aug 25 05:07:16 2007 +0200
42593
42594     POST: limit memory test area to not touch global data anymore
42595
42596     As experienced on lwmon5, on some boards the POST memory test can
42597     corrupt the global data buffer (bd). This patch fixes this issue
42598     by checking and limiting this area.
42599
42600     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42601     Signed-off-by: Stefan Roese <sr@denx.de>
42602
42603 commit 75e1a84d483e36be10e206e539b028c4889e1158
42604 Author: Stefan Roese <sr@denx.de>
42605 Date:   Fri Aug 24 15:41:42 2007 +0200
42606
42607     ppc4xx: Add RTC POST test to lwmon5 board configuration
42608
42609     Since this RTC POST test is taking quite a while to complete
42610     it's only initiated upon special keypress same as the complete
42611     memory POST.
42612
42613     Signed-off-by: Stefan Roese <sr@denx.de>
42614
42615 commit d7bfa620037a6d2210159387571bdf93aa32c162
42616 Author: Stefan Roese <sr@denx.de>
42617 Date:   Fri Aug 24 15:19:10 2007 +0200
42618
42619     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
42620
42621     Signed-off-by: Stefan Roese <sr@denx.de>
42622
42623 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
42624 Author: Stefan Roese <sr@denx.de>
42625 Date:   Thu Aug 23 11:02:37 2007 +0200
42626
42627     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
42628
42629     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
42630     board. Now the "eeprom" command can be used to read/write from/to this
42631     device. Additionally a new command was added "eepromwp" to en-/disable
42632     the write-protect of this 2nd EEPROM.
42633
42634     The 1st EEPROM is not affected by this write-protect command.
42635
42636     Signed-off-by: Stefan Roese <sr@denx.de>
42637
42638 commit c64fb30e4c5976007d56fc1789c7a0666082b536
42639 Author: Stefan Roese <sr@denx.de>
42640 Date:   Wed Aug 22 08:56:09 2007 +0200
42641
42642     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
42643
42644     Signed-off-by: Stefan Roese <sr@denx.de>
42645
42646 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
42647 Author: Stefan Roese <sr@denx.de>
42648 Date:   Tue Aug 21 16:27:57 2007 +0200
42649
42650     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
42651
42652     This patch adds support for the matrix keyboard on the lwmon5 board.
42653     Since the implementation in the dsPCI is kind of compatible with the
42654     "old" lwmon board, most of the code is copied from the lwmon
42655     board directory.
42656
42657     Signed-off-by: Stefan Roese <sr@denx.de>
42658
42659 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
42660 Author: Wolfgang Denk <wd@denx.de>
42661 Date:   Sun Aug 19 10:27:34 2007 +0200
42662
42663     Fix some build errors.
42664
42665     Signed-off-by: Wolfgang Denk <wd@denx.de>
42666
42667 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
42668 Author: Wolfgang Denk <wd@denx.de>
42669 Date:   Sat Aug 18 22:00:38 2007 +0200
42670
42671     Update CHANGELOG.
42672
42673 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
42674 Author: Kim Phillips <kim.phillips@freescale.com>
42675 Date:   Thu Aug 16 22:52:39 2007 -0500
42676
42677     lib_ppc: make board_add_ram_info weak
42678
42679     platforms wishing to display RAM diagnostics in addition to size,
42680     can do so, on one line, in their own board_add_ram_info()
42681     implementation.
42682
42683     this consequently eliminates CONFIG_ADD_RAM_INFO.
42684
42685     Thanks to Stefan for the hint.
42686
42687     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42688
42689 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
42690 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42691 Date:   Fri Aug 17 12:43:44 2007 +0900
42692
42693     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
42694
42695     This patch has been sent on:
42696     - 6 Jun 2007
42697
42698     Many users of PCI config read routines tend to ignore the function
42699     ret value, and are only concerned about the contents of *val. Based
42700     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
42701     the *val on dword read error.
42702
42703     Without this fix, for example, we'll go on scanning bus with vendor or
42704     header_type uninitialized. This brings many unnecessary config trials.
42705
42706     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42707
42708 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
42709 Author: Stefan Roese <sr@denx.de>
42710 Date:   Sat Aug 18 14:37:52 2007 +0200
42711
42712     ColdFire: Fix some remaining problems with CFG_CMD_
42713
42714     Signed-off-by: Stefan Roese <sr@denx.de>
42715
42716 commit 8280f6a1c43247616b68224675188e5ccd124650
42717 Author: Stefan Roese <sr@denx.de>
42718 Date:   Sat Aug 18 14:33:02 2007 +0200
42719
42720     Coding style cleanup
42721
42722     Signed-off-by: Stefan Roese <sr@denx.de>
42723
42724 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
42725 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42726 Date:   Thu Aug 16 19:23:50 2007 -0500
42727
42728     ColdFire: Add M5235EVB Platform for MCF523x
42729
42730     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42731
42732 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
42733 Author: Kim Phillips <kim.phillips@freescale.com>
42734 Date:   Fri Aug 17 09:30:00 2007 -0500
42735
42736     mpc83xx: fix typo in DDR2 programming
42737
42738     introduced in the implement board_add_ram_info patch as I was cleaning out the
42739     magic numbers.  sorry.
42740
42741     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42742
42743 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
42744 Author: Kim Phillips <kim.phillips@freescale.com>
42745 Date:   Thu Aug 16 22:53:09 2007 -0500
42746
42747     mpc83xx: move freescale boards to boards/freescale
42748
42749     includes build fixes.
42750
42751     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42752
42753 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
42754 Author: Kim Phillips <kim.phillips@freescale.com>
42755 Date:   Thu Aug 16 22:52:59 2007 -0500
42756
42757     mpc83xx: suppress unused variable 'val8' warning
42758
42759     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42760
42761 commit bbea46f76f767b919070b4829bf34c86bd223248
42762 Author: Kim Phillips <kim.phillips@freescale.com>
42763 Date:   Thu Aug 16 22:52:48 2007 -0500
42764
42765     mpc83xx: implement board_add_ram_info
42766
42767     add board_add_ram_info, to make memory diagnostic output more
42768     consistent. u-boot banner output now looks like:
42769
42770     DRAM:  256 MB (DDR1, 64-bit, ECC on)
42771
42772     and for boards with SDRAM on the local bus, a line such as this is
42773     added:
42774
42775     SDRAM: 64 MB (local bus)
42776
42777     also replaced some magic numbers with their equivalent define names.
42778
42779     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42780
42781 commit 14778585d1389d86d5846efec29e5fce892680ce
42782 Author: Tony Li <tony.li@freescale.com>
42783 Date:   Fri Aug 17 10:35:59 2007 +0800
42784
42785     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
42786
42787     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
42788     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
42789
42790     Signed-off-by Tony Li <tony.li@freescale.com>
42791
42792 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
42793 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42794 Date:   Thu Aug 16 15:05:11 2007 -0500
42795
42796     ColdFire: Add M54455EVB for MCF5445x
42797
42798     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42799
42800 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
42801 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42802 Date:   Thu Aug 16 13:20:50 2007 -0500
42803
42804     ColdFire: Add M5253EVBE platform for MCF52x2
42805
42806     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42807
42808 commit a605aacd8324094199402816cc6d9124aba57b8d
42809 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42810 Date:   Thu Aug 16 05:04:31 2007 -0500
42811
42812     ColdFire: Add M5249EVB platform for MCF52x2
42813
42814     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42815
42816 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
42817 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42818 Date:   Wed Aug 15 20:32:06 2007 -0500
42819
42820     ColdFire: Update Freescale MCF52x2 platforms
42821
42822     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42823
42824 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
42825 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42826 Date:   Wed Aug 15 19:55:10 2007 -0500
42827
42828     ColdFire: Update EB+MCF-EV123 platform
42829
42830     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42831
42832 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
42833 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42834 Date:   Wed Aug 15 19:46:38 2007 -0500
42835
42836     ColdFire: update TASREG platform for MCF52x2
42837
42838     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42839
42840 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
42841 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42842 Date:   Wed Aug 15 19:45:51 2007 -0500
42843
42844     ColdFire: update r5200 platform for MCF52x2
42845
42846     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42847
42848 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
42849 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42850 Date:   Wed Aug 15 19:43:20 2007 -0500
42851
42852     ColdFire: idmr platform MCF52x2 update
42853
42854     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42855
42856 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
42857 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42858 Date:   Wed Aug 15 19:41:06 2007 -0500
42859
42860     ColdFire: cobra5272 platform for MCF52x2 update
42861
42862     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42863
42864 commit 56115665b4a64c10c01440c57749b265e0908fa4
42865 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42866 Date:   Wed Aug 15 19:38:15 2007 -0500
42867
42868     ColdFire: MCF52x2 Header files update
42869
42870     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42871
42872 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
42873 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42874 Date:   Wed Aug 15 19:21:21 2007 -0500
42875
42876     ColdFire: MCF52x2 update
42877
42878     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42879
42880 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
42881 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42882 Date:   Wed Aug 15 18:46:11 2007 -0500
42883
42884     ColdFire: MCF5329 update cache
42885
42886     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42887
42888 commit 7171977fb8fd77cfb6676953fa9a05789c450513
42889 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42890 Date:   Wed Aug 15 15:40:20 2007 -0500
42891
42892     ColdFire: MCF5329 header file clean up
42893
42894     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42895
42896 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
42897 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42898 Date:   Wed Aug 15 15:39:17 2007 -0500
42899
42900     ColdFire: MCF5329 Update and cleanup
42901
42902     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42903
42904 commit 10327dc5541f947c0cf7e31fef86c4706169607a
42905 Author: Andy Fleming <afleming@freescale.com>
42906 Date:   Thu Aug 16 16:35:02 2007 -0500
42907
42908     Add CONFIG_HAS_ETH0 to all boards with TSEC
42909
42910     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
42911     to update TSEC1's device-tree node, so we need to add it
42912     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
42913     since they will eventually do something similar.
42914
42915     Signed-off-by: Andy Fleming <afleming@freescale.com>
42916
42917 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
42918 Author: Kumar Gala <galak@kernel.crashing.org>
42919 Date:   Thu Aug 16 15:05:04 2007 -0500
42920
42921     Update MPC8544 DS PCI memory map
42922
42923     The PCIe bus that the ULI M1575 is connected to has no possible way of
42924     needing more than the fixed amount of IO & Memory space needed by the ULI.
42925
42926     So make it use far less IO & memory space and have it use the shared LAW.  This
42927     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
42928     by each bus.
42929
42930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42931
42932 commit ea5877e31ed63ade948fd1293895ec23fe01472e
42933 Author: Kumar Gala <galak@kernel.crashing.org>
42934 Date:   Thu Aug 16 11:01:21 2007 -0500
42935
42936     Fix up some fdt issues on 8544DS
42937
42938     It looks like we had a merge issue that duplicated a bit of code
42939     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
42940     the MAC address properly set in the device tree on boot for TSEC1
42941
42942     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42943
42944 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
42945 Author: Niklaus Giger <niklaus.giger@netstal.com>
42946 Date:   Thu Aug 16 15:16:03 2007 +0200
42947
42948     PPC4xx:HCU4/5 cleanup
42949
42950     Minor cleanups to confirm to the u-boot coding style.
42951     Some german expressions -> english.
42952     HCU5 enforces a unique IP adress for a given slot in the rack.
42953
42954     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42955
42956 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
42957 Author: Niklaus Giger <niklaus.giger@netstal.com>
42958 Date:   Thu Aug 16 15:16:02 2007 +0200
42959
42960     PPC4xx:HCU4/5 cleanup ecc/sdram init
42961
42962     Make ecc initialisation robust, as DDR2-ECC errors may be generated
42963     while zeroing the RAM.
42964
42965     Return 16 bytes (a cacheline) less than the available memory, as the
42966     board and/or PPC440EPx might have problems accessing the last bytes.
42967
42968     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42969
42970 commit d35b508a55508535b6e8445b718585d27df733d3
42971 Author: Kim Phillips <kim.phillips@freescale.com>
42972 Date:   Wed Aug 15 22:29:56 2007 -0500
42973
42974     fdt: suppress unused variable 'bd' warning
42975
42976     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42977
42978 commit 82bd9ee77490588d4da785d75829ca63d0176baf
42979 Author: Andy Fleming <afleming@freescale.com>
42980 Date:   Wed Aug 15 20:06:50 2007 -0500
42981
42982     Fix warnings from of_data copy fix
42983
42984     Forgot to cast of_flat_tree to ulong.
42985
42986     Signed-off-by: Andy Fleming <afleming@freescale.com>
42987
42988 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
42989 Author: Andy Fleming <afleming@freescale.com>
42990 Date:   Wed Aug 15 20:03:44 2007 -0500
42991
42992     Don't wait for disconnected TSECs
42993
42994     The TSEC driver's PHY code waits a long time for autonegotiation to
42995     complete, even if the link is down.  The PHY knows the link is
42996     down or up before autonegotiation completes, so we can short-circuit
42997     the process if the link is down.
42998
42999     Signed-off-by: Andy Fleming <afleming@freescale.com>
43000
43001 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
43002 Author: Andy Fleming <afleming@freescale.com>
43003 Date:   Wed Aug 15 20:03:34 2007 -0500
43004
43005     Fix numerous bugs in the 8568 UEC support
43006
43007     Actually, fixed a large bug in the UEC for *all* platforms.
43008     How did this ever work?
43009
43010     uec_init() did not follow the spec for eth_init(), and returned
43011     0 on success.  Switch it to return the link like tsec_init()
43012     (and 0 on error)
43013
43014     The immap for the 8568 was defined based on MPC8568, rather than
43015     CONFIG_MPC8568
43016
43017     CONFIG_QE was off
43018
43019     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
43020
43021     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
43022     enabled
43023
43024     Signed-off-by: Andy Fleming <afleming@freescale.com>
43025
43026 commit 3a79013e2adda53332dfd0b511066a805e929a9d
43027 Author: Andy Fleming <afleming@freescale.com>
43028 Date:   Wed Aug 15 20:03:25 2007 -0500
43029
43030     Define tsec flag values in config files
43031
43032     The tsec_info structure and array has a "flags" field for each
43033     ethernet controller.  This field is the only reason there are
43034     settings.  Switch to defining TSECn_FLAGS for each controller
43035     in the config header, and we can greatly simplify the array, and
43036     also simplify the addition of future boards.
43037
43038     Signed-off-by: Andy Fleming <afleming@freescale.com>
43039
43040 commit ec7238229507e7f47533a611ea8c53319d234cf3
43041 Author: Andy Fleming <afleming@freescale.com>
43042 Date:   Wed Aug 15 20:03:13 2007 -0500
43043
43044     Add support for building all boards with a TSEC
43045
43046     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
43047     Now we can do a MAKEALL test on all of them!
43048
43049     Signed-off-by: Andy Fleming <afleming@freescale.com>
43050
43051 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
43052 Author: Andy Fleming <afleming@freescale.com>
43053 Date:   Wed Aug 15 17:30:56 2007 -0500
43054
43055     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
43056
43057     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
43058     neglected to *also* put the code inside the similar #ifdef
43059     for CONFIG_OF_FLAT_TREE.
43060
43061     Signed-off-by: Andy Fleming <afleming@freescale.com>
43062
43063 commit 78f9fef7f406078c8bf7191e665a73f795157746
43064 Author: Scott Wood <scottwood@freescale.com>
43065 Date:   Wed Aug 15 15:46:46 2007 -0500
43066
43067     mpc885ads: Don't define CONFIG_BZIP2.
43068
43069     bzip2 requires a significant chunk of malloc space, and there isn't
43070     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
43071     and a downloaded image at 0x400000.
43072
43073     Signed-off-by: Scott Wood <scottwood@freescale.com>
43074
43075 commit 002275a3ed8b114885f6702d6d544d0780dfe689
43076 Author: Michal Simek <Monstr@seznam.cz>
43077 Date:   Thu Aug 16 08:54:10 2007 +0200
43078
43079     Bios emulator - fix microblaze toolchain problem
43080
43081     microblaze CPU have problem with bios_emulator code.
43082     Microblaze toolchain doesn't support PRAGMA PACK.
43083
43084     Signed-off-by: Michal Simek <monstr@monstr.eu>
43085
43086 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
43087 Author: Wolfgang Denk <wd@denx.de>
43088 Date:   Thu Aug 16 11:51:04 2007 +0200
43089
43090     Minor Coding Style fix; Update CHANGELOG file.
43091
43092     Signed-off-by: Wolfgang Denk <wd@denx.de>
43093
43094 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
43095 Author: Stefan Roese <sr@denx.de>
43096 Date:   Thu Aug 16 11:21:49 2007 +0200
43097
43098     ppc4xx: Remove #warning in esd auto_update.c
43099
43100     Signed-off-by: Stefan Roese <sr@denx.de>
43101
43102 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
43103 Author: Stefan Roese <sr@denx.de>
43104 Date:   Fri Jun 22 17:32:28 2007 +0200
43105
43106     ppc7xx: Update CPCI750 board
43107
43108     This small CPCI750 update extends the board specific command
43109     "show_config" to display the Marvell strapping registers and
43110     extends the PCI IDE controller.
43111
43112     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
43113     Signed-off-by: Stefan Roese <sr@denx.de>
43114
43115 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
43116 Author: Michal Simek <monstr@monstr.eu>
43117 Date:   Thu Aug 16 10:46:28 2007 +0200
43118
43119     [FIX] Changes for bios_emulator code for others architecture
43120
43121 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
43122 Author: Michal Simek <monstr@monstr.eu>
43123 Date:   Thu Aug 16 10:45:09 2007 +0200
43124
43125     [FIX] Remove unused include file
43126
43127 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
43128 Author: Stefan Roese <sr@denx.de>
43129 Date:   Thu Aug 16 10:18:33 2007 +0200
43130
43131     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
43132
43133     Signed-off-by: Stefan Roese <sr@denx.de>
43134
43135 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
43136 Author: Stefan Roese <sr@denx.de>
43137 Date:   Thu Aug 16 09:54:51 2007 +0200
43138
43139     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
43140
43141     Signed-off-by: Stefan Roese <sr@denx.de>
43142
43143 commit 02ba7022f62bb75908296c58c63866e1d294b69a
43144 Author: Stefan Roese <sr@denx.de>
43145 Date:   Thu Aug 16 09:52:29 2007 +0200
43146
43147     ppc4xx: Update Sequoia/Rainier bootstrap command
43148
43149     As suggested by David Mitchell, here an update for the Sequoia/Rainier
43150     bootstrap command.
43151
43152     Signed-off-by: Stefan Roese <sr@denx.de>
43153
43154 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
43155 Author: Kim Phillips <kim.phillips@freescale.com>
43156 Date:   Wed Aug 15 22:30:39 2007 -0500
43157
43158     mpc83xx: enable libfdt by default on freescale boards
43159
43160     this enables libfdt code by default for the
43161     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
43162     mpc8349itx and gp boards.
43163
43164     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43165
43166 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
43167 Author: Kim Phillips <kim.phillips@freescale.com>
43168 Date:   Wed Aug 15 22:30:33 2007 -0500
43169
43170     mpc83xx: migrate remaining freescale boards to libfdt
43171
43172     this adds libfdt support code for the freescale
43173     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
43174     and gp boards.
43175
43176     Boards remain compatible with OF_FLAT_TREE.
43177
43178     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43179
43180 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
43181 Author: Kim Phillips <kim.phillips@freescale.com>
43182 Date:   Wed Aug 15 22:30:26 2007 -0500
43183
43184     mpc83xx: move common /memory node update mechanism to cpu.c
43185
43186     also adds common prototypes to include/common.h.
43187
43188     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43189
43190 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
43191 Author: Kim Phillips <kim.phillips@freescale.com>
43192 Date:   Wed Aug 15 22:30:19 2007 -0500
43193
43194     mpc83xx: remaining 8360 libfdt fixes
43195
43196     PCI clocks and QE frequencies weren't being updated, and the core clock
43197     was being updated incorrectly.  This patch also adds a /memory node if
43198     it doesn't already exist prior to update.
43199
43200     plus some cosmetic trimming to single line comments.
43201
43202     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43203
43204 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
43205 Author: Kim Phillips <kim.phillips@freescale.com>
43206 Date:   Wed Aug 15 22:30:12 2007 -0500
43207
43208     mpc83xx: fix UEC2->1 typo in libfdt setup code
43209
43210     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43211
43212 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
43213 Author: Kim Phillips <kim.phillips@freescale.com>
43214 Date:   Wed Aug 15 22:30:05 2007 -0500
43215
43216     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
43217
43218     and reorder the existing 83xx maintainers alpha.
43219
43220     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43221
43222 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
43223 Author: Michal Simek <monstr@monstr.eu>
43224 Date:   Wed Aug 15 21:15:05 2007 +0200
43225
43226     [FIX] Resolve problem with warnings
43227     microblaze toolchain don't support PRAGMA PACK.
43228
43229 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
43230 Author: Michal Simek <monstr@monstr.eu>
43231 Date:   Wed Aug 15 21:05:07 2007 +0200
43232
43233     [FIX] Correction command setting for Microblaze boards
43234
43235 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
43236 Author: Michal Simek <monstr@monstr.eu>
43237 Date:   Wed Aug 15 21:03:41 2007 +0200
43238
43239     [FIX] Correction command definition
43240
43241 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
43242 Author: Jon Loeliger <jdl@freescale.com>
43243 Date:   Wed Aug 15 11:55:35 2007 -0500
43244
43245     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
43246
43247     Remove a leftover in net/tftp.c while we're at it.
43248
43249     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43250
43251 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
43252 Author: Jon Loeliger <jdl@freescale.com>
43253 Date:   Wed Aug 15 12:20:40 2007 -0500
43254
43255     Move the MPC8641HPCN board under board/freescale.
43256
43257     Minor path corrections needed to ensure buildability.
43258
43259     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43260
43261 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
43262 Author: Jon Loeliger <jdl@freescale.com>
43263 Date:   Wed Aug 15 11:46:22 2007 -0500
43264
43265     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
43266
43267     Remove a leftover in net/tftp.c while we're at it.
43268
43269     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43270
43271 commit 210f463c71917b7a4495c2103c228b9c179ae64d
43272 Author: Jerry Van Baren <gvb.uboot@gmail.com>
43273 Date:   Wed Aug 15 11:13:15 2007 -0400
43274
43275     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
43276
43277     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
43278     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
43279     when it should have gone inside of the conditional.  As a result, it
43280     broke non-LIBFDT board builds.
43281
43282     Also added a missing "not." to the comment.
43283
43284     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43285
43286 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
43287 Author: Niklaus Giger <niklaus.giger@netstal.com>
43288 Date:   Wed Aug 15 12:14:23 2007 +0200
43289
43290     PPC4xx:HCU4/5-Board fix compile warning
43291
43292     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43293
43294 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
43295 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43296 Date:   Tue Aug 14 14:06:45 2007 -0500
43297
43298     Fix malloc size error in ahci_init_one.
43299
43300     Typically this causes scsi init to corrupt the
43301     devlist and break the coninfo command.
43302     Fix a compiler size warning.
43303
43304     Signed-off-by: Jason Jin <jason.jin@freescale.com>
43305     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43306     Acked-by: Andy Fleming <afleming@freescale.com>
43307
43308 commit b361acd64fd2525c081b9b288b0804efe209c0e9
43309 Author: ksi@koi8.net <ksi@koi8.net>
43310 Date:   Tue Aug 14 10:02:16 2007 -0700
43311
43312     TI DaVinci - fix unsupported %hhx format
43313
43314     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
43315
43316 commit f01dbb5424a81453c81190dd30e945891466f621
43317 Author: Wolfgang Denk <wd@denx.de>
43318 Date:   Tue Aug 14 18:42:36 2007 +0200
43319
43320     Coding style cleanup. Update CHANGELOG.
43321
43322     Signed-off-by: Wolfgang Denk <wd@denx.de>
43323
43324 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
43325 Author: Andy Fleming <afleming@freescale.com>
43326 Date:   Tue Aug 14 10:32:59 2007 -0500
43327
43328     Fix initrd/dtb interaction
43329
43330     The original code would wrongly relocate the blob to be right before
43331     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
43332     if it is defined.  So we make two changes:
43333
43334     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
43335
43336     2) If the blob is being relocated, relocate it before kbd, not initrd
43337
43338     Signed-off-by: Andy Fleming <afleming@freescale.com>
43339
43340 commit e54b970173769307a116bd34028b6d0c2eea2a4e
43341 Author: Peter Pearse <peter.pearse@arm.com>
43342 Date:   Tue Aug 14 15:40:00 2007 +0100
43343
43344     Supply spi interface in at45.c
43345
43346 commit 4ce846ec59f36b85d6644a769690ad3feb667575
43347 Author: Stefan Roese <sr@denx.de>
43348 Date:   Tue Aug 14 15:12:01 2007 +0200
43349
43350     POST: Fix merge problem
43351
43352     Signed-off-by: Stefan Roese <sr@denx.de>
43353
43354 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
43355 Author: Stefan Roese <sr@denx.de>
43356 Date:   Tue Aug 14 15:03:17 2007 +0200
43357
43358     Coding style cleanup
43359
43360     Signed-off-by: Stefan Roese <sr@denx.de>
43361
43362 commit 779e975117a75e91fcebe226a63104dbfb924ab1
43363 Author: Stefan Roese <sr@denx.de>
43364 Date:   Tue Aug 14 14:44:41 2007 +0200
43365
43366     ppc4xx: Add initial Zeus (PPC405EP) board support
43367
43368     Signed-off-by: Stefan Roese <sr@denx.de>
43369
43370 commit c5a172a5fd636c12467429e3f7910e53773979c6
43371 Author: Stefan Roese <sr@denx.de>
43372 Date:   Tue Aug 14 14:41:55 2007 +0200
43373
43374     POST: Add option for external ethernet loopback test
43375
43376     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
43377     is not done using an internal loopback connection, but by assuming
43378     that an external loopback connector is plugged into the board.
43379
43380     Signed-off-by: Stefan Roese <sr@denx.de>
43381
43382 commit eb2b4010ae426245172988804ee8d9193fb41038
43383 Author: Stefan Roese <sr@denx.de>
43384 Date:   Tue Aug 14 14:39:44 2007 +0200
43385
43386     POST: Add ppc405 support to cache and UART POST
43387
43388     Signed-off-by: Stefan Roese <sr@denx.de>
43389
43390 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
43391 Author: Peter Pearse <peter.pearse@arm.com>
43392 Date:   Tue Aug 14 10:46:32 2007 +0100
43393
43394     Replace lost end of at45.c.
43395
43396 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
43397 Author: Peter Pearse <peter.pearse@arm.com>
43398 Date:   Tue Aug 14 10:30:06 2007 +0100
43399
43400     Update Makefiles for merged and split at45.c.
43401
43402 commit 3454cece2db57cb9eb7087995f7e73066a163f71
43403 Author: Peter Pearse <peter.pearse@arm.com>
43404 Date:   Tue Aug 14 10:21:06 2007 +0100
43405
43406     Delete the merged files.
43407
43408 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
43409 Author: Peter Pearse <peter.pearse@arm.com>
43410 Date:   Tue Aug 14 10:14:05 2007 +0100
43411
43412     Add the files.
43413
43414 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
43415 Author: Peter Pearse <peter.pearse@arm.com>
43416 Date:   Tue Aug 14 10:10:52 2007 +0100
43417
43418     Add MACH_TYPE records for several AT91 boards.
43419     Merge to two at45.c files into a common file, split to at45.c and spi.c
43420     Fix spelling error in DM9161 PHY Support.
43421     Initialize at91rm9200 board (and set LED).
43422     Add PIO control for at91rm9200dk LEDs and Mux.
43423     Change dataflash partition boundaries to be compatible with Linux 2.6.
43424
43425     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
43426     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
43427
43428 commit 4ef35e53c693556c54b0c22d6f873de87bade253
43429 Author: Wolfgang Denk <wd@denx.de>
43430 Date:   Tue Aug 14 09:54:46 2007 +0200
43431
43432     Coding style cleanup, update CHANGELOG
43433
43434     Signed-off-by: Wolfgang Denk <wd@denx.de>
43435
43436 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
43437 Author: Wolfgang Denk <wd@denx.de>
43438 Date:   Tue Aug 14 09:47:27 2007 +0200
43439
43440     Coding style cleanup; rebuild CHANGELOG
43441
43442 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
43443 Author: Randy Vinson <rvinson@linuxbox.(none)>
43444 Date:   Tue Feb 27 19:42:22 2007 -0700
43445
43446     85xxCDS: Add make targets for legacy systems.
43447
43448     The PCI ID select values on the Arcadia main board differ depending
43449     on the version of the hardware. The standard configuration supports
43450     Rev 3.1. The legacy target supports Rev 2.x.
43451
43452     Signed-off-by Randy Vinson <rvinson@mvista.com>
43453
43454 commit e41094c7e38177c755fbd9b182018069614f080d
43455 Author: Andy Fleming <afleming@freescale.com>
43456 Date:   Tue Aug 14 01:50:09 2007 -0500
43457
43458     85xxCDS: Enable the VIA PCI-to-ISA bridge.
43459
43460     Author: Randy Vinson <rvinson@linuxbox.(none)>
43461
43462     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
43463     Arcadia main board.
43464
43465     Signed-off-by: Randy Vinson <rvinson@mvista.com>
43466     Signed-off-by: York Sun <yorksun@freescale.com>
43467
43468 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
43469 Author: Andy Fleming <afleming@freescale.com>
43470 Date:   Tue Aug 14 00:14:25 2007 -0500
43471
43472     Add support for UEC to 8568
43473
43474     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43475     Signed-off-by: Andy Fleming <afleming@freescale.com>
43476
43477 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
43478 Author: Haiying Wang <Haiying.Wang@freescale.com>
43479 Date:   Tue Jun 19 14:18:34 2007 -0400
43480
43481     Add PCI support for MPC8568MDS board
43482
43483     This patch is against u-boot-mpc85xx.git of www.denx.com
43484
43485     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43486     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
43487
43488 commit d111d6382c99fdea08c2312eeeae8786945e189a
43489 Author: Haiying Wang <Haiying.Wang@freescale.com>
43490 Date:   Tue Jun 19 14:18:32 2007 -0400
43491
43492     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
43493
43494     This patch is against u-boot-mpc85xx.git of www.denx.com
43495
43496     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
43497     both MPC8548CDS board and MPC8568MDS board, especially for supporting
43498     533MHz DDR2.
43499
43500     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
43501     DDR2 on all current board versions especially ver 1.92 or later to bring
43502     up.
43503
43504     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43505
43506 commit 3db0bef59eab1155801618cef5c481e97553b597
43507 Author: Kumar Gala <galak@kernel.crashing.org>
43508 Date:   Tue Aug 7 18:07:27 2007 -0500
43509
43510     Use an absolute address when jumping out of 4k boot page
43511
43512     On e500 when we leave the 4k boot page we should use an absolute address since
43513     we don't know where the board code may want us to be really running at.
43514
43515     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43516
43517 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
43518 Author: Andy Fleming <afleming@freescale.com>
43519 Date:   Mon Aug 13 14:49:59 2007 -0500
43520
43521     MPC85xx BA bits not set for 3-bit bank address DIMM
43522
43523     The current implementation does not set the number of bank address bits
43524     (BA) in the processor. The default assumes 2 logical bank bits. This
43525     works fine for a DIMM that uses devices with 4 internal banks (SPD
43526     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
43527     devices with 8 internal banks (SPD byte17 = 0x8).
43528
43529     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
43530
43531 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
43532 Author: Andy Fleming <afleming@freescale.com>
43533 Date:   Mon Aug 13 14:38:06 2007 -0500
43534
43535     Fix minor 85xx warnings
43536
43537     Some patches had inserted warnings into the build:
43538     * mpc8560ads declared data without using it
43539     * cpu_init declared ecm and immap without using it in all CONFIGs
43540     * MPC8548CDS.h had its default filenames changed so that they contained
43541       "\m" in the paths.  Made the defaults not Windows-specific (or
43542       anything-specific)
43543
43544     Signed-off-by: Andy Fleming <afleming@freescale.com>
43545
43546 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
43547 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43548 Date:   Fri Jul 27 01:50:52 2007 -0500
43549
43550     8548cds PCIE support.
43551
43552     Make the early L1 cache stack region guarded to prevent speculative
43553     fetches outside the locked range.
43554
43555     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
43556     init.S whitespace cleanup.
43557
43558     Allow TEXT_BASE value to be specified on command line.  This allows it
43559     to be set to 0xfffc0000 which cuts the uboot binary in half.
43560
43561     Clear and enable lbc and ecm errors.
43562
43563     Update last_busno in device-tree for pci and pcie.
43564
43565     Remove load of obsolete cpu/mpc85xx/pci.0
43566
43567     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43568     Acked-by: Andy Fleming <afleming@freescale.com>
43569
43570 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
43571 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43572 Date:   Fri Jul 27 01:50:51 2007 -0500
43573
43574     8544ds PCIE support
43575
43576     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
43577
43578     Enable LBC and ECM errors and clear error registers.
43579
43580     Add tftpflash env var to get uboot from tftp server and flash it.
43581
43582     Add pci/pcie convenience env vars to display register space:
43583       "run pcie3regs" to see all pcie3 ccsr registers
43584       "run pcie3cfg" to see all cfg registers
43585     Whitespace cleanup and MPC8544DS.h
43586
43587     Enable CONFIG_INTERRUPTS.
43588
43589     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43590     Acked-by: Andy Fleming <afleming@freescale.com>
43591
43592 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
43593 Author: Andy Fleming <afleming@freescale.com>
43594 Date:   Tue Aug 14 01:34:21 2007 -0500
43595
43596     85xx start.S cleanup and exception support
43597
43598     From: Ed Swarthout <Ed.Swarthout@freescale.com>
43599
43600     Support external interrupts from platform to eliminate system hangs.
43601     Define CONFIG_INTERRUPTS board configure option to enable.
43602     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
43603
43604     Remove extra cpu initialization redundant with hardware initialization.
43605     Whitespace cleanup.
43606
43607     Define and use _START_OFFSET consistent with other processors using
43608     ppc_asm.tmpl
43609
43610     Move additional code from .text to boot page to make room for
43611     exception vectors at start of image.
43612
43613     Handle Machine Check, External and Critical exceptions.
43614
43615     Fix e500 machine check error determination in traps.c
43616
43617     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
43618
43619     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43620     Acked-by: Andy Fleming <afleming@freescale.com>
43621
43622 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
43623 Author: Andy Fleming <afleming@freescale.com>
43624 Date:   Tue Aug 14 01:33:18 2007 -0500
43625
43626     Add MPC8544DS README
43627
43628     Signed-off-by: Andy Fleming <afleming@freescale.com>
43629
43630 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
43631 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43632 Date:   Fri Jul 27 01:50:48 2007 -0500
43633
43634     85xx allow debugger to configure ddr.
43635
43636     Only check for mpc8548 rev 1 when compiled for 8548.
43637
43638     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43639     Acked-by: Andy Fleming <afleming@freescale.com>
43640
43641 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
43642 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43643 Date:   Fri Jul 27 01:50:47 2007 -0500
43644
43645     mpc85xx L2 cache reporting and SRAM relocation option.
43646
43647     Allow debugger to override flash cs0/cs1 settings to enable alternate
43648     boot regions
43649
43650     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43651     Acked-by: Andy Fleming <afleming@freescale.com>
43652
43653 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
43654 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43655 Date:   Fri Jul 27 01:50:46 2007 -0500
43656
43657     e500 needs ppc_asm.tmp MCK_EXCEPTION
43658
43659     Always define MCK_EXCEPTION macro - so e500 can use it too.
43660
43661     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43662     Acked-by: Andy Fleming <afleming@freescale.com>
43663
43664 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
43665 Author: David Updegraff <dave@cray.com>
43666 Date:   Mon Jun 11 10:41:07 2007 -0500
43667
43668     multicast tftp: RFC2090
43669
43670     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
43671     on Realtek RTL8139 and Freescale TSEC.
43672
43673     Signed-off-by: David Updegraff <dave@cray.com>
43674     Signed-off-by: Ben Warren <bwarren@qstreams.com>
43675
43676 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
43677 Author: Wilson Callan <wcallan@savantav.com>
43678 Date:   Sat Jul 28 10:56:13 2007 -0400
43679
43680     New CONFIG_BOOTP_SERVERIP option
43681
43682     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
43683     from the bootp server
43684
43685     Signed-off-by: Wilson Callan <wcallan@savantav.com>
43686     Signed-off-by: Ben Warren <bwarren@qstreams.com>
43687
43688 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
43689 Author: Mike Rapoport <mike@compulab.co.il>
43690 Date:   Sun Aug 12 08:48:27 2007 +0300
43691
43692     Add ability to take MAC address from the environment to DM9000 driver
43693
43694     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
43695     Signed-off-by: Ben Warren <bwarren@qstreams.com>
43696
43697 commit be5d72d10d47609326226225181e301fb9a33b58
43698 Author: Wolfgang Denk <wd@denx.de>
43699 Date:   Mon Aug 13 21:57:53 2007 +0200
43700
43701     Minor coding style cleanup. Update CHANGELOG.
43702
43703     Signed-off-by: Wolfgang Denk <wd@denx.de>
43704
43705 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
43706 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
43707 Date:   Sat Aug 11 06:54:58 2007 -0500
43708
43709     Modify SBC8641D to use new Freescale PCI routines
43710
43711     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
43712     adapter.
43713
43714     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
43715     Signde-off-by: Jon Loeliger <jdl@freescale.com>
43716
43717 commit a08458303e7f9db67f296980036d3292c35cb45c
43718 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43719 Date:   Fri Jun 29 18:38:51 2007 +0200
43720
43721     atmel_mci: Fix data timeout value
43722
43723     Calculate the data timeout based on values from the CSD instead of
43724     just using a hardcoded DTOR value. This is a backport of a similar fix
43725     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
43726     instead of down.
43727
43728     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43729
43730 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
43731 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43732 Date:   Mon Aug 13 17:22:31 2007 +0200
43733
43734     AVR32: Include <div64.h> instead of <asm/div64.h>
43735
43736     include/asm-avr32/div64.h was recently moved to include/div64.h, but
43737     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
43738     the patch was merged perhaps?)
43739
43740     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
43741     compiles again.
43742
43743     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43744
43745 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
43746 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43747 Date:   Wed Jun 27 13:34:26 2007 +0200
43748
43749     atmel_mci: Use 512 byte blocksize if possible
43750
43751     Instead of always using the largest blocksize the card supports, check
43752     if it can support smaller block sizes and use 512 bytes if possible.
43753     Most cards do support this, and other parts of u-boot seem to have
43754     trouble with block sizes different from 512 bytes.
43755
43756     Also enable underrun/overrun protection.
43757
43758     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43759     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
43760
43761 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
43762 Author: Stefan Roese <sr@denx.de>
43763 Date:   Mon Aug 13 09:05:33 2007 +0200
43764
43765     ppc4xx: Fix problem in PLL clock calculation
43766
43767     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
43768     and fixes a bug in the PLL clock calculation.
43769
43770     Signed-off-by: Stefan Roese <sr@denx.de>
43771
43772 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
43773 Author: Wolfgang Denk <wd@denx.de>
43774 Date:   Sun Aug 12 21:34:50 2007 +0200
43775
43776     Update CHANGELOG
43777
43778 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
43779 Author: Wolfgang Denk <wd@denx.de>
43780 Date:   Sun Aug 12 21:34:34 2007 +0200
43781
43782     Minor alignment of output, 2nd try.
43783     Also update CHANGELOG
43784
43785     Signed-off-by: Wolfgang Denk <wd@denx.de>
43786
43787 commit 6b309f22a724fad8418e811751a0741b893419cf
43788 Author: Wolfgang Denk <wd@denx.de>
43789 Date:   Sun Aug 12 20:35:49 2007 +0200
43790
43791     Minor alignment of output
43792
43793     Signed-off-by: Wolfgang Denk <wd@denx.de>
43794
43795 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
43796 Author: Wolfgang Denk <wd@denx.de>
43797 Date:   Sun Aug 12 18:28:18 2007 +0200
43798
43799     Cleanup output on ADS5121 board
43800
43801     Signed-off-by: Wolfgang Denk
43802
43803 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
43804 Author: Wolfgang Denk <wd@denx.de>
43805 Date:   Sun Aug 12 15:11:38 2007 +0200
43806
43807     Adapt board configuration and fix kernel crash on MCC200 board.
43808
43809     The update procedure was modified to turn off the USB subsystem
43810     before exit for MCC200 and TRAB. This is necessary as otherwise the
43811     USB controller continues to write periodically to system memory!
43812
43813     MCC200-specific notes:
43814     - the patch disables the magic key check for MCC200
43815     - the patch contains the configuration changes made
43816       for the new revision of the board.
43817
43818     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
43819     Signed-off-by: Wolfgang Denk <wd@denx.de>
43820
43821 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
43822 Author: Wolfgang Denk <wd@denx.de>
43823 Date:   Sun Aug 12 14:47:54 2007 +0200
43824
43825     Adjust default configuration of ADS5121 board.
43826
43827     Signed-off-by: Wolfgang Denk <wd@denx.de>
43828
43829 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
43830 Author: Wolfgang Denk <wd@denx.de>
43831 Date:   Sun Aug 12 14:27:39 2007 +0200
43832
43833     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
43834
43835     Signed-off-by: Wolfgang Denk <wd@denx.de>
43836
43837 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
43838 Author: Gerald Van Baren <vanbaren@cideas.com>
43839 Date:   Tue Aug 7 21:14:22 2007 -0400
43840
43841     Improve error print messages.
43842
43843     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43844
43845 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
43846 Author: Kim Phillips <kim.phillips@freescale.com>
43847 Date:   Tue Jul 17 13:57:04 2007 -0500
43848
43849     fdt: allow for builds that don't want env and bd_t nodes
43850
43851     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
43852     area.
43853
43854     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43855
43856 commit 91148bf7aeba142d6f348805db7625db7da64d6f
43857 Author: Kim Phillips <kim.phillips@freescale.com>
43858 Date:   Tue Jul 17 13:56:53 2007 -0500
43859
43860     fdt: do board setup based on fdt address specified on bootm line
43861
43862     The last fdt patch to bootm did board setup based on the address
43863     specified by a prior fdt address command invocation.  The bootm
43864     code, as its call to fdt_chosen does, should use the fdt specified
43865     by the user on the bootm command.  Note this restores full
43866     functionality for the 8360's existing default boot environment
43867     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
43868     before booting a kernel).
43869
43870     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43871
43872 commit e125a2ffc209dd34794e326c7175658253beadf3
43873 Author: Gerald Van Baren <vanbaren@cideas.com>
43874 Date:   Tue Jul 10 20:40:39 2007 -0400
43875
43876     Call ft_board_setup() from the bootm command.
43877
43878     In the patch titled "Create new fdt boardsetup command..." I removed the
43879     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
43880     to add a direct call back into cmd_bootm.c
43881
43882     This fixes the oversight by adding the direct call to the bootm command.
43883
43884     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43885
43886 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
43887 Author: Gerald Van Baren <vanbaren@cideas.com>
43888 Date:   Mon Jun 25 23:25:28 2007 -0400
43889
43890     Create new fdt boardsetup command, fix bug parsing [] form of set values.
43891
43892     Previously ft_board_setup() was called by fdt_chosen() which was not
43893     really correctly structured.  This splits ft_board_setup() out by creating
43894     a new fdt boardsetup command.
43895
43896     Fix a bug when parsing fdt set command values which have the square
43897     bracket form [00 11 22 33] - the length was updated incorrectly in when
43898     parsing that form.
43899
43900     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43901
43902 commit 6f35ded9e85493595e0eb66a82b502a95326d049
43903 Author: Gerald Van Baren <vanbaren@cideas.com>
43904 Date:   Mon Jun 25 20:55:58 2007 -0400
43905
43906     Tighten up the error messages.
43907
43908     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43909
43910 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
43911 Author: Gerald Van Baren <vanbaren@cideas.com>
43912 Date:   Mon Jun 25 19:52:23 2007 -0400
43913
43914     Asthetic improvements: error messages and line lengths.
43915
43916     Tighten up the error messages, split overlength lines.
43917
43918     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43919
43920 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
43921 Author: Gerald Van Baren <vanbaren@cideas.com>
43922 Date:   Fri May 25 22:08:57 2007 -0400
43923
43924     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
43925
43926     The fdt_chosen() function was adding/seting some properties ad-hoc
43927       improperly and duplicated (poorly) what was done in ft_board_setup()
43928
43929     Clean up long lines (setting properties, printing errors).
43930
43931     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43932
43933 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
43934 Author: Gerald Van Baren <vanbaren@cideas.com>
43935 Date:   Mon May 21 23:27:16 2007 -0400
43936
43937     For fdt_find_node_by_path(), handle the root path properly.
43938
43939     Also removes the special case root path detection in cmd_fdt.c since it
43940     is no longer necessary.
43941
43942     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43943
43944 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
43945 Author: Gerald Van Baren <vanbaren@cideas.com>
43946 Date:   Thu May 17 23:54:36 2007 -0400
43947
43948     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
43949
43950     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
43951     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
43952
43953 commit 1a861169bc3758f9de3aead62b058736c6891246
43954 Author: Gerald Van Baren <vanbaren@cideas.com>
43955 Date:   Wed Jun 6 22:47:58 2007 -0400
43956
43957     Replace fdt_node_offset() with fdt_find_node_by_path().
43958
43959     The new name matches more closely the kernel's name, which is also
43960     a much better description.
43961
43962     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
43963     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
43964
43965 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
43966 Author: Gerald Van Baren <vanbaren@cideas.com>
43967 Date:   Wed May 16 22:39:59 2007 -0400
43968
43969     Fix cmd_fdt line lengths, refactor code.
43970
43971     Break lines that were greater than 80 characters in length.
43972     Move the fdt print and property parsing code to separate static functions
43973       to reduce coding clutter in the fdt_cmd handling body.
43974
43975     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43976
43977 commit 25114033ab21788810c48ba4df103b649da1223b
43978 Author: Gerald Van Baren <vanbaren@cideas.com>
43979 Date:   Sat May 12 09:47:25 2007 -0400
43980
43981     FDT command improvements.
43982
43983     Fix "fdt set" so that it will create a non-existing property.
43984     Add "fdt mknode" to create nodes.
43985
43986     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43987
43988 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
43989 Author: Gerald Van Baren <vanbaren@cideas.com>
43990 Date:   Sat May 12 09:45:46 2007 -0400
43991
43992     Reorganize and fix problems (returns) in the bootm command.
43993
43994     Do *NOT* return after the "point of no return" has been passed.
43995       If something goes wrong, the board must be reset after that point.
43996     Move the "Transferring control to Linux" debug message back to where it
43997       belongs: just before transferring control to linux.
43998
43999     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44000
44001 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
44002 Author: Gerald Van Baren <vanbaren@cideas.com>
44003 Date:   Tue May 8 21:27:35 2007 -0400
44004
44005     Fix bugs in the CONFIG_OF_LIBFDT
44006
44007     Stupid coding mistakes (identified by Timur Tabi, thanks).
44008
44009     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44010
44011 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
44012 Author: Gerald Van Baren <vanbaren@cideas.com>
44013 Date:   Wed Apr 25 22:47:15 2007 -0400
44014
44015     Improve fdt move length handling.
44016
44017     Make the length parameter optional: if not specified, do the move using
44018     the current size unchanged.
44019
44020     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44021
44022 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
44023 Author: Gerald Van Baren <vanbaren@cideas.com>
44024 Date:   Wed Apr 25 22:23:36 2007 -0400
44025
44026     Minor code clean up.
44027
44028     Declare the variable fdt properly as extern.
44029     Call the "set_fn" function pointer the "short way" without the full
44030       dereferencing syntax.
44031
44032     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44033
44034 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
44035 Author: Gerald Van Baren <vanbaren@cideas.com>
44036 Date:   Wed Apr 25 21:24:27 2007 -0400
44037
44038     Improve error messages, more informative.
44039
44040     Print more than the raw libfdt error message strings.  This is especially
44041     useful for cluing in the user when the bootm command aborts due to
44042     blob problems.
44043
44044     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44045
44046 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
44047 Author: Gerald Van Baren <vanbaren@cideas.com>
44048 Date:   Fri Apr 20 22:46:53 2007 -0400
44049
44050     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
44051
44052     This is the way u-boot reduces configured-out code.  At Wolfgang
44053     Grandegger and Wolfgang Denk's request, make libfdt conform.
44054
44055     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44056
44057 commit 923efd286411ed052d9e074f59f8986d6081061c
44058 Author: Bruce Adler <bruce.adler@ccpu.com>
44059 Date:   Fri Aug 10 14:54:47 2007 -0700
44060
44061     add image size and descriptors for Spartan 3E FPGA chips
44062
44063     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
44064
44065     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
44066
44067 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
44068 Author: Kim Phillips <kim.phillips@freescale.com>
44069 Date:   Fri Aug 10 15:34:48 2007 -0500
44070
44071     make MAKEALL more immune to merge conflicts
44072
44073     ..by placing board entries one per line, as suggested by jdl.
44074
44075     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44076
44077 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
44078 Author: Kim Phillips <kim.phillips@freescale.com>
44079 Date:   Fri Aug 10 13:28:25 2007 -0500
44080
44081     README: Remove outdated cpu type, board type, and NAME_config lists
44082
44083     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44084
44085 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
44086 Author: Dave Liu <r63238@freescale.com>
44087 Date:   Fri Aug 10 15:48:59 2007 +0800
44088
44089     mpc83xx: Suppress the warning 'burstlen'
44090
44091     suppress the warning 'burstlen' of spd_sdram.
44092
44093     Signed-off-by: Dave Liu <daveliu@freescale.com>
44094
44095 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
44096 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
44097 Date:   Thu Aug 9 15:11:03 2007 -0500
44098
44099     Add support for SBC8641D. Config files.
44100
44101     Add support for Wind River's SBC8641D reference board.
44102
44103     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
44104     Acked-by: Wolfgang Denk <wd@denx.de>
44105     Acked-by: Jon Loeliger <jdl@freescale.com>
44106
44107 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
44108 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
44109 Date:   Thu Aug 9 15:10:53 2007 -0500
44110
44111     Add support for SBC8641D.  Board files.
44112
44113     Add support for Wind River's SBC8641D reference board.
44114
44115     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
44116     Acked-by: Wolfgang Denk <wd@denx.de>
44117     Acked-by: Jon Loeliger <jdl@freescale.com>
44118
44119 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
44120 Author: Stefan Roese <sr@denx.de>
44121 Date:   Fri Aug 10 20:34:58 2007 +0200
44122
44123     Conding style cleanup
44124
44125     Signed-off-by: Stefan Roese <sr@denx.de>
44126
44127 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
44128 Author: Sergey Kubushyn <ksi@koi8.net>
44129 Date:   Fri Aug 10 20:26:18 2007 +0200
44130
44131     [ARM] TI DaVinci support, hopefully final
44132
44133     Add support for the following DaVinci boards:
44134     - DV_EVM
44135     - SCHMOOGIE
44136     - SONATA
44137
44138     Changes:
44139
44140     - Split into separate board directories
44141     - Removed changes to MTD_DEBUG (or whatever it's called)
44142     - New CONFIG_CMD party line followed
44143     - Some cosmetic fixes, cleanup etc.
44144     - Patches against the latest U-Boot tree as of now.
44145     - Fixed CONFIG_CMD_NET in net files.
44146     - Fixed CONFIG_CMD_EEPROM for schmoogie.
44147     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
44148        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
44149        but it at least compiles.
44150
44151     Here is an excerpt from session log on SCHMOOGIE...
44152
44153     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
44154
44155     DRAM:  128 MB
44156     NAND:  128 MiB
44157     In:    serial
44158     Out:   serial
44159     Err:   serial
44160     ARM Clock : 297MHz
44161     DDR Clock : 162MHz
44162     ETH PHY   : DP83848 @ 0x01
44163     U-Boot > iprobe
44164     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
44165     U-Boot > ping 192.168.253.10
44166     host 192.168.253.10 is alive
44167     U-Boot >
44168
44169     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
44170     Acked-by: Dirk Behme <dirk.behme@gmail.com>
44171     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
44172     Acked-by: Stefan Roese <sr@denx.de>
44173
44174 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
44175 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44176 Date:   Fri Jul 27 01:50:45 2007 -0500
44177
44178     fsl_pci_init cleanup.
44179
44180     Do not enable normal errors created during probe (master abort, perr,
44181     and pcie Invalid Configuration access).
44182
44183     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
44184
44185     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44186     Acked-by: Andy Fleming <afleming@freescale.com>
44187
44188 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
44189 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44190 Date:   Fri Jul 27 01:50:44 2007 -0500
44191
44192     pciauto_setup_device bars_num fix
44193
44194     Passing bars_num=0 to pciauto_setup_device should assign no bars.
44195
44196     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44197     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44198     Acked-by: Andy Fleming <afleming@freescale.com>
44199
44200 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
44201 Author: Jon Loeliger <jdl@freescale.com>
44202 Date:   Mon Aug 6 17:39:44 2007 -0500
44203
44204     8641hpcn: Do correct sized pointer math.
44205
44206     When I rebased Ed's patch and cleaned up a few compilation
44207     problems, I apparently rebased my brain on crack first.
44208     Fix that by doing (char *) sized pointer math as needed.
44209
44210     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44211
44212 commit cfc7a7f5bb3273c9951173c788001d45118f141f
44213 Author: Jon Loeliger <jdl@freescale.com>
44214 Date:   Thu Aug 2 14:42:20 2007 -0500
44215
44216     cpu/86xx fixes.
44217
44218     Remove rev 1 fixes.
44219     Always set PICGCR_MODE.
44220     Enable machine check and provide board config option
44221     to set and handle SoC error interrupts.
44222
44223     Include MSSSR0 in error message.
44224
44225     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
44226
44227     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44228     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44229
44230 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
44231 Author: Stefan Roese <sr@denx.de>
44232 Date:   Fri Aug 10 10:42:25 2007 +0200
44233
44234     Coding style cleanup
44235
44236     Signed-off-by: Stefan Roese <sr@denx.de>
44237
44238 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
44239 Author: Dirk Behme <dirk.behme@googlemail.com>
44240 Date:   Thu Aug 2 17:42:08 2007 +0200
44241
44242     Make use of generic 64bit division in nand_util.c
44243
44244     Use generic 64bit division in nand_util.c. This makes nand_util.c
44245     independent of any toolchain 64bit division.
44246
44247     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
44248
44249 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
44250 Author: Dirk Behme <dirk.behme@googlemail.com>
44251 Date:   Thu Aug 2 17:41:14 2007 +0200
44252
44253     Move 64bit division from avr32 to generic lib
44254
44255     Move the 64bit division from lib_avr32 to lib_generic. With this, all
44256     boards can do_div/__div64_32 if needed, not only avr one. Code is put
44257     to lib_generic, so no larger memory footprint if not used. No code
44258     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
44259
44260     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
44261
44262 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
44263 Author: Niklaus Giger <niklausgiger@gmx.ch>
44264 Date:   Fri Jul 27 11:31:22 2007 +0200
44265
44266     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
44267
44268     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44269
44270 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
44271 Author: Niklaus Giger <niklausgiger@gmx.ch>
44272 Date:   Fri Jul 27 11:30:33 2007 +0200
44273
44274     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
44275
44276     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44277
44278 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
44279 Author: Niklaus Giger <niklausgiger@gmx.ch>
44280 Date:   Fri Jul 27 11:38:26 2007 +0200
44281
44282     Add PPC4xx-HCU4 and HCU5 boards: common files
44283
44284     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44285
44286 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
44287 Author: Niklaus Giger <niklausgiger@gmx.ch>
44288 Date:   Fri Jul 27 11:28:44 2007 +0200
44289
44290     Add PPC4xx-HCU4 and HCU5 boards: make related
44291
44292     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44293
44294 commit 137fdd9f474ecb853efdace5200576308c67f18d
44295 Author: Niklaus Giger <niklausgiger@gmx.ch>
44296 Date:   Fri Jul 27 11:28:03 2007 +0200
44297
44298     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
44299
44300     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44301
44302 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
44303 Author: Niklaus Giger <niklausgiger@gmx.ch>
44304 Date:   Fri Jul 27 11:27:15 2007 +0200
44305
44306     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
44307
44308     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44309
44310 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
44311 Author: Niklaus Giger <niklausgiger@gmx.ch>
44312 Date:   Fri Jul 27 11:25:31 2007 +0200
44313
44314     Add PPC4xx-HCU4 and HCU5 boards: READMEs
44315
44316     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44317
44318 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
44319 Author: Niklaus Giger <niklausgiger@gmx.ch>
44320 Date:   Fri Jul 27 11:37:40 2007 +0200
44321
44322     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
44323
44324     This series of patches adds support for 2 boards from Netstal Maschinen.
44325
44326     The HCU4 has a PPC405Gpr and
44327     the HCU5 has a PPC440EPX.
44328
44329     The HCU4 has a somehow complicated flash setup, as the booteprom is
44330     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
44331     elegant solution.
44332
44333     The HCU5 has only a booteprom as the whole code will be downloaded from a
44334     different board which has HD, CD-ROM, etc and where all code is stored.
44335
44336     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
44337     Thanks them a lot.
44338
44339     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44340
44341 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
44342 Author: Stefan Roese <sr@denx.de>
44343 Date:   Fri Aug 10 08:42:55 2007 +0200
44344
44345     ppc4xx: Update lwmon5 POST configuration
44346
44347     Signed-off-by: Stefan Roese <sr@denx.de>
44348
44349 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
44350 Author: Yuri Tikhonov <yur@emcraft.com>
44351 Date:   Fri Aug 10 08:25:22 2007 +0200
44352
44353     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
44354
44355     The patch adds support for UART POST on ppc44x-based boards with no
44356     external serial clocks installed.
44357
44358     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44359     Acked-by: Stefan Roese <sr@denx.de>
44360
44361 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
44362 Author: Kim Phillips <kim.phillips@freescale.com>
44363 Date:   Mon Aug 6 18:18:34 2007 -0500
44364
44365     mpc83xx: fix ITX[GP] O=builddir builds
44366
44367     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
44368
44369     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
44370     "BUILD_DIR=<some dir> ./MAKEALL ..."
44371
44372     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44373
44374 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
44375 Author: Dave Liu <r63238@freescale.com>
44376 Date:   Wed Aug 1 15:00:59 2007 +0800
44377
44378     mpc83xx: Correct the README for DDR ECC
44379
44380     Update the README for DDR ECC, change the name
44381     to README.mpc83xx.ddrecc.
44382
44383     Signed-off-by: Dave Liu <daveliu@freescale.com>
44384     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44385
44386 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
44387 Author: Dave Liu <r63238@freescale.com>
44388 Date:   Wed Aug 1 15:00:15 2007 +0800
44389
44390     mpc83xx: Consolidate the ECC support of 83xx
44391
44392     Remove the duplicated source code of ecc command on the <board>.c,
44393     for reused, move these code to cpu/mpc83xx directory.
44394
44395     Signed-off-by: Dave Liu <daveliu@freescale.com>
44396     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44397
44398 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
44399 Author: Dave Liu <r63238@freescale.com>
44400 Date:   Sat Aug 4 13:37:39 2007 +0800
44401
44402     mpc83xx: Correct the burst length for DDR2 with 32 bits
44403
44404     The burst length should be 4 for DDR2 with 32 bits bus
44405
44406     Signed-off-by: Dave Liu <daveliu@freescale.com>
44407
44408 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
44409 Author: Kim Phillips <kim.phillips@freescale.com>
44410 Date:   Wed Jul 25 19:25:33 2007 -0500
44411
44412     mpc83xx: add support for the MPC8323E RDB
44413
44414     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
44415     five 10/100 ethernet ports connected via an ICPlus IP175C
44416     switch, one PCI slot, and serial.  Features not supported
44417     in this patch are SD card interface, 2 USB ports, and the
44418     two phone ports.
44419
44420     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
44421     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44422
44423 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
44424 Author: Kim Phillips <kim.phillips@freescale.com>
44425 Date:   Wed Jul 25 19:25:28 2007 -0500
44426
44427     mpc83xx: fixup generic pci for libfdt
44428
44429     add libfdt support to the generic 83xx pci code
44430
44431     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44432
44433 commit f57ac7a7b37109245b69db80839ebee26179966a
44434 Author: Kim Phillips <kim.phillips@freescale.com>
44435 Date:   Wed Jul 25 19:25:22 2007 -0500
44436
44437     mpc83xx: fix 8360 and cpu functions to update fdt being passed
44438
44439     ..and not the global fdt. Rename local fdt vars to blob so as not to
44440     be confused with the global var with the same three-letter name.
44441
44442     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44443
44444 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
44445 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44446 Date:   Wed Jul 4 21:34:24 2007 -0400
44447
44448     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
44449
44450     Several node strings were not correct (trailing slashes and properties
44451       in the strings)
44452     Added setting of the timebase-frequency.
44453     Improved error messages and use debug() instead of printf().
44454
44455     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44456     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44457
44458 commit 26d02c9bbac1751c5e19294f000100b48d43a920
44459 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44460 Date:   Wed Jul 4 21:27:30 2007 -0400
44461
44462     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
44463
44464     The new name matches more closely the kernel's name, which is also
44465     a much better description.
44466
44467     These are the mpc83xx changes made necessary by the function name change.
44468
44469     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44470     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44471     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44472
44473 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
44474 Author: Dave Liu <daveliu@freescale.com>
44475 Date:   Mon Jun 25 10:41:56 2007 +0800
44476
44477     mpc83xx: Add support for the display of reset status
44478
44479     83xx processor family has many reset sources, such as
44480     power on reset, software hard reset, software soft reset,
44481     JTAG, bus monitor, software watchdog, check stop reset,
44482     external hard reset, external software reset.
44483     sometimes, to figure out the fault of system, we need to
44484     know the cause of reset early before the prompt of
44485     u-boot present.
44486
44487     Signed-off-by: Dave Liu <daveliu@freescale.com>
44488     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44489
44490 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
44491 Author: Dave Liu <daveliu@freescale.com>
44492 Date:   Mon Jun 25 10:41:04 2007 +0800
44493
44494     mpc83xx: Fix the align bug of SDMA buffer
44495
44496     According to the latest user manual, the SDMA temporary
44497     buffer base address must be 4KB aligned.
44498
44499     Signed-off-by: Dave Liu <daveliu@freescale.com>
44500     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44501
44502 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
44503 Author: Dave Liu <daveliu@freescale.com>
44504 Date:   Mon Jun 25 13:21:12 2007 +0800
44505
44506     mpc83xx: Revise the MPC8360EMDS readme doc
44507
44508     When the rev2.x silicon mount on the MPC8360EMDS baord,
44509     and if you are using the u-boot version after the commit
44510     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
44511     to make the ethernet interface usable, we have to setup
44512     the jumpers correctly.
44513
44514     Signed-off-by: Dave Liu <daveliu@freescale.com>
44515     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44516
44517 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
44518 Author: Timur Tabi <timur@freescale.com>
44519 Date:   Tue Jul 3 13:46:32 2007 -0500
44520
44521     FSL I2C driver programs the two I2C busses differently
44522
44523     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
44524     The second I2C bus has its slave address programmed incorrectly and is
44525     missing a 5-us delay.
44526
44527     Signed-off-by: Timur Tabi <timur@freescale.com>
44528     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44529
44530 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
44531 Author: Timur Tabi <timur@freescale.com>
44532 Date:   Tue Jul 3 13:04:34 2007 -0500
44533
44534     Update SCCR programming in cpu_init_f() to support all 83xx processors
44535
44536     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
44537     bitfields for all 83xx processors.  The code to update some bitfields was
44538     compiled only on some processors.  Now, the bitfields are programmed as long
44539     as the corresponding CFG_SCCR option is defined in the board header file.
44540     This means that the board header file should not define any CFG_SCCR macros
44541     for bitfields that don't exist on that processor, otherwise the SCCR will be
44542     programmed incorrectly.
44543
44544     Signed-off-by: Timur Tabi <timur@freescale.com>
44545     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44546
44547 commit 9546266999f0b9b51372636614211b88d90f0f25
44548 Author: Martin Krause <martin.krause@tqs.de>
44549 Date:   Fri Jun 22 13:04:22 2007 +0200
44550
44551     TQM834x: cleanup configuraton
44552
44553     Remove irritating #undef DEBUG
44554
44555     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44556     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44557
44558 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
44559 Author: david.saada <David.Saada@ecitele.com>
44560 Date:   Mon Jun 18 09:09:53 2007 -0700
44561
44562     MPC83xx: Fix makefile to generate config.h file in the build directory
44563
44564     MPC83xx: Fix the Makefile config sections to generate the include/config.h
44565     file in the build directory instead of the source directory.
44566
44567     Signed-off-by: David Saada <david.saada@ecitele.com>
44568     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44569
44570 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
44571 Author: Lee Nipper <Lee.Nipper@freescale.com>
44572 Date:   Thu Jun 14 20:07:33 2007 -0500
44573
44574     mpc83xx: Add support for 8360 silicon revision 2.1
44575
44576     This change adds 8360 silicon revision 2.1 support to u-boot.
44577
44578     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
44579     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44580
44581 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
44582 Author: Kumar Gala <galak@kernel.crashing.org>
44583 Date:   Wed Aug 8 04:14:28 2007 -0500
44584
44585     Treat ppc64 host as ppc
44586
44587     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44588
44589 commit 0dc4279b08ff82472bec2e2c90858602459febe8
44590 Author: Jason Jin <Jason.jin@freescale.com>
44591 Date:   Wed Aug 8 09:01:46 2007 +0800
44592
44593     Minor fix for bios emulator makefile
44594
44595     Add $(obj) to LIB avoiding objects be built in the source dir
44596
44597     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44598
44599 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
44600 Author: Jason Jin <Jason.jin@freescale.com>
44601 Date:   Wed Aug 8 08:33:11 2007 +0800
44602
44603     Add CONFIG_BIOSEMU define to guard all the bios emulator code
44604
44605     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44606
44607     This patch fix the compile issue on the board that did not enable the bios emulator
44608
44609 commit ed8106433522f2ea8933e9808346860d061d7731
44610 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
44611 Date:   Tue Jul 31 12:27:25 2007 -0500
44612
44613     tsec: fix multiple PHY support
44614
44615     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
44616     broke multiple PHY support in tsec.c.  This fixes it.
44617
44618     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
44619     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44620
44621 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
44622 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
44623 Date:   Thu Aug 9 09:08:18 2007 -0500
44624
44625     tsec: Allow Ten Bit Interface address to be configurable
44626
44627     Allow the address of the Ten Bit Interface (TBI) to be changed in the
44628     event of a conflict with another device.
44629
44630     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
44631
44632 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
44633 Author: Stefan Roese <sr@denx.de>
44634 Date:   Wed Aug 8 09:54:26 2007 +0200
44635
44636     Coding style cleanup
44637
44638     Signed-off-by: Stefan Roese <sr@denx.de>
44639
44640 commit a41de1f0d373e09c782dea558385a06247111ba5
44641 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44642 Date:   Sun Aug 5 05:15:18 2007 -0500
44643
44644     Port enabled for I2C signals and chipselects port configuration.
44645
44646     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44647
44648 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
44649 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44650 Date:   Sun Aug 5 04:31:18 2007 -0500
44651
44652     Added NAND support
44653
44654     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44655
44656 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
44657 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44658 Date:   Sun Aug 5 04:11:20 2007 -0500
44659
44660     Added I2C support
44661
44662     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44663
44664 commit 99c03c175d2689093176facf17c58ce2cb320001
44665 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44666 Date:   Sun Aug 5 03:58:52 2007 -0500
44667
44668     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
44669
44670     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44671
44672 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
44673 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44674 Date:   Sun Aug 5 03:55:21 2007 -0500
44675
44676     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
44677
44678     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44679
44680 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
44681 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44682 Date:   Sun Aug 5 03:43:30 2007 -0500
44683
44684     Moved sync() from board file to include/asm-m68k/io.h
44685
44686     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44687
44688 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
44689 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44690 Date:   Sun Aug 5 03:30:44 2007 -0500
44691
44692     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
44693
44694     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44695
44696 commit 9998bd37ead85e93953559720710d3b0685c81e6
44697 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44698 Date:   Sun Aug 5 03:19:10 2007 -0500
44699
44700     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
44701
44702     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44703
44704 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
44705 Author: Jason Jin <Jason.jin@freescale.com>
44706 Date:   Tue Aug 7 16:17:06 2007 +0800
44707
44708     Add CONFIG_BIOSEMU define to guard all the bios emulator code
44709
44710     This patch fix the compile issue on the board that did not enable the bios emulator
44711
44712 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
44713 Author: Wolfgang Denk <wd@denx.de>
44714 Date:   Tue Aug 7 16:02:13 2007 +0200
44715
44716     Fix missing brace error in fs/fat/fat.c
44717     [pointed out by Roderik Wildenburg]
44718
44719     Signed-off-by: Wolfgang Denk <wd@denx.de>
44720
44721 commit 706714d97a0d08d59eda4de2268c39f504688329
44722 Author: Michal Simek <monstr@monstr.eu>
44723 Date:   Mon Aug 6 23:41:53 2007 +0200
44724
44725     [FIX] remove cute code
44726
44727 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
44728 Author: Michal Simek <monstr@monstr.eu>
44729 Date:   Mon Aug 6 23:35:26 2007 +0200
44730
44731     [FIX] Fix romfs code
44732
44733 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
44734 Author: Michal Simek <monstr@monstr.eu>
44735 Date:   Mon Aug 6 23:31:49 2007 +0200
44736
44737     [FIX] Coding style cleanup - Wolfgang's suggestions
44738
44739 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
44740 Author: Wolfgang Denk <wd@denx.de>
44741 Date:   Mon Aug 6 23:21:05 2007 +0200
44742
44743     Fixed typo in README (pointed out by Martin Jost).
44744
44745     Signed-off-by: Wolfgang Denk <wd@denx.de>
44746
44747 commit 537223afa61f64480df31ce440a9cb386df4a814
44748 Author: Stefan Roese <sr@denx.de>
44749 Date:   Mon Aug 6 21:10:17 2007 +0200
44750
44751     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
44752
44753     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
44754     here an updated Bamboo README.
44755
44756     Signed-off-by: Stefan Roese <sr@denx.de>
44757
44758 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
44759 Author: Wolfgang Denk <wd@denx.de>
44760 Date:   Mon Aug 6 02:17:36 2007 +0200
44761
44762     Coding style cleanup. Update CHANGELOG.
44763
44764     Signed-off-by: Wolfgang Denk <wd@denx.de>
44765
44766 commit 221838cc7eb178370ff62aa05920a582e12ac322
44767 Author: Jason Jin <Jason.jin@freescale.com>
44768 Date:   Tue Jul 10 09:03:22 2007 +0800
44769
44770     Remove the bios emulator from MAI board.
44771
44772     The bios emulator in the MAI board can not pass compile
44773     and have a lot of crap in it. remove it and will have a
44774     clean and small bios emulator in the drivers directory
44775     which can be uesed for every board.
44776
44777     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44778
44779 commit 5618332409bb96f4448d1712899369fc80c0b489
44780 Author: Jason Jin <Jason.jin@freescale.com>
44781 Date:   Fri Jul 13 12:14:59 2007 +0800
44782
44783     Fix some compile issues for MAI board.
44784
44785     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44786
44787 commit 0f460a1ee148b648ee242c3157650287d4296260
44788 Author: Jason Jin <Jason.jin@freescale.com>
44789 Date:   Fri Jul 13 12:14:58 2007 +0800
44790
44791     Configurations for ATI video card BIOS emulator
44792
44793     This patch add definition of the BIOS emulator and the ATI framebuffer
44794     driver for MPC8641HPCN board.
44795
44796     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44797     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44798
44799 commit ece92f85053b8df613edcf05b26a416cbc3d629c
44800 Author: Jason Jin <Jason.jin@freescale.com>
44801 Date:   Fri Jul 6 08:34:56 2007 +0800
44802
44803     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
44804     ATI video card BIOS. and can be used for x86 code emulation by some
44805     modifications.
44806
44807     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44808
44809 commit 5072188acabde3178fac7f5a597150e6e74fd40c
44810 Author: Jason Jin <Jason.jin@freescale.com>
44811 Date:   Fri Jul 6 08:33:33 2007 +0800
44812
44813     This is a framebuffer driver for ATI video card, can work for PCI9200,
44814     X300, X700, X800 ATI video cards.
44815
44816     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44817     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44818
44819 commit 5728be389e65fd47f34b33c2596271eb4db751ae
44820 Author: Wolfgang Denk <wd@denx.de>
44821 Date:   Mon Aug 6 01:01:49 2007 +0200
44822
44823     Coding style cleanup. Update CHANGELOG.
44824
44825     Signed-off-by: Wolfgang Denk <wd@denx.de>
44826
44827 commit 8092fef4c29b395958bb649647da7e3775731517
44828 Author: Martin Krause <Martin.Krause@tqs.de>
44829 Date:   Tue Dec 12 14:26:01 2006 +0100
44830
44831     Add functions to list of exported functions
44832
44833     Additionally export the following fuctions (to make trab_config build again):
44834     - simple_strtol()
44835     - strcmp()
44836
44837     Also bump the ABI version to reflect this change
44838
44839     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44840
44841 commit 63cec5814fab5d2b1c86982327433807a5ac0249
44842 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44843 Date:   Thu Aug 2 14:09:49 2007 -0500
44844
44845     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
44846
44847     All of the PCI/PCI-Express driver and initialization code that
44848     was in the MPC8641HPCN port has now been moved into the common
44849     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
44850     utilized by the 85xx ports as well.
44851
44852     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
44853
44854     Also enable the second PCI-Express controller on 8641
44855     by getting its BATS and CFG_ setup right.
44856
44857     Fixed a u16 vendor compiler warning in AHCI driver too.
44858
44859     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44860     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44861     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44862
44863 commit a274ca4f6d68830e7c916f897561cff8c4101c38
44864 Author: Michal Simek <monstr@monstr.eu>
44865 Date:   Sun Aug 5 22:33:05 2007 +0200
44866
44867     [FIX] Coding style cleanup
44868
44869 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
44870 Author: Michal Simek <monstr@monstr.eu>
44871 Date:   Sun Aug 5 16:13:31 2007 +0200
44872
44873     [FIX] Xilinx Uartlite driver
44874     Because PPC405 can use UARTLITE serial interface and
44875     Microblaze can use Uart16550 serial interface not only Uartlite.
44876
44877 commit 98889edd50aadf862071eb5664747ad0d568a20e
44878 Author: Michal Simek <monstr@monstr.eu>
44879 Date:   Sun Aug 5 15:54:53 2007 +0200
44880
44881     [FIX] Change configuration for XUPV2P Microblaze board
44882
44883 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
44884 Author: Michal Simek <monstr@monstr.eu>
44885 Date:   Sun Aug 5 15:53:50 2007 +0200
44886
44887     [PATCH] Added support for Xilinx Emac community driver
44888
44889 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
44890 Author: Bartlomiej Sieka <tur@semihalf.com>
44891 Date:   Fri Aug 3 12:08:16 2007 +0200
44892
44893     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
44894
44895     Add the ability for modules from the Schindler cm5200 family to use a
44896     single U-Boot image:
44897     - rename cm1_qp1 to cm5200
44898     - add run-time module detection
44899     - parametrize SDRAM configuration according to the module we are running on
44900
44901     Few minor, board-specific fixes included in this patch:
44902     - better MAC address handling
44903     - updated default environment ('update' command uses +{filesize} now)
44904     - improved error messages in the auto-update code
44905     - allow booting U-Boot from RAM (CFG_RAMBOOT)
44906
44907     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
44908     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
44909     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44910
44911 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
44912 Author: Andy Fleming <afleming@freescale.com>
44913 Date:   Fri Aug 3 04:05:25 2007 -0500
44914
44915     Add Marvell 1149 PHY support to the TSEC
44916
44917 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
44918 Author: Wolfgang Denk <wd@denx.de>
44919 Date:   Thu Aug 2 21:27:46 2007 +0200
44920
44921     Coding style cleanup, update CHANGELOG
44922
44923     Signed-off-by: Wolfgang Denk <wd@denx.de>
44924
44925 commit 63e22764d2f8653f68888c667eb65b3996b52680
44926 Author: Wolfgang Denk <wd@denx.de>
44927 Date:   Thu Aug 2 10:11:18 2007 +0200
44928
44929     Minor cleanup of <board>_nand build rules.
44930
44931 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
44932 Author: Stefan Roese <sr@denx.de>
44933 Date:   Thu Aug 2 08:33:56 2007 +0200
44934
44935     ppc4xx: Code cleanup
44936
44937     Signed-off-by: Stefan Roese <sr@denx.de>
44938
44939 commit c92409812206ac67a7fa7aae298539a9c3804a46
44940 Author: Grzegorz Bernacki <gjb@semihalf.com>
44941 Date:   Tue Jul 31 18:51:48 2007 +0200
44942
44943     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
44944
44945     During config transactions on the PCIe bus an attempt to scan for a
44946     non-existent device can lead to a machine check exception with certain
44947     peripheral devices. In order to avoid crashing in such scenarios the
44948     instrumented versions of the config cycle read routines are introduced, so
44949     the exceptions fixups framework can gracefully recover.
44950
44951     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
44952     Acked-by: Rafal Jaworowski <raj@semihalf.com>
44953
44954 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
44955 Author: Rafal Jaworowski <raj@semihalf.com>
44956 Date:   Tue Jul 31 18:19:54 2007 +0200
44957
44958     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
44959
44960     This brings back separate settings for PCIe bus numbers depending on chip
44961     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
44962     commit. 440SPe rev. A does NOT work properly with the same settings as for
44963     the rev. B (no devices are seen on the bus during enumeration).
44964
44965     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
44966
44967 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
44968 Author: Wolfgang Denk <wd@denx.de>
44969 Date:   Thu Aug 2 00:48:45 2007 +0200
44970
44971     Fix build errors and warnings / code cleanup.
44972
44973     Signed-off-by: Wolfgang Denk <wd@denx.de>
44974
44975 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
44976 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
44977 Date:   Tue Jul 31 10:24:56 2007 +0200
44978
44979     ppc4xx: Update AMCC Bamboo 440EP support
44980
44981     Changed storage type of cfg_simulate_spd_eeprom to const
44982     Changed storage type of gpio_tab to stack storage
44983     (Cannot access global data declarations in .bss until afer code relocation)
44984
44985     Improved SDRAM tests to catch problems where data is not uniquely addressable
44986     (e.g. incorrectly programmed SDRAM row or columns)
44987
44988     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
44989     Fixed AM29LV320DT (OpCode Flash) sector map
44990
44991     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
44992     Signed-off-by: Stefan Roese <sr@denx.de>
44993
44994 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
44995 Author: Stefan Roese <sr@denx.de>
44996 Date:   Tue Jul 31 08:37:01 2007 +0200
44997
44998     ppc4xx: Update 440EPx lwmon5 board support
44999
45000     - Clear ECC status regs after ECC POST test
45001     - Set dcbz for ECC generation with caches enabled as default
45002     - Code cleanup
45003
45004     Signed-off-by: Stefan Roese <sr@denx.de>
45005
45006 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
45007 Author: Stefan Roese <sr@denx.de>
45008 Date:   Mon Jul 30 11:04:57 2007 +0200
45009
45010     ppc4xx: Only print ECC related info when the error bis are set
45011
45012     Signed-off-by: Stefan Roese <sr@denx.de>
45013
45014 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
45015 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45016 Date:   Fri Jul 27 16:44:31 2007 +0200
45017
45018     new FPGA image for PLU405 board
45019
45020     new FPGA image for PLU405 board with improved CompactFlash timing
45021
45022     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45023
45024 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
45025 Author: Rafal Jaworowski <raj@semihalf.com>
45026 Date:   Fri Jul 27 14:43:59 2007 +0200
45027
45028     [ADS5121] Support for the ADS5121 board
45029
45030     The following MPC5121e subsystems are supported:
45031
45032     - low-level CPU init
45033     - NOR Boot Flash (common CFI driver)
45034     - DDR SDRAM
45035     - FEC
45036     - I2C
45037     - Watchdog
45038
45039     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
45040     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
45041     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
45042
45043 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
45044 Author: Rafal Jaworowski <raj@semihalf.com>
45045 Date:   Fri Jul 27 14:22:04 2007 +0200
45046
45047     [PPC] Remove unused MSR_USER definition
45048
45049     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
45050
45051 commit d4024bb72dd81695ec099b2199eda0d27c623e62
45052 Author: John Otken <john@softadvances.com>
45053 Date:   Thu Jul 26 17:49:11 2007 +0200
45054
45055     ppc4xx: Add support for AMCC 405EP Taihu board
45056
45057     Signed-off-by: John Otken <john@softadvances.com>
45058
45059 commit b66091de6c7390620312c2501db23d8391e7cabb
45060 Author: Anatolij Gustschin <agust@denx.de>
45061 Date:   Thu Jul 26 15:08:01 2007 +0200
45062
45063     ppc4xx: lwmon5: Update Lime initialization
45064
45065     Change Lime SDRAM initialization to now support 100MHz and
45066     133MHz (if enabled). Also the framebuffer is initialized to
45067     display a blue rectangle with a white border.
45068
45069     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45070     Signed-off-by: Stefan Roese <sr@denx.de>
45071
45072 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
45073 Author: Stefan Roese <sr@denx.de>
45074 Date:   Tue Jul 24 09:52:52 2007 +0200
45075
45076     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
45077
45078     The used Intel NOR FLASH chips have internally two dies, and are now
45079     treated as two seperate chips.
45080
45081     Signed-off-by: Stefan Roese <sr@denx.de>
45082
45083 commit aedf5bde179ecfbd0a96130d18996a96518b785f
45084 Author: Stefan Roese <sr@denx.de>
45085 Date:   Tue Jul 24 07:20:09 2007 +0200
45086
45087     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
45088
45089     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
45090     interrupt controller.
45091
45092     Signed-off-by: Stefan Roese <sr@denx.de>
45093
45094 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
45095 Author: Stefan Roese <sr@denx.de>
45096 Date:   Fri Jul 20 15:03:44 2007 +0200
45097
45098     ppc4xx: Fix bug with default GPIO output value
45099
45100     As spotted by Matthias Fuchs, the default output values for all GPIO1
45101     outputs were not setup correctly. This patch fixes this issue.
45102
45103     Signed-off-by: Stefan Roese <sr@denx.de>
45104
45105 commit 531e3e8b831f357056448fa573137d5fb37000fd
45106 Author: Pavel Kolesnikov <concord@emcraft.com>
45107 Date:   Fri Jul 20 15:03:03 2007 +0200
45108
45109     POST: Add ECC POST for the lwmon5 board
45110
45111     This patch adds ECC Post test for the Lwmon5 board based
45112     on PPC440EPx to U-Boot.
45113
45114     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
45115     Acked-by: Yuri Tikhonov <yur@emcraft.com>
45116     Acked-by: Stefan Roese <sr@denx.de>
45117
45118 commit cc3023b9f95d7ac959a764471a65001062aecf41
45119 Author: Rafal Jaworowski <raj@semihalf.com>
45120 Date:   Thu Jul 19 17:12:28 2007 +0200
45121
45122     Fix breakage of 8xx boards from recent commit.
45123
45124     This patch fixes the negative consequences for 8xx of the recent
45125     "ppc4xx: Clean up 440 exceptions handling" commit.
45126
45127     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
45128
45129 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
45130 Author: Stefan Roese <sr@denx.de>
45131 Date:   Mon Jul 16 13:11:12 2007 +0200
45132
45133     Coding style cleanup
45134
45135     Signed-off-by: Stefan Roese <sr@denx.de>
45136
45137 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
45138 Author: Stefan Roese <sr@denx.de>
45139 Date:   Mon Jul 16 10:02:12 2007 +0200
45140
45141     ppc4xx: Code cleanup
45142
45143     Signed-off-by: Stefan Roese <sr@denx.de>
45144
45145 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
45146 Author: Stefan Roese <sr@denx.de>
45147 Date:   Mon Jul 16 10:01:38 2007 +0200
45148
45149     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
45150
45151     Signed-off-by: Stefan Roese <sr@denx.de>
45152
45153 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
45154 Author: Stefan Roese <sr@denx.de>
45155 Date:   Mon Jul 16 10:00:43 2007 +0200
45156
45157     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
45158
45159     The new boardspecific DDR2 controller configuration is used for the Yucca
45160     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
45161
45162     Signed-off-by: Stefan Roese <sr@denx.de>
45163
45164 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
45165 Author: Stefan Roese <sr@denx.de>
45166 Date:   Mon Jul 16 09:57:00 2007 +0200
45167
45168     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
45169
45170     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
45171     support non default, boardspecific DDR(2) controller configuration.
45172
45173     Signed-off-by: Stefan Roese <sr@denx.de>
45174
45175 commit 5743a9207a370b90f09b20ebd61167c806b937f3
45176 Author: Stefan Roese <sr@denx.de>
45177 Date:   Mon Jul 16 08:53:51 2007 +0200
45178
45179     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
45180
45181     The new function remove_tlb() can be used to remove the TLB's used to
45182     map a specific memory region. This is especially useful for the DDR(2)
45183     setup routines which configure the SDRAM area temporarily as a cached
45184     area (for speedup on auto-calibration and ECC generation) and later
45185     need this area uncached for normal usage.
45186
45187     Signed-off-by: Stefan Roese <sr@denx.de>
45188
45189 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
45190 Author: Michal Simek <monstr@monstr.eu>
45191 Date:   Mon Jul 16 00:31:07 2007 +0200
45192
45193     [PATCH] Support for Xilinx EmacLite controller
45194
45195 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
45196 Author: Wolfgang Denk <wd@denx.de>
45197 Date:   Sat Jul 14 22:51:02 2007 +0200
45198
45199     Update CHANGELOG
45200
45201     Signed-off-by: Wolfgang Denk <wd@denx.de>
45202
45203 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
45204 Author: Michal Simek <monstr@monstr.eu>
45205 Date:   Sat Jul 14 13:11:28 2007 +0200
45206
45207     [FIX] support for simply measuring time
45208
45209 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
45210 Author: Michal Simek <monstr@monstr.eu>
45211 Date:   Sat Jul 14 12:41:23 2007 +0200
45212
45213     [FS] Added support for ROMFS
45214
45215 commit 011595307731a7a67a7445d107c279d031e8ab97
45216 Author: Heiko Schocher <hs@pollux.denx.de>
45217 Date:   Sat Jul 14 01:06:58 2007 +0200
45218
45219     [PCS440EP]  - fix compile error, if BUILD_DIR is used
45220
45221 commit 5a2f1098d81ad58b309e5e558d0492643166a799
45222 Author: Michal Simek <monstr@monstr.eu>
45223 Date:   Sat Jul 14 00:18:48 2007 +0200
45224
45225     [PATCH] Support time without timer
45226
45227 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
45228 Author: Michal Simek <monstr@monstr.eu>
45229 Date:   Fri Jul 13 21:43:55 2007 +0200
45230
45231     [PATCH] Remove problem with disabled BARREL SHIFTER
45232
45233 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
45234 Author: Michal Simek <monstr@monstr.eu>
45235 Date:   Fri Jul 13 21:41:44 2007 +0200
45236
45237     [FIX] correct help for rspr
45238
45239 commit fad63407154f46246ce80d53a9c669a44362ac67
45240 Author: Heiko Schocher <hs@pollux.denx.de>
45241 Date:   Fri Jul 13 09:54:17 2007 +0200
45242
45243     make show_boot_progress () weak.
45244
45245     Signed-off-by: Heiko Schocher <hs@denx.de>
45246
45247 commit 907902472391b6ca1876ec300687562ecaf459b1
45248 Author: Heiko Schocher <hs@pollux.denx.de>
45249 Date:   Fri Jul 13 08:26:05 2007 +0200
45250
45251     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
45252                 - fix compile error, if BUILD_DIR is used
45253
45254     Signed-off-by: Heiko Schocher <hs@denx.de>
45255
45256 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
45257 Author: Stefan Roese <sr@denx.de>
45258 Date:   Thu Jul 12 16:32:08 2007 +0200
45259
45260     ppc4xx: Change receive buffer handling in the 4xx emac driver
45261
45262     This change fixes a bug in the receive buffer handling, that
45263     could lead to problems upon high network traffic (broadcasts...).
45264
45265     Signed-off-by: Stefan Roese <sr@denx.de>
45266
45267 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
45268 Author: Wolfgang Denk <wd@denx.de>
45269 Date:   Thu Jul 12 01:45:34 2007 +0200
45270
45271     Update CHANGELOG, minor coding style cleanup.
45272
45273     Signed-off-by: Wolfgang Denk <wd@denx.de>
45274
45275 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
45276 Author: Andy Fleming <afleming@freescale.com>
45277 Date:   Fri Jun 8 16:41:18 2007 -0500
45278
45279     Remove erroneous errata code from Marvel 88E1111S driver
45280
45281     The Marvel 88E1111S driver for the TSEC was copied from the
45282     88E1101 driver, and included a fix for an erratum which does not
45283     exist on that part.  Now it is removed
45284
45285     Signed-off-by: Andy Fleming <afleming@freescale.com>
45286
45287 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
45288 Author: Andy Fleming <afleming@freescale.com>
45289 Date:   Tue Jun 5 16:38:44 2007 -0500
45290
45291     From: eran liberty <eran.liberty@gmail.com>
45292
45293     adds the reset register to 85xx immap
45294
45295     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
45296     Signed-off-by: Andy Fleming <afleming@freescale.com>
45297
45298 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
45299 Author: Andy Fleming <afleming@freescale.com>
45300 Date:   Thu May 10 17:50:01 2007 -0500
45301
45302     Polished the 85xx ADS config files
45303
45304     Made the boot commands use device trees by default.
45305     Also moved the ramdisk to 1000000 (I think the previous address
45306     was getting overridden during boot).
45307
45308     Signed-off-by: Andy Fleming <afleming@freescale.com>
45309
45310 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
45311 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45312 Date:   Wed May 9 11:03:32 2007 -0500
45313
45314     8544ds: Fix Makefile after moving pixis to board/freescale.
45315
45316     The OBJTREE != SRCTREE build scenario was broken.
45317     This fixes it.
45318
45319     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45320     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45321
45322 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
45323 Author: Andy Fleming <afleming@freescale.com>
45324 Date:   Wed May 9 00:54:20 2007 -0500
45325
45326     tsec: Fix PHY code to match first driver
45327
45328     Jarrold Wen noticed that the generic PHY code always matches
45329     under the current implementation.  Change it so the first match
45330     wins, and *only* unknown PHYs trigger the generic driver
45331
45332     Signed-off-by: Andy Fleming <afleming@freescale.com>
45333
45334 commit ccc091aac61a38cd998d575d92f7232e256d6312
45335 Author: Andy Fleming <afleming@freescale.com>
45336 Date:   Tue May 8 17:27:43 2007 -0500
45337
45338     Add support for CPM device tree configuration to 8560 ADS
45339
45340     * Adds code to modify CPM frequencies
45341     * Cleans up the config file to #define TSEC and (for now) #undef FCC
45342     * Adds the MII command for all 8560 ADS configurations
45343     * Updates config file to provide convenience commands for booting
45344       with a device tree
45345
45346     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
45347     Signed-off-by: Andy Fleming <afleming@freescale.com>
45348
45349 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
45350 Author: Andy Fleming <afleming@freescale.com>
45351 Date:   Tue May 8 17:23:02 2007 -0500
45352
45353     Fix Marvell 88e1145 PHY init code
45354
45355     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
45356     where the reset was being done after the errata code instead of
45357     before.
45358
45359     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
45360     Signed-off-by: Andy Fleming <afleming@freescale.com>
45361
45362 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
45363 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45364 Date:   Wed Jul 11 14:52:16 2007 -0500
45365
45366     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
45367
45368     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45369
45370 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
45371 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45372 Date:   Wed Jul 11 14:52:08 2007 -0500
45373
45374     pciauto setup bridge
45375
45376     The P2P bridge bus numbers programmed into the device are relative to
45377     hose->first_busno.
45378
45379     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45380
45381 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
45382 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45383 Date:   Wed Jul 11 14:52:01 2007 -0500
45384
45385     Support PCIe extended config registers
45386
45387     FSL PCIe block has extended cfg registers in the 100 and 400 range.
45388     For example, to read the LTSSM register: pci display <busn>.0 404 1
45389
45390     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45391
45392 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
45393 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45394 Date:   Wed Jul 11 14:51:48 2007 -0500
45395
45396     Minor improvements to drivers/pci_auto.c
45397
45398     - Make pciauto_{pre,post}scan_setup_bridge non-static
45399     - Added physical address display in debug messages.
45400
45401     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45402
45403 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
45404 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45405 Date:   Wed Jul 11 14:51:35 2007 -0500
45406
45407     Start pci hose scan from hose->current_busno.
45408
45409     Ensure hose->current_busno is not less than first_busno.  This fixes
45410     broken board code which leaves current_busno=0 when first_busno is
45411     greater than 0 for the cases with multiple controllers.
45412
45413     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45414
45415 commit 3865b1fb7843a08ad49a6319a36415752276ff48
45416 Author: Stefan Roese <sr@denx.de>
45417 Date:   Wed Jul 11 12:13:53 2007 +0200
45418
45419     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
45420
45421     Signed-off-by: Stefan Roese <sr@denx.de>
45422
45423 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
45424 Author: Bartlomiej Sieka <tur@semihalf.com>
45425 Date:   Wed Jul 11 20:11:07 2007 +0200
45426
45427     CM1.QP1: Support for the Schindler CM1.QP1 board.
45428
45429     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
45430     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45431
45432 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
45433 Author: Heiko Schocher <hs@pollux.denx.de>
45434 Date:   Wed Jul 11 18:39:11 2007 +0200
45435
45436     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
45437                 - now the Flash ST M29W040B is supported (not tested)
45438                 - fix the "led" command
45439                 - fix compile error, if BUILD_DIR is used
45440
45441     Signed-off-by: Heiko Schocher <hs@denx.de>
45442
45443 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
45444 Author: Stefan Roese <sr@denx.de>
45445 Date:   Sun Jul 8 13:44:27 2007 +0200
45446
45447     Fix malloc problem introduced with the relocation fixup for the PPC platform
45448
45449     The relocation fixup didn't handle the malloc pointer initialization
45450     correctly. This patch fixes this problem. Tested successfully on 4xx.
45451     The relocation fixup patches for 4xx will follow soon.
45452
45453     Signed-off-by: Stefan Roese <sr@denx.de>
45454
45455 commit 0dca874db62718e41253659e60f3a1de7eb418ce
45456 Author: TsiChung <tcliew@Goku.(none)>
45457 Date:   Tue Jul 10 15:45:43 2007 -0500
45458
45459     Cache update and added CFG_UNIFY_CACHE
45460
45461     Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
45462
45463     Signed-off-by: TsiChung <tcliew@Goku.(none)>
45464
45465 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
45466 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45467 Date:   Thu Jul 5 23:36:16 2007 -0500
45468
45469     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
45470
45471     Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
45472
45473     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45474
45475 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
45476 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45477 Date:   Thu Jul 5 23:31:25 2007 -0500
45478
45479     Update header files
45480
45481     Include immap.h and renamed mcfrtc.h to rtc.h
45482
45483     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45484
45485 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
45486 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45487 Date:   Thu Jul 5 23:29:21 2007 -0500
45488
45489     Add mcffec_initialize()
45490
45491     Added mcffec_initialize() in eth_initialize()
45492
45493     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45494
45495 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
45496 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45497 Date:   Thu Jul 5 23:27:40 2007 -0500
45498
45499     Update header file and clean up
45500
45501     Include immap.h
45502
45503     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45504
45505 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
45506 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45507 Date:   Thu Jul 5 23:23:15 2007 -0500
45508
45509     New uart structure and defines
45510
45511     Seperated from mcfuart.h
45512
45513     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45514
45515 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
45516 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45517 Date:   Thu Jul 5 23:22:31 2007 -0500
45518
45519     New timer structure and defines
45520
45521     Seperated from mcftimer.h
45522
45523     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45524
45525 commit e04acb2eba4782489417240eff76e20e176aec10
45526 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45527 Date:   Thu Jul 5 23:21:09 2007 -0500
45528
45529     Rename mcfrtc to rtc
45530
45531     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
45532
45533     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45534
45535 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
45536 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45537 Date:   Thu Jul 5 23:17:36 2007 -0500
45538
45539     Rename mcfserial.c. Update include header
45540
45541     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
45542
45543     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45544
45545 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
45546 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45547 Date:   Thu Jul 5 23:13:58 2007 -0500
45548
45549     Header file update, clean up and cache handling
45550
45551     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
45552
45553     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45554
45555 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
45556 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45557 Date:   Thu Jul 5 23:10:40 2007 -0500
45558
45559     Create interrupts.c and modify Makefile
45560
45561     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
45562
45563     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45564
45565 commit ddd104f1ed655eda50c06ba636237a83ed943f34
45566 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45567 Date:   Thu Jul 5 23:06:55 2007 -0500
45568
45569     Enable Icache
45570
45571     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45572
45573 commit b9bf3de377b2bae70c983c9b97feae914999e735
45574 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45575 Date:   Thu Jul 5 23:05:31 2007 -0500
45576
45577     Update header file and some clean up
45578
45579     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
45580
45581     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45582
45583 commit 84a015b52ec820a5ae173717d78516de731c89c2
45584 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45585 Date:   Thu Jul 5 23:03:28 2007 -0500
45586
45587     Update header file and enable icache
45588
45589     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
45590
45591     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45592
45593 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
45594 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45595 Date:   Thu Jul 5 23:01:22 2007 -0500
45596
45597     Update header file and removed interrupt_init()
45598
45599     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
45600
45601     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45602
45603 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
45604 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45605 Date:   Thu Jul 5 22:57:46 2007 -0500
45606
45607     Update for flash.o and mii.o
45608
45609     Removed flash.o and added mii.o
45610
45611     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45612
45613 commit c5ded275d839e4ff79f41718d50a835d989f57bc
45614 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45615 Date:   Thu Jul 5 22:56:19 2007 -0500
45616
45617     MII functions calls.
45618
45619     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45620
45621 commit 427c814104560e29bda14955c67703245aaaa5b4
45622 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45623 Date:   Thu Jul 5 22:54:42 2007 -0500
45624
45625     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
45626
45627     The removed MII routines will be placed in mii.c.
45628
45629     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45630
45631 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
45632 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45633 Date:   Thu Jul 5 22:51:05 2007 -0500
45634
45635     Duplicate code
45636
45637     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
45638
45639     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45640
45641 commit 2744354a8437b8f78db178e30660215688bff570
45642 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45643 Date:   Thu Jul 5 22:46:38 2007 -0500
45644
45645     Seperate old structure defines and new structure defines
45646
45647     Removed new uart structure and defines to uart.h
45648
45649     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45650
45651 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
45652 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45653 Date:   Thu Jul 5 22:45:01 2007 -0500
45654
45655     Seperate old structure defines and new structure defines
45656
45657     New timer structure and defines will move to new timer.h
45658
45659     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45660
45661 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
45662 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45663 Date:   Thu Jul 5 22:42:23 2007 -0500
45664
45665     Clean up
45666
45667     Removed whitespace
45668
45669     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45670
45671 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
45672 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45673 Date:   Thu Jul 5 22:41:24 2007 -0500
45674
45675     Clean up
45676
45677     Replaced whitespace with tabs
45678
45679     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45680
45681 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
45682 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45683 Date:   Thu Jul 5 22:39:07 2007 -0500
45684
45685     Create new header file and move peripherals base address from configs file to new header file.
45686
45687     Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
45688
45689     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45690
45691 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
45692 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45693 Date:   Thu Jul 5 22:24:58 2007 -0500
45694
45695     Revert file mode
45696
45697     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
45698
45699     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45700
45701 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
45702 Author: Jon Loeliger <jdl@freescale.com>
45703 Date:   Tue Jul 10 11:19:50 2007 -0500
45704
45705     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
45706
45707     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45708     Those always evaluated TRUE, and thus were always compiled
45709     even when IDE really wasn't defined/wanted.
45710
45711     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45712
45713 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
45714 Author: Jon Loeliger <jdl@freescale.com>
45715 Date:   Tue Jul 10 11:13:21 2007 -0500
45716
45717     drivers/: Remove lingering references to CFG_CMD_* symbols.
45718
45719     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45720     Those always evaluated TRUE, and thus were always compiled
45721     even when IDE really wasn't defined/wanted.
45722
45723     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45724
45725 commit f40a7f3e3888b42a43674b099e5470022c8c544c
45726 Author: Jon Loeliger <jdl@freescale.com>
45727 Date:   Tue Jul 10 11:07:56 2007 -0500
45728
45729     fs/: Remove lingering references to CFG_CMD_* symbols.
45730
45731     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45732     Those always evaluated TRUE, and thus were always compiled
45733     even when IDE really wasn't defined/wanted.
45734
45735     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45736
45737 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
45738 Author: Jon Loeliger <jdl@freescale.com>
45739 Date:   Tue Jul 10 11:05:02 2007 -0500
45740
45741     net/: Remove lingering references to CFG_CMD_* symbols.
45742
45743     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45744     Those always evaluated TRUE, and thus were always compiled
45745     even when IDE really wasn't defined/wanted.
45746
45747     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45748
45749 commit 902531788376046da212afd1661cffb62f3daa1c
45750 Author: Jon Loeliger <jdl@freescale.com>
45751 Date:   Tue Jul 10 11:02:44 2007 -0500
45752
45753     common/: Remove lingering references to CFG_CMD_* symbols.
45754
45755     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45756     Those always evaluated TRUE, and thus were always compiled
45757     even when IDE really wasn't defined/wanted.
45758
45759     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45760
45761 commit d39b57415838c73fb0a37eca84de3c68ba990586
45762 Author: Jon Loeliger <jdl@freescale.com>
45763 Date:   Tue Jul 10 10:48:22 2007 -0500
45764
45765     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
45766
45767     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45768     Those always evaluated TRUE, and thus were always compiled
45769     even when IDE really wasn't defined/wanted.
45770
45771     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45772
45773 commit 77a318545d57aefa844752465b94c7e09a3f26d0
45774 Author: Jon Loeliger <jdl@freescale.com>
45775 Date:   Tue Jul 10 10:39:10 2007 -0500
45776
45777     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
45778
45779     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45780     Those always evaluated TRUE, and thus were always compiled
45781     even when IDE really wasn't defined/wanted.
45782
45783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45784
45785 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
45786 Author: Jon Loeliger <jdl@freescale.com>
45787 Date:   Tue Jul 10 10:27:39 2007 -0500
45788
45789     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
45790
45791     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45792
45793 commit 079a136c3588814784561d6e4856970ee82d6e2a
45794 Author: Jon Loeliger <jdl@freescale.com>
45795 Date:   Tue Jul 10 10:12:10 2007 -0500
45796
45797     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
45798
45799     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45800     used to be included but CONFIG_BOOTP_MASK was not defined.
45801
45802     Remove lingering references to CFG_CMD_* symbols.
45803
45804     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45805
45806 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
45807 Author: Jon Loeliger <jdl@freescale.com>
45808 Date:   Tue Jul 10 09:38:02 2007 -0500
45809
45810     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
45811
45812     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45813     used to be included but CONFIG_BOOTP_MASK was not defined.
45814
45815     Remove lingering references to CFG_CMD_* symbols.
45816
45817     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45818
45819 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
45820 Author: Jon Loeliger <jdl@freescale.com>
45821 Date:   Tue Jul 10 09:29:01 2007 -0500
45822
45823     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
45824
45825     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45826     used to be included but CONFIG_BOOTP_MASK was not defined.
45827
45828     Remove lingering references to CFG_CMD_* symbols.
45829
45830     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45831
45832 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
45833 Author: Jon Loeliger <jdl@freescale.com>
45834 Date:   Tue Jul 10 09:22:23 2007 -0500
45835
45836     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
45837
45838     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45839     used to be included but CONFIG_BOOTP_MASK was not defined.
45840
45841     Remove lingering references to CFG_CMD_* symbols.
45842
45843     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45844
45845 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
45846 Author: Jon Loeliger <jdl@freescale.com>
45847 Date:   Tue Jul 10 09:10:49 2007 -0500
45848
45849     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
45850
45851     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45852     used to be included but CONFIG_BOOTP_MASK was not defined.
45853
45854     Remove lingering references to CFG_CMD_* symbols.
45855
45856     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45857
45858 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
45859 Author: Jon Loeliger <jdl@freescale.com>
45860 Date:   Tue Jul 10 09:02:57 2007 -0500
45861
45862     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
45863
45864     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45865     used to be included but CONFIG_BOOTP_MASK was not defined.
45866
45867     Remove lingering references to CFG_CMD_* symbols.
45868
45869     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45870
45871 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
45872 Author: Jon Loeliger <jdl@freescale.com>
45873 Date:   Mon Jul 9 22:08:34 2007 -0500
45874
45875     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
45876
45877     All of the choices for CONFIG_BOOTP_ are now documented in
45878     the README file.  You must now individually select exactly
45879     the set that you want using a series of
45880         #define CONFIG_BOOTP_<x>
45881     statements in the board port config files now.
45882
45883     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45884
45885 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
45886 Author: Jon Loeliger <jdl@freescale.com>
45887 Date:   Mon Jul 9 21:57:31 2007 -0500
45888
45889     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45890
45891     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45892
45893 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
45894 Author: Jon Loeliger <jdl@freescale.com>
45895 Date:   Mon Jul 9 21:48:26 2007 -0500
45896
45897     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45898
45899     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45900
45901 commit 37d4bb70586659dedef1658ce1bed071be098aec
45902 Author: Jon Loeliger <jdl@freescale.com>
45903 Date:   Mon Jul 9 21:38:02 2007 -0500
45904
45905     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45906
45907     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45908
45909 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
45910 Author: Jon Loeliger <jdl@freescale.com>
45911 Date:   Mon Jul 9 21:31:24 2007 -0500
45912
45913     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45914
45915     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45916
45917 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
45918 Author: Jon Loeliger <jdl@freescale.com>
45919 Date:   Mon Jul 9 21:24:19 2007 -0500
45920
45921     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45922
45923     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45924
45925 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
45926 Author: Jon Loeliger <jdl@freescale.com>
45927 Date:   Mon Jul 9 21:16:53 2007 -0500
45928
45929     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45930
45931     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45932
45933 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
45934 Author: Jon Loeliger <jdl@freescale.com>
45935 Date:   Mon Jul 9 19:12:30 2007 -0500
45936
45937     Retire CONFIG_COMMANDS finally.
45938     Strip old CFG_CMD_* symbols out.
45939
45940     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45941
45942 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
45943 Author: Jon Loeliger <jdl@freescale.com>
45944 Date:   Mon Jul 9 19:10:03 2007 -0500
45945
45946     Update README.* to reference new CONFIG_CMD_* names now.
45947
45948     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45949
45950 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
45951 Author: Jon Loeliger <jdl@freescale.com>
45952 Date:   Mon Jul 9 19:06:00 2007 -0500
45953
45954     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
45955
45956     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45957
45958 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
45959 Author: Jon Loeliger <jdl@freescale.com>
45960 Date:   Mon Jul 9 18:57:22 2007 -0500
45961
45962     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
45963
45964     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45965
45966 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
45967 Author: Jon Loeliger <jdl@freescale.com>
45968 Date:   Mon Jul 9 18:45:16 2007 -0500
45969
45970     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
45971
45972     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45973
45974 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
45975 Author: Jon Loeliger <jdl@freescale.com>
45976 Date:   Mon Jul 9 18:38:39 2007 -0500
45977
45978     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
45979
45980     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45981
45982 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
45983 Author: Jon Loeliger <jdl@freescale.com>
45984 Date:   Mon Jul 9 18:31:28 2007 -0500
45985
45986     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
45987
45988     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45989
45990 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
45991 Author: Jon Loeliger <jdl@freescale.com>
45992 Date:   Mon Jul 9 18:24:55 2007 -0500
45993
45994     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
45995
45996     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45997
45998 commit fcec2eb93e126400009729328e797f12bc94f1fd
45999 Author: Jon Loeliger <jdl@freescale.com>
46000 Date:   Mon Jul 9 18:19:09 2007 -0500
46001
46002     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
46003
46004     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46005
46006 commit a593814f2be0c9cdc3133cd550b167b8a988328f
46007 Author: Jon Loeliger <jdl@freescale.com>
46008 Date:   Mon Jul 9 18:10:50 2007 -0500
46009
46010     rtc/: Remove obsolete references to CONFIG_COMMANDS
46011
46012     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46013
46014 commit 67350568f9d46e66c21829f3513b3db0caeb948b
46015 Author: Jon Loeliger <jdl@freescale.com>
46016 Date:   Mon Jul 9 18:05:38 2007 -0500
46017
46018     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
46019
46020     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46021
46022 commit 7def6b34f910f08d7ef0a14646da067719237ca2
46023 Author: Jon Loeliger <jdl@freescale.com>
46024 Date:   Mon Jul 9 18:02:11 2007 -0500
46025
46026     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
46027
46028     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46029
46030 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
46031 Author: Jon Loeliger <jdl@freescale.com>
46032 Date:   Mon Jul 9 17:56:50 2007 -0500
46033
46034     fs/: Remove obsolete references to CONFIG_COMMANDS
46035
46036     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46037
46038 commit c91898bbc505aff3e12a807af88e76da18efb7ee
46039 Author: Jon Loeliger <jdl@freescale.com>
46040 Date:   Mon Jul 9 17:46:09 2007 -0500
46041
46042     tools/: Remove obsolete references to CONFIG_COMMANDS
46043
46044     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46045
46046 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
46047 Author: Jon Loeliger <jdl@freescale.com>
46048 Date:   Mon Jul 9 17:45:14 2007 -0500
46049
46050     net/: Remove obsolete references to CONFIG_COMMANDS
46051
46052     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46053
46054 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
46055 Author: Jon Loeliger <jdl@freescale.com>
46056 Date:   Mon Jul 9 17:39:42 2007 -0500
46057
46058     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
46059
46060     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46061
46062 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
46063 Author: Jon Loeliger <jdl@freescale.com>
46064 Date:   Mon Jul 9 17:30:01 2007 -0500
46065
46066     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
46067
46068     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46069
46070 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
46071 Author: Jon Loeliger <jdl@freescale.com>
46072 Date:   Mon Jul 9 17:22:37 2007 -0500
46073
46074     disk/: Remove obsolete references to CONFIG_COMMANDS
46075
46076     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46077
46078 commit 639221c76c88215bd55af83ad174fc30d1940f8f
46079 Author: Jon Loeliger <jdl@freescale.com>
46080 Date:   Mon Jul 9 17:15:49 2007 -0500
46081
46082     include/: Remove obsolete references to CONFIG_COMMANDS
46083     Mostly removed from comments here.
46084
46085     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46086
46087 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
46088 Author: Wolfgang Denk <wd@denx.de>
46089 Date:   Tue Jul 10 00:01:28 2007 +0200
46090
46091     Coding style cleanup; update CHANGELOG.
46092
46093     Signed-off-by: Wolfgang Denk <wd@denx.de>
46094
46095 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
46096 Author: Stefan Roese <sr@denx.de>
46097 Date:   Mon Jul 9 11:00:24 2007 +0200
46098
46099     Small coding style cleanup
46100
46101     Signed-off-by: Stefan Roese <sr@denx.de>
46102
46103 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
46104 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46105 Date:   Mon Jul 9 10:10:08 2007 +0200
46106
46107     Migrate esd 405EP boards to new NAND subsystem
46108
46109     Remove unused CFG_NAND_LEGACY define
46110
46111     These boards to not have NAND.
46112
46113     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46114
46115 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
46116 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46117 Date:   Mon Jul 9 10:10:06 2007 +0200
46118
46119     Migrate esd 405EP boards to new NAND subsystem
46120
46121     Migrate esd 405EP boards to new NAND subsystem
46122
46123     -cleanup
46124     -use correct io accessors (in/out_be32())
46125
46126     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46127
46128 commit e09f7ab5749c345f924da272bea0521a73af5b11
46129 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46130 Date:   Mon Jul 9 10:10:04 2007 +0200
46131
46132     Migrate esd 405EP boards to new NAND subsystem
46133
46134     This patch prepares the migration from the legacy NAND driver
46135     to U-Boot's new NAND subsystem for esd boards.
46136
46137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46138
46139 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
46140 Author: Jon Loeliger <jdl@freescale.com>
46141 Date:   Sun Jul 8 18:10:08 2007 -0500
46142
46143     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
46144
46145     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46146
46147 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
46148 Author: Jon Loeliger <jdl@freescale.com>
46149 Date:   Sun Jul 8 18:05:39 2007 -0500
46150
46151     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
46152
46153     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46154
46155 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
46156 Author: Jon Loeliger <jdl@freescale.com>
46157 Date:   Sun Jul 8 18:02:23 2007 -0500
46158
46159     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
46160
46161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46162
46163 commit baa26db4113679b80970ff447d91cc10217742a6
46164 Author: Jon Loeliger <jdl@freescale.com>
46165 Date:   Sun Jul 8 17:51:39 2007 -0500
46166
46167     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
46168
46169     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46170
46171 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
46172 Author: Jon Loeliger <jdl@freescale.com>
46173 Date:   Sun Jul 8 17:02:01 2007 -0500
46174
46175     Clear up confusion over the CMD_POST and POST_DIAG mess.
46176
46177     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
46178     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
46179     Clear this mess up some.
46180
46181     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46182
46183 commit b3631487105a57ab7cbadfc26efbaf9676275018
46184 Author: Jon Loeliger <jdl@freescale.com>
46185 Date:   Sun Jul 8 15:45:08 2007 -0500
46186
46187     Remove references to the old cmd_confdefs.h include file.
46188
46189     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46190
46191 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
46192 Author: Jon Loeliger <jdl@freescale.com>
46193 Date:   Sun Jul 8 15:42:59 2007 -0500
46194
46195     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
46196
46197     Use new CONFIG_CMD_* in lwmon5.h board config file.
46198     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
46199
46200     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46201
46202 commit a5562901661bd428f7e5feb333f796372cb81019
46203 Author: Jon Loeliger <jdl@freescale.com>
46204 Date:   Sun Jul 8 15:31:57 2007 -0500
46205
46206     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
46207
46208     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46209
46210 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
46211 Author: Jon Loeliger <jdl@freescale.com>
46212 Date:   Sun Jul 8 15:02:44 2007 -0500
46213
46214     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
46215
46216     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46217
46218 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
46219 Author: Jon Loeliger <jdl@freescale.com>
46220 Date:   Sun Jul 8 15:12:40 2007 -0500
46221
46222     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
46223
46224     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46225
46226 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
46227 Author: Jon Loeliger <jdl@freescale.com>
46228 Date:   Sun Jul 8 14:55:07 2007 -0500
46229
46230     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
46231
46232     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46233
46234 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
46235 Author: Jon Loeliger <jdl@freescale.com>
46236 Date:   Sun Jul 8 14:49:44 2007 -0500
46237
46238     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
46239
46240     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46241
46242 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
46243 Author: Jon Loeliger <jdl@freescale.com>
46244 Date:   Sun Jul 8 14:21:43 2007 -0500
46245
46246     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
46247
46248     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46249
46250 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
46251 Author: Jon Loeliger <jdl@freescale.com>
46252 Date:   Sun Jul 8 14:14:17 2007 -0500
46253
46254     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
46255
46256     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46257
46258 commit 348f258f24253433e4a2302a0bbceb6740a67246
46259 Author: Jon Loeliger <jdl@freescale.com>
46260 Date:   Sun Jul 8 13:46:18 2007 -0500
46261
46262     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
46263
46264     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46265
46266 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
46267 Author: Jon Loeliger <jdl@freescale.com>
46268 Date:   Sun Jul 8 10:09:35 2007 -0500
46269
46270     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
46271
46272     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46273
46274 commit 60a0876b5106b34220e459c208bbf648073306c0
46275 Author: Jon Loeliger <jdl@freescale.com>
46276 Date:   Sat Jul 7 21:04:26 2007 -0500
46277
46278     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
46279
46280     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46281
46282 commit dcaa71562826a2466e894c868d132509dcda8444
46283 Author: Jon Loeliger <jdl@freescale.com>
46284 Date:   Sat Jul 7 20:56:05 2007 -0500
46285
46286     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
46287
46288     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46289
46290 commit 3c3227f3c737502311b25b72084573901cbbf17d
46291 Author: Jon Loeliger <jdl@freescale.com>
46292 Date:   Sat Jul 7 20:40:43 2007 -0500
46293
46294     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
46295
46296     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46297
46298 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
46299 Author: Jon Loeliger <jdl@freescale.com>
46300 Date:   Thu Jul 5 19:52:35 2007 -0500
46301
46302     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
46303
46304     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46305
46306 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
46307 Author: Jon Loeliger <jdl@freescale.com>
46308 Date:   Thu Jul 5 19:32:07 2007 -0500
46309
46310     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
46311
46312     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46313
46314 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
46315 Author: Jon Loeliger <jdl@freescale.com>
46316 Date:   Thu Jul 5 19:13:52 2007 -0500
46317
46318     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
46319
46320     Since ADS860.h includes "board/fads/fads.h" with ramifications
46321     on the CONFIG_COMMAND treatment, it too has to be adjusted to
46322     exclude already configured commands in this same commit.
46323
46324     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46325
46326 commit 10e038932f22ee80ebd53de312531e70e6590a2f
46327 Author: Thomas Knobloch <knobloch@siemens.com>
46328 Date:   Fri Jul 6 14:58:39 2007 +0200
46329
46330     [NAND] Bad block skipping for command nboot
46331
46332     The old implementation of command nboot does not support reading the image from
46333     NAND flash with skipping of bad blocks. The patch implements a new version of
46334     the nboot command: by calling nboot.jffs2 from the u-boot command line the
46335     command will load the image from NAND flash with respect to bad blocks (by using
46336     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
46337     read.jffs2 ...".
46338
46339     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
46340     Signed-off-by: Stefan Roese <sr@denx.de>
46341
46342 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
46343 Author: Stefan Roese <sr@denx.de>
46344 Date:   Fri Jul 6 12:26:51 2007 +0200
46345
46346     ppc4xx: Update lwmon5 default environment
46347
46348     Signed-off-by: Stefan Roese <sr@denx.de>
46349
46350 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
46351 Author: Stefan Roese <sr@denx.de>
46352 Date:   Fri Jul 6 11:48:24 2007 +0200
46353
46354     ppc4xx: Update lwmon5 board
46355
46356     Add unlock=yes environment variable to default variables to unlock
46357     the CFI flash by default.
46358
46359     Signed-off-by: Stefan Roese <sr@denx.de>
46360
46361 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
46362 Author: Stefan Roese <sr@denx.de>
46363 Date:   Fri Jul 6 09:45:47 2007 +0200
46364
46365     Fix problem with get/setdcr commands introduced by cfg patches
46366
46367     Signed-off-by: Stefan Roese <sr@denx.de>
46368
46369 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
46370 Author: Wolfgang Denk <wd@denx.de>
46371 Date:   Fri Jul 6 02:50:19 2007 +0200
46372
46373     Code cleanup and default config update for STC GP3 SSA board.
46374
46375     Signed-off-by: Wolfgang Denk <wd@denx.de>
46376
46377 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
46378 Author: Wolfgang Denk <wd@denx.de>
46379 Date:   Thu Jul 5 17:56:27 2007 +0200
46380
46381     Fixing some typos etc. introduced mainly by cfg patches.
46382
46383     Signed-off-by: Wolfgang Denk <wd@denx.de>
46384
46385 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
46386 Author: Wolfgang Denk <wd@denx.de>
46387 Date:   Thu Jul 5 11:12:16 2007 +0200
46388
46389     Minor coding style cleanup. Update CHANGELOG.
46390
46391 commit dca3b3d6d6396b67e5e84af53452164923c73443
46392 Author: Jon Loeliger <jdl@jdl.com>
46393 Date:   Wed Jul 4 22:33:46 2007 -0500
46394
46395     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
46396
46397     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46398
46399 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
46400 Author: Jon Loeliger <jdl@jdl.com>
46401 Date:   Wed Jul 4 22:33:38 2007 -0500
46402
46403     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
46404
46405     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46406
46407 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
46408 Author: Jon Loeliger <jdl@jdl.com>
46409 Date:   Wed Jul 4 22:33:30 2007 -0500
46410
46411     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
46412
46413     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46414
46415 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
46416 Author: Jon Loeliger <jdl@jdl.com>
46417 Date:   Wed Jul 4 22:33:23 2007 -0500
46418
46419     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
46420
46421     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46422
46423 commit 26a34560d56a9df5bc2ae23525d9229736134757
46424 Author: Jon Loeliger <jdl@jdl.com>
46425 Date:   Wed Jul 4 22:33:17 2007 -0500
46426
46427     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
46428
46429     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46430
46431 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
46432 Author: Jon Loeliger <jdl@jdl.com>
46433 Date:   Wed Jul 4 22:33:13 2007 -0500
46434
46435     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
46436
46437     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46438
46439 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
46440 Author: Jon Loeliger <jdl@jdl.com>
46441 Date:   Wed Jul 4 22:33:07 2007 -0500
46442
46443     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
46444
46445     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46446
46447 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
46448 Author: Jon Loeliger <jdl@jdl.com>
46449 Date:   Wed Jul 4 22:33:01 2007 -0500
46450
46451     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
46452
46453     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46454
46455 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
46456 Author: Jon Loeliger <jdl@jdl.com>
46457 Date:   Wed Jul 4 22:32:57 2007 -0500
46458
46459     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
46460
46461     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46462
46463 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
46464 Author: Jon Loeliger <jdl@jdl.com>
46465 Date:   Wed Jul 4 22:32:51 2007 -0500
46466
46467     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
46468
46469     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46470
46471 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
46472 Author: Jon Loeliger <jdl@jdl.com>
46473 Date:   Wed Jul 4 22:32:32 2007 -0500
46474
46475     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
46476
46477     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46478
46479 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
46480 Author: Jon Loeliger <jdl@jdl.com>
46481 Date:   Wed Jul 4 22:32:25 2007 -0500
46482
46483     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
46484
46485     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46486
46487 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
46488 Author: Jon Loeliger <jdl@jdl.com>
46489 Date:   Wed Jul 4 22:32:19 2007 -0500
46490
46491     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
46492
46493     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46494
46495 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
46496 Author: Jon Loeliger <jdl@jdl.com>
46497 Date:   Wed Jul 4 22:32:10 2007 -0500
46498
46499     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
46500
46501     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46502
46503 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
46504 Author: Jon Loeliger <jdl@jdl.com>
46505 Date:   Wed Jul 4 22:32:03 2007 -0500
46506
46507     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
46508
46509     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46510
46511 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
46512 Author: Jon Loeliger <jdl@jdl.com>
46513 Date:   Wed Jul 4 22:31:56 2007 -0500
46514
46515     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
46516
46517     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46518
46519 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
46520 Author: Jon Loeliger <jdl@jdl.com>
46521 Date:   Wed Jul 4 22:31:49 2007 -0500
46522
46523     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
46524
46525     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46526
46527 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
46528 Author: Jon Loeliger <jdl@jdl.com>
46529 Date:   Wed Jul 4 22:31:42 2007 -0500
46530
46531     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
46532
46533     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46534
46535 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
46536 Author: Jon Loeliger <jdl@jdl.com>
46537 Date:   Wed Jul 4 22:31:35 2007 -0500
46538
46539     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
46540
46541     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46542
46543 commit d794cfefead5fc177cf4f41164e80382e9c9484a
46544 Author: Jon Loeliger <jdl@jdl.com>
46545 Date:   Wed Jul 4 22:31:15 2007 -0500
46546
46547     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
46548
46549     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46550
46551 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
46552 Author: Jon Loeliger <jdl@jdl.com>
46553 Date:   Wed Jul 4 22:31:07 2007 -0500
46554
46555     include/configs: Use new CONFIG_CMD_* in STx board config files.
46556
46557     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46558
46559 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
46560 Author: Jon Loeliger <jdl@jdl.com>
46561 Date:   Wed Jul 4 22:30:58 2007 -0500
46562
46563     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
46564
46565     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46566
46567 commit 2694690e285acaa34922f55f4b5ae030da60c55a
46568 Author: Jon Loeliger <jdl@jdl.com>
46569 Date:   Wed Jul 4 22:30:50 2007 -0500
46570
46571     include/configs: Use new CONFIG_CMD_* in TQM board config files.
46572
46573     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46574
46575 commit 1cc4c458329765b58e584a19821e796b3c10e976
46576 Author: Jon Loeliger <jdl@jdl.com>
46577 Date:   Wed Jul 4 22:30:28 2007 -0500
46578
46579     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
46580
46581     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46582
46583 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
46584 Author: Jon Loeliger <jdl@jdl.com>
46585 Date:   Wed Jul 4 22:30:06 2007 -0500
46586
46587     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
46588
46589     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46590
46591 commit b44896215a09c60fa40cae906f7ed207bbc2c492
46592 Author: Sergei Poselenov <sposelenov@emcraft.com>
46593 Date:   Thu Jul 5 08:17:37 2007 +0200
46594
46595     Merged POST framework with the current TOT.
46596
46597     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46598
46599 commit b24629fa377214d63bb40d1360e354b6d3e4af56
46600 Author: Jon Loeliger <jdl@jdl.com>
46601 Date:   Wed Jun 13 13:23:15 2007 -0500
46602
46603     mpc86xx: Remove old CFG_CMD_* references.
46604
46605     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46606
46607 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
46608 Author: Jon Loeliger <jdl@jdl.com>
46609 Date:   Wed Jun 13 13:22:54 2007 -0500
46610
46611     Add MPC8568MDS to MAKEALL 85xx target.
46612
46613     It was missing from the original port submission.
46614
46615     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46616
46617 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
46618 Author: Jon Loeliger <jdl@jdl.com>
46619 Date:   Wed Jun 13 13:22:08 2007 -0500
46620
46621     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
46622
46623     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46624
46625 commit 56b304ac2091689506088a9ae67f63fd6300cf16
46626 Author: Jon Loeliger <jdl@jdl.com>
46627 Date:   Wed Jun 13 13:21:37 2007 -0500
46628
46629     Fix #if typo in CONFIG_CMD_* changes.
46630
46631     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46632
46633 commit f780b83316d9af1f61d71cc88b1917b387b9b995
46634 Author: Niklaus Giger <niklausgiger@gmx.ch>
46635 Date:   Wed Jun 27 18:11:38 2007 +0200
46636
46637     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
46638
46639     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
46640
46641 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
46642 Author: Stefan Roese <sr@denx.de>
46643 Date:   Wed Jul 4 10:06:30 2007 +0200
46644
46645     ppc4xx: Update lwmon5 board
46646
46647     - Add optional ECC generation routine to preserve existing
46648       RAM values. This is needed for the Linux log-buffer support
46649     - Add optional DDR2 setup with CL=4
46650     - GPIO50 not used anymore
46651     - Lime register setup added
46652
46653     Signed-off-by: Stefan Roese <sr@denx.de>
46654
46655 commit 6810a34677dbc446334f5e451f1682426dd33b49
46656 Author: Grant Likely <grant.likely@secretlab.ca>
46657 Date:   Tue Jul 3 00:17:28 2007 -0600
46658
46659     Fix Makefile to use $(MKCONFIG) macro for all board ports
46660
46661     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46662
46663 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
46664 Author: Grant Likely <grant.likely@secretlab.ca>
46665 Date:   Tue Jul 3 00:17:28 2007 -0600
46666
46667     Fix Makefile to use $(MKCONFIG) macro for all board ports
46668
46669     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46670
46671 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
46672 Author: Grant Likely <grant.likely@secretlab.ca>
46673 Date:   Tue Jul 3 00:34:49 2007 -0600
46674
46675     Correct fixup relocation for mpc83xx
46676
46677     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46678
46679 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
46680 Author: Grant Likely <grant.likely@secretlab.ca>
46681 Date:   Tue Jul 3 00:34:44 2007 -0600
46682
46683     Correct fixup relocation for mpc8260
46684
46685     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46686
46687 commit f3a52fe05923935db86985daf9438e2f70ac39aa
46688 Author: Grant Likely <grant.likely@secretlab.ca>
46689 Date:   Tue Jul 3 00:34:39 2007 -0600
46690
46691     Correct fixup relocation for mpc824x
46692
46693     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46694
46695 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
46696 Author: Grant Likely <grant.likely@secretlab.ca>
46697 Date:   Tue Jul 3 00:34:34 2007 -0600
46698
46699     Correct fixup relocation for mpc8220
46700
46701     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46702
46703 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
46704 Author: Grant Likely <grant.likely@secretlab.ca>
46705 Date:   Tue Jul 3 00:34:29 2007 -0600
46706
46707     Correct fixup relocation for MPC5xxx
46708
46709     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46710
46711 commit 3649cd99ba815b6601868735765602f00ef3692b
46712 Author: Grant Likely <grant.likely@secretlab.ca>
46713 Date:   Tue Jul 3 00:34:24 2007 -0600
46714
46715     Correct relocation fixup for mpc5xx
46716
46717     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46718
46719 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
46720 Author: Grant Likely <grant.likely@secretlab.ca>
46721 Date:   Tue Jul 3 00:34:19 2007 -0600
46722
46723     Don't set gd->reloc_off if relocation of .fixup works correctly
46724
46725     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46726
46727 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
46728 Author: Grant Likely <grant.likely@secretlab.ca>
46729 Date:   Tue Jul 3 00:34:14 2007 -0600
46730
46731     Remove obsolete mpc83xx linker scripts
46732
46733     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46734
46735 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
46736 Author: Grant Likely <grant.likely@secretlab.ca>
46737 Date:   Tue Jul 3 00:34:09 2007 -0600
46738
46739     Consolidate mpc8260 linker scripts
46740
46741     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46742
46743 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
46744 Author: Grant Likely <grant.likely@secretlab.ca>
46745 Date:   Tue Jul 3 00:34:04 2007 -0600
46746
46747     Remove obsolete mpc824x linker scripts
46748
46749     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46750
46751 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
46752 Author: Grant Likely <grant.likely@secretlab.ca>
46753 Date:   Tue Jul 3 00:33:59 2007 -0600
46754
46755     Remove obsolete mpc824x linker scripts (3 of 4)
46756
46757     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46758
46759 commit a71c084f3ac7fedf144537db2b2da47323068833
46760 Author: Grant Likely <grant.likely@secretlab.ca>
46761 Date:   Tue Jul 3 00:33:53 2007 -0600
46762
46763     Remove obsolete mpc824x linker scripts (2 of 4)
46764
46765     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46766
46767 commit f670a15468d1365241d40022b9408e1004181f5e
46768 Author: Grant Likely <grant.likely@secretlab.ca>
46769 Date:   Tue Jul 3 00:33:48 2007 -0600
46770
46771     Remove obsolete mpc824x linker scripts (1 of 4)
46772
46773     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46774
46775 commit 09555bd45a04c0e54f172528d21bc18896550d28
46776 Author: Grant Likely <grant.likely@secretlab.ca>
46777 Date:   Tue Jul 3 00:33:43 2007 -0600
46778
46779     Remove obsolete mpc8220 linker scripts
46780
46781     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46782
46783 commit 5efb992f046e51225c93d52f80fecbe433abd789
46784 Author: Grant Likely <grant.likely@secretlab.ca>
46785 Date:   Tue Jul 3 00:33:38 2007 -0600
46786
46787     Remove obsolete mpc5xxx linker scripts (3 of 3)
46788
46789     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46790
46791 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
46792 Author: Grant Likely <grant.likely@secretlab.ca>
46793 Date:   Tue Jul 3 00:33:33 2007 -0600
46794
46795     Remove obsolete mpc5xxx linker scripts (2 of 3)
46796
46797     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46798
46799 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
46800 Author: Grant Likely <grant.likely@secretlab.ca>
46801 Date:   Tue Jul 3 00:33:28 2007 -0600
46802
46803     Remove obsolete mpc5xxx linker scripts (1 of 3)
46804
46805     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46806
46807 commit b7d8e05f8675249b5f208aa73babeed384a4519d
46808 Author: Grant Likely <grant.likely@secretlab.ca>
46809 Date:   Tue Jul 3 00:33:23 2007 -0600
46810
46811     Remove obsolete mpc5xx linker scripts
46812
46813     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46814
46815 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
46816 Author: Grant Likely <grant.likely@secretlab.ca>
46817 Date:   Tue Jul 3 00:33:18 2007 -0600
46818
46819     Consolidate mpc83xx linker scripts
46820
46821     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46822
46823 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
46824 Author: Grant Likely <grant.likely@secretlab.ca>
46825 Date:   Tue Jul 3 00:33:13 2007 -0600
46826
46827     Consolidate mpc8260 linker scripts
46828
46829     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46830
46831 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
46832 Author: Grant Likely <grant.likely@secretlab.ca>
46833 Date:   Tue Jul 3 00:33:08 2007 -0600
46834
46835     Consolidate mpc824x linker scripts
46836
46837     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46838
46839 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
46840 Author: Grant Likely <grant.likely@secretlab.ca>
46841 Date:   Tue Jul 3 00:33:03 2007 -0600
46842
46843     Consolidate mpc8220 linker scripts
46844
46845     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46846
46847 commit d181c9a15cd41863fe24840d17848429f27d3c8c
46848 Author: Grant Likely <grant.likely@secretlab.ca>
46849 Date:   Tue Jul 3 00:32:58 2007 -0600
46850
46851     Consolidate mpc5xxx linker scripts
46852
46853     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46854
46855 commit 287ac924adb7291bebe5086652a362a30ab28b13
46856 Author: Grant Likely <grant.likely@secretlab.ca>
46857 Date:   Tue Jul 3 00:32:53 2007 -0600
46858
46859     Consolidate mpc5xx linker scripts
46860
46861     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46862
46863 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
46864 Author: Wolfgang Denk <wd@denx.de>
46865 Date:   Wed Jul 4 00:43:53 2007 +0200
46866
46867     Fix a few file permission problems.
46868
46869     Signed-off-by: Wolfgang Denk <wd@denx.de>
46870
46871 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
46872 Author: Wolfgang Denk <wd@denx.de>
46873 Date:   Wed Jul 4 00:38:38 2007 +0200
46874
46875     Minor coding style cleanup. Rebuild CHANGELOG file.
46876
46877 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
46878 Author: Jon Loeliger <jdl@jdl.com>
46879 Date:   Mon Jun 11 19:03:44 2007 -0500
46880
46881     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
46882
46883     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46884
46885 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
46886 Author: Jon Loeliger <jdl@jdl.com>
46887 Date:   Mon Jun 11 19:03:39 2007 -0500
46888
46889     README: Rewrite command line config to use CONFIG_CMD_* names.
46890
46891     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46892
46893 commit 72a074cec68e5bad60d63206c050974e08afd804
46894 Author: Jon Loeliger <jdl@jdl.com>
46895 Date:   Mon Jun 11 19:03:34 2007 -0500
46896
46897     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46898
46899     This is a compatibility step that allows both the older form
46900     and the new form to co-exist for a while until the older can
46901     be removed entirely.
46902
46903     All transformations are of the form:
46904     Before:
46905         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46906     After:
46907         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46908
46909     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46910
46911 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
46912 Author: Jon Loeliger <jdl@jdl.com>
46913 Date:   Mon Jun 11 19:03:28 2007 -0500
46914
46915     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46916
46917     This is a compatibility step that allows both the older form
46918     and the new form to co-exist for a while until the older can
46919     be removed entirely.
46920
46921     All transformations are of the form:
46922     Before:
46923         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46924     After:
46925         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46926
46927     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46928
46929 commit 9107ebe0d352420895ab69b715697bdebc8caf50
46930 Author: Jon Loeliger <jdl@jdl.com>
46931 Date:   Mon Jun 11 19:03:23 2007 -0500
46932
46933     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46934
46935     This is a compatibility step that allows both the older form
46936     and the new form to co-exist for a while until the older can
46937     be removed entirely.
46938
46939     All transformations are of the form:
46940     Before:
46941         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46942     After:
46943         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46944
46945     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46946
46947 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
46948 Author: Jon Loeliger <jdl@jdl.com>
46949 Date:   Mon Jun 11 19:03:19 2007 -0500
46950
46951     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46952
46953     This is a compatibility step that allows both the older form
46954     and the new form to co-exist for a while until the older can
46955     be removed entirely.
46956
46957     All transformations are of the form:
46958     Before:
46959         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46960     After:
46961         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46962
46963     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46964
46965 commit 737184114ec9c9e0ab94d6713536126073bd2472
46966 Author: Jon Loeliger <jdl@jdl.com>
46967 Date:   Mon Jun 11 19:03:15 2007 -0500
46968
46969     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46970
46971     This is a compatibility step that allows both the older form
46972     and the new form to co-exist for a while until the older can
46973     be removed entirely.
46974
46975     All transformations are of the form:
46976     Before:
46977         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46978     After:
46979         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46980
46981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46982
46983 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
46984 Author: Jon Loeliger <jdl@jdl.com>
46985 Date:   Mon Jun 11 19:03:08 2007 -0500
46986
46987     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46988
46989     This is a compatibility step that allows both the older form
46990     and the new form to co-exist for a while until the older can
46991     be removed entirely.
46992
46993     All transformations are of the form:
46994     Before:
46995         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46996     After:
46997         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46998
46999     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47000
47001 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
47002 Author: Jon Loeliger <jdl@jdl.com>
47003 Date:   Mon Jun 11 19:03:03 2007 -0500
47004
47005     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47006
47007     This is a compatibility step that allows both the older form
47008     and the new form to co-exist for a while until the older can
47009     be removed entirely.
47010
47011     All transformations are of the form:
47012     Before:
47013         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47014     After:
47015         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47016
47017     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47018
47019 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
47020 Author: Jon Loeliger <jdl@jdl.com>
47021 Date:   Mon Jun 11 19:02:58 2007 -0500
47022
47023     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47024
47025     This is a compatibility step that allows both the older form
47026     and the new form to co-exist for a while until the older can
47027     be removed entirely.
47028
47029     All transformations are of the form:
47030     Before:
47031         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47032     After:
47033         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47034
47035     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47036
47037 commit 98b79003c21c2578206003256de4e781d6b36ca8
47038 Author: Jon Loeliger <jdl@jdl.com>
47039 Date:   Mon Jun 11 19:02:53 2007 -0500
47040
47041     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47042
47043     This is a compatibility step that allows both the older form
47044     and the new form to co-exist for a while until the older can
47045     be removed entirely.
47046
47047     All transformations are of the form:
47048     Before:
47049         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47050     After:
47051         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47052
47053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47054
47055 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
47056 Author: Jon Loeliger <jdl@jdl.com>
47057 Date:   Mon Jun 11 19:02:49 2007 -0500
47058
47059     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47060
47061     This is a compatibility step that allows both the older form
47062     and the new form to co-exist for a while until the older can
47063     be removed entirely.
47064
47065     All transformations are of the form:
47066     Before:
47067         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47068     After:
47069         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47070
47071     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47072
47073 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
47074 Author: Jon Loeliger <jdl@jdl.com>
47075 Date:   Mon Jun 11 19:02:34 2007 -0500
47076
47077     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47078
47079     This is a compatibility step that allows both the older form
47080     and the new form to co-exist for a while until the older can
47081     be removed entirely.
47082
47083     All transformations are of the form:
47084     Before:
47085         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47086     After:
47087         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47088
47089     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47090
47091 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
47092 Author: Jon Loeliger <jdl@jdl.com>
47093 Date:   Mon Jun 11 19:02:20 2007 -0500
47094
47095     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47096
47097     This is a compatibility step that allows both the older form
47098     and the new form to co-exist for a while until the older can
47099     be removed entirely.
47100
47101     All transformations are of the form:
47102     Before:
47103         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47104     After:
47105         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47106
47107     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47108
47109 commit d5be43de93ff905c465e509d45a3164ef48d26e7
47110 Author: Jon Loeliger <jdl@jdl.com>
47111 Date:   Mon Jun 11 19:02:10 2007 -0500
47112
47113     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47114
47115     This is a compatibility step that allows both the older form
47116     and the new form to co-exist for a while until the older can
47117     be removed entirely.
47118
47119     All transformations are of the form:
47120     Before:
47121         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47122     After:
47123         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47124
47125     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47126
47127 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
47128 Author: Jon Loeliger <jdl@jdl.com>
47129 Date:   Mon Jun 11 19:02:05 2007 -0500
47130
47131     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47132
47133     This is a compatibility step that allows both the older form
47134     and the new form to co-exist for a while until the older can
47135     be removed entirely.
47136
47137     All transformations are of the form:
47138     Before:
47139         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47140     After:
47141         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47142
47143     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47144
47145 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
47146 Author: Jon Loeliger <jdl@jdl.com>
47147 Date:   Mon Jun 11 19:01:54 2007 -0500
47148
47149     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47150
47151     This is a compatibility step that allows both the older form
47152     and the new form to co-exist for a while until the older can
47153     be removed entirely.
47154
47155     All transformations are of the form:
47156     Before:
47157         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47158     After:
47159         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47160
47161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47162
47163 commit a76adc8142c1d956385a109e0b70f9319ede4d66
47164 Author: Jon Loeliger <jdl@jdl.com>
47165 Date:   Mon Jun 11 19:01:43 2007 -0500
47166
47167     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
47168
47169     This is a compatibility step that allows both the older form
47170     and the new form to co-exist for a while until the older can
47171     be removed entirely.
47172
47173     All transformations are of the form:
47174     Before:
47175         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
47176     After:
47177         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
47178
47179     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47180
47181 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
47182 Author: Jon Loeliger <jdl@jdl.com>
47183 Date:   Mon Jun 11 19:01:34 2007 -0500
47184
47185     Introduce initial versions of new Command Config files.
47186
47187     Derive three new files from cmd_confdefs.h:
47188         config_bootp.h - Has BOOTP related config options, not commands
47189         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
47190         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
47191
47192     For now, include "config_bootp.h" for compatability until all
47193     users of it directly include it properly.
47194
47195     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47196
47197 commit 1f2a05898658900dc5717761e27abf2052e67e13
47198 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
47199 Date:   Sat Jun 30 18:50:48 2007 +0200
47200
47201     Fix S-ATA support.
47202
47203     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
47204
47205 commit a5d71e290f3673269be8eefb4ec44f53412f9461
47206 Author: Heiko Schocher <hs@pollux.denx.de>
47207 Date:   Mon Jun 25 19:11:37 2007 +0200
47208
47209     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
47210
47211     Signed-off-by: Heiko Schocher <hs@denx.de>
47212
47213 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
47214 Author: Niklaus Giger <niklaus.giger@nestal.com>
47215 Date:   Mon Jun 25 17:03:13 2007 +0200
47216
47217     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
47218
47219     This patch prints the DDR status registers upon machine check
47220     interrupt on the 440EPx/GRx. This can be useful especially when
47221     ECC support is enabled.
47222
47223     I added some small changes to the original patch from Niklaus to
47224     make it compile clean.
47225
47226     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
47227     Signed-off-by: Stefan Roese <sr@denx.de>
47228
47229 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
47230 Author: Niklaus Giger <niklaus.giger@nestal.com>
47231 Date:   Mon Jun 25 16:50:55 2007 +0200
47232
47233     ppc4xx: Fix O=buildir builds
47234
47235     This patch fixes the problem to assemble cpu/ppc4xx/start.S
47236     experienced last week where building failed having specified
47237     O=../build.sequoia.
47238
47239     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
47240
47241 commit 466fff1a7bb5fe764a06450626f6098219f446b8
47242 Author: Stefan Roese <sr@denx.de>
47243 Date:   Mon Jun 25 15:57:39 2007 +0200
47244
47245     ppc4xx: Add pci_pre_init() for 405 boards
47246
47247     This patch removes the CFG_PCI_PRE_INIT option completely, since
47248     it's not needed anymore with the patch from Matthias Fuchs with
47249     the "weak" pci_pre_init() implementation.
47250
47251     Signed-off-by: Stefan Roese <sr@denx.de>
47252
47253 commit 6f35c53166213c24a5a0e2390ed861136ff73870
47254 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47255 Date:   Sun Jun 24 17:41:21 2007 +0200
47256
47257     ppc4xx: Maintenance patch for esd's CPCI405 derivats
47258
47259     -add pci_pre_init() for pci interrupt fixup code
47260     -disable phy sleep mode via reset_phy() function
47261     -use correct io accessors
47262     -cleanup
47263
47264     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47265
47266 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
47267 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47268 Date:   Sun Jun 24 17:23:41 2007 +0200
47269
47270     ppc4xx: Add pci_pre_init() for 405 boards
47271
47272     This patch adds support for calling a plattform dependant
47273     pci_pre_init() function for 405 boards. This can be used to
47274     move the current pci_405gp_fixup_irq() function into the
47275     board code.
47276
47277     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
47278     A default function with 'weak' attribute is used when
47279     a board specific pci_pre_init() is not implemented.
47280
47281     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47282
47283 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
47284 Author: Wolfgang Denk <wd@denx.de>
47285 Date:   Fri Jun 22 23:59:00 2007 +0200
47286
47287     Coding stylke cleanup; rebuild CHANGELOG
47288
47289 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
47290 Author: Igor Lisitsin <igor@emcraft.com>
47291 Date:   Wed Apr 18 14:55:19 2007 +0400
47292
47293     Adapt log buffer code to support Linux 2.6
47294
47295     A new environment variable, "logversion", selects the log buffer
47296     behaviour. If it is not set or set to a value other than 2, then the
47297     old, Linux 2.4.4, behaviour is selected.
47298
47299     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
47300     --
47301
47302 commit a11e06965ec91270c51853407ff1261d3c740386
47303 Author: Igor Lisitsin <igor@emcraft.com>
47304 Date:   Wed Mar 28 19:06:19 2007 +0400
47305
47306     Extend POST support for PPC440
47307
47308     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
47309
47310     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
47311     --
47312
47313 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
47314 Author: Heiko Schocher <hs@pollux.denx.de>
47315 Date:   Fri Jun 22 19:11:54 2007 +0200
47316
47317     [PCS440EP]      upgrade the PCS440EP board:
47318                     - Show on the Status LEDs, some States of the board.
47319                     - Get the MAC addresses from the EEProm
47320                     - use PREBOOT
47321                     - use the CF on the board.
47322                     - check the U-Boot image in the Flash with a SHA1
47323                       checksum.
47324                     - use dynamic TLB entries generation for the SDRAM
47325
47326     Signed-off-by: Heiko Schocher <hs@denx.de>
47327
47328 commit 3a1f5c81b0b9557817a789bece839905581c2205
47329 Author: Stefan Roese <sr@denx.de>
47330 Date:   Fri Jun 22 16:58:40 2007 +0200
47331
47332     ppc4xx: Fix problem with extended program_tlb() funtion
47333
47334     The recently extended program_tlb() function had a problem when
47335     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
47336     virtual address was not incremented. This patch fixes this issue
47337     and is tested on Katmai with 512MB SDRAM.
47338
47339     Signed-off-by: Stefan Roese <sr@denx.de>
47340
47341 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
47342 Author: Rafal Jaworowski <raj@semihalf.com>
47343 Date:   Fri Jun 22 14:58:04 2007 +0200
47344
47345     [ppc] Fix build breakage for all non-4xx PowerPC variants.
47346
47347     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
47348     - minor 4xx cleanup
47349
47350 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
47351 Author: Mike Frysinger <vapier@gentoo.org>
47352 Date:   Fri Jun 22 10:34:12 2007 +0200
47353
47354     [patch] add nand_init() prototype to nand.h
47355
47356     since nand_init() is expected to be called by other parts of u-boot, there
47357     should be a prototype for it in nand.h
47358
47359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47360     Signed-off-by: Stefan Roese <sr@denx.de>
47361
47362 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
47363 Author: Wolfgang Denk <wd@denx.de>
47364 Date:   Wed Jun 20 18:14:24 2007 +0200
47365
47366     Coding style cleanup. Refresh CHANGELOG.
47367
47368 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
47369 Author: Stefan Roese <sr@denx.de>
47370 Date:   Tue Jun 19 17:22:44 2007 +0200
47371
47372     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
47373
47374     This patch adds a board command to configure the I2C bootstrap EEPROM
47375     values. Right now 533 and 667MHz are supported for booting either via NOR
47376     or NAND FLASH. Here the usage:
47377
47378     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
47379     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
47380
47381     Signed-off-by: Stefan Roese <sr@denx.de>
47382
47383 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
47384 Author: Stefan Roese <sr@denx.de>
47385 Date:   Tue Jun 19 16:42:31 2007 +0200
47386
47387     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
47388
47389     The latest changes showed a problem with the location of the NAND-SPL
47390     image in the OCM and the init-data area (incl. cache). This patch
47391     fixes this problem.
47392
47393     Signed-off-by: Stefan Roese <sr@denx.de>
47394
47395 commit 86ba99e34194394052d24c04dc40d1263d29a26f
47396 Author: Stefan Roese <sr@denx.de>
47397 Date:   Tue Jun 19 16:40:58 2007 +0200
47398
47399     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
47400
47401     Signed-off-by: Stefan Roese <sr@denx.de>
47402
47403 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
47404 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47405 Date:   Mon Jun 18 13:50:13 2007 -0500
47406
47407     Added M5329AFEE and M5329BFEE Platforms
47408
47409     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
47410     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
47411     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
47412     rtc/mcfrtc.c
47413
47414     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
47415     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
47416     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
47417     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
47418     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
47419     lib_m68k/time.c, net/eth.c and rtc/Makefile
47420
47421     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47422
47423 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
47424 Author: Michal Simek <monstr@monstr.eu>
47425 Date:   Sun Jun 17 19:04:11 2007 +0200
47426
47427     [fix] email reparation
47428
47429 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
47430 Author: Michal Simek <monstr@monstr.eu>
47431 Date:   Sun Jun 17 19:03:21 2007 +0200
47432
47433     [FIX] fix microblaze file permitission
47434
47435 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
47436 Author: Stefan Roese <sr@denx.de>
47437 Date:   Fri Jun 15 11:33:41 2007 +0200
47438
47439     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
47440
47441     Now CONFIG_440 has to be defined in all PPC440 board config files.
47442
47443     Signed-off-by: Stefan Roese <sr@denx.de>
47444
47445 commit efa35cf12d914d4caba942acd5a6c45f217de302
47446 Author: Grzegorz Bernacki <gjb@semihalf.com>
47447 Date:   Fri Jun 15 11:19:28 2007 +0200
47448
47449     ppc4xx: Clean up 440 exceptions handling
47450
47451     - Introduced dedicated switches for building 440 and 405 images required
47452       for 440-specific machine instructions like 'rfmci' etc.
47453
47454     - Exception vectors moved to the proper location (_start moved away from
47455       the critical exception handler space, which it occupied)
47456
47457     - CriticalInput now serviced (with default handler)
47458
47459     - MachineCheck properly serviced (added a dedicated handler and return
47460       subroutine)
47461
47462     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
47463       unhandled and those not relevant for 4xx were eliminated)
47464
47465     - Eliminated Linux leftovers, removed dead code
47466
47467     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47468     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
47469     Signed-off-by: Stefan Roese <sr@denx.de>
47470
47471 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
47472 Author: Stefan Roese <sr@denx.de>
47473 Date:   Fri Jun 15 08:18:01 2007 +0200
47474
47475     [ppc4xx] Add initial lwmon5 board support
47476
47477     This patch adds initial support for the Liebherr lwmon5 board euqipped
47478     with an AMCC 440EPx PowerPC.
47479
47480     Signed-off-by: Stefan Roese <sr@denx.de>
47481
47482 commit 85f737376d5ff3d5f0d45a8b657686326d175307
47483 Author: Stefan Roese <sr@denx.de>
47484 Date:   Fri Jun 15 07:39:43 2007 +0200
47485
47486     [ppc4xx] Extend 44x GPIO setup with default output state
47487
47488     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
47489     is extended with the default GPIO output state (level).
47490
47491     Signed-off-by: Stefan Roese <sr@denx.de>
47492
47493 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
47494 Author: Stefan Roese <sr@denx.de>
47495 Date:   Thu Jun 14 11:14:32 2007 +0200
47496
47497     [ppc4xx] Extend program_tlb() with virtual & physical addresses
47498
47499     Now program_tlb() allows to program a TLB (or multiple) with
47500     different virtual and physical addresses. With this change, now one
47501     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
47502     diabled and once with caches enabled.
47503
47504     Signed-off-by: Stefan Roese <sr@denx.de>
47505
47506 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
47507 Author: Detlev Zundel <dzu@denx.de>
47508 Date:   Wed May 23 19:02:41 2007 +0200
47509
47510     Change 'repeatable' attribute of some commands to sensible values.
47511
47512     Most prominently this changes 'erase' to be non-repeatable.
47513
47514     Signed-off-by: Detlev Zundel <dzu@denx.de>
47515
47516 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
47517 Author: Detlev Zundel <dzu@denx.de>
47518 Date:   Wed May 23 18:47:48 2007 +0200
47519
47520     Fix 'run' not to continue after interrupted command
47521
47522     Signed-off-by: Detlev Zundel <dzu@denx.de>
47523
47524 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
47525 Author: Jason Jin <Jason.jin@freescale.com>
47526 Date:   Mon Jun 11 15:14:24 2007 +0200
47527
47528     USB: This patch fix readl in ohci swap reg access.
47529
47530     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
47531
47532 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
47533 Author: Bartlomiej Sieka <tur@semihalf.com>
47534 Date:   Fri Jun 8 14:52:22 2007 +0200
47535
47536     TQM5200: Add Flat Device Tree support, update default env. accordingly.
47537
47538     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
47539     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47540
47541 commit 9045f33c023f698660a2e45d1b2194c0711abebc
47542 Author: Wolfgang Denk <wd@denx.de>
47543 Date:   Fri Jun 8 10:24:58 2007 +0200
47544
47545     Fix config problems on SC3 board; make ide_reset_timeout work.
47546
47547 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
47548 Author: Benoît Monin <bmonin@adeneo.eu>
47549 Date:   Fri Jun 8 09:55:24 2007 +0200
47550
47551     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
47552
47553     Set the correct value in GPIOx_TCR when configuring the gpio
47554     with CFG_440_GPIO_TABLE.
47555
47556     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
47557     Signed-off-by: Stefan Roese <sr@denx.de>
47558
47559 commit f539edc076cfe52bff919dd512ba8d7af0e22092
47560 Author: Vadim Bendebury <vbendeb@google.com>
47561 Date:   Thu May 24 15:52:25 2007 -0700
47562
47563     cosmetic changes to bcm570x driver
47564
47565     This is a cosmetic only changes submission.
47566     It affects files relevant to bcm570x driver.
47567     the commands used to generate this change was
47568
47569     cd drivers
47570     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
47571
47572     The BMW target (the only one using this chip so far) builds cleanly, the
47573     `before and after' generated object files for drivers/bcm570x.c and
47574     drivers/tigon3.o are identical as reported by objdump -d
47575
47576     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
47577     Signed-off-by: Ben Warren <bwarren@qstreams.com>
47578
47579 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
47580 Author: Wolfgang Denk <wd@denx.de>
47581 Date:   Wed Jun 6 16:26:56 2007 +0200
47582
47583     Coding Style cleanup; generate new CHANGELOG file.
47584
47585     Signed-off-by: Wolfgang Denk <wd@denx.de>
47586
47587 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
47588 Author: Markus Klotzbuecher <mk@denx.de>
47589 Date:   Wed Jun 6 11:49:44 2007 +0200
47590
47591     TRAB, USB: update trab board configuration for use of generic ohci driver
47592
47593 commit dace45acd1c1357daa9322099d07c9a9e08b0024
47594 Author: Markus Klotzbuecher <mk@denx.de>
47595 Date:   Wed Jun 6 11:49:43 2007 +0200
47596
47597     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
47598
47599 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
47600 Author: Markus Klotzbuecher <mk@denx.de>
47601 Date:   Wed Jun 6 11:49:43 2007 +0200
47602
47603     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
47604
47605 commit fc43be478f2aa37ce38acd85355038866e4162af
47606 Author: Markus Klotzbuecher <mk@denx.de>
47607 Date:   Wed Jun 6 11:49:35 2007 +0200
47608
47609     USB/OHCI: endianness cleanup in the generic ohci driver
47610
47611 commit c440bfe6d6d92d66478a7e84402b31f48413617b
47612 Author: Stefan Roese <sr@denx.de>
47613 Date:   Wed Jun 6 11:42:13 2007 +0200
47614
47615     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
47616
47617     This patch adds NAND booting support for the AMCC Acadia eval board.
47618
47619     Please make sure to configure jumper J7 to position 2-3 when booting
47620     from NOR, and to position 1-2 when booting for NAND.
47621
47622     I also added a board command to configure the I2C bootstrap EEPROM
47623     values. Right now only 267MHz is support for booting either via NOR
47624     or NAND FLASH. Here the usage:
47625
47626     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
47627     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
47628
47629     Signed-off-by: Stefan Roese <sr@denx.de>
47630
47631 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
47632 Author: Rodolfo Giometti <giometti@linux.it>
47633 Date:   Wed Jun 6 10:08:14 2007 +0200
47634
47635     Files include/linux/byteorder/{big,little}_endian.h define
47636     __BIG_ENDIAN and __LITTLE_ENDIAN.
47637
47638     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
47639
47640 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
47641 Author: Zhang Wei <wei.zhang@freescale.com>
47642 Date:   Wed Jun 6 10:08:14 2007 +0200
47643
47644     Add USB PCI-OHCI, USB keyboard and event poll support to the
47645     MPC8641HPCN board config file.
47646
47647     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
47648
47649 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
47650 Author: Zhang Wei <wei.zhang@freescale.com>
47651 Date:   Wed Jun 6 10:08:14 2007 +0200
47652
47653     USB PCI-OHCI, interrupt pipe and usb event poll support
47654
47655     This patch added USB PCI-OHCI chips support, interrupt pipe support
47656     and usb event poll support. For supporting the USB interrupt pipe, the
47657     globe urb_priv is moved to purb in ed struct. Now, we can process
47658     several urbs at one time. The interrupt pipe support codes are ported
47659     from Linux kernel 2.4.
47660
47661     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
47662
47663 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
47664 Author: Zhang Wei <wei.zhang@freescale.com>
47665 Date:   Wed Jun 6 10:08:13 2007 +0200
47666
47667     USB event poll support
47668
47669     This patch adds USB event poll support, which could be used in usbkbd
47670     and other usb devices driver when the asynchronous interrupt
47671     processing is supported.
47672
47673     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
47674
47675 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
47676 Author: Rodolfo Giometti <giometti@linux.it>
47677 Date:   Wed Jun 6 10:08:12 2007 +0200
47678
47679     ISP116x: delay for crappy USB keys
47680
47681     Using some (very) slow USB keys cause the USB host controller buffers
47682     are not ready to be read by the CPU so we need an extra delay before
47683     reading the USB storage data.
47684
47685     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
47686
47687 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
47688 Author: Markus Klotzbuecher <mk@denx.de>
47689 Date:   Wed Jun 6 10:08:12 2007 +0200
47690
47691     Change duplicate usb_cpu_init_fail to usb_board_init_fail
47692
47693     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
47694     this out.
47695
47696     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47697
47698 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
47699 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
47700 Date:   Tue Jun 5 12:30:52 2007 -0500
47701
47702     mpc8641 image size cleanup
47703
47704     e600 does not have a bootpg restriction.
47705     Move the version string to beginning of image at fff00000.
47706     Resetvec.S is not needed.
47707     Update flash copy instructions.
47708     Add tftpflash env variable
47709
47710     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47711     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47712
47713 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
47714 Author: Benoît Monin <bmonin@adeneo.eu>
47715 Date:   Mon Jun 4 08:36:05 2007 +0200
47716
47717     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
47718
47719     The attached patch is mainly cosmetic, allowing u-boot to
47720     display the correct bootstrap option letter according to the
47721     datasheets.
47722
47723     The original patch was extended with 405EZ support by Stefan
47724     Roese.
47725
47726     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
47727     Signed-off-by: Stefan Roese <sr@denx.de>
47728
47729 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
47730 Author: Nikita V. Youshchenko <yoush@debian.org>
47731 Date:   Wed May 23 12:45:19 2007 +0400
47732
47733     fix compilation problem for mpc8349itx CFG_RAMBOOT
47734
47735     Current include/configs/MPC8349ITX.h does contain some support for building
47736     image that will be started from memory (without putting in into flash).
47737     It could be triggered by building with TEXT_BASE set to a low value.
47738
47739     However, this support is incomplete: using of low TEXT_BASE causes
47740     defining configuration macros in inconsistent way, which later leads
47741     to compilation errors. In particular. flash support is being disabled,
47742     but then flash structures get referenced.
47743
47744     This patch fixes this, making it possible to build with low TEXT_BASE.
47745
47746     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
47747
47748     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47749
47750 commit 8a364f0970de49949d635e60accf463c6443ef8c
47751 Author: Nikita V. Youshchenko <yoush@debian.org>
47752 Date:   Wed May 23 12:45:25 2007 +0400
47753
47754     add missing 'console' var to default mpc8349itx config
47755
47756     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47757
47758 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
47759 Author: Stefan Roese <sr@denx.de>
47760 Date:   Fri Jun 1 16:18:17 2007 +0200
47761
47762     ppc4xx: Add missing file for Bamboo NAND booting support
47763
47764     Signed-off-by: Stefan Roese <sr@denx.de>
47765
47766 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
47767 Author: Stefan Roese <sr@denx.de>
47768 Date:   Fri Jun 1 15:58:19 2007 +0200
47769
47770     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
47771
47772     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
47773     suggested by AMCC it is not recommended to dynamically change the EBC
47774     speed after bootup. So we undo this change to be on the safe side.
47775
47776     Signed-off-by: Stefan Roese <sr@denx.de>
47777
47778 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
47779 Author: Stefan Roese <sr@denx.de>
47780 Date:   Fri Jun 1 15:29:04 2007 +0200
47781
47782     ppc4xx: Update Sequoia NAND booting support with ECC
47783
47784     Signed-off-by: Stefan Roese <sr@denx.de>
47785
47786 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
47787 Author: Stefan Roese <sr@denx.de>
47788 Date:   Fri Jun 1 15:27:11 2007 +0200
47789
47790     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
47791
47792     This patch adds NAND booting support for the AMCC Bamboo eval board.
47793     Since the NAND-SPL boot image is limited to 4kbytes, this version
47794     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
47795     supported, since the setup code for I2C DIMM autodetection and
47796     configuration is too big for this NAND bootloader.
47797
47798     Signed-off-by: Stefan Roese <sr@denx.de>
47799
47800 commit 42be56f53c8b107868e6125c8524ae84293e95a7
47801 Author: Stefan Roese <sr@denx.de>
47802 Date:   Fri Jun 1 15:23:04 2007 +0200
47803
47804     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
47805
47806     The U-Boot NAND booting support is now extended to support ECC
47807     upon loading of the NAND U-Boot image.
47808
47809     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
47810
47811     Signed-off-by: Stefan Roese <sr@denx.de>
47812
47813 commit a471db07fbb65a841ffc9f4f112562b945230f98
47814 Author: Stefan Roese <sr@denx.de>
47815 Date:   Fri Jun 1 15:19:29 2007 +0200
47816
47817     ppc4xx: Prepare Bamboo port for NAND booting support
47818
47819     This patch updates the "normal" Bamboo NOR booting port, so
47820     that it is compatible with the coming soon NAND booting
47821     Bamboo port.
47822
47823     It also enables the 2nd NAND flash on the Bamboo.
47824
47825     Signed-off-by: Stefan Roese <sr@denx.de>
47826
47827 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
47828 Author: Stefan Roese <sr@denx.de>
47829 Date:   Fri Jun 1 15:16:58 2007 +0200
47830
47831     ppc4xx: Update in_be32() functions and friends to latest Linux version
47832
47833     Signed-off-by: Stefan Roese <sr@denx.de>
47834
47835 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
47836 Author: Stefan Roese <sr@denx.de>
47837 Date:   Fri Jun 1 15:15:12 2007 +0200
47838
47839     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
47840
47841     This patch adds hardware ECC support to the NDFC driver. It also
47842     changes the register access from using the "simple" in32/out32
47843     functions to the in_be32/out_be32 functions, which make sure
47844     that the access is correctly synced. This is the only recommended
47845     access to SoC registers in the current Linux kernel.
47846
47847     Signed-off-by: Stefan Roese <sr@denx.de>
47848
47849 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
47850 Author: Stefan Roese <sr@denx.de>
47851 Date:   Fri Jun 1 15:12:15 2007 +0200
47852
47853     NAND: Update nand_ecc.c to latest Linux version
47854
47855     This patch updates the nand_ecc code to the latest Linux version.
47856     The main reason for this is the more compact code. This makes
47857     it possible to include the ECC code into the NAND bootloader
47858     image (NAND_SPL) for PPC4xx.
47859
47860     Signed-off-by: Stefan Roese <sr@denx.de>
47861
47862 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
47863 Author: Stefan Roese <sr@denx.de>
47864 Date:   Fri Jun 1 15:09:50 2007 +0200
47865
47866     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
47867
47868     Signed-off-by: Stefan Roese <sr@denx.de>
47869
47870 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
47871 Author: Stefan Roese <sr@denx.de>
47872 Date:   Fri Jun 1 13:45:24 2007 +0200
47873
47874     ppc4xx: Change Luan config file to support ECC
47875
47876     With the updated 44x DDR2 driver the Luan board now supports
47877     ECC generation and checking.
47878
47879     Signed-off-by: Stefan Roese <sr@denx.de>
47880
47881 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
47882 Author: Stefan Roese <sr@denx.de>
47883 Date:   Fri Jun 1 13:45:00 2007 +0200
47884
47885     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
47886
47887     Add config option for 180 degree advance clock control as needed
47888     for the AMCC Luan eval board.
47889
47890     Signed-off-by: Stefan Roese <sr@denx.de>
47891
47892 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
47893 Author: Wolfgang Denk <wd@denx.de>
47894 Date:   Thu May 31 17:20:09 2007 +0200
47895
47896     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
47897
47898     Signed-off-by: Wolfgang Denk <wd@denx.de>
47899
47900 commit 7049288fb1f16f1b317140226cdebd07bd416395
47901 Author: Bartlomiej Sieka <tur@semihalf.com>
47902 Date:   Sun May 27 17:26:46 2007 +0200
47903
47904     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
47905
47906     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
47907
47908 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
47909 Author: Bartlomiej Sieka <tur@semihalf.com>
47910 Date:   Sun May 27 17:06:36 2007 +0200
47911
47912     Motion-PRO: Add support for redundant environment.
47913
47914     Enable redundant environment, add a MTD partition for it; also add env.
47915     variable command for passing MTD partitions to the kernel command line.
47916
47917     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47918     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47919
47920 commit a26eabeec31746f06d309103690892805696e344
47921 Author: Bartlomiej Sieka <tur@semihalf.com>
47922 Date:   Sun May 27 17:05:11 2007 +0200
47923
47924     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
47925
47926     Allow passing longer command line to the kernel - useful especially
47927     for passing MTD partition layout.
47928
47929     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47930     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47931
47932 commit 9160b96f71483a116de81c68985e8ee306d36764
47933 Author: Bartlomiej Sieka <tur@semihalf.com>
47934 Date:   Sun May 27 17:04:18 2007 +0200
47935
47936     Fix: Add missing NULL termination in strings expanded by macros parser.
47937
47938     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47939     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47940
47941 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
47942 Author: Bartlomiej Sieka <tur@semihalf.com>
47943 Date:   Sun May 27 17:03:37 2007 +0200
47944
47945     Motion-PRO: Update EEPROM's page write bits and write delay.
47946
47947     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
47948     have a page write capability of two bytes", and "This device offers fast (1ms)
47949     byte write". Add 3ms of extra delay.
47950
47951     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47952     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47953
47954 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
47955 Author: Bartlomiej Sieka <tur@semihalf.com>
47956 Date:   Sun May 27 16:58:45 2007 +0200
47957
47958     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
47959
47960     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
47961     networking does not function. This commit switches PHY to TX mode by clearing
47962     the FX_SEL bit of Mode Control Register. It also reverses commit
47963     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
47964
47965     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47966     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47967
47968 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
47969 Author: Bartlomiej Sieka <tur@semihalf.com>
47970 Date:   Sun May 27 16:57:15 2007 +0200
47971
47972     Motion-PRO: Add support for the temperature sensor.
47973
47974     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47975     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47976
47977 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
47978 Author: Bartlomiej Sieka <tur@semihalf.com>
47979 Date:   Sun May 27 16:55:23 2007 +0200
47980
47981     Motion-PRO: Add displaying of CPLD revision information during boot.
47982
47983     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
47984     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47985
47986 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
47987 Author: Bartlomiej Sieka <tur@semihalf.com>
47988 Date:   Sun May 27 16:53:43 2007 +0200
47989
47990     MPC5xxx: Change names of defines related to IPB and PCI clocks.
47991
47992     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
47993     them does not cause PCI or IPB clocks to run at the specified speed.
47994     Instead, they configure divisors used to calculate said clocks. This
47995     patch renames the defines according to their real function.
47996
47997     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47998     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47999
48000 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
48001 Author: Bartlomiej Sieka <tur@semihalf.com>
48002 Date:   Sun May 27 16:51:48 2007 +0200
48003
48004     Motion-PRO: Add LED support.
48005
48006     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
48007     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48008     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
48009
48010 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
48011 Author: Ulf Samuelsson <ulf@atmel.com>
48012 Date:   Thu May 24 12:12:47 2007 +0200
48013
48014     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
48015
48016     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
48017     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48018     Signed-off-by: Stefan Roese <sr@denx.de>
48019
48020 commit d756894722c888d09a9fa1df8323753772d3dcce
48021 Author: Stefan Roese <sr@denx.de>
48022 Date:   Thu May 24 09:49:00 2007 +0200
48023
48024     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
48025
48026     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
48027     fixes a small bug in the 405EZ OCM initialization. Thanks for
48028     spotting.
48029
48030     Signed-off-by: Stefan Roese <sr@denx.de>
48031
48032 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
48033 Author: Stefan Roese <sr@denx.de>
48034 Date:   Thu May 24 08:22:09 2007 +0200
48035
48036     ppc4xx: Update AMCC Acadia support for board revision 1.1
48037
48038     This patch updates the Acadia (405EZ) support for the new 1.1 board
48039     revision. It also adds support for NAND FLASH via the 4xx NDFC.
48040
48041     Please note that the jumper J7 must be in position 2-3 for this
48042     NAND support. Position 1-2 is for NAND booting only. NAND booting
48043     support will follow later.
48044
48045     Signed-off-by: Stefan Roese <sr@denx.de>
48046
48047 commit 822d55365bb557e084d0e33625a6dedcc866110b
48048 Author: Jon Loeliger <jdl@freescale.com>
48049 Date:   Wed May 23 14:09:46 2007 -0500
48050
48051     Add LIST_86xx MAKEALL target for PowerPC builds.
48052
48053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48054
48055 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
48056 Author: Stefan Roese <sr@denx.de>
48057 Date:   Tue May 22 12:48:09 2007 +0200
48058
48059     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
48060
48061     Signed-off-by: Stefan Roese <sr@denx.de>
48062
48063 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
48064 Author: Stefan Roese <sr@denx.de>
48065 Date:   Tue May 22 12:46:10 2007 +0200
48066
48067     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
48068
48069     This patch adds support for 405 PPC's to the 4xx NAND driver
48070     ndfc.c. This is in preparation for the new AMCC 405EZ.
48071
48072     Signed-off-by: Stefan Roese <sr@denx.de>
48073
48074 commit 10603d76767426be803dadd4fb688b97eb69481c
48075 Author: Stefan Roese <sr@denx.de>
48076 Date:   Mon May 21 07:41:22 2007 +0200
48077
48078     ppc4xx: Fix problem in 405EZ OCM initialization
48079
48080     As spotted by Bruce Adler this patch fixes an initialization problem
48081     for the 405EZ OCM.
48082
48083     Signed-off-by: Stefan Roese <sr@denx.de>
48084
48085 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
48086 Author: Peter Pearse <peter.pearse@arm.com>
48087 Date:   Fri May 18 16:47:03 2007 +0100
48088
48089     Reduce line lengths to 80 characters max.
48090
48091 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
48092 Author: Peter Pearse <peter.pearse@arm.com>
48093 Date:   Fri May 18 14:34:07 2007 +0100
48094
48095     Makefile permissions
48096
48097 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
48098 Author: Peter Pearse <peter.pearse@arm.com>
48099 Date:   Fri May 18 14:33:11 2007 +0100
48100
48101     Makefile permissions
48102
48103 commit 255a3577c848706441daee0174543efe205a77f8
48104 Author: Kim Phillips <kim.phillips@freescale.com>
48105 Date:   Wed May 16 16:52:19 2007 -0500
48106
48107     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
48108
48109     For all practical u-boot purposes, TSECs don't differ throughout the
48110     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
48111
48112     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48113
48114 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
48115 Author: Stefano Babic <sbabic@denx.de>
48116 Date:   Wed May 16 14:49:12 2007 +0200
48117
48118     Fix compile problem cause my Microblaze merge
48119
48120     Signed-off-by: Stefano Babic <sbabic@denx.de>
48121
48122 commit ada4697d0230d6da552867777f98a67ec3ba2579
48123 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48124 Date:   Wed May 16 13:23:10 2007 +0200
48125
48126     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
48127
48128     Because the Sequoia board does not boot with an EBC faster than 66MHz,
48129     the clock divider are changed after the initial boot process.
48130
48131     This allows for maximum clocking speeds  to be achieved on newer boards.
48132     Sequoia boards with 666.66 MHz processors require that the EBC divider
48133     be set to 3 in order to start the initial boot process at a slower EBC
48134     speed. After the initial boot process, the divider can be set back to 2,
48135     which will cause the boards to run at 83.333MHz. This is backward
48136     compatible with boards with 533.33 MHz processors, as these boards will
48137     already be set with an EBC divider of 2.
48138
48139     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48140
48141 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
48142 Author: Wolfgang Denk <wd@denx.de>
48143 Date:   Wed May 16 01:16:53 2007 +0200
48144
48145     Minor Coding Style cleanup, update CHANGELOG.
48146
48147     Signed-off-by: Wolfgang Denk <wd@denx.de>
48148
48149 commit d62f64cc23a940eafe712c776b3249e4160753d1
48150 Author: Wolfgang Denk <wd@denx.de>
48151 Date:   Wed May 16 00:13:33 2007 +0200
48152
48153     Coding Style Cleanup, new CHANGELOG
48154
48155 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
48156 Author: Wolfgang Denk <wd@denx.de>
48157 Date:   Tue May 15 23:38:05 2007 +0200
48158
48159     Minor coding style cleanup.
48160
48161 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
48162 Author: mushtaq khan <mushtaq_k@procsys.com>
48163 Date:   Fri Apr 20 14:23:02 2007 +0530
48164
48165     Add driver for S-ATA-controller on Intel processors with South
48166     Bridge, ICH-5, ICH-6 and ICH-7.
48167
48168     Implementation:
48169
48170     1. Code is divided in to two files. All functions, which are
48171        controller specific are kept in "drivers/ata_piix.c" file and
48172        functions, which are not controller specific, are kept in
48173        "common/cmd_sata.c" file.
48174
48175     2. Reading and Writing from the S-ATA drive is done using PIO method.
48176
48177     3. Driver can be configured for 48-bit addressing by defining macro
48178        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
48179        addressing.
48180
48181     4. S-ATA read function is hooked to the File system, commands like
48182        ext2ls and ext2load file can be used. This has been tested.
48183
48184     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
48185        controller and identifies the S-ATA drives connected to it.
48186
48187     6. U-Boot command "sata" is added, which is used to read/write, print
48188        partition table and get info about the drives present. This I have
48189        implemented in same way as "ide" command is implemented in U-Boot.
48190
48191     7. This driver is for S-ATA in native mode.
48192
48193     8. This driver does not support the Native command queuing and
48194        Hot-plugging.
48195
48196     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
48197
48198 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
48199 Author: mushtaq khan <mushtaq_k@procsys.com>
48200 Date:   Mon Apr 30 15:57:22 2007 +0530
48201
48202     Fixes bug clearing the bss section for i386
48203
48204     Hi,
48205     There is a bug in the code of clearing the bss section for processor
48206     i386.(File: cpu/i386/start.S)
48207     In the code, bss_start addr (starting addr of bss section) is put into
48208     the register %eax, but the code which clears the bss section refers to
48209     the addr pointed by %edi.
48210
48211     This patch fixes this bug by putting bss_start into %edi register.
48212
48213     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
48214
48215 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
48216 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
48217 Date:   Mon Apr 30 16:47:28 2007 -0500
48218
48219     Add support for BCM5464 Quad Phy
48220
48221     Added support for Broadcom's BCM5464 Quad Phy
48222
48223     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
48224
48225 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
48226 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
48227 Date:   Wed May 9 08:10:57 2007 +0800
48228
48229     Search the exception table with linear algorithm
48230
48231     Search the exception table with linear algorithm instead of
48232     bisecting algorithm.
48233     Because the exception table might be unsorted.
48234
48235     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48236
48237 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
48238 Author: Aubrey.Li <aubrey.adi@gmail.com>
48239 Date:   Mon May 14 11:47:35 2007 +0800
48240
48241     Fix compilation issues on MACOSX
48242
48243     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
48244     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
48245
48246 commit 56fd7162985c412317bbf763a225fba23c64fd31
48247 Author: Stephen Williams <steve@icarus.com>
48248 Date:   Tue May 15 07:55:42 2007 -0700
48249
48250     Fix for compile of JSE target
48251
48252     The attached patch fixes the compile of the JSE board in the
48253     denx git as of 14 may 2007. It is an extremely simple patch,
48254     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
48255
48256      Fix to compile JSE against 20070514 git of u-boot
48257
48258 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
48259 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
48260 Date:   Sun May 13 21:01:03 2007 +0900
48261
48262     sh: MS7750SE support.
48263
48264     This adds support for the Hitachi MS7750SE.
48265
48266     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48267
48268 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
48269 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
48270 Date:   Sun May 13 20:58:00 2007 +0900
48271
48272     sh: First support code of SuperH.
48273
48274     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48275
48276 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
48277 Author: Stefan Roese <sr@denx.de>
48278 Date:   Fri May 11 12:01:49 2007 +0200
48279
48280     ppc4xx: Add mtcpr/mfcpr access macros
48281
48282     Signed-off-by: Stefan Roese <sr@denx.de>
48283
48284 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
48285 Author: Stefan Roese <sr@denx.de>
48286 Date:   Fri May 11 12:01:06 2007 +0200
48287
48288     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
48289
48290     Signed-off-by: Stefan Roese <sr@denx.de>
48291
48292 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
48293 Author: Piotr Kruszynski <ppk@semihalf.com>
48294 Date:   Thu May 10 16:55:52 2007 +0200
48295
48296     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
48297     definition.
48298
48299 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
48300 Author: Peter Pearse <peter.pearse@arm.com>
48301 Date:   Wed May 9 11:42:44 2007 +0100
48302
48303     Add the board directory for SMN42
48304
48305 commit 160131bf965785419626df6c388729fe0b597992
48306 Author: Peter Pearse <peter.pearse@arm.com>
48307 Date:   Wed May 9 11:41:58 2007 +0100
48308
48309     Add the files for the SMN42 board
48310
48311 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
48312 Author: Peter Pearse <peter.pearse@arm.com>
48313 Date:   Wed May 9 11:40:34 2007 +0100
48314
48315     Remove the deleted files for the SMN42 patch
48316
48317 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
48318 Author: Peter Pearse <peter.pearse@arm.com>
48319 Date:   Wed May 9 11:37:56 2007 +0100
48320
48321     New board SMN42 branch
48322
48323 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
48324 Author: Peter Pearse <peter.pearse@arm.com>
48325 Date:   Wed May 9 10:24:38 2007 +0100
48326
48327     Makefile permissions
48328
48329 commit b84289b595731e8851df46e893845cc1322c9b9b
48330 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
48331 Date:   Tue May 8 14:17:07 2007 -0500
48332
48333     8641hpcn: Fix Makefile after moving pixis to board/freescale.
48334
48335     The OBJTREE != SRCTREE build scenario was broken.
48336     This fixes it.
48337
48338     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48339     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48340
48341 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
48342 Author: Michal Simek <monstr@monstr.eu>
48343 Date:   Tue May 8 15:57:43 2007 +0200
48344
48345     add: reading special purpose registers
48346
48347 commit 1a50f164beb065f360fbddb76029607d6b099698
48348 Author: Michal Simek <monstr@monstr.eu>
48349 Date:   Tue May 8 14:52:52 2007 +0200
48350
48351     add: Microblaze V5 exception handling
48352
48353 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
48354 Author: Michal Simek <monstr@monstr.eu>
48355 Date:   Tue May 8 14:39:11 2007 +0200
48356
48357     add: FSL control read and write
48358
48359 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
48360 Author: Piotr Kruszynski <ppk@semihalf.com>
48361 Date:   Tue May 8 13:05:44 2007 +0200
48362
48363     [Motion-PRO] Add support for I2C, EEPROM and RTC.
48364
48365 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
48366 Author: Bartlomiej Sieka <tur@semihalf.com>
48367 Date:   Tue May 8 10:23:56 2007 +0200
48368
48369     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
48370     environment.
48371
48372 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
48373 Author: Bartlomiej Sieka <tur@semihalf.com>
48374 Date:   Tue May 8 09:39:12 2007 +0200
48375
48376     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
48377     eliminates networking problems in Linux (timeouts).
48378
48379 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
48380 Author: Bartlomiej Sieka <tur@semihalf.com>
48381 Date:   Tue May 8 09:21:57 2007 +0200
48382
48383     [Motion-PRO] Enable Flat Device Tree support and modify default environment
48384     to allow booting of FDT-expecting kernels.
48385
48386 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
48387 Author: Michal Simek <monstr@monstr.eu>
48388 Date:   Mon May 7 23:58:31 2007 +0200
48389
48390     new: USE_MSR_INTR support
48391
48392 commit 008861a2f3ef2c062744d733787c7e530a1b8761
48393 Author: Bartlomiej Sieka <tur@semihalf.com>
48394 Date:   Mon May 7 22:36:15 2007 +0200
48395
48396     [MPC5xxx] There are networking problems on the Motion-PRO board with
48397     current PHY initalization code (tftp timeouts all the time). This commit
48398     temporarily disables PHY initalization sequence to make the networking
48399     operational, until a fix is found.
48400
48401 commit abca901869c3760b6c5fecb825db6c1d91a78a93
48402 Author: Wolfgang Denk <wd@denx.de>
48403 Date:   Mon May 7 22:10:36 2007 +0200
48404
48405     Get rid of duplicated file (see include/configs/sbc8560.h instead)
48406
48407     Signed-off-by: Wolfgang Denk <wd@denx.de>
48408
48409 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
48410 Author: Wolfgang Denk <wd@denx.de>
48411 Date:   Mon May 7 22:07:08 2007 +0200
48412
48413     Get rid of duplicated file (see doc/README.SBC8560 instead)
48414
48415     Signed-off-by: Wolfgang Denk <wd@denx.de>
48416
48417 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
48418 Author: Michal Simek <monstr@monstr.eu>
48419 Date:   Mon May 7 19:43:10 2007 +0200
48420
48421     fix: read and write MSR - repair number of parameters
48422
48423 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
48424 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48425 Date:   Mon May 7 19:42:49 2007 +0200
48426
48427     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
48428
48429     A '3' got cut off in the formatting of the last patch to automatically
48430     change the clock speed of the system clock on sequoia board.
48431
48432     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48433     Signed-off-by: Stefan Roese <sr@denx.de>
48434
48435 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
48436 Author: Michal Simek <monstr@monstr.eu>
48437 Date:   Mon May 7 19:33:51 2007 +0200
48438
48439     new: fsl interrupt support
48440     FSL_Has_data is connected to INTC.
48441
48442 commit 792032baa7d625e34c981ab6df521911bd8dc861
48443 Author: Michal Simek <monstr@monstr.eu>
48444 Date:   Mon May 7 19:30:12 2007 +0200
48445
48446     fix: interrupt handler
48447     remove asm code
48448
48449 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
48450 Author: Michal Simek <monstr@monstr.eu>
48451 Date:   Mon May 7 19:25:08 2007 +0200
48452
48453     fix: remove asm code
48454
48455 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
48456 Author: Michal Simek <monstr@monstr.eu>
48457 Date:   Mon May 7 19:12:43 2007 +0200
48458
48459     fix: clean interrupt
48460
48461 commit 42efed6130c8fcf7da881385b5427065d2801757
48462 Author: Michal Simek <monstr@monstr.eu>
48463 Date:   Mon May 7 17:22:25 2007 +0200
48464
48465     fix: interrupt handler for multiple sources
48466
48467 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
48468 Author: Michal Simek <monstr@monstr.eu>
48469 Date:   Mon May 7 17:11:09 2007 +0200
48470
48471     new: add writing to msr register
48472
48473 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
48474 Author: Markus Klotzbuecher <mk@denx.de>
48475 Date:   Mon May 7 16:43:56 2007 +0200
48476
48477     Fix an ancient CHANGELOG conflict
48478
48479 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
48480 Author: Timur Tabi <timur@freescale.com>
48481 Date:   Sat May 5 08:12:30 2007 +0200
48482
48483     5xxx: write MAC address to mac-address and local-mac-address
48484
48485     Some device trees have a mac-address property, some have local-mac-address,
48486     and some have both.  To support all of these device trees, ftp_cpu_setup()
48487     should write the MAC address to mac-address and local-mac-address, if they
48488     exist.
48489
48490     Signed-off-by: Timur Tabi <timur@freescale.com>
48491     Acked-by: Grant Likely <grant.likely@secretlab.ca>
48492
48493 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
48494 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48495 Date:   Sun Apr 29 14:01:54 2007 +0200
48496
48497     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
48498
48499     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
48500     message. Use PVR to distinguish between the two variants, and print proper CPU
48501     information.
48502
48503     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48504     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48505     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48506
48507 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
48508 Author: Ladislav Michl <ladis@linux-mips.org>
48509 Date:   Wed Apr 25 16:01:26 2007 +0200
48510
48511     [PATCH] simplify silent console
48512
48513     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48514     Acked-by: Stefan Roese <sr@denx.de>
48515
48516 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
48517 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48518 Date:   Mon Apr 23 15:30:39 2007 +0200
48519
48520     [PATCH] Avoid assigning PCI resources from zero address
48521
48522     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
48523     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
48524     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
48525     sentence about "0" being considered an invalid address) -- so, use a reasonable
48526     starting value of 0x1000 (that's what the most Linux archs are using).
48527
48528     Alternatively, one might have fixed the calls to pci_set_region() individually
48529     (some code even seems to have taken care of this issue) but that would have
48530     been a lot more work. :-)
48531
48532     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48533     Acked-by: Stefan Roese <sr@denx.de>
48534
48535 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
48536 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48537 Date:   Mon Apr 23 14:00:11 2007 +0200
48538
48539     [patch] setenv(...) can delete environmentalvariables
48540
48541     update setenv() function so that entering a NULL value for the
48542     variable's value will delete the environmental variable
48543
48544     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48545     Acked-by: Stefan Roese <sr@denx.de>
48546
48547 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
48548 Author: Mike Frysinger <vapier@gentoo.org>
48549 Date:   Mon Apr 23 13:54:24 2007 +0200
48550
48551     [patch] use unsigned char in smc91111 driver for mac
48552
48553     the v_mac variable in the smc91111 driver is declared as a signed char ...
48554     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
48555     because when it gets printed out, you get a display like:
48556     0xFFFFFFE0 and that's no good
48557
48558     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48559
48560 commit ffc50f9bb194343c6303517a517708457a5eb6b8
48561 Author: Michal Simek <monstr@monstr.eu>
48562 Date:   Sat May 5 18:54:42 2007 +0200
48563
48564     new: FSL and MSR support #2
48565
48566 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
48567 Author: Michal Simek <monstr@monstr.eu>
48568 Date:   Sat May 5 18:27:16 2007 +0200
48569
48570     new: FSL and MSR support
48571
48572 commit 2f15278c2eb911c668b4fe562130b78cf554d139
48573 Author: Wolfgang Denk <wd@denx.de>
48574 Date:   Sat May 5 18:23:11 2007 +0200
48575
48576     Coding stylke cleanup; update CHANGELOG.
48577
48578     Signed-off-by: Wolfgang Denk <wd@denx.de>
48579
48580 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
48581 Author: Wolfgang Denk <wd@denx.de>
48582 Date:   Sat May 5 18:05:02 2007 +0200
48583
48584     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
48585
48586     Signed-off-by: Wolfgang Denk <wd@denx.de>
48587
48588 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
48589 Author: Wolfgang Denk <wd@denx.de>
48590 Date:   Sat May 5 17:15:50 2007 +0200
48591
48592     Make "file" command happy with some config.mk files; update CHANGELOG
48593
48594 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
48595 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48596 Date:   Sat May 5 08:32:14 2007 +0200
48597
48598     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
48599
48600     The AMCC Secquoia board has been changed in a new revision from using a
48601     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
48602     indicates the difference. This patch reads that bit and uses the correct
48603     clock speed for the board. This code is backward compatable will all
48604     prior boards. All prior boards will be read as 33.000.
48605
48606     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48607     Signed-off-by: Stefan Roese <sr@denx.de>
48608
48609 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
48610 Author: Stefan Roese <sr@denx.de>
48611 Date:   Sat May 5 08:29:01 2007 +0200
48612
48613     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
48614
48615     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
48616     for the 4k NAND boot image so define bus_frequency to 133MHz here
48617     which is save for the refresh counter setup.
48618
48619     Signed-off-by: Stefan Roese <sr@denx.de>
48620
48621 commit 2f550ab976405300f5b07bf2890800840d0aa05f
48622 Author: Timur Tabi <timur@freescale.com>
48623 Date:   Sat May 5 08:12:30 2007 +0200
48624
48625     5xxx: write MAC address to mac-address and local-mac-address
48626
48627     Some device trees have a mac-address property, some have local-mac-address,
48628     and some have both.  To support all of these device trees, ftp_cpu_setup()
48629     should write the MAC address to mac-address and local-mac-address, if they
48630     exist.
48631
48632     Signed-off-by: Timur Tabi <timur@freescale.com>
48633     Acked-by: Grant Likely <grant.likely@secretlab.ca>
48634
48635 commit a79886590593ba1d667c840caa4940c61639f18f
48636 Author: Thomas Knobloch <knobloch@siemens.com>
48637 Date:   Sat May 5 07:04:42 2007 +0200
48638
48639     NAND: Wrong calculation of page number in nand_block_bad()
48640
48641     In case that there is no memory based bad block table available the
48642     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
48643     nand_block_bad() directly. When parameter 'getchip' is set to zero,
48644     nand_block_bad() will not right shift the offset to calculate the
48645     correct page number.
48646
48647     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
48648     Signed-off-by: Stefan Roese <sr@denx.de>
48649
48650 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
48651 Author: Wolfgang Denk <wd@denx.de>
48652 Date:   Fri May 4 10:02:33 2007 +0200
48653
48654     Fix initrd length corruption in bootm command.
48655
48656     When using FDT Images, the length of an inital ramdisk was
48657     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
48658
48659     Patches by Timur Tabi & Johns Daniel.
48660
48661     Signed-off-by: Wolfgang Denk <wd@denx.de>
48662
48663 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
48664 Author: Kim Phillips <kim.phillips@freescale.com>
48665 Date:   Thu May 3 19:43:52 2007 -0500
48666
48667     mpc83xx: fix trivial error in MAKEALL
48668
48669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48670
48671 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
48672 Author: Wolfgang Denk <wd@denx.de>
48673 Date:   Thu May 3 16:34:41 2007 +0200
48674
48675     Update board configuration for STX GP3SSA board:
48676
48677     Enable hush shell, environment in flash rather in EEPROM,
48678     more user-friendly default environment, etc.
48679     The simple EEPROM environment can be selected easily in the board
48680     config file.
48681
48682     Signed-off-by: Wolfgang Denk <wd@denx.de>
48683
48684 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
48685 Author: Wolfgang Denk <wd@denx.de>
48686 Date:   Tue Apr 24 14:37:49 2007 +0200
48687
48688     Cleanup STX GP3SSA code; fix build and compile problems.
48689
48690 commit 35171dc04e028ecacc23ad916a66295472555dbf
48691 Author: Dan Malek <dan@embeddedalley.com>
48692 Date:   Fri Jan 5 09:15:34 2007 +0100
48693
48694     Add support for STX GP3SSA (stxssa) Board
48695
48696     Signed-off-by Dan Malek, <dan@embeddedalley.com>
48697
48698 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
48699 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48700 Date:   Wed May 2 13:31:53 2007 +0200
48701
48702     macb: Don't restart autonegotiation if we already have link
48703
48704     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
48705     link is already up.
48706
48707     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48708
48709 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
48710 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48711 Date:   Wed May 2 13:22:38 2007 +0200
48712
48713     macb: Introduce a few barriers when dealing with DMA descriptors
48714
48715     There were a few theoretical possibilities that the compiler might
48716     optimize away DMA descriptor reads and/or writes and thus cause
48717     synchronization problems with the hardware. Insert barriers where
48718     we depend on reads/writes actually hitting memory.
48719
48720     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48721
48722 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
48723 Author: Andy Fleming <afleming@freescale.com>
48724 Date:   Sat Feb 24 01:08:13 2007 -0600
48725
48726     Cleaned up some 85xx PCI bugs
48727
48728     * Cleaned up the CDS PCI Config Tables and added NULL entries to
48729       the end
48730     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
48731     * Fixed 85xx PCI code to assign powar region sizes based on the
48732       config values (rather than hard-coding them)
48733     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
48734
48735     Signed-off-by: Andy Fleming <afleming@freescale.com>
48736
48737 commit 6743105988fc44d5b0d30388c790607835aae7a6
48738 Author: Andy Fleming <afleming@freescale.com>
48739 Date:   Mon Apr 23 02:54:25 2007 -0500
48740
48741     Add support for the 8568 MDS board
48742
48743     This included some changes to common files:
48744     * Add 8568 processor SVR to various places
48745     * Add support for setting the qe bus-frequency value in the dts
48746     * Add the 8568MDS target to the Makefile
48747
48748     Signed-off-by: Andy Fleming <afleming@freescale.com>
48749
48750 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
48751 Author: David Updegraff <dave@cray.com>
48752 Date:   Fri Apr 20 14:34:48 2007 -0500
48753
48754     Add support for treating unknown PHYs as generic PHYs.
48755
48756     When bringing up u-boot on new boards, PHY support sometimes gets
48757     neglected.  Most PHYs don't really need any special support,
48758     though.  By adding a generic entry that always matches if nothing
48759     else does, we can provide support for "unsupported" PHYs for the
48760     tsec.
48761
48762     The generic PHY driver supports most PHYs, including gigabit.
48763
48764     Signed-off-by: David Updegraff <dave@cray.com>
48765     Signed-off-by: Andy Fleming <afleming@freescale.com>
48766
48767 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
48768 Author: James Yang <James.Yang@freescale.com>
48769 Date:   Wed Feb 7 15:28:04 2007 -0600
48770
48771     Conditionalize 8641 Rev1.0 MCM workarounds
48772
48773     Signed-off-by: James Yang <James.Yang@freescale.com>
48774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48775
48776 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
48777 Author: Timur Tabi <timur@freescale.com>
48778 Date:   Mon Apr 30 13:59:50 2007 -0500
48779
48780     Fix memory initialization on MPC8349E-mITX
48781
48782     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
48783     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
48784     on some ITX boards, notably those with a revision 3.1 CPU.
48785
48786     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
48787     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
48788
48789     Signed-off-by: Timur Tabi <timur@freescale.com>
48790     Acked-by: Michael Benedict <MBenedict@twacs.com>
48791     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48792
48793 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
48794 Author: Kim Phillips <kim.phillips@freescale.com>
48795 Date:   Mon Apr 30 15:26:21 2007 -0500
48796
48797     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
48798
48799     and fix CPU: to align with Board: display text.
48800
48801     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48802
48803 commit c1ab82669d9525998c34e802a12cad662723f22a
48804 Author: James Yang <James.Yang@freescale.com>
48805 Date:   Fri Mar 16 13:02:53 2007 -0500
48806
48807     Rewrote picos_to_clk() to avoid rounding errors.
48808     Clarified that conversion is to DRAM clocks rather than platform clocks.
48809     Made function static to spd_sdram.c.
48810
48811     Signed-off-by: James Yang <James.Yang@freescale.com>
48812     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48813
48814 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
48815 Author: Stefan Roese <sr@denx.de>
48816 Date:   Sun Apr 29 14:13:01 2007 +0200
48817
48818     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
48819
48820     Signed-off-by: Stefan Roese <sr@denx.de>
48821
48822 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
48823 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48824 Date:   Sun Apr 29 14:01:54 2007 +0200
48825
48826     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
48827
48828     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
48829     message. Use PVR to distinguish between the two variants, and print proper CPU
48830     information.
48831
48832     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48833     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48834     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48835
48836 commit 5c5d3242935cf3543af01142627494434834cf98
48837 Author: Kim Phillips <kim.phillips@freescale.com>
48838 Date:   Wed Apr 25 12:34:38 2007 -0500
48839
48840     mpc83xx: minor fixups for 8313rdb introduction
48841
48842 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
48843 Author: Ladislav Michl <ladis@linux-mips.org>
48844 Date:   Wed Apr 25 16:01:26 2007 +0200
48845
48846     [PATCH] simplify silent console
48847
48848     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48849     Acked-by: Stefan Roese <sr@denx.de>
48850
48851 commit 144876a380f5756f57412caf74c1d6dc201dd796
48852 Author: Michal Simek <monstr@monstr.eu>
48853 Date:   Tue Apr 24 23:01:02 2007 +0200
48854
48855     [PATCH] MTD partition support, JFFS2 support
48856
48857 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
48858 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48859 Date:   Tue Apr 24 14:03:45 2007 +0200
48860
48861     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
48862
48863     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48864
48865 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
48866 Author: Andy Fleming <afleming@freescale.com>
48867 Date:   Mon Apr 23 02:37:47 2007 -0500
48868
48869     Reworked 85xx speed detection code
48870
48871     Changed the code to read the registers and calculate the clock
48872     rates, rather than using a "switch" statement.
48873
48874     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
48875
48876     Signed-off-by: Andy Fleming <afleming@freescale.com>
48877
48878 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
48879 Author: Andy Fleming <afleming@freescale.com>
48880 Date:   Mon Apr 23 02:24:28 2007 -0500
48881
48882     Enable 8544 support
48883
48884     * Add support to the Makefile
48885     * Add 8544 configuration support to the tsec driver
48886     * Add 8544 SVR numbers to processor.h
48887
48888     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48889     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48890
48891 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
48892 Author: Andy Fleming <afleming@freescale.com>
48893 Date:   Fri Feb 23 17:12:25 2007 -0600
48894
48895     Support 1G size on 8548
48896
48897     e500v2 and newer cores support 1G page sizes.
48898
48899     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48900     Signed-off-by: Andy Fleming <afleming@freescale.com>
48901
48902 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
48903 Author: Andy Fleming <afleming@freescale.com>
48904 Date:   Fri Feb 23 17:11:16 2007 -0600
48905
48906     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
48907
48908     The other pagesz constants use one letter to specify order of
48909     magnitude.  Also change the one reference to it in mpc8548cds/init.S
48910
48911     Signed-off-by: Andy Fleming <afleming@freescale.com>
48912
48913 commit 1f9a318cea14272edd10d63739e2d326c90f430e
48914 Author: Andy Fleming <afleming@freescale.com>
48915 Date:   Fri Feb 23 16:28:46 2007 -0600
48916
48917     Only set ddrioovcr for 8548 rev1.
48918
48919     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48920     Signed-off-by: Andy Fleming <afleming@freescale.com>
48921
48922 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
48923 Author: Andy Fleming <afleming@freescale.com>
48924 Date:   Sat Feb 24 01:16:45 2007 -0600
48925
48926     Tweak DDR ECC error counter
48927
48928     Enable single-bit error counter when memory was cleared by ddr controller.
48929
48930     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48931     Signed-off-by: Andy Fleming <afleming@freescale.com>
48932
48933 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
48934 Author: Timur Tabi <timur@freescale.com>
48935 Date:   Mon Feb 12 13:34:55 2007 -0600
48936
48937     85xx: write MAC address to mac-address and local-mac-address
48938
48939     Some device trees have a mac-address property, some have local-mac-address,
48940     and some have both.  To support all of these device trees, ftp_cpu_setup()
48941     should write the MAC address to mac-address and local-mac-address, if they
48942     exist.
48943
48944     Signed-off-by: Timur Tabi <timur@freescale.com>
48945
48946 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
48947 Author: Andy Fleming <afleming@freescale.com>
48948 Date:   Mon Apr 23 01:44:44 2007 -0500
48949
48950     Some 85xx cpu cleanups
48951
48952     * Cleaned up the TSR[WIS] clearing
48953     * Cleaned up DMA initialization
48954
48955     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48956     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48957     Acked-by: Andy Fleming <afleming@freescale.com>
48958
48959 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
48960 Author: Andy Fleming <afleming@freescale.com>
48961 Date:   Mon Apr 23 01:32:22 2007 -0500
48962
48963     Add cpu support for the 8544
48964
48965     Recognize new SVR values, and add a few register definitions
48966
48967     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48968     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48969     Acked-by: Andy Fleming <afleming@freescale.com>
48970
48971 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
48972 Author: Jon Loeliger <jdl@freescale.com>
48973 Date:   Wed Apr 11 16:51:02 2007 -0500
48974
48975     Add MPC8544DS basic port board files.
48976
48977     Add board port under new board/freescale directory
48978     structure and reuse existing PIXIS FPGA support there.
48979
48980     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48982
48983 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
48984 Author: Jon Loeliger <jdl@freescale.com>
48985 Date:   Wed Apr 11 16:50:57 2007 -0500
48986
48987     Add MPC8544DS main configuration file.
48988
48989     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48990     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48991
48992 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
48993 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48994 Date:   Wed Dec 27 22:07:15 2006 +0300
48995
48996     Fix PCI I/O space mapping on Freescale MPC85x0ADS
48997
48998     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
48999     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
49000     describing the local address window used for the PCI I/O space accesses -- fix
49001     this and carry over the necessary changes into the MPC8560ADS code since the
49002     PCI I/O space mapping was also broken for this board (by the earlier commit
49003     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
49004     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
49005
49006     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
49007
49008      board/mpc8540ads/init.S      |    4 ++--
49009      board/mpc8560ads/init.S      |    4 ++--
49010      include/configs/MPC8540ADS.h |    5 ++---
49011      include/configs/MPC8541CDS.h |    2 +-
49012      include/configs/MPC8548CDS.h |    2 +-
49013      include/configs/MPC8560ADS.h |    8 ++++----
49014      6 files changed, 12 insertions(+), 13 deletions(-)
49015
49016 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
49017 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
49018 Date:   Tue Dec 5 16:42:30 2006 +0800
49019
49020     u-boot: Fix e500 v2 core reset bug
49021
49022     The following patch fixes the e500 v2 core reset bug.
49023     For e500 v2 core, a new reset control register is added to reset the
49024     processor.
49025
49026     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49027
49028 commit 63247a5acd58032e6cf33f525bc3923b467bac88
49029 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
49030 Date:   Wed Dec 20 11:01:00 2006 +0800
49031
49032     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
49033
49034     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
49035     entry number to control the loop.  This can reduce the potential risk
49036     for the 85xx processor increasing its TLB adn LAW entry number.
49037
49038     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
49039     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49040
49041 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
49042 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
49043 Date:   Mon Dec 18 17:01:04 2006 +0800
49044
49045     u-boot: Fix the 85xxcds tsec bug
49046
49047     Fix the 85xxcds tsec bug.
49048     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
49049
49050     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49051
49052 commit 7337b237ffc4aaf1b9467024fe472a880d852598
49053 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
49054 Date:   Fri Dec 15 14:43:31 2006 +0800
49055
49056     u-boot: Fix CPU2 errata on MPC8548CDS board
49057
49058     This patch apply workaround of CPU2 errata on MPC8548CDS board.
49059
49060     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
49061
49062 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
49063 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
49064 Date:   Mon Dec 18 16:25:15 2006 +0800
49065
49066     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
49067
49068     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
49069
49070     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
49071
49072 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
49073 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
49074 Date:   Thu Dec 14 14:14:55 2006 +0800
49075
49076     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
49077
49078     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
49079     board.
49080     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49081
49082 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
49083 Author: Scott Wood <scottwood@freescale.com>
49084 Date:   Mon Apr 16 14:54:15 2007 -0500
49085
49086     mpc83xx: Add MPC8313ERDB support.
49087
49088     Signed-off-by: Scott Wood <scottwood@freescale.com>
49089
49090 commit 49ea3b6eafe606285ae4d5c378026153dde53200
49091 Author: Scott Wood <scottwood@freescale.com>
49092 Date:   Mon Apr 16 14:34:21 2007 -0500
49093
49094     mpc83xx: Add generic PCI setup code.
49095
49096     Board code can now request the generic setup code rather than having to
49097     copy-and-paste it for themselves.  Boards should be converted to use this
49098     once they're tested with it.
49099
49100     Signed-off-by: Scott Wood <scottwood@freescale.com>
49101
49102 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
49103 Author: Scott Wood <scottwood@freescale.com>
49104 Date:   Mon Apr 16 14:34:19 2007 -0500
49105
49106     mpc83xx: Add 831x support to speed.c.
49107
49108     Signed-off-by: Scott Wood <scottwood@freescale.com>
49109
49110 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
49111 Author: Scott Wood <scottwood@freescale.com>
49112 Date:   Mon Apr 16 14:34:18 2007 -0500
49113
49114     mpc83xx: Add 831x support to global_data.h
49115
49116     Signed-off-by: Scott Wood <scottwood@freescale.com>
49117
49118 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
49119 Author: Scott Wood <scottwood@freescale.com>
49120 Date:   Mon Apr 16 14:34:16 2007 -0500
49121
49122     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
49123
49124     Rather than misleadingly define PVR_83xx as the specific type of 83xx
49125     being built for, the PVR of each core revision is defined. checkcpu() now
49126     prints the core that it detects, rather than aborting if it doesn't find
49127     what it thinks it wants.
49128
49129     Signed-off-by: Scott Wood <scottwood@freescale.com>
49130
49131 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
49132 Author: Scott Wood <scottwood@freescale.com>
49133 Date:   Mon Apr 16 14:34:15 2007 -0500
49134
49135     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
49136
49137     Signed-off-by: Scott Wood <scottwood@freescale.com>
49138
49139 commit d87c57b201b4572d16f1b642998faa00c9912b16
49140 Author: Scott Wood <scottwood@freescale.com>
49141 Date:   Mon Apr 16 14:31:55 2007 -0500
49142
49143     mpc83xx: Add register definitions for MPC831x.
49144
49145     Signed-off-by: Scott Wood <scottwood@freescale.com>
49146
49147 commit 7fc4c71a143be8666d70803fb25ae60379c95622
49148 Author: Stefan Roese <sr@denx.de>
49149 Date:   Mon Apr 23 15:39:59 2007 +0200
49150
49151     Fix file mode
49152
49153     Signed-off-by: Stefan Roese <sr@denx.de>
49154
49155 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
49156 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
49157 Date:   Mon Apr 23 15:30:39 2007 +0200
49158
49159     [PATCH] Avoid assigning PCI resources from zero address
49160
49161     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
49162     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
49163     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
49164     sentence about "0" being considered an invalid address) -- so, use a reasonable
49165     starting value of 0x1000 (that's what the most Linux archs are using).
49166
49167     Alternatively, one might have fixed the calls to pci_set_region() individually
49168     (some code even seems to have taken care of this issue) but that would have
49169     been a lot more work. :-)
49170
49171     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
49172     Acked-by: Stefan Roese <sr@denx.de>
49173
49174 commit afb903a2eb9436baa9270ccc0c27082d86497d89
49175 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49176 Date:   Mon Apr 23 14:00:11 2007 +0200
49177
49178     [patch] setenv(...) can delete environmentalvariables
49179
49180     update setenv() function so that entering a NULL value for the
49181     variable's value will delete the environmental variable
49182
49183     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49184     Acked-by: Stefan Roese <sr@denx.de>
49185
49186 commit 36f104e5caa747d568eff26b369565af57c2ffa6
49187 Author: Mike Frysinger <vapier@gentoo.org>
49188 Date:   Mon Apr 23 13:54:24 2007 +0200
49189
49190     [patch] use unsigned char in smc91111 driver for mac
49191
49192     the v_mac variable in the smc91111 driver is declared as a signed char ...
49193     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
49194     because when it gets printed out, you get a display like:
49195     0xFFFFFFE0 and that's no good
49196
49197     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49198
49199 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
49200 Author: Rodolfo Giometti <giometti@enneenne.com>
49201 Date:   Mon Apr 23 13:10:52 2007 +0200
49202
49203     USB: (Another) delay for crappy USB keys.
49204
49205     Some USB keys are slow in giving back an answer when the Root HUB
49206     enables power lines.
49207
49208     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
49209
49210 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
49211 Author: Stefan Roese <sr@denx.de>
49212 Date:   Mon Apr 23 12:00:22 2007 +0200
49213
49214     Remove BOARDLIBS usage completely
49215
49216     Signed-off-by: Stefan Roese <sr@denx.de>
49217
49218 commit 32556443840f127170e4baa8bdd5b567039f6c36
49219 Author: Michal Simek <monstr@monstr.eu>
49220 Date:   Sat Apr 21 21:07:22 2007 +0200
49221
49222     [PATCH] SystemACE support for Microblaze
49223
49224 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
49225 Author: Michal Simek <monstr@monstr.eu>
49226 Date:   Sat Apr 21 21:02:40 2007 +0200
49227
49228     16bit read/write little endian
49229
49230 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
49231 Author: Michal Simek <monstr@monstr.eu>
49232 Date:   Sat Apr 21 20:53:31 2007 +0200
49233
49234     Change ML401 parameters - Xilinx BSP
49235
49236 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
49237 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
49238 Date:   Wed Feb 28 05:37:29 2007 -0600
49239
49240     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
49241
49242     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
49243
49244 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
49245 Author: Zhang Wei <wei.zhang@freescale.com>
49246 Date:   Fri Jan 19 10:42:37 2007 +0800
49247
49248     Enable LAWs for MPC8641 PCI-Ex2.
49249
49250     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
49251     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49252
49253 commit bd7851ce1e1f140665b520026abf1042968b1102
49254 Author: Jon Loeliger <jdl@freescale.com>
49255 Date:   Fri Apr 20 14:12:26 2007 -0500
49256
49257     mpc86xx; Write MAC address to mac-address and local-mac-address
49258
49259     Some device trees have a mac-address property, some have local-mac-address,
49260     and some have both.  To support all of these device trees, ftp_cpu_setup()
49261     should write the MAC address to mac-address and local-mac-address, if they
49262     exist.
49263
49264     Signed-off-by: Timur Tabi <timur@freescale.com>
49265     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49266
49267 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
49268 Author: Jon Loeliger <jdl@freescale.com>
49269 Date:   Fri Apr 20 14:11:38 2007 -0500
49270
49271     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
49272
49273     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49274     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49275
49276 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
49277 Author: Wolfgang Denk <wd@denx.de>
49278 Date:   Fri Apr 20 17:43:28 2007 +0200
49279
49280     Cleanup compiler warnings, update CHANGELOG
49281
49282     Signed-off-by: Wolfgang Denk <wd@denx.de>
49283
49284 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
49285 Author: Detlev Zundel <dzu@denx.de>
49286 Date:   Fri Apr 20 12:01:47 2007 +0200
49287
49288     Fix breakage of NC650 board with respect to nand support.
49289
49290     Signed-off-by: Detlev Zundel <dzu@denx.de>
49291
49292 commit 39f23cd90947639ac278a18ff277ec786b5ac167
49293 Author: Domen Puncer <domen.puncer@telargo.com>
49294 Date:   Fri Apr 20 11:13:16 2007 +0200
49295
49296     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
49297
49298     G2 core reference manual says decrementer and time base
49299     are decreasing/increasing once every 4 bus clock cycles.
49300     Lets fix it, so time in Linux won't run twice as fast
49301
49302     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
49303     Acked-by: Grant Likely <grant.likely@secretlab.ca>
49304
49305 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
49306 Author: Gerald Van Baren <vanbaren@cideas.com>
49307 Date:   Thu Apr 19 23:14:39 2007 -0400
49308
49309     Fix serious pointer bug with bootm and reserve map.
49310
49311     What was suppose to be a stack variable was declared as a pointer,
49312       overwriting random memory.
49313     Also moved the libfdt.a requirement into the main Makefile.  That is
49314       The U-Boot Way.
49315
49316 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
49317 Author: Stefan Roese <sr@denx.de>
49318 Date:   Thu Apr 19 09:53:52 2007 +0200
49319
49320     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
49321
49322     Previous versions used full wait states for the chip select #1 which
49323     is connected to the Xilinix SystemACE controller on the AMCC Katmai
49324     evaluation board. This leads to really slow access and therefore low
49325     performance. This patch now sets up the chip select a lot faster
49326     resulting in much better read/write performance of the Linux driver.
49327
49328     Signed-off-by: Stefan Roese <sr@denx.de>
49329
49330 commit 37837828d89084879bee2f2b8c7c68d4695940df
49331 Author: Wolfgang Denk <wd@denx.de>
49332 Date:   Wed Apr 18 17:49:29 2007 +0200
49333
49334     Clenaup, update CHANGELOG
49335
49336     Signed-off-by: Wolfgang Denk <wd@denx.de>
49337
49338 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
49339 Author: Wolfgang Denk <wd@denx.de>
49340 Date:   Wed Apr 18 17:20:58 2007 +0200
49341
49342     Update CHANGELOG
49343
49344     Signed-off-by: Wolfgang Denk <wd@denx.de>
49345
49346 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
49347 Author: Wolfgang Denk <wd@denx.de>
49348 Date:   Wed Apr 18 17:07:26 2007 +0200
49349
49350     Cleanup, update CHANGELOG
49351
49352     Sigend-off-by: Wolfgang Denk <wd@denx.de>
49353
49354 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
49355 Author: Wolfgang Denk <wd@denx.de>
49356 Date:   Wed Apr 18 16:17:46 2007 +0200
49357
49358     Update CHANGELOG
49359
49360 commit ad4eb555671d97f96dc56eab55103b1f86874b01
49361 Author: Wolfgang Denk <wd@denx.de>
49362 Date:   Wed Apr 18 14:30:39 2007 +0200
49363
49364     MCC200 board: remove warning which is obsolete after PSoC firmware changes
49365
49366     Signed-off-by: Wolfgang Denk <wd@denx.de>
49367
49368 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
49369 Author: Domen Puncer <domen.puncer@telargo.com>
49370 Date:   Wed Apr 18 12:11:05 2007 +0200
49371
49372     [PATCH] icecube/lite5200b: document wakeup from low-power support
49373
49374     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
49375
49376 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
49377 Author: Stefan Roese <sr@denx.de>
49378 Date:   Wed Apr 18 12:07:47 2007 +0200
49379
49380     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
49381
49382     Signed-off-by: Stefan Roese <sr@denx.de>
49383
49384 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
49385 Author: Stefan Roese <sr@denx.de>
49386 Date:   Wed Apr 18 12:05:59 2007 +0200
49387
49388     ppc4xx: Add output for bootrom location to 405EZ ports
49389
49390     Now 405EZ ports also show upon bootup from which boot device
49391     they are configured to boot:
49392
49393     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
49394
49395     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
49396            Bootstrap Option E - Boot ROM Location EBC (32 bits)
49397            16 kB I-Cache 16 kB D-Cache
49398     Board: Acadia - AMCC PPC405EZ Evaluation Board
49399
49400     Signed-off-by: Stefan Roese <sr@denx.de>
49401
49402 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
49403 Author: Peter Pearse <peter.pearse@arm.com>
49404 Date:   Tue Apr 17 13:30:33 2007 +0100
49405
49406     Move ppearse to ARM board list
49407     Add Konstantin Kletschke for scb9328.
49408     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
49409
49410 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
49411 Author: Domen Puncer <domen.puncer@telargo.com>
49412 Date:   Mon Apr 16 14:00:13 2007 +0200
49413
49414     [PATCH] icecube/lite5200b: wakeup from low-power support
49415
49416     U-Boot part of Lite5200b low power mode support.
49417     Puts SDRAM out of self-refresh and transfers control to
49418     address saved at physical 0x0.
49419
49420     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
49421     Acked-by: Grant Likely <grant.likely@secretlab.ca>
49422
49423 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
49424 Author: Gerald Van Baren <vanbaren@cideas.com>
49425 Date:   Sun Apr 15 13:54:26 2007 -0400
49426
49427     Fix the ft_cpu_setup() property settings.
49428
49429     Use "setter" functions instead of flags, cleaner and more flexible.
49430     It also fixes the problem noted by Timur Tabi that the ethernet MAC
49431     addresses were all being set incorrectly to the same MAC address.
49432
49433 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
49434 Author: Gerald Van Baren <vanbaren@cideas.com>
49435 Date:   Sat Apr 14 22:51:24 2007 -0400
49436
49437     Improve the bootm command for CONFIG_OF_LIBFDT
49438
49439     In bootm, create the "/chosen" node only if it doesn't already exist
49440       (better matches the previous behavior).
49441     Update for proper reserved memory map handling for initrd.
49442
49443 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
49444 Author: Gerald Van Baren <vanbaren@cideas.com>
49445 Date:   Sat Apr 14 22:46:41 2007 -0400
49446
49447     Add some utilities to manipulate the reserved memory map.
49448
49449 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
49450 Author: Wolfgang Denk <wd@denx.de>
49451 Date:   Sat Apr 14 21:16:54 2007 +0200
49452
49453     Update CHANGELOG
49454
49455 commit 8e6875183cdca91c134408d119d4abcd48ef6856
49456 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49457 Date:   Sun Dec 17 18:56:46 2006 +0100
49458
49459     AVR32: Enable MMC support
49460
49461     Set up the portmux for the MMC interface and enable the MMC driver
49462     along with support for DOS partitions, ext2 and FAT filesystems.
49463
49464     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49465
49466 commit fc26c97bb6df41b4a95662c34054fe912387bf38
49467 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49468 Date:   Fri Jan 20 10:03:53 2006 +0100
49469
49470     Atmel MCI driver
49471
49472     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
49473
49474     The AT91 ARM-based CPUs use basically the same hardware, so it should
49475     be possible to share this driver, but no effort has been made so far.
49476
49477     Hardware documentation can be found in the AT32AP7000 data sheet,
49478     which can be downloaded from
49479
49480     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
49481
49482     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49483
49484 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
49485 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49486 Date:   Sun Dec 17 18:55:37 2006 +0100
49487
49488     AVR32: Add clk and gpio infrastructure for mmci
49489
49490     Implement functions for configuring the mmci pins, as well as
49491     functions for getting the clock rate of the mmci controller.
49492
49493     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49494
49495 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
49496 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49497 Date:   Sun Dec 17 18:53:56 2006 +0100
49498
49499     Enable partition support with MMC
49500
49501     Include implementations of init_part() and get_partition_info() when
49502     CONFIG_MMC is set.
49503
49504     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49505
49506 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
49507 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49508 Date:   Sun Dec 17 17:14:30 2006 +0100
49509
49510     AVR32: Enable networking
49511
49512     Implement MACB initialization for AVR32 and ATSTK1000, and turn
49513     everything on, including the MACB driver.
49514
49515     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49516
49517 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
49518 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49519 Date:   Fri Jan 20 10:03:34 2006 +0100
49520
49521     Atmel MACB ethernet driver
49522
49523     Driver for the Atmel MACB on-chip ethernet controller.
49524
49525     This driver has been tested on the ATSTK1000 board with a AT32AP7000
49526     CPU. It should probably work on AT91SAM926x as well with some minor
49527     modifications.
49528
49529     Hardware documentation can be found in the AT32AP7000 data sheet,
49530     which can be downloaded from
49531
49532     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
49533
49534     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49535
49536 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
49537 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49538 Date:   Sun Dec 17 16:56:14 2006 +0100
49539
49540     AVR32: Add clk and gpio infrastructure for macb0 and macb1
49541
49542     Implement functions for configuring the macb0 and macb1 pins, as
49543     well as functions for getting the clock rate of the various
49544     busses the macb ethernet controllers are connected to.
49545
49546     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49547
49548 commit d5acb95b16a0a74c643524342c3437e765426d05
49549 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49550 Date:   Sun Dec 17 15:39:15 2006 +0100
49551
49552     AVR32: Implement simple DMA memory allocator
49553
49554     Implement dma_alloc_coherent() which returns cache-aligned
49555     uncacheable memory.
49556
49557     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49558
49559 commit 91975b0fea773c9e681fea8cf3349669f27685ee
49560 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49561 Date:   Sun Dec 17 15:46:02 2006 +0100
49562
49563     Import <linux/mii.h> from the Linux kernel
49564
49565     Instead of creating yet another set of MII register definitions
49566     in the macb driver, here's a complete set of definitions for everyone
49567     to use.
49568
49569     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49570
49571 commit 1b804b229556a4d862da93c0ec94e79419364b2c
49572 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49573 Date:   Wed Mar 21 19:47:36 2007 +0100
49574
49575     AVR32: Include more commands for ATSTK1000
49576
49577     Include the imi, imls and jffs commands sets by default on ATSTK1000.
49578     Also define CONFIG_BOOTARGS to something more useful, define
49579     CONFIG_BOOTCOMMAND and enable autoboot by default.
49580
49581     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49582
49583 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
49584 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49585 Date:   Wed Mar 21 19:44:48 2007 +0100
49586
49587     AVR32: Provide a definition of struct stat
49588
49589     Copy the definition of struct stat from the Linux kernel.
49590
49591     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49592
49593 commit 12f099c08167a7a51aeee623bc16dafd0841271c
49594 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49595 Date:   Sun Dec 17 14:46:06 2006 +0100
49596
49597     AVR32: Use initdram() instead of board_init_memories()
49598
49599     Conform to the "standard" interface and use initdram() instead of
49600     board_init_memories() on AVR32. This enables us to get rid of the
49601     sdram_size member of the global_data struct as well.
49602
49603     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49604
49605 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
49606 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49607 Date:   Mon Nov 20 15:53:10 2006 +0100
49608
49609     AVR32: Relocate u-boot to SDRAM
49610
49611     Relocate the u-boot image into SDRAM like everyone else does. This
49612     means that we can handle much larger .data and .bss than we used to.
49613
49614     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49615
49616 commit df548d3c3e2bbc40258713167859ffc2ce99a900
49617 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49618 Date:   Sun Nov 19 18:06:53 2006 +0100
49619
49620     AVR32: Resource management rewrite
49621
49622     Rewrite the resource management code (i.e. I/O memory, clock gating,
49623     gpio) so it doesn't depend on any global state. This is necessary
49624     because this code is heavily used before relocation to RAM, so we
49625     can't write to any global variables.
49626
49627     As an added bonus, this makes u-boot's memory footprint a bit smaller,
49628     although some functionality has been left out; all clocks are enabled
49629     all the time, and there's no checking for gpio line conflicts.
49630
49631     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49632
49633 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
49634 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49635 Date:   Sat Nov 18 18:01:13 2006 +0100
49636
49637     AVR32: Clean up memory-map.h for at32ap7000
49638
49639     Convert spaces to tabs (must have missed this one last time around),
49640     sort the entries by address and group them together by bus
49641     connectivity.
49642
49643     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49644
49645 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
49646 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49647 Date:   Sat Nov 18 17:32:31 2006 +0100
49648
49649     AVR32: Build position-independent u-boot
49650
49651     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
49652     position independent. This will make relocation a lot easier.
49653
49654     -mno-init-got means that gcc shouldn't emit code to load the GOT
49655     address into r6 in every function prologue. We do it once and for
49656     all in the early startup assembly code, so enabling this option
49657     makes u-boot a bit faster and smaller.
49658
49659     The assembly parts have always been position-independent, so no code
49660     changes should be necessary.
49661
49662     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49663
49664 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
49665 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49666 Date:   Sat Nov 18 17:24:31 2006 +0100
49667
49668     AVR32: Use avr32-linux- cross-compilation prefix by default
49669
49670     It doesn't really matter which toolchain you use to compile u-boot,
49671     but the avr32-linux one is probably what most people have installed.
49672
49673     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49674
49675 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
49676 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49677 Date:   Sat Nov 18 17:15:30 2006 +0100
49678
49679     AVR32: Split start_u_boot into board_init_f and board_init_r
49680
49681     Split the avr32 initialization code into a function to run before
49682     relocation, board_init_f and a function to run after relocation,
49683     board_init_r. For now, board_init_f simply calls board_init_r
49684     at the end.
49685
49686     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49687
49688 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
49689 Author: Heiko Schocher <hs@pollux.denx.de>
49690 Date:   Sat Apr 14 05:26:48 2007 +0200
49691
49692     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
49693             clear the Display after reset.
49694
49695     Signed-off-by: Heiko Schocher <hs@denx.de>
49696
49697 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
49698 Author: Denis Peter <d.peter@mpl.ch>
49699 Date:   Fri Apr 13 09:13:33 2007 +0200
49700
49701     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
49702
49703     Fix bug introduced by "Fix get_partition_info() parameter error in all
49704     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
49705     to use diskboot or scsiboot form another device than 0.
49706
49707     Signed-off-by: Denis Peter <d.peter@mpl.ch>
49708
49709 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
49710 Author: Greg Lopp <lopp@pobox.com>
49711 Date:   Fri Apr 13 08:02:24 2007 +0200
49712
49713     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
49714
49715     Signed-of-by: Greg Lopp <lopp@pobox.com>
49716     Acked-by: Grant Likely <grant.likely@secretlab.ca>
49717
49718 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
49719 Author: Xie Xiaobo <r63061@freescale.com>
49720 Date:   Fri Mar 9 19:08:25 2007 +0800
49721
49722     Fix two bugs for MPC83xx DDR2 controller SPD Init
49723
49724     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
49725     the first bug is that the picos_to_clk routine introduces a huge
49726     rounding error in 83xx.
49727     the second bug is that the mode register write recovery field is
49728     tWR-1, not tWR >> 1.
49729
49730 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
49731 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49732 Date:   Thu Apr 12 14:15:59 2007 +0200
49733
49734     ppc4xx: Fix i2c divisor calcularion for PPC4xx
49735
49736     This patch fixes changes the i2c_init(...) function to use the function
49737     get_OPB_freq() rather than calculating the OPB speed by
49738     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
49739     specific per processor. The prior method was not and so was calculating
49740     the wrong speed for some PPC4xx processors.
49741
49742     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49743     Signed-off-by: Stefan Roese <sr@denx.de>
49744
49745 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
49746 Author: Wolfgang Denk <wd@denx.de>
49747 Date:   Wed Apr 11 17:25:01 2007 +0200
49748
49749     Update CHANGELOG
49750
49751     Signed-off-by: Wolfgang Denk <wd@denx.de>
49752
49753 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
49754 Author: Wolfgang Denk <wd@denx.de>
49755 Date:   Wed Apr 11 17:22:55 2007 +0200
49756
49757     Update for SC3 board
49758
49759     * Make IDE timeout configurable through ide_reset_timeout variable.
49760     * Use Newline as "password" string
49761     * Use just a single partition in NAND flash
49762
49763 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
49764 Author: Haiying Wang <haiying.wang@freescale.com>
49765 Date:   Mon Jan 22 12:37:30 2007 -0600
49766
49767     Add PIXIS FPGA support for MPC8641HPCN board.
49768
49769     Move the 8641HPCN's PIXIS code to the new directory
49770     board/freescale/common/ as it will be shared by
49771     future boards not in the same processor family.
49772
49773     Write a "pixis_reset" command that utilizes the FPGA
49774     reset sequencer to support alternate soft-reset options
49775     such as using the "alternate" flash bank, enabling
49776     the watch dog, or choosing different CPU frequencies.
49777
49778     Add documentation for the pixis_reset to README.mpc8641hpcn.
49779
49780     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
49781     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49782
49783 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
49784 Author: Gerald Van Baren <vanbaren@cideas.com>
49785 Date:   Fri Apr 6 14:19:43 2007 -0400
49786
49787     Moved fdt command support code to fdt_support.c
49788
49789     ...in preparation for improving the bootm command's handling of fdt blobs.
49790     Also cleaned up some coding sloppiness.
49791
49792 commit 6679f9299534e488a171a9bb8f9bb891de247aab
49793 Author: Gerald Van Baren <vanbaren@cideas.com>
49794 Date:   Fri Apr 6 14:17:14 2007 -0400
49795
49796     libfdt: Make fdt_check_header() public
49797
49798     Changed _fdt_check_header() to fdt_check_header() and made it part of
49799     the interface - it is a useful routine.
49800
49801     Also did some asthetics cleanup to the include files (headers).
49802
49803 commit c0707ce65677650b5ceab0500ee50ae5168afef2
49804 Author: Aubrey Li <aubrey.adi@gmail.com>
49805 Date:   Thu Apr 5 18:34:06 2007 +0800
49806
49807     [Blackfin][PATCH] Kill off a bunch of common local prototypes
49808
49809 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
49810 Author: Aubrey Li <aubrey.adi@gmail.com>
49811 Date:   Thu Apr 5 18:33:04 2007 +0800
49812
49813     [Blackfin][PATCH] Fix dynamic CPLB generation issue
49814
49815 commit 0445e3a264251d75b1be45ef713c70726a2952f0
49816 Author: Aubrey Li <aubrey.adi@gmail.com>
49817 Date:   Thu Apr 5 18:31:47 2007 +0800
49818
49819     [Blackfin][PATCH] minior cleanup
49820
49821 commit 155fd766573981090e638b493d5857562151862e
49822 Author: Aubrey Li <aubrey.adi@gmail.com>
49823 Date:   Thu Apr 5 18:31:18 2007 +0800
49824
49825     [Blackfin][PATCH] Fix copyright and update license
49826
49827 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
49828 Author: Aubrey Li <aubrey.adi@gmail.com>
49829 Date:   Thu Apr 5 18:30:25 2007 +0800
49830
49831     [Blackfin][PATCH] Add BF537 EMAC driver initialization
49832
49833 commit 889256e8604e0c68db1d866d720894dffede9df6
49834 Author: Aubrey Li <aubrey.adi@gmail.com>
49835 Date:   Thu Apr 5 18:29:55 2007 +0800
49836
49837     [Blackfin][PATCH] call real the system synchronize instruction
49838
49839 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
49840 Author: Aubrey Li <aubrey.adi@gmail.com>
49841 Date:   Thu Apr 5 18:29:17 2007 +0800
49842
49843     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
49844
49845 commit dfeeab2cd680df047e68e723b246adf6f33bb556
49846 Author: Aubrey Li <aubrey.adi@gmail.com>
49847 Date:   Thu Apr 5 18:28:34 2007 +0800
49848
49849     [Blackfin][PATCH]: fix flash unaligned copy issue
49850
49851 commit 443feb740584e406efa203af909fe2926608e8d5
49852 Author: Igor Marnat <marny@rambler.ru>
49853 Date:   Wed Mar 21 09:55:01 2007 +0300
49854
49855     Update usage of 'nc' in README.NetConsole
49856
49857     Added information about usage of NetConsole on systems where the -l and -p
49858     switches are mutually exclusive.
49859
49860     Signed-off-by: Igor Marnat <marny@rambler.ru>
49861     Signed-off-by: Ben Warren <bwarren@qstreams.com>
49862
49863 commit 31c98a88228021b314c89ebb8104fb6473da4471
49864 Author: Wolfgang Denk <wd@denx.de>
49865 Date:   Wed Apr 4 02:09:30 2007 +0200
49866
49867     Minor coding style cleanup.
49868
49869 commit 94abd7c0583ebe01e799b25f451201deeaab550d
49870 Author: Wolfgang Denk <wd@denx.de>
49871 Date:   Wed Apr 4 01:49:15 2007 +0200
49872
49873     Minor cleanup.
49874
49875 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
49876 Author: Rodolfo Giometti <giometti@enneenne.com>
49877 Date:   Tue Apr 3 14:27:18 2007 +0200
49878
49879     Support for the Philips ISP116x HCD (Host Controller Driver)
49880
49881     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
49882
49883 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
49884 Author: Markus Klotzbuecher <mk@denx.de>
49885 Date:   Tue Apr 3 14:27:08 2007 +0200
49886
49887     USB: cleanup monahans usb support. Remove dead code.
49888
49889     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49890
49891 commit a65c5768e5537530bd1780af3d3fddc3113a163c
49892 Author: Stefan Roese <sr@denx.de>
49893 Date:   Mon Apr 2 10:09:30 2007 +0200
49894
49895     ppc4xx: Change SysACE address on Katmai
49896
49897     With this new base address of the Xilinx SystemACE controller
49898     the Linux driver will be easier to adapt, since it can now be
49899     mapped via the "normal" ioremap() call.
49900
49901     Signed-off-by: Stefan Roese <sr@denx.de>
49902
49903 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
49904 Author: Gerald Van Baren <vanbaren@cideas.com>
49905 Date:   Sat Mar 31 14:30:53 2007 -0400
49906
49907     Fix some minor whitespace violations.
49908
49909 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
49910 Author: Gerald Van Baren <vanbaren@cideas.com>
49911 Date:   Sat Mar 31 12:23:51 2007 -0400
49912
49913     Add a flattened device tree (fdt) command (2 of 2)
49914
49915     Modifications to the existing code to support the new fdt command.
49916
49917 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
49918 Author: Gerald Van Baren <vanbaren@cideas.com>
49919 Date:   Sat Mar 31 12:22:10 2007 -0400
49920
49921     Add a flattened device tree (fdt) command (1 of 2)
49922
49923     The fdt command uses David Gibson's libfdt library to manipulate as well
49924     as print the flattened device tree.  This patch is the new command,
49925     the second part is the modifications to the existing code.
49926
49927 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
49928 Author: Gerald Van Baren <vanbaren@cideas.com>
49929 Date:   Sat Mar 31 12:13:43 2007 -0400
49930
49931     libfdt: Enhanced and published fdt_next_tag()
49932
49933     Enhanced the formerly private function _fdt_next_tag() to allow stepping
49934       through the tree, used to produce a human-readable dump, and made
49935       it part of the published interface.
49936     Also added some comments.
49937
49938 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
49939 Author: Gerald Van Baren <vanbaren@cideas.com>
49940 Date:   Sat Mar 31 12:05:39 2007 -0400
49941
49942     libfdt: Customizations for use by u-boot.
49943
49944     Changes to David Gibson's original source to fit into u-boot's
49945     environment.  No functionality changes.
49946
49947 commit 35748177c64a4a83a00057e93bb33e40278a2a96
49948 Author: Gerald Van Baren <vanbaren@cideas.com>
49949 Date:   Sat Mar 31 12:00:56 2007 -0400
49950
49951     libfdt: Import libfdt source (2 of 2)
49952
49953     This adds the applicable libfdt source files (unmodified) and a README
49954     to explain where the source came from.
49955
49956 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
49957 Author: Gerald Van Baren <vanbaren@cideas.com>
49958 Date:   Sat Mar 31 11:59:59 2007 -0400
49959
49960     libfdt: Import libfdt source (1 of 2)
49961
49962     This adds the applicable libfdt source files (unmodified) and a README
49963     to explain where the source came from.
49964
49965 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
49966 Author: Stefan Roese <sr@denx.de>
49967 Date:   Sat Mar 31 13:16:23 2007 +0200
49968
49969     ppc4xx: Update Katmai bootstrap command
49970
49971     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
49972     is selected.
49973
49974     Signed-off-by: Stefan Roese <sr@denx.de>
49975
49976 commit cabee756a6532986729477c3cc1ea16ef8517ad2
49977 Author: Stefan Roese <sr@denx.de>
49978 Date:   Sat Mar 31 13:15:06 2007 +0200
49979
49980     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
49981
49982     Additional RAM information is now printed upon powerup, like
49983     DDR2 frequency and CAS latency.
49984
49985     Signed-off-by: Stefan Roese <sr@denx.de>
49986
49987 commit 60723803431ac75cad085690789e433d5ab9174e
49988 Author: Stefan Roese <sr@denx.de>
49989 Date:   Sat Mar 31 08:48:36 2007 +0200
49990
49991     ppc4xx: Change Yucca config file to support ECC
49992
49993     With the updated 44x DDR2 driver the Yucca board now supports
49994     ECC generation and checking.
49995
49996     Signed-off-by: Stefan Roese <sr@denx.de>
49997
49998 commit 490e5730c674b20d708b783a2c5ffd7208f83873
49999 Author: Stefan Roese <sr@denx.de>
50000 Date:   Sat Mar 31 08:47:34 2007 +0200
50001
50002     ppc4xx: Fix "bootstrap" command for Katmai board
50003
50004     The board specific "bootstrap" command is now fixed and can
50005     be used for the AMCC Katmai board to configure different
50006     CPU/PLB/OPB frequencies.
50007
50008     Signed-off-by: Stefan Roese <sr@denx.de>
50009
50010 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
50011 Author: Stefan Roese <sr@denx.de>
50012 Date:   Sat Mar 31 08:46:08 2007 +0200
50013
50014     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
50015
50016     Fix a bug in the auto calibration routine. This driver now runs
50017     more reliable with the tested modules. It's also tested with
50018     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
50019
50020     Signed-off-by: Stefan Roese <sr@denx.de>
50021
50022 commit 342cd097be1e7affe82f42ab3da220959a699e64
50023 Author: Michal Simek <monstr@monstr.eu>
50024 Date:   Fri Mar 30 22:52:09 2007 +0200
50025
50026     [PATCH] Clean include dependence
50027
50028 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
50029 Author: Michal Simek <monstr@monstr.eu>
50030 Date:   Fri Mar 30 22:42:45 2007 +0200
50031
50032     [CLEAN] Remove inefficient Suzaku code
50033
50034 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
50035 Author: Stefan Roese <sr@denx.de>
50036 Date:   Wed Mar 28 15:03:16 2007 +0200
50037
50038     Merge some AMCC make targets to keep the top-level Makefile smaller
50039
50040     Signed-off-by: Stefan Roese <sr@denx.de>
50041
50042 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
50043 Author: Stefan Roese <sr@denx.de>
50044 Date:   Wed Mar 28 14:52:12 2007 +0200
50045
50046     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
50047
50048     The "old" i2c commands (iprobe, imd...) are now compiled in again,
50049     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
50050     config option.
50051
50052     Signed-off-by: Stefan Roese <sr@denx.de>
50053
50054 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
50055 Author: Michal Simek <monstr@monstr.eu>
50056 Date:   Tue Mar 27 00:32:16 2007 +0200
50057
50058     PATCH: Resolve GPL license problem
50059
50060 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
50061 Author: Rodolfo Giometti <giometti@enneenne.com>
50062 Date:   Mon Mar 26 12:03:36 2007 +0200
50063
50064     PXA: pxa27x USB OHCI support
50065
50066     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
50067
50068 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
50069 Author: Markus Klotzbuecher <mk@denx.de>
50070 Date:   Mon Mar 26 11:21:05 2007 +0200
50071
50072     USB: remove the S3C24X0_merge #define, which was introduced while
50073     merging OHCI drivers.
50074
50075     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50076
50077 commit 1798049522f594013aea29457d46794298c6ae15
50078 Author: Michal Simek <root@monstr.eu>
50079 Date:   Mon Mar 26 01:39:07 2007 +0200
50080
50081     Support for XUPV2P board
50082     Reset support
50083     BSP autoconfig support
50084
50085 commit 0d974d5297349504a2ddfa09314be573b5df320a
50086 Author: Stefan Roese <sr@denx.de>
50087 Date:   Sat Mar 24 15:57:09 2007 +0100
50088
50089     [PATCH] Add 4xx GPIO functions
50090
50091     This patch adds some 4xx GPIO functions. It also moves some of the
50092     common code and defines into a common 4xx GPIO header file.
50093
50094     Signed-off-by: Stefan Roese <sr@denx.de>
50095
50096 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
50097 Author: Stefan Roese <sr@denx.de>
50098 Date:   Sat Mar 24 15:55:58 2007 +0100
50099
50100     [PATCH] Small Sequoia cleanup
50101
50102     Signed-off-by: Stefan Roese <sr@denx.de>
50103
50104 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
50105 Author: Stefan Roese <sr@denx.de>
50106 Date:   Sat Mar 24 15:45:34 2007 +0100
50107
50108     [PATCH] Clean up 40EZ/Acadia support
50109
50110     This patch cleans up all the open issue of the preliminary
50111     Acadia support.
50112
50113     Signed-off-by: Stefan Roese <sr@denx.de>
50114
50115 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
50116 Author: Jon Loeliger <jdl@freescale.com>
50117 Date:   Tue Dec 12 11:02:20 2006 -0600
50118
50119     Fix 8641HPCN problem with ld version 2.16
50120
50121     (Dot outside sections problem).
50122
50123     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
50124
50125     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50126
50127 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
50128 Author: Haiying Wang <haiying.wang@freescale.com>
50129 Date:   Thu Dec 7 10:35:55 2006 -0600
50130
50131     Set Rev 2.x 86xx PIC in mixed mode.
50132
50133     Prevent false interrupt from hanging Linux as MSR[EE] is set
50134     to enable interrupts by changing the PIC out of the default
50135     pass through mode into mixed mode.
50136
50137     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
50138     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50139
50140 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
50141 Author: Jason Jin <jason.jin@freescale.com>
50142 Date:   Thu Dec 7 10:32:35 2006 -0600
50143
50144     Add flash cmd function to 8641HPCN ramboot
50145
50146     Also fixes some commmand for 8641 HPCN ramboot case.
50147
50148     Signed-off-by: Jason Jin <jason.jin@freescale.com>
50149     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50150
50151 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
50152 Author: Ed Swarthout <ed.swarthout@freescale.com>
50153 Date:   Thu Dec 7 10:34:14 2006 -0600
50154
50155     Add support for 8641 Rev 2 silicon.
50156
50157     Without this patch, I am unable to get to the prompt on rev 2 silicon.
50158     Only set ddrioovcr for rev1.
50159
50160     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
50161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50162
50163 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
50164 Author: Wolfgang Denk <wd@denx.de>
50165 Date:   Thu Mar 22 00:13:12 2007 +0100
50166
50167     Code cleanup / re-insert previous Copyright entries.
50168
50169     Signed-off-by: Wolfgang Denk <wd@denx.de>
50170
50171 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
50172 Author: Wolfgang Denk <wd@denx.de>
50173 Date:   Wed Mar 21 23:26:15 2007 +0100
50174
50175     Code cleanup. Update CHANGELOG
50176
50177 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
50178 Author: Stefan Roese <sr@denx.de>
50179 Date:   Wed Mar 21 14:54:29 2007 +0100
50180
50181     ppc4xx: Fix file mode of include/configs/acadia.h
50182
50183     Signed-off-by: Stefan Roese <sr@denx.de>
50184
50185 commit d5f4614c9350d9333e575100fb250aab774d0258
50186 Author: Markus Klotzbuecher <mk@denx.de>
50187 Date:   Wed Mar 21 14:41:46 2007 +0100
50188
50189     SPC1920: fix small clock routing bug
50190
50191     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50192
50193 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
50194 Author: Stefan Roese <sr@denx.de>
50195 Date:   Wed Mar 21 13:39:57 2007 +0100
50196
50197     [PATCH] Add AMCC Acadia (405EZ) eval board support
50198
50199     This patch adds support for the new AMCC Acadia eval board.
50200
50201     Please note that this Acadia/405EZ support is still in a beta stage.
50202     Still lot's of cleanup needed but we need a preliminary release now.
50203
50204     Signed-off-by: Stefan Roese <sr@denx.de>
50205
50206 commit e01bd218b00af73499331a1a701625a852cd286f
50207 Author: Stefan Roese <sr@denx.de>
50208 Date:   Wed Mar 21 13:38:59 2007 +0100
50209
50210     [PATCH] Add AMCC PPC405EZ support
50211
50212     This patch adds support for the new AMCC 405EZ PPC. It is in
50213     preparation for the AMCC Acadia board support.
50214
50215     Please note that this Acadia/405EZ support is still in a beta stage.
50216     Still lot's of cleanup needed but we need a preliminary release now.
50217
50218     Signed-off-by: Stefan Roese <sr@denx.de>
50219
50220 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
50221 Author: Heiko Schocher <hs@pollux.denx.de>
50222 Date:   Wed Mar 21 08:45:17 2007 +0100
50223
50224     [PATCH] TQM8272: dont change the bits given from the HRCW
50225                      for the SIUMCR and BCR Register.
50226                      Fix the calculation for the EEprom Size
50227
50228     Signed-off-by: Heiko Schocher <hs@denx.de>
50229
50230 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
50231 Author: Aubrey Li <aubrey.adi@gmail.com>
50232 Date:   Tue Mar 20 18:16:24 2007 +0800
50233
50234     [Blackfin][PATCH] Add BF561 EZKIT board support
50235
50236 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
50237 Author: Aubrey Li <aubrey.adi@gmail.com>
50238 Date:   Mon Mar 19 22:55:58 2007 +0800
50239
50240     [Blackfin][PATCH] minor cleanup
50241
50242 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
50243 Author: Wolfgang Denk <wd@denx.de>
50244 Date:   Mon Mar 19 13:10:08 2007 +0100
50245
50246     Remove obsoleted POST files.
50247
50248     Signed-off-by: Wolfgang Denk <wd@denx.de>
50249
50250 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
50251 Author: Aubrey Li <aubrey.adi@gmail.com>
50252 Date:   Mon Mar 19 01:26:11 2007 +0800
50253
50254     [PATCH] Add flash chip M29W320ET/B support
50255
50256 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
50257 Author: Aubrey Li <aubrey.adi@gmail.com>
50258 Date:   Mon Mar 19 01:24:52 2007 +0800
50259
50260     [Blackfin][PATCH] Add BF537 stamp board support
50261
50262 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
50263 Author: Stefan Roese <sr@denx.de>
50264 Date:   Fri Mar 16 21:11:42 2007 +0100
50265
50266     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
50267
50268     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
50269     DDR memory are dynamically programmed matching the total size
50270     of the equipped memory (DIMM modules).
50271
50272     Signed-off-by: Stefan Roese <sr@denx.de>
50273
50274 commit 76d1466f918b881cda2d259254761e73885093c2
50275 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50276 Date:   Tue Mar 13 13:38:05 2007 +0100
50277
50278     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
50279             boards in terms of unification.
50280
50281     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50282
50283 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
50284 Author: Wolfgang Denk <wd@denx.de>
50285 Date:   Tue Mar 13 16:05:55 2007 +0100
50286
50287     Make SC3 board build with 'make O='; use 'addcons' consistently
50288     (SC3 and Jupiter used to use 'addcon' instead).
50289
50290     Signed-off-by: Wolfgang Denk wd@denx.de
50291
50292 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
50293 Author: Heiko Schocher <hs@pollux.denx.de>
50294 Date:   Tue Mar 13 09:40:59 2007 +0100
50295
50296     [PATCH] update board config for jupiter Board:
50297             added Hush Shell,
50298                   CONFIG_CMDLINE_EDITING,
50299                   CFG_ENV_ADDR_REDUND activated
50300
50301     Signed-off-by: Heiko Schocher <hs@denx.de>
50302
50303 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
50304 Author: Aubrey Li <aubrey.adi@gmail.com>
50305 Date:   Mon Mar 12 12:11:55 2007 +0800
50306
50307     [Blackfin][PATCH] minor cleanup
50308
50309 commit bfa5754a58477ac917d21527cd0f079d87cf188e
50310 Author: Aubrey Li <aubrey.adi@gmail.com>
50311 Date:   Mon Mar 12 01:42:06 2007 +0800
50312
50313     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
50314
50315 commit 8440bb14581a294375c34b91b42512f9753d1130
50316 Author: Aubrey Li <aubrey.adi@gmail.com>
50317 Date:   Mon Mar 12 00:25:14 2007 +0800
50318
50319     [Blackfin][PATCH] code cleanup
50320
50321 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
50322 Author: Michal Simek <monstr@monstr.eu>
50323 Date:   Sun Mar 11 13:48:24 2007 +0100
50324
50325     [Microblaze][PATCH] part 2
50326     timer support
50327     interrupt controller support
50328     flash support
50329     ethernet support
50330     cache support
50331     board information support
50332     env support
50333     booting image support
50334
50335     adding support for Xilinx ML401
50336
50337 commit 76316a318de91f6184e7c22a10e02d275ade2441
50338 Author: Michal Simek <monstr@monstr.eu>
50339 Date:   Sun Mar 11 13:42:58 2007 +0100
50340
50341     [Microblaze][PATCH]
50342     timer support
50343     interrupt controller support
50344     flash support
50345     ethernet support
50346     cache support
50347     board information support
50348     env support
50349     booting image support
50350
50351     adding support for Xilinx ML401
50352
50353 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
50354 Author: Aubrey Li <aubrey.adi@gmail.com>
50355 Date:   Sat Mar 10 23:49:29 2007 +0800
50356
50357     [Blackfin][PATCH] code cleanup
50358
50359 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
50360 Author: Aubrey.Li <aubrey.adi@gmail.com>
50361 Date:   Fri Mar 9 13:40:56 2007 +0800
50362
50363     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
50364
50365 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
50366 Author: Aubrey.Li <aubrey.adi@gmail.com>
50367 Date:   Fri Mar 9 13:38:44 2007 +0800
50368
50369     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
50370
50371 commit 992423ab43c2bcf6b704853bd00af77450915e20
50372 Author: Stefan Roese <sr@denx.de>
50373 Date:   Thu Mar 8 23:00:08 2007 +0100
50374
50375     ppc4xx: Fix file mode of sequoia.c
50376
50377     Signed-off-by: Stefan Roese <sr@denx.de>
50378
50379 commit eb92f613556800f7483666db09d9a237ad911d4a
50380 Author: Wolfgang Denk <wd@pollux.denx.de>
50381 Date:   Thu Mar 8 22:52:51 2007 +0100
50382
50383     Minor cleanup.
50384
50385 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
50386 Author: John Otken john@softadvances.com <john@softadvances.com>
50387 Date:   Thu Mar 8 09:39:48 2007 -0600
50388
50389     ppc4xx: Clear Sequoia/Rainier security engine reset bits
50390
50391     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
50392
50393 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
50394 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50395 Date:   Thu Mar 8 16:26:52 2007 +0100
50396
50397     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
50398
50399     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50400
50401 commit d9fc703246840c4b268debf48c334ba55c597dc0
50402 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50403 Date:   Thu Mar 8 16:25:47 2007 +0100
50404
50405     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
50406
50407     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50408
50409 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
50410 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50411 Date:   Thu Mar 8 16:23:11 2007 +0100
50412
50413     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
50414
50415     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50416
50417 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
50418 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50419 Date:   Thu Mar 8 16:20:32 2007 +0100
50420
50421     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
50422
50423     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50424
50425 commit f9fc6a5852a6335840882fa2111925010eea1abe
50426 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50427 Date:   Wed Mar 7 15:32:01 2007 +0100
50428
50429     fixed ethernet phy configuration for plu405 board
50430
50431     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50432
50433 commit 769104c9356594deb2092e204a39c05b33202d6c
50434 Author: Wolfgang Denk <wd@pollux.denx.de>
50435 Date:   Thu Mar 8 21:49:27 2007 +0100
50436
50437     Minor cleanup
50438
50439 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
50440 Author: Stefan Roese <sr@denx.de>
50441 Date:   Thu Mar 8 10:13:16 2007 +0100
50442
50443     [PATCH] Update AMCC Luan 440SP eval board support
50444
50445     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
50446     inititializition. This includes DDR auto calibration and support
50447     for different DIMM modules, instead of the fixed setup used in
50448     the earlier version.
50449
50450     This patch also enables the cache in FLASH for the startup
50451     phase of U-Boot (while running from FLASH). After relocating to
50452     SDRAM the cache is disabled again. This will speed up the boot
50453     process, especially the SDRAM setup, since there are some loops
50454     for memory testing (auto calibration).
50455
50456     Signed-off-by: Stefan Roese <sr@denx.de>
50457
50458 commit 2f5df47351910a2936c7741cf111855829200943
50459 Author: Stefan Roese <sr@denx.de>
50460 Date:   Thu Mar 8 10:10:18 2007 +0100
50461
50462     [PATCH] Update AMCC Yucca 440SPe eval board support
50463
50464     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
50465     inititializition. This includes DDR auto calibration and support
50466     for different DIMM modules, instead of the fixed setup used in
50467     the earlier version.
50468
50469     Signed-off-by: Stefan Roese <sr@denx.de>
50470
50471 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
50472 Author: Stefan Roese <sr@denx.de>
50473 Date:   Thu Mar 8 10:07:18 2007 +0100
50474
50475     ppc4xx: Small AMCC Katmai 440SPe update
50476
50477     Signed-off-by: Stefan Roese <sr@denx.de>
50478
50479 commit df294497479b1dca6dd86318b2a912f72fede0df
50480 Author: Stefan Roese <sr@denx.de>
50481 Date:   Thu Mar 8 10:06:09 2007 +0100
50482
50483     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
50484
50485     Signed-off-by: Stefan Roese <sr@denx.de>
50486
50487 commit 83853178bd36bca6f0f8f1331476620c84a587fc
50488 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50489 Date:   Wed Mar 7 12:14:50 2007 -0600
50490
50491     net - Support ping reply when processing net-loop
50492
50493     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
50494
50495     This permits the ping command to test the phy interface when the phy
50496     is put in loopback mode (typically by setting register 0 bit 14).
50497
50498     It also allows the port to respond to an external ping when u-boot is
50499     processing some other net command (such as tftp).  This is useful when
50500     tftp appears to hang.
50501
50502     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50503     Signed-off-by: Ben Warren <bwarren@qstreams.com>
50504
50505 commit fa1aef15bcd47736687be1af544506e90fba545d
50506 Author: Stefan Roese <sr@denx.de>
50507 Date:   Wed Mar 7 16:43:00 2007 +0100
50508
50509     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
50510
50511     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
50512     DDR memory are dynamically programmed matching the total size
50513     of the equipped memory (DIMM modules).
50514
50515     Signed-off-by: Stefan Roese <sr@denx.de>
50516
50517 commit e2ebe696818939e2b974628be9c921ea3fe9de13
50518 Author: Stefan Roese <sr@denx.de>
50519 Date:   Wed Mar 7 16:39:36 2007 +0100
50520
50521     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
50522
50523     This patch fixes a problem that occurs when 2 DIMM's are
50524     used. This problem was first spotted and fixed by Gerald Jackson
50525     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
50526     problem in a little more clever way.
50527
50528     This patch also adds the nice functionality to dynamically
50529     create the TLB entries for the SDRAM (tlb.c). So we should
50530     never run into such problems with wrong (too short) TLB
50531     initialization again on these platforms.
50532
50533     As this feature is new to the "old" 44x SPD DDR driver, it
50534     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
50535
50536     Signed-off-by: Stefan Roese <sr@denx.de>
50537
50538 commit 39218433983417b9df087976a79e3f80dd5e83d6
50539 Author: Wolfgang Denk <wd@denx.de>
50540 Date:   Wed Mar 7 16:33:44 2007 +0100
50541
50542     UC101: fix compiler warnings
50543
50544 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
50545 Author: Wolfgang Denk <wd@pollux.denx.de>
50546 Date:   Wed Mar 7 16:19:46 2007 +0100
50547
50548     HMI1001: fix build error, cleanup compiler warnings.
50549
50550 commit ad5bb451ade552c44bef9119d907929ebc2c126f
50551 Author: Wolfgang Denk <wd@pollux.denx.de>
50552 Date:   Tue Mar 6 18:08:43 2007 +0100
50553
50554     Restructure POST directory to support of other CPUs, boards, etc.
50555
50556 commit a5284efd125967675b2e9c6ef7b95832268ad360
50557 Author: Wolfgang Denk <wd@pollux.denx.de>
50558 Date:   Tue Mar 6 18:01:47 2007 +0100
50559
50560     Fix HOSTARCH handling.
50561     Patch by Mike Frysinger, Mar 05 2007
50562
50563 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
50564 Author: Stefan Roese <sr@denx.de>
50565 Date:   Tue Mar 6 07:47:04 2007 +0100
50566
50567     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
50568
50569     As provided by the AMCC applications team, this patch optimizes the
50570     DDR2 setup for 166MHz bus speed. The values provided are also save
50571     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
50572     setup has to be adjusted as done in this patch.
50573
50574     For this the NAND booting version had to include the "speed.c" file
50575     from the cpu/ppc4xx directory. With this addition the NAND SPL image
50576     will just fit into the 4kbytes of program space. gcc version 4.x as
50577     provided with ELDK 4.x is needed to generate this optimized code.
50578
50579     Signed-off-by: Stefan Roese <sr@denx.de>
50580
50581 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
50582 Author: Wolfgang Denk <wd@pollux.denx.de>
50583 Date:   Sun Mar 4 01:36:05 2007 +0100
50584
50585     Some code cleanup.
50586
50587 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
50588 Author: Kim Phillips <kim.phillips@freescale.com>
50589 Date:   Wed Feb 28 00:02:04 2007 -0600
50590
50591     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
50592
50593     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
50594
50595 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
50596 Author: Kumar Gala <galak@kernel.crashing.org>
50597 Date:   Tue Feb 27 23:51:42 2007 -0600
50598
50599     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
50600
50601     The config value for:
50602     * CFG_ACR_PIPE_DEP
50603     * CFG_ACR_RPTCNT
50604     * CFG_SPCR_TSEC1EP
50605     * CFG_SPCR_TSEC2EP
50606     * CFG_SCCR_TSEC1CM
50607     * CFG_SCCR_TSEC2CM
50608
50609     Were not being used when setting the appropriate register
50610
50611     Added:
50612     * CFG_SCCR_USBMPHCM
50613     * CFG_SCCR_USBDRCM
50614     * CFG_SCCR_PCICM
50615     * CFG_SCCR_ENCCM
50616
50617     To allow full config of the SCCR.
50618
50619     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
50620     that were just bogus.
50621
50622     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50623
50624 commit d51b3cf371cd441030460ef19d36b2924c361b1a
50625 Author: Kim Phillips <kim.phillips@freescale.com>
50626 Date:   Thu Feb 22 20:06:57 2007 -0600
50627
50628     mpc83xx: update [local-]mac-address properties on UEC based devices
50629
50630     8360 and 832x weren't updating their [local-]mac-address
50631     properties. This patch fixes that.
50632
50633     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50634
50635 commit 61f4f912acbe60776c5e00df1ec94094ce672957
50636 Author: Timur Tabi <timur@freescale.com>
50637 Date:   Tue Feb 13 10:41:42 2007 -0600
50638
50639     mpc83xx: write MAC address to mac-address and local-mac-address
50640
50641     Some device trees have a mac-address property, some have local-mac-address,
50642     and some have both.  To support all of these device trees, this patch
50643     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
50644     This function already updates local-mac-address.
50645
50646     Signed-off-by: Timur Tabi <timur@freescale.com>
50647
50648 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
50649 Author: Kim Phillips <kim.phillips@freescale.com>
50650 Date:   Tue Feb 27 18:41:08 2007 -0600
50651
50652     mpc83xx: add command line editing by default
50653
50654 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
50655 Author: Kim Phillips <kim.phillips@freescale.com>
50656 Date:   Wed Feb 14 19:50:53 2007 -0600
50657
50658     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
50659
50660     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
50661     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
50662
50663     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
50664
50665     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50666     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
50667
50668 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
50669 Author: Xie Xiaobo <r63061@freescale.com>
50670 Date:   Wed Feb 14 18:27:17 2007 +0800
50671
50672     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
50673
50674     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
50675     it pass DDR/DDR2 compliance tests.
50676
50677     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
50678
50679 commit b110f40bd180c6b560276589beedf753e97c46ce
50680 Author: Xie Xiaobo <r63061@freescale.com>
50681 Date:   Wed Feb 14 18:27:06 2007 +0800
50682
50683     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
50684
50685     MPC8360E rev2.0 have new spridr,and PVR value,
50686     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
50687
50688     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
50689
50690 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
50691 Author: Xie Xiaobo <r63061@freescale.com>
50692 Date:   Wed Feb 14 18:26:44 2007 +0800
50693
50694     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
50695
50696     MPC8349E rev3.1 have new spridr,and PVR value,
50697     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
50698
50699     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
50700
50701 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
50702 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
50703 Date:   Wed Jan 31 11:04:19 2007 +0100
50704
50705     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
50706
50707     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
50708     which is used to se if an slave will ACK after receiving its address.
50709
50710     Correct i2c probing to use this method as the old method could upset
50711     a slave as it wrote a data byte to it.
50712
50713     Add a small delay in i2c_init() to let the controller
50714     shutdown any ongoing I2C activity.
50715
50716     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
50717
50718 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
50719 Author: Timur Tabi <timur@freescale.com>
50720 Date:   Wed Jan 31 15:54:29 2007 -0600
50721
50722     mpc83xx: Add support for the MPC8349E-mITX-GP
50723
50724     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
50725     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
50726     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
50727
50728     Signed-off-by: Timur Tabi <timur@freescale.com>
50729
50730 commit fab16807adad350f618024350c6950165c247c72
50731 Author: Timur Tabi <timur@freescale.com>
50732 Date:   Wed Jan 31 15:54:20 2007 -0600
50733
50734     mpc83xx: Delete sdram_init() for MPC8349E-mITX
50735
50736     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
50737     never does anything.  This patch deletes it.
50738
50739     Signed-off-by: Timur Tabi <timur@freescale.com>
50740
50741 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
50742 Author: Dave Liu <daveliu@freescale.com>
50743 Date:   Fri Jan 19 10:43:26 2007 +0800
50744
50745     mpc83xx: Fix the LAW1/3 bug
50746
50747     The patch solves the alignment problem of the local bus access windows to
50748     render accessible the memory bank and PHY registers of UPC 1 (starting at
50749     0xf801 0000). What we actually did was to adjust the sizes of the bus
50750     access windows so that the base address alignment requirement would be met.
50751
50752     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
50753     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
50754     Signed-off-by: Dave Liu <daveliu@freescale.com>
50755
50756 commit 97c4b397dce236a7318b304667bf89e59d08b17c
50757 Author: Kim Phillips <kim.phillips@freescale.com>
50758 Date:   Tue Jan 30 16:15:31 2007 -0600
50759
50760     mpc83xx: don't hang if watchdog configured on 8360, 832x
50761
50762     don't hang if watchdog configured on 8360, 832x
50763
50764     The watchdog programming model is the same across all 83xx devices;
50765     make the code reflect that.
50766
50767 commit b70047478570e371ce7223be342ce98afea0f7d6
50768 Author: Kim Phillips <kim.phillips@freescale.com>
50769 Date:   Tue Jan 30 16:15:21 2007 -0600
50770
50771     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
50772
50773     protect memcpy to bad address if a local-mac-address is missing from dt
50774
50775 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
50776 Author: Kim Phillips <kim.phillips@freescale.com>
50777 Date:   Tue Jan 30 16:15:04 2007 -0600
50778
50779     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
50780
50781     make 8360 default environment fdt be 8360 (not 8349)
50782
50783 commit a28899c910024a0226331df07207b1038c300c93
50784 Author: Emilian Medve <Emilian.Medve@freescale.com>
50785 Date:   Tue Jan 30 16:14:50 2007 -0600
50786
50787     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
50788
50789     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
50790     be used for busy-waiting since it strips the 'volatile' property from
50791     the bd variable. gcc3 was working by pure luck.
50792
50793     This is a follow on patch to "Fix the UEC driver bug of QE"
50794
50795 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
50796 Author: Kumar Gala <galak@kernel.crashing.org>
50797 Date:   Tue Jan 30 14:08:30 2007 -0600
50798
50799     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
50800
50801     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
50802     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
50803     CONFIG_MPC834X so they are more generic.
50804
50805     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50806
50807 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
50808 Author: Kim Phillips <kim.phillips@freescale.com>
50809 Date:   Thu Jan 25 13:40:55 2007 -0600
50810
50811     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
50812
50813 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
50814 Author: Kim Phillips <kim.phillips@freescale.com>
50815 Date:   Wed Jan 24 17:18:37 2007 -0600
50816
50817     mpc83xx: sort Makefile targets
50818
50819     reordered targets alphabetically
50820
50821 commit 91e25769771c1164ed63ffca0add49f934ae3343
50822 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
50823 Date:   Tue Jan 16 11:38:14 2007 -0500
50824
50825     mpc83xx: U-Boot support for Wind River SBC8349
50826
50827     I've redone the SBC8349 support to match git-current, which
50828     incorporates all the MPC834x updates from Freescale since the 1.1.6
50829     release,  including the DDR changes.
50830
50831     I've kept all the SBC8349 files as parallel as possible to the
50832     MPC8349EMDS ones for ease of maintenance and to allow for easy
50833     inspection of what was changed to support this board.  Hence the SBC8349
50834     U-Boot has FDT support and everything else that the MPC8349EMDS has.
50835
50836     Fortunately the Freescale updates added support for boards using CS0,
50837     but I had to change spd_sdram.c to allow for board specific settings for
50838     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
50839     default if the board doesn't specify a value.)
50840
50841     Hopefully this should be mergeable as-is and require no whitespace
50842     cleanups or similar, but if something doesn't measure up then let me
50843     know and I'll fix it.
50844
50845     Thanks,
50846     Paul.
50847
50848 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
50849 Author: Sam Song <samsongshu@yahoo.com.cn>
50850 Date:   Thu Dec 14 19:03:21 2006 +0800
50851
50852     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
50853
50854     A redundant semicolon existed in mpc8349itx.c
50855     should be removed.
50856
50857     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
50858
50859 commit f35f358241c549be3f75cfe2eaa642914275b7ba
50860 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
50861 Date:   Wed Dec 6 21:23:55 2006 -0500
50862
50863     mpc83xx: Put the version (and magic) after the HRCW.
50864
50865     Put the version (and magic) after the HRCW.  This puts it in a fixed
50866     location in flash, not at the start of flash but as close as we can get.
50867
50868     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
50869
50870 commit 48aecd969171a6e99a55fae04933857787f9a5bd
50871 Author: Dave Liu <r63238@freescale.com>
50872 Date:   Thu Dec 7 21:14:51 2006 +0800
50873
50874     mpc83xx: Add the MPC832XEMDS board readme
50875
50876     Add the MPC832XEMDS board readme
50877
50878     Signed-off-by: Dave Liu <daveliu@freescale.com>
50879
50880 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
50881 Author: Dave Liu <r63238@freescale.com>
50882 Date:   Thu Dec 7 21:13:15 2006 +0800
50883
50884     mpc83xx: Add support for the MPC832XEMDS board
50885
50886     This patch supports DUART, ETH3/4 and PCI etc.
50887
50888     Signed-off-by: Dave Liu <daveliu@freescale.com>
50889
50890 commit e080313c32322e15ab5a18eb896a252858c57284
50891 Author: Dave Liu <r63238@freescale.com>
50892 Date:   Thu Dec 7 21:11:58 2006 +0800
50893
50894     mpc83xx: streamline the 83xx immr head file
50895
50896     For better format and style, I streamlined the 83xx head files,
50897     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
50898     duplicated macro definition appear in the both files; 2) the structure
50899     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
50900     macro definition put inside the each structure. So, I cleaned up the
50901     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
50902     moved the macro definition to mpc83xx.h, Just like MPC8260.
50903
50904     CHANGELOG
50905
50906     *streamline the 83xx immr head file
50907
50908     Signed-off-by: Dave Liu <daveliu@freescale.com>
50909
50910 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
50911 Author: Dave Liu <r63238@freescale.com>
50912 Date:   Wed Dec 6 11:38:17 2006 +0800
50913
50914     mpc83xx: Fix the UEC driver bug of QE
50915
50916     The patch prevents the GCC tool chain from striping useful code for
50917     optimization. It will make UEC ethernet driver workable, Otherwise the
50918     UEC will fail in tx when you are using gcc4.x. but the driver can work
50919     when using gcc3.4.3.
50920
50921     CHANGELOG
50922
50923     *Prevent the GCC from striping code for optimization, Otherwise the UEC
50924     will tx failed when you are using gcc4.x.
50925
50926     Signed-off-by: Dave Liu <daveliu@freescale.com>
50927
50928 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
50929 Author: Stefan Roese <sr@denx.de>
50930 Date:   Thu Mar 1 21:11:36 2007 +0100
50931
50932     [PATCH] Update AMCC Katmai 440SPe eval board support
50933
50934     This patch updates the recently added Katmai board support. The biggest
50935     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
50936     driver.
50937
50938     Please note, that still some problems are left with some memory
50939     configurations. See the driver for more details.
50940
50941     Signed-off-by: Stefan Roese <sr@denx.de>
50942
50943 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
50944 Author: Stefan Roese <sr@denx.de>
50945 Date:   Thu Mar 1 07:03:25 2007 +0100
50946
50947     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
50948
50949     Signed-off-by: Stefan Roese <sr@denx.de>
50950
50951 commit ccbc7036648e465697ca298ba51e0e76dda352a0
50952 Author: Wolfgang Denk <wd@pollux.denx.de>
50953 Date:   Wed Feb 28 01:28:53 2007 +0100
50954
50955     SC3: fix typo in default environment
50956
50957 commit e344568b1b46af85ec32d815586f91bc115d6223
50958 Author: Sergei Poselenov <sposelenov@emcraft.com>
50959 Date:   Tue Feb 27 20:15:30 2007 +0300
50960
50961     MCC200: Fixes for update procedure
50962
50963     - fix logic error in image type handling
50964     - make sure file system images (cramfs etc.) get stored in flash
50965       with image header stripped so they can be mounted through MTD
50966
50967 commit 743571145b37182757d4e688a77860b36ee77573
50968 Author: Wolfgang Denk <wd@pollux.denx.de>
50969 Date:   Tue Feb 27 14:26:04 2007 +0100
50970
50971     Minor code cleanup.
50972
50973 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
50974 Author: Sergei Poselenov <sposelenov@emcraft.com>
50975 Date:   Tue Feb 27 12:40:16 2007 +0300
50976
50977     MCC200 update - add LCD Progress Indicator
50978
50979 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
50980 Author: Stefan Roese <sr@denx.de>
50981 Date:   Thu Feb 22 07:43:34 2007 +0100
50982
50983     [PATCH] get_dev() now unconditionally uses manual relocation
50984
50985     Since the relocation fix is not included yet and we're not sure how
50986     it will be added, this patch removes code that required relocation
50987     to be fixed for now.
50988
50989     Signed-off-by: Stefan Roese <sr@denx.de>
50990
50991 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
50992 Author: Stefan Roese <sr@denx.de>
50993 Date:   Thu Feb 22 07:40:23 2007 +0100
50994
50995     [PATCH] Change systemace driver to select 8 & 16bit mode
50996
50997     As suggested by Grant Likely this patch enables the Xilinx SystemACE
50998     driver to select 8 or 16bit mode upon startup.
50999
51000     Signed-off-by: Stefan Roese <sr@denx.de>
51001
51002 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
51003 Author: Haiying Wang <Haiying.Wang@freescale.com>
51004 Date:   Wed Feb 21 16:52:31 2007 +0100
51005
51006     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
51007
51008     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
51009     is fully finished. The sync() is defined in each CPU's io.h file. For
51010     those CPUs which do not need sync for now, a dummy sync() is defined in
51011     their io.h as well.
51012
51013     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
51014
51015 commit da04995c7dc6772013a9a0dc5c767f190c402478
51016 Author: Stefan Roese <sr@denx.de>
51017 Date:   Wed Feb 21 13:44:34 2007 +0100
51018
51019     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
51020
51021     Signed-off-by: Stefan Roese <sr@denx.de>
51022
51023 commit 751bb57107d78978ae08e697c3deba816f5be091
51024 Author: Stefan Roese <sr@denx.de>
51025 Date:   Tue Feb 20 13:21:57 2007 +0100
51026
51027     [PATCH] Fix relocation problem with "new" get_dev() function
51028
51029     This patch enables the "new" get_dev() function for block devices
51030     introduced by Grant Likely to be used on systems that still suffer
51031     from the relocation problems (manual relocation neede because of
51032     problems with linker script).
51033
51034     Hopefully we can resolve this relocation issue soon for all platform
51035     so we don't need this additional code anymore.
51036
51037     Signed-off-by: Stefan Roese <sr@denx.de>
51038
51039 commit d93e2212f962668b3dce091ff5edc33f2347fe37
51040 Author: Stefan Roese <sr@denx.de>
51041 Date:   Tue Feb 20 13:17:42 2007 +0100
51042
51043     [PATCH] Update SystemACE driver for 16bit access
51044
51045     This patch removes some problems when the Xilinx SystemACE driver
51046     is used with 16bit access on an big endian platform (like the
51047     AMCC Katmai).
51048
51049     Signed-off-by: Stefan Roese <sr@denx.de>
51050
51051 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
51052 Author: Stefan Roese <sr@denx.de>
51053 Date:   Tue Feb 20 13:15:40 2007 +0100
51054
51055     [PATCH] Clean up Katmai (440SPe) linker script
51056
51057     Signed-off-by: Stefan Roese <sr@denx.de>
51058
51059 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
51060 Author: Stefan Roese <sr@denx.de>
51061 Date:   Tue Feb 20 10:57:08 2007 +0100
51062
51063     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
51064
51065     Signed-off-by: Stefan Roese <sr@denx.de>
51066
51067 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
51068 Author: Stefan Roese <sr@denx.de>
51069 Date:   Tue Feb 20 10:51:26 2007 +0100
51070
51071     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
51072
51073     This patch switches to the desired I2C bus when the date/dtt
51074     commands are called. This can be configured using the
51075     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
51076
51077     Signed-off-by: Stefan Roese <sr@denx.de>
51078
51079 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
51080 Author: Stefan Roese <sr@denx.de>
51081 Date:   Tue Feb 20 10:43:34 2007 +0100
51082
51083     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
51084
51085     This patch adds support for the DDR2 controller used on the
51086     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
51087     board and works fine with the following DIMM modules:
51088
51089     - Corsair CM2X512-5400C4 (512MByte per DIMM)
51090     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
51091     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
51092
51093     This patch also adds the nice functionality to dynamically
51094     create the TLB entries for the SDRAM (tlb.c). So we should
51095     never run into such problems with wrong (too short) TLB
51096     initialization again on these platforms.
51097
51098     Signed-off-by: Stefan Roese <sr@denx.de>
51099
51100 commit 36d830c9830379045f5daa9f542ac1c990c70068
51101 Author: Stefan Roese <sr@denx.de>
51102 Date:   Tue Feb 20 10:35:42 2007 +0100
51103
51104     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
51105
51106     Since the existing 4xx SPD SDRAM initialization routines for the
51107     405 SDRAM controller and the 440 DDR controller don't have much in
51108     common this patch splits both drivers into different files.
51109
51110     This is in preparation for the 440 DDR2 controller support (440SP/e).
51111
51112     Signed-off-by: Stefan Roese <sr@denx.de>
51113
51114 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
51115 Author: Stefan Roese <sr@denx.de>
51116 Date:   Tue Feb 20 10:27:08 2007 +0100
51117
51118     [PATCH] PPC4xx: Add support for multiple I2C busses
51119
51120     This patch adds support for multiple I2C busses on the PPC4xx
51121     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
51122     to make use of this feature.
51123
51124     It also merges the 405 and 440 i2c header files into one common
51125     file 4xx_i2c.h.
51126
51127     Also the 4xx i2c reset procedure is reworked since I experienced
51128     some problems with the first access on the 440SPe Katmai board.
51129
51130     Signed-off-by: Stefan Roese <sr@denx.de>
51131
51132 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
51133 Author: Grant Likely <grant.likely@secretlab.ca>
51134 Date:   Tue Feb 20 09:05:45 2007 +0100
51135
51136     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
51137
51138     Block device read/write is anonymous data; there is no need to use a
51139     typed pointer.  void * is fine.  Also add a hook for block_read functions
51140
51141     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51142
51143 commit 53758fa20e935cc87eeb0519ed365df753a6f289
51144 Author: Grant Likely <grant.likely@secretlab.ca>
51145 Date:   Tue Feb 20 09:05:38 2007 +0100
51146
51147     [PATCH 8_9] Add block_write hook to block_dev_desc_t
51148
51149     Preparation for future patches which support block device writing
51150
51151     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51152
51153 commit f4852ebe6ca946a509667eb68be42026f837be76
51154 Author: Grant Likely <grant.likely@secretlab.ca>
51155 Date:   Tue Feb 20 09:05:31 2007 +0100
51156
51157     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
51158
51159     Register read/write does not need to be wrapped in a full function.  The
51160     patch replaces them with macros.
51161
51162     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51163
51164 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
51165 Author: Grant Likely <grant.likely@secretlab.ca>
51166 Date:   Tue Feb 20 09:05:23 2007 +0100
51167
51168     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
51169
51170     The code in this file is not a command; it is a device driver.  Put it in
51171     the correct place.  There are zero functional changes in this patch, it
51172     only moves the file.
51173
51174     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51175
51176 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
51177 Author: Grant Likely <grant.likely@secretlab.ca>
51178 Date:   Tue Feb 20 09:05:16 2007 +0100
51179
51180     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
51181
51182     This patch is in preparation of additional changes to the sysace driver.
51183     May as well take this opportunity to fixup the inconsistent whitespace since
51184     this file is about to undergo major changes anyway.
51185
51186     There are zero functional changes in this patch.  It only cleans up the
51187     the whitespace.
51188
51189     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51190
51191 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
51192 Author: Grant Likely <grant.likely@secretlab.ca>
51193 Date:   Tue Feb 20 09:05:07 2007 +0100
51194
51195     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
51196
51197     isprint is already defined in ctype.c
51198
51199     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51200
51201 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
51202 Author: Grant Likely <grant.likely@secretlab.ca>
51203 Date:   Tue Feb 20 09:05:00 2007 +0100
51204
51205     [PATCH 3_9] Move buffer print code from md command to common function
51206
51207     Printing a buffer is a darn useful thing.  Move the buffer print code
51208     into print_buffer() in lib_generic/
51209
51210     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51211
51212 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
51213 Author: Grant Likely <grant.likely@secretlab.ca>
51214 Date:   Tue Feb 20 09:04:52 2007 +0100
51215
51216     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
51217
51218     Change the xilinx device drivers and board code to include config.h
51219     instead of xparameters.h directly.  config.h always includes the
51220     correct xparameters file.  This change reduces the posibility of
51221     including the wrong file when adding a new xilinx board port
51222
51223     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51224
51225 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
51226 Author: Grant Likely <grant.likely@secretlab.ca>
51227 Date:   Tue Feb 20 09:04:34 2007 +0100
51228
51229     [PATCH 1_4] Merge common get_dev() routines for block devices
51230
51231     Each of the filesystem drivers duplicate the get_dev routine.  This change
51232     merges them into a single function in part.c
51233
51234     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51235
51236 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
51237 Author: Wolfgang Denk <wd@pollux.denx.de>
51238 Date:   Mon Feb 19 23:09:51 2007 +0100
51239
51240     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
51241     as root file system images.
51242
51243 commit 489c696ae7211218961d159e43e722d74c36fcbc
51244 Author: Sergei Poselenov <sposelenov@emcraft.com>
51245 Date:   Wed Feb 14 14:30:28 2007 +0300
51246
51247     MCC200: Extensions to Software Update Mechanism
51248
51249     Update / extend Software Update Mechanism for MCC200 board:
51250
51251     - Add support for rootfs image added. The environment variables
51252       "rootfs_st" and "rootfs_nd" can be used to override the default
51253       values of the image start and end.
51254     - Remove excessive key check code.
51255     - Code cleanup.
51256
51257 commit 4be23a12f23f1372634edc3215137b09768b7949
51258 Author: Stefan Roese <sr@denx.de>
51259 Date:   Mon Feb 19 08:23:15 2007 +0100
51260
51261     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
51262
51263     As spotted by Matthias Fuchs, the READY input should not be
51264     enabled for the NOR FLASH on the Sequoia board.
51265
51266     Signed-off-by: Stefan Roese <sr@denx.de>
51267
51268 commit 2605e90bf676d48123afe5719a846d2b52b24aac
51269 Author: Heiko Schocher <hs@pollux.denx.de>
51270 Date:   Fri Feb 16 07:57:42 2007 +0100
51271
51272     [PATCH] Added support for the jupiter board.
51273
51274     Signed-off-by: Heiko Schocher <hs@denx.de>
51275
51276 commit 497d012e5be0194e1084073d0081eb1a844796b2
51277 Author: Gary Jennejohn <garyj@pollux.denx.de>
51278 Date:   Mon Feb 12 13:11:50 2007 +0100
51279
51280     LPC2292: patch from Siemens.
51281
51282 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
51283 Author: Stefan Roese <sr@denx.de>
51284 Date:   Sat Feb 10 08:49:31 2007 +0100
51285
51286     [PATCH] Add missing p3mx.h file to repository (ups)
51287
51288     Signed-off-by: Stefan Roese <sr@denx.de>
51289
51290 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
51291 Author: Bartlomiej Sieka <tur@semihalf.com>
51292 Date:   Fri Feb 9 10:45:42 2007 +0100
51293
51294     [Motion-PRO] Preliminary support for the Motion-PRO board.
51295
51296 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
51297 Author: Stefan Roese <sr@denx.de>
51298 Date:   Wed Feb 7 16:51:08 2007 +0100
51299
51300     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
51301
51302     Some boards that can have more than 768MBytes of SDRAM need to
51303     set "initrd_high", so that the initrd can be accessed by the
51304     Linux kernel.
51305
51306     Signed-off-by: Stefan Roese <sr@denx.de>
51307
51308 commit 7372ca68227930d03cffa548310524cad5b96733
51309 Author: Stefan Roese <sr@denx.de>
51310 Date:   Fri Feb 2 12:44:22 2007 +0100
51311
51312     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
51313
51314     Previously the strapping DCR/SDR was read to determine if the internal PCI
51315     arbiter is enabled or not. This strapping bit can be overridden, so now
51316     the current status is read from the correct DCR/SDR register.
51317
51318     Signed-off-by: Stefan Roese <sr@denx.de>
51319
51320 commit 2aa54f651a42d198673318f07a20c89a43e4d197
51321 Author: Stefan Roese <sr@denx.de>
51322 Date:   Fri Feb 2 12:42:08 2007 +0100
51323
51324     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
51325
51326     Signed-off-by: Stefan Roese <sr@denx.de>
51327
51328 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
51329 Author: Stefan Roese <sr@denx.de>
51330 Date:   Thu Feb 1 13:22:41 2007 +0100
51331
51332     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
51333
51334     When PCI PNP is enabled the pci pnp configuration routine is called
51335     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
51336     problems with some PCI cards. For now disable the PCI PNP configuration.
51337
51338     Signed-off-by: Stefan Roese <sr@denx.de>
51339
51340 commit 2902fadade3be7659467e8d074048c6b7068f5c0
51341 Author: Stefan Roese <sr@denx.de>
51342 Date:   Wed Jan 31 16:56:10 2007 +0100
51343
51344     [PATCH] Update 440EPx/440GRx cpu detection
51345
51346     Signed-off-by: Stefan Roese <sr@denx.de>
51347
51348 commit d5ea287b02a6945c3977410e364a879dd1a555c8
51349 Author: Stefan Roese <sr@denx.de>
51350 Date:   Wed Jan 31 16:38:04 2007 +0100
51351
51352     [PATCH] Update esd cpci5200 files
51353
51354     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
51355
51356 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
51357 Author: Stefan Roese <sr@denx.de>
51358 Date:   Wed Jan 31 16:37:34 2007 +0100
51359
51360     [PATCH] Add support for esd mecp5200 board
51361
51362     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
51363
51364 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
51365 Author: Stefan Roese <sr@denx.de>
51366 Date:   Wed Jan 31 12:38:50 2007 +0100
51367
51368     [PATCH] Remove unneccessary yellowstone board config file
51369
51370     Signed-off-by: Stefan Roese <sr@denx.de>
51371
51372 commit e802594b6fa1b166308820c276b96dc0d7cc731c
51373 Author: Stefan Roese <sr@denx.de>
51374 Date:   Tue Jan 30 17:06:10 2007 +0100
51375
51376     [PATCH] Update Sequoia (440EPx) config file
51377
51378     The config file now handles the 2nd target, the Rainier (440GRx)
51379     evaluation board better. Additionally the PPC input clock was
51380     adjusted to match the correct value of 33.0 MHz.
51381
51382     Signed-off-by: Stefan Roese <sr@denx.de>
51383
51384 commit 700200c67e73b83751418abe7815840dca8fd6cb
51385 Author: Stefan Roese <sr@denx.de>
51386 Date:   Tue Jan 30 17:04:19 2007 +0100
51387
51388     [PATCH] Merge Yosemite & Yellowstone board ports
51389
51390     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
51391     share one config file and all board specific files. This way we
51392     don't have to maintain two different sets of files for nearly
51393     identical boards.
51394
51395     Signed-off-by: Stefan Roese <sr@denx.de>
51396
51397 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
51398 Author: Stefan Roese <sr@denx.de>
51399 Date:   Tue Jan 30 15:01:49 2007 +0100
51400
51401     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
51402
51403     SCPU doesn't use redundant environment in flash.
51404
51405     Signed-off-by: Stefan Roese <sr@denx.de>
51406
51407 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
51408 Author: Stefan Roese <sr@denx.de>
51409 Date:   Tue Jan 30 12:51:07 2007 +0100
51410
51411     [PATCH] alpr: Update alpr board config file
51412
51413     Signed-off-by: Stefan Roese <sr@denx.de>
51414
51415 commit f8db84f132b1e335f20f96138a1f09ed97b08664
51416 Author: Wolfgang Denk <wd@pollux.denx.de>
51417 Date:   Tue Jan 30 00:50:40 2007 +0100
51418
51419     LPC2292 SODIMM port coding style cleanup.
51420
51421 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
51422 Author: Gary Jennejohn <garyj@pollux.denx.de>
51423 Date:   Wed Jan 24 12:16:56 2007 +0100
51424
51425     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
51426
51427 commit 2daf046ba627f85f44195815778140039636244e
51428 Author: Bartlomiej Sieka <tur@semihalf.com>
51429 Date:   Tue Jan 23 17:22:06 2007 +0100
51430
51431     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
51432
51433 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
51434 Author: Bartlomiej Sieka <tur@semihalf.com>
51435 Date:   Tue Jan 23 14:21:14 2007 +0100
51436
51437     [iDMR] Flash driver on initialisation write-protects some sectors,
51438     currently sectors 0-3. Sector 3 does not need to be protected, though
51439     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
51440     fixes this, i.e., only sectors 0-2 are protected.
51441
51442 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
51443 Author: Bartlomiej Sieka <tur@semihalf.com>
51444 Date:   Tue Jan 23 14:11:22 2007 +0100
51445
51446     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
51447     "mii device" results in "Unexpected exception"). Fixing this properly
51448     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
51449     this commit disables MII commads for now.
51450
51451 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
51452 Author: Bartlomiej Sieka <tur@semihalf.com>
51453 Date:   Tue Jan 23 13:25:22 2007 +0100
51454
51455     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
51456     Identification Register (CIR).
51457
51458 commit fdef388758506765d4d6a7155c8f1584c63ff581
51459 Author: roy zang <tie-fei.zang@freescale.com>
51460 Date:   Mon Jan 22 13:19:21 2007 +0800
51461
51462     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
51463     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
51464     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
51465     mpc7448hpc2 board.
51466
51467 commit a4012396645533aef218354eeba754dff0deace8
51468 Author: Wolfgang Denk <wd@pollux.denx.de>
51469 Date:   Fri Jan 19 23:08:39 2007 +0100
51470
51471     Minor code cleanup.
51472
51473 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
51474 Author: Heiko Schocher <hs@pollux.denx.de>
51475 Date:   Fri Jan 19 19:57:10 2007 +0100
51476
51477     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
51478
51479     Signed-off-by: Heiko Schocher <hs@denx.de>
51480
51481 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
51482 Author: Heiko Schocher <hs@pollux.denx.de>
51483 Date:   Fri Jan 19 18:05:26 2007 +0100
51484
51485     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
51486                  if you must swap the bytes between reading/writing.
51487                  (Needed for the SC3 board)
51488
51489     Signed-off-by: Heiko Schocher <hs@denx.de>
51490
51491 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
51492 Author: Stefan Roese <sr@denx.de>
51493 Date:   Thu Jan 18 16:05:47 2007 +0100
51494
51495     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
51496
51497     Signed-off-by: Stefan Roese <sr@denx.de>
51498
51499 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
51500 Author: Stefan Roese <sr@denx.de>
51501 Date:   Thu Jan 18 11:54:52 2007 +0100
51502
51503     [PATCH] Update Prodrive P3Mx support
51504
51505     Signed-off-by: Stefan Roese <sr@denx.de>
51506
51507 commit 34167a36c29ee946b727465db5c014746a08e978
51508 Author: Stefan Roese <sr@denx.de>
51509 Date:   Thu Jan 18 11:48:10 2007 +0100
51510
51511     [PATCH] Add missing Taishan config file
51512
51513     Signed-off-by: Stefan Roese <sr@denx.de>
51514
51515 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
51516 Author: Heiko Schocher <hs@pollux.denx.de>
51517 Date:   Thu Jan 18 11:28:51 2007 +0100
51518
51519     [PATCH] Fix: Compilerwarnings for SC3 board.
51520                  The EBC Configuration Register is now by CFG_EBC_CFG definable
51521                  Added JFFS2 support for the SC3 board.
51522
51523     Signed-off-by: Heiko Schocher <hs@denx.de>
51524
51525 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
51526 Author: Stefan Roese <sr@denx.de>
51527 Date:   Thu Jan 18 10:25:34 2007 +0100
51528
51529     [PATCH] Add support for AMCC Taishan PPC440GX eval board
51530
51531     Signed-off-by: Stefan Roese <sr@denx.de>
51532
51533 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
51534 Author: Wolfgang Denk <wd@pollux.denx.de>
51535 Date:   Tue Jan 16 18:30:50 2007 +0100
51536
51537     Raname solidcard3 into sc3; add redundant env for sc3
51538
51539 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
51540 Author: Wolfgang Denk <wd@pollux.denx.de>
51541 Date:   Tue Jan 16 12:46:35 2007 +0100
51542
51543     Update default environment for Solidcard3
51544
51545 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
51546 Author: Stefan Roese <sr@denx.de>
51547 Date:   Mon Jan 15 09:46:29 2007 +0100
51548
51549     [PATCH] Fix 440SPe rev B detection from previous patch
51550
51551     Signed-off-by: Stefan Roese <sr@denx.de>
51552
51553 commit a443d31410c571ee8f970da819a44d698fdd6b1f
51554 Author: Heiko Schocher <hs@pollux.denx.de>
51555 Date:   Sun Jan 14 13:35:31 2007 +0100
51556
51557         [FIX] correct I2C Writes for the LM81 Sensor.
51558
51559         Signed-off-by: Heiko Schocher <hs@denx.de>
51560
51561 commit 0bba5452835f19a61204edcda3a58112fd8e2208
51562 Author: Wolfgang Denk <wd@pollux.denx.de>
51563 Date:   Sat Jan 13 11:17:10 2007 +0100
51564
51565     Undo commit 3033ebb2: reset command does not take any arguments
51566
51567     Haiying Wang's modification to the reset command was broken, undo it.
51568
51569     Signed-off-by: Wolfgang Denk <wd@denx.de>
51570
51571 commit 95981778cff0038fd9941044d6a3eda810e33258
51572 Author: Stefan Roese <sr@denx.de>
51573 Date:   Sat Jan 13 08:01:03 2007 +0100
51574
51575     [PATCH] Update 440SP(e) cpu revisions
51576
51577     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
51578
51579     Signed-off-by: Stefan Roese <sr@denx.de>
51580
51581 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
51582 Author: Stefan Roese <sr@denx.de>
51583 Date:   Sat Jan 13 07:59:56 2007 +0100
51584
51585     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
51586
51587     Now the board revision and the current PCI bus speed are printed after
51588     the board message.
51589
51590     Also the EBC initialising is now done via defines in the board config
51591     file.
51592
51593     Signed-off-by: Stefan Roese <sr@denx.de>
51594
51595 commit 36adff362c2c0141ff8a810d42a7e478f779130f
51596 Author: Stefan Roese <sr@denx.de>
51597 Date:   Sat Jan 13 07:59:19 2007 +0100
51598
51599     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
51600
51601     Now the board revision and the current PCI bus speed are printed after
51602     the board message.
51603
51604     Also the EBC initialising is now done via defines in the board config
51605     file.
51606
51607     Signed-off-by: Stefan Roese <sr@denx.de>
51608
51609 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
51610 Author: Stefan Roese <sr@denx.de>
51611 Date:   Sat Jan 13 07:57:51 2007 +0100
51612
51613     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
51614
51615     Now the board revision and the current PCI bus speed are printed after
51616     the board message.
51617
51618     Signed-off-by: Stefan Roese <sr@denx.de>
51619
51620 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
51621 Author: Heiko Schocher <hs@pollux.denx.de>
51622 Date:   Thu Jan 11 15:44:44 2007 +0100
51623
51624         Added support for the SOLIDCARD III board from Eurodesign
51625
51626         Signed-off-by: Heiko Schocher <hs@denx.de>
51627
51628 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
51629 Author: Reinhard Thies <Reinhard.Thies@web.de>
51630 Date:   Wed Jan 10 14:41:14 2007 +0100
51631
51632     Adjusted default environment for cam5200 board.
51633
51634 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
51635 Author: Wolfgang Denk <wd@pollux.denx.de>
51636 Date:   Wed Jan 10 15:35:52 2007 +0100
51637
51638     Update CHANGELOG
51639
51640 commit 787fa15860a57833e50bd30555079a9cd4e519b8
51641 Author: Wolfgang Denk <wd@pollux.denx.de>
51642 Date:   Wed Jan 10 01:28:39 2007 +0100
51643
51644     Fix auto_update for MCC200 board.
51645
51646     The invocation of do_auto_update() is moved to the end of the
51647     misc_init_r() function, after the flash mappings have been
51648     initialized. Please find attached a patch that implements that
51649     change.
51650
51651     Also correct the decoding of the keypad status. With this update, the
51652     key that will trigger the update is Column 2, Row 2.
51653
51654 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
51655 Author: Marian Balakowicz <m8@semihalf.com>
51656 Date:   Wed Jan 10 00:26:15 2007 +0100
51657
51658     CAM5200 flash driver modifications:
51659     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
51660     - add second build target 'cam5200_niosflash' which still uses custom driver
51661
51662 commit 67fea022fa957f59653b5238c7496f80a6b70432
51663 Author: Markus Klotzbuecher <mk@denx.de>
51664 Date:   Tue Jan 9 16:02:48 2007 +0100
51665
51666     SPC1920: cleanup memory contoller setup
51667
51668 commit 8fc2102faa23593c80381437c09f7745a14deb40
51669 Author: Markus Klotzbuecher <mk@denx.de>
51670 Date:   Tue Jan 9 14:57:14 2007 +0100
51671
51672     Fix the cpu speed setup to work with all boards.
51673
51674 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
51675 Author: Markus Klotzbuecher <mk@denx.de>
51676 Date:   Tue Jan 9 14:57:13 2007 +0100
51677
51678     SPC1920: add support for the FM18L08 Ramtron FRAM
51679
51680 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
51681 Author: Markus Klotzbuecher <mk@denx.de>
51682 Date:   Tue Jan 9 14:57:13 2007 +0100
51683
51684     SPC1920: update the HPI register addresses to work with the second
51685     generation of hardware
51686
51687 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
51688 Author: Markus Klotzbuecher <mk@creamnet.de>
51689 Date:   Tue Jan 9 14:57:13 2007 +0100
51690
51691     Miscellanious spc1920 related cleanups
51692
51693 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
51694 Author: Markus Klotzbuecher <mk@denx.de>
51695 Date:   Tue Jan 9 14:57:12 2007 +0100
51696
51697     SPC1920 GO/NOGO led should be set to color red in U-Boot
51698
51699 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
51700 Author: Markus Klotzbuecher <mk@creamnet.de>
51701 Date:   Tue Jan 9 14:57:12 2007 +0100
51702
51703     Add support for the DS3231 RTC
51704
51705 commit 8139567b60d678584b05f0718a681f2047c5e14f
51706 Author: Markus Klotzbuecher <mk@creamnet.de>
51707 Date:   Tue Jan 9 14:57:11 2007 +0100
51708
51709     SMC1 uses external CLK4 instead of BRG on spc1920
51710
51711 commit d8d9de1a02fbd880b613d607143d1f57342affc7
51712 Author: Markus Klotzbuecher <mk@creamnet.de>
51713 Date:   Tue Jan 9 14:57:10 2007 +0100
51714
51715     Update the SPC1920 CMB PLD driver
51716
51717 commit 3f34f869162750e5e999fd140f884f5de952bcfe
51718 Author: Markus Klotzbuecher <mk@creamnet.de>
51719 Date:   Tue Jan 9 14:57:10 2007 +0100
51720
51721     Add / enable I2C support on the spc1920 board
51722
51723 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
51724 Author: Markus Klotzbuecher <mk@creamnet.de>
51725 Date:   Tue Jan 9 14:57:10 2007 +0100
51726
51727     Add support for the tms320671x host port interface (HPI)
51728
51729 commit f4eb54529bb3664c3a562e488b460fe075f79d67
51730 Author: Wolfgang Denk <wd@pollux.denx.de>
51731 Date:   Sun Jan 7 00:13:11 2007 +0100
51732
51733     Prepare for release 1.2.0
51734
51735 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
51736 Author: Stefan Roese <sr@denx.de>
51737 Date:   Sat Jan 6 15:58:09 2007 +0100
51738
51739     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
51740
51741     This patch fixes a problem with an incorrect setup for the refresh
51742     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
51743
51744     Signed-off-by: Stefan Roese <sr@denx.de>
51745
51746 commit f16c1da9577f06c5fc08651a4065537407de4635
51747 Author: Stefan Roese <sr@denx.de>
51748 Date:   Sat Jan 6 15:56:13 2007 +0100
51749
51750     [PATCH] Update ALPR board files
51751
51752     This update brings the ALPR board support to the newest version.
51753     It also fixes a problem with the NAND driver.
51754
51755     Signed-off-by: Stefan Roese <sr@denx.de>
51756
51757 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
51758 Author: Stefan Roese <sr@denx.de>
51759 Date:   Fri Jan 5 11:46:05 2007 +0100
51760
51761     [PATCH] nand: Fix problem with oobsize calculation
51762
51763     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
51764
51765     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
51766     returns a 0x15. In the code fragment below bits [1:0] determine the
51767     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
51768     next field is also ANDed with 0x3. However this is a one bit field
51769     as defined in the Hynix and Samsung parts in the 4th ID byte that
51770     determins the oobsize, not a two bit field. It works on Samsung as
51771     bits[3:2] are 01. However for the Hynix there is a 11 in these two
51772     bits, so the oob size gets messed up.
51773
51774     I checked the correct linux code and the suggested fix from Brian is
51775     also available in the linux nand mtd driver.
51776
51777     Signed-off-by: Stefan Roese <sr@denx.de>
51778
51779 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
51780 Author: Stefan Roese <sr@denx.de>
51781 Date:   Fri Jan 5 10:40:36 2007 +0100
51782
51783     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
51784
51785     This fix will make the MAL burst disabling patch for the Linux
51786     EMAC driver obsolete.
51787
51788     Signed-off-by: Stefan Roese <sr@denx.de>
51789
51790 commit 023889838282b6237b401664f22dd22dfba2c066
51791 Author: Stefan Roese <sr@denx.de>
51792 Date:   Fri Jan 5 10:38:05 2007 +0100
51793
51794     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
51795
51796     This code will optimize the DDR2 controller setup on a board specific
51797     basis.
51798
51799     Note: This code doesn't work right now on the NAND booting image for the
51800     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
51801
51802     Signed-off-by: Stefan Roese <sr@denx.de>
51803
51804 commit cce4acbb68398634b8d011ed7bb0d12269c84230
51805 Author: Bartlomiej Sieka <tur@semihalf.com>
51806 Date:   Thu Dec 28 19:08:21 2006 +0100
51807
51808     Few V38B changes:
51809       - fix a typo in V38B config file
51810       - move watchdog initialisation earlier in the boot process
51811       - add "wdt=off" to default kernel command line (disables kernel watchdog)
51812
51813 commit 92eb729bad876725aeea908d2addba0800620840
51814 Author: Wolfgang Denk <wd@pollux.denx.de>
51815 Date:   Wed Dec 27 01:26:13 2006 +0100
51816
51817     Fix bug in adaption of Stefano Babic's CFI driver patch.
51818
51819 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
51820 Author: Wolfgang Denk <wd@pollux.denx.de>
51821 Date:   Sun Dec 24 01:42:57 2006 +0100
51822
51823     Minor code cleanup.
51824
51825 commit d784fdb05900ada3686d5778783e1fb328e9fb66
51826 Author: Stefano Babic <sbabic@denx.de>
51827 Date:   Tue Dec 12 00:22:42 2006 +0100
51828
51829     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
51830
51831 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
51832 Author: Stefan Roese <sr@denx.de>
51833 Date:   Fri Dec 22 14:29:40 2006 +0100
51834
51835     [PATCH] Fix sequoia flash autodetection (finally correct)
51836
51837     Now 32MByte and 64MByte FLASH is know to work and other
51838     configurations should work too.
51839
51840     Signed-off-by: Stefan Roese <sr@denx.de>
51841
51842 commit 82e5236a8b719543643fd26d5827938ab2b94818
51843 Author: Wolfgang Denk <wd@pollux.denx.de>
51844 Date:   Fri Dec 22 10:30:26 2006 +0100
51845
51846     Minor code cleanup; update CHANGELOG.
51847
51848 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
51849 Author: Heiko Schocher <hs@pollux.denx.de>
51850 Date:   Thu Dec 21 17:17:02 2006 +0100
51851
51852     Added support for the TQM8272 board from TQ
51853
51854     Signed-off-by: Heiko Schocher <hs@denx.de>
51855
51856 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
51857 Author: Heiko Schocher <hs@pollux.denx.de>
51858 Date:   Thu Dec 21 16:14:48 2006 +0100
51859
51860     [PATCH] Add support for the UC101 board from MAN.
51861
51862     Signed-off-by: Heiko Schocher <hs@denx.de>
51863
51864 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
51865 Author: Bartlomiej Sieka <tur@semihalf.com>
51866 Date:   Wed Dec 20 00:29:43 2006 +0100
51867
51868     Fix to make the baudrate changes immediate for the MCF52x2 family.
51869
51870 commit daa6e418bcc0c717752e8de939c213c790286096
51871 Author: Bartlomiej Sieka <tur@semihalf.com>
51872 Date:   Wed Dec 20 00:27:32 2006 +0100
51873
51874     Preliminary support for the iDMR board (ColdFire).
51875
51876 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
51877 Author: Andrei Safronov <safronov@pollux.denx.de>
51878 Date:   Fri Dec 8 16:23:08 2006 +0100
51879
51880     automatic update mechanism
51881
51882 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
51883 Author: roy zang <tie-fei.zang@freescale.com>
51884 Date:   Mon Dec 4 17:56:59 2006 +0800
51885
51886     Slight code clean up.
51887     Add comments, delete duplicate define and remove spaces.
51888     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51889
51890 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
51891 Author: roy zang <tie-fei.zang@freescale.com>
51892 Date:   Mon Dec 4 17:54:21 2006 +0800
51893
51894     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
51895     multiplier table can not refect the real PLL clock behavior of these
51896     processors. Please refer to the hardware specification for detailed
51897     information of the corresponding processors.
51898     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51899
51900 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
51901 Author: roy zang <tie-fei.zang@freescale.com>
51902 Date:   Mon Dec 4 14:46:23 2006 +0800
51903
51904     Remove the static MAC address, ip address, server ip, netmask and
51905     gateway ip for network setting.
51906     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51907
51908 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
51909 Author: roy zang <tie-fei.zang@freescale.com>
51910 Date:   Mon Dec 4 14:33:08 2006 +0800
51911
51912     Remove the duplicate memory test code for mpc744ihpc2 board.
51913     If a memory test is needed, please use the functions in
51914     post/memory.c or memtest command.
51915     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51916
51917 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
51918 Author: roy zang <tie-fei.zang@freescale.com>
51919 Date:   Fri Dec 1 19:01:25 2006 +0800
51920
51921     Fix the exception occuring in RAM table search issue.
51922     The original search_one_table() function code can only processes the search
51923     for the exception occurring in FLASH/ROM, because the exception and fixup
51924     table usually locate in FLASH. If the exception address is also in
51925     FLASH, it will be OK.
51926     If the exception occurs in RAM, after the u-boot relocation, a
51927     relocation offset should be added.
51928
51929     clean up the code in cpu/74xx_7xx/cpu.c
51930
51931     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51932
51933 commit ee311214e0d216f904feea269599d0934bf71f23
51934 Author: roy zang <tie-fei.zang@freescale.com>
51935 Date:   Fri Dec 1 11:47:36 2006 +0800
51936
51937     Clean up the code according to codestyle:
51938     (1) remove some C++ comments.
51939     (2) remove trailing white space.
51940     (3) remove trailing empty line.
51941     (4) Indentation by table.
51942     (5) remove {} in one line condition.
51943     (6) add space before '(' in function call.
51944     Remove some weird printf () output.
51945     Add necessary comments.
51946     Modified Makefile to support building in a separate directory.
51947
51948 commit dd520bf314c7add4183c5191692180f576f96b60
51949 Author: Wolfgang Denk <wd@pollux.denx.de>
51950 Date:   Thu Nov 30 18:02:20 2006 +0100
51951
51952     Code cleanup.
51953
51954 commit 8d9a8610b8256331132227e9e6585c6bd5742787
51955 Author: Wolfgang Denk <wd@pollux.denx.de>
51956 Date:   Thu Nov 30 01:54:07 2006 +0100
51957
51958     Code cleanup. Update CHANGELOG.
51959
51960 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
51961 Author: Grant Likely <grant.likely@secretlab.ca>
51962 Date:   Wed Nov 29 16:23:42 2006 +0100
51963
51964     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
51965
51966     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
51967     not the XLB frequency.
51968
51969     This patch depends on the previous patches for MPC52xx device tree support
51970
51971     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51972     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
51973
51974 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
51975 Author: Stefan Roese <sr@denx.de>
51976 Date:   Wed Nov 29 15:42:37 2006 +0100
51977
51978     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
51979
51980     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
51981     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
51982     quite similar and share the same board directory "prodrive/p3mx"
51983     and the same config file "p3mx.h".
51984
51985     Signed-off-by: Stefan Roese <sr@denx.de>
51986
51987 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
51988 Author: Stefan Roese <sr@denx.de>
51989 Date:   Wed Nov 29 12:53:15 2006 +0100
51990
51991     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
51992
51993     In the bootvx command the load address was only read from the env
51994     variable "loadaddr" and not optionally passed as paramter as described
51995     in the help. This is fixed with this patch. The behaviour is now the
51996     same as in the bootelf command.
51997
51998     Signed-off-by: Stefan Roese <sr@denx.de>
51999
52000 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
52001 Author: Stefan Roese <sr@denx.de>
52002 Date:   Wed Nov 29 12:03:57 2006 +0100
52003
52004     [PATCH] include/ppc440.h minor error affecting interrupts
52005
52006     Fixed include/ppc440.c for UIC address Bug
52007
52008     Corrects bug affecting the addresses for the universal interrupt
52009     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
52010
52011     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
52012     Signed-off-by: Stefan Roese <sr@denx.de>
52013
52014 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
52015 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
52016 Date:   Tue Nov 28 16:17:27 2006 -0600
52017
52018     Make fsl-i2c not conflict with SOFT I2C
52019
52020     Signed-off-by: Timur Tabi <timur@freescale.com>
52021
52022 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
52023 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
52024 Date:   Tue Nov 28 16:17:18 2006 -0600
52025
52026     Fix I2C master address initialization.
52027
52028     Signed-off-by: Timur Tabi <timur@freescale.com>
52029
52030 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
52031 Author: Kim Phillips <kim.phillips@freescale.com>
52032 Date:   Tue Nov 28 23:31:19 2006 -0600
52033
52034     Assign maintainers for mpc8349emds and mpc8360emds
52035
52036     Dave for mpc8360emds, and me for mpc8349emds.
52037
52038 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
52039 Author: Kim Phillips <kim.phillips@freescale.com>
52040 Date:   Tue Nov 28 23:28:33 2006 -0600
52041
52042     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
52043
52044     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
52045     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
52046
52047 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
52048 Author: Timur Tabi <timur@freescale.com>
52049 Date:   Tue Nov 28 12:09:35 2006 -0600
52050
52051     mpc83xx: Miscellaneous code style fixes
52052
52053     Implement various code style fixes and similar changes.
52054
52055     Signed-off-by: Timur Tabi <timur@freescale.com>
52056
52057 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
52058 Author: Stefan Roese <sr@denx.de>
52059 Date:   Tue Nov 28 17:55:49 2006 +0100
52060
52061     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
52062
52063     This patch adds the code and configuration necessary to boot with an
52064     arch/powerpc Linux kernel.
52065
52066     Signed-off-by: Grant Likely <grant.likely@gmail.com>
52067     Acked-by: Jon Loeliger <jdl@freescale.com>
52068
52069 commit e732faec95a83cb468b4850ae807c8301dde8f6a
52070 Author: Stefan Roese <sr@denx.de>
52071 Date:   Tue Nov 28 16:09:24 2006 +0100
52072
52073     [PATCH] PPC4xx: 440SP Rev. C detection added
52074
52075     Signed-off-by: Stefan Roese <sr@denx.de>
52076
52077 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
52078 Author: Stefan Roese <sr@denx.de>
52079 Date:   Tue Nov 28 11:04:45 2006 +0100
52080
52081     [PATCH] nand: Fix patch merge problem
52082
52083     Signed-off-by: Stefan Roese <sr@denx.de>
52084
52085 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
52086 Author: Stefan Roese <sr@denx.de>
52087 Date:   Tue Nov 28 11:04:45 2006 +0100
52088
52089     [PATCH] nand: Fix patch merge problem
52090
52091     Signed-off-by: Stefan Roese <sr@denx.de>
52092
52093 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
52094 Author: Wolfgang Denk <wd@pollux.denx.de>
52095 Date:   Mon Nov 27 22:53:53 2006 +0100
52096
52097     Update CHANGELOG
52098
52099 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
52100 Author: Stefan Roese <sr@denx.de>
52101 Date:   Mon Nov 27 17:43:25 2006 +0100
52102
52103     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
52104
52105     Patch below corrects the setting of the zmiifer register, it was
52106     overwritting the register rather than ORing the settings.
52107
52108     Signed-off-by: Neil Wilson <NWilson@airspan.com>
52109     Signed-off-by: Stefan Roese <sr@denx.de>
52110
52111 commit d1a72545296800b7e219f93104ad5836f0003d66
52112 Author: Stefan Roese <sr@denx.de>
52113 Date:   Mon Nov 27 17:34:10 2006 +0100
52114
52115     [PATCH] Select NAND embedded environment from board configuration
52116
52117     The current NAND Bootloader setup forces the environment
52118     variables to be in line with the bootloader. This change
52119     enables the configuration to be made in the board include
52120     file instead so that it can be individually enabled.
52121
52122     Signed-off-by: Nick Spence <nick.spence@freescale.com>
52123     Signed-off-by: Stefan Roese <sr@denx.de>
52124
52125 commit 15784862857c3c2214498defcfed84ff137fb81e
52126 Author: Stefan Roese <sr@denx.de>
52127 Date:   Mon Nov 27 17:22:19 2006 +0100
52128
52129     [PATCH] nand_wait() timeout fixes
52130
52131     Two fixes for the nand_wait() function in
52132     drivers/nand/nand_base.c:
52133
52134     1. Use correct timeouts. The original timeouts in Linux
52135     source are 400ms and 20ms not 40s and 20s
52136
52137     2. Return correct error value in case of timeout. 0 is
52138     interpreted as OK.
52139
52140     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
52141     Signed-off-by: Stefan Roese <sr@denx.de>
52142
52143 commit da5553b095bf04f4f109ad7e565dae3aba47b230
52144 Author: Stefan Roese <sr@denx.de>
52145 Date:   Mon Nov 27 17:04:06 2006 +0100
52146
52147     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
52148
52149     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
52150     arguments to bootm.  It removes the getenv("disable_of") test that used
52151     to be used for this purpose.
52152
52153     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52154     Acked-by: Jon Loeliger <jdl@freescale.com>
52155
52156 commit a9398e018593782c5fa7d0741955fc1256b34c1e
52157 Author: Wolfgang Denk <wd@pollux.denx.de>
52158 Date:   Mon Nov 27 15:32:42 2006 +0100
52159
52160     Minor code cleanup. Update CHANGELOG.
52161
52162 commit 1729b92cde575476684bffe819d0b7791b57bff2
52163 Author: Stefan Roese <sr@denx.de>
52164 Date:   Mon Nov 27 14:52:04 2006 +0100
52165
52166     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
52167
52168     Signed-off-by: Stefan Roese <sr@denx.de>
52169
52170 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
52171 Author: Stefan Roese <sr@denx.de>
52172 Date:   Mon Nov 27 14:49:51 2006 +0100
52173
52174     [PATCH] alpr: remove unused board specific flash driver
52175
52176     Signed-off-by: Stefan Roese <sr@denx.de>
52177
52178 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
52179 Author: Stefan Roese <sr@denx.de>
52180 Date:   Mon Nov 27 14:48:41 2006 +0100
52181
52182     [PATCH] 4xx: Fix problem with board specific reset code
52183
52184     Signed-off-by: Stefan Roese <sr@denx.de>
52185
52186 commit ec0c2ec725aec9524a177a77ce75559e644a931a
52187 Author: Stefan Roese <sr@denx.de>
52188 Date:   Mon Nov 27 14:46:06 2006 +0100
52189
52190     [PATCH] Remove testing 4xx enet PHY setup
52191
52192     Signed-off-by: Stefan Roese <sr@denx.de>
52193
52194 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
52195 Author: Stefan Roese <sr@denx.de>
52196 Date:   Mon Nov 27 14:12:17 2006 +0100
52197
52198     [PATCH] Update Prodrive ALPR board support (440GX)
52199
52200     Signed-off-by: Stefan Roese <sr@denx.de>
52201
52202 commit 58b485776698c3d71ec5a215e392123b4c15afa3
52203 Author: Markus Klotzbuecher <mk@denx.de>
52204 Date:   Mon Nov 27 11:51:21 2006 +0100
52205
52206     Add a small README with information on the generic ohci driver.
52207
52208 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
52209 Author: Markus Klotzbuecher <mk@denx.de>
52210 Date:   Mon Nov 27 11:46:46 2006 +0100
52211
52212     Fix some endianness issues related to the generic ohci driver
52213
52214 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
52215 Author: Markus Klotzbuecher <mk@denx.de>
52216 Date:   Mon Nov 27 11:44:58 2006 +0100
52217
52218     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
52219     to choose between the old and the generic OHCI drivers.
52220
52221 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
52222 Author: Markus Klotzbuecher <mk@denx.de>
52223 Date:   Mon Nov 27 11:43:09 2006 +0100
52224
52225     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
52226     and adapted board configs TQM5200 and yosemite accordingly. This commit
52227     also makes the maximum number of root hub ports configurable
52228     (CFG_USB_OHCI_MAX_ROOT_PORTS).
52229
52230 commit 78d620ebb5871d252270dedfad60c6568993b780
52231 Author: Wolfgang Denk <wd@atlas.denx.de>
52232 Date:   Thu Nov 23 22:58:58 2006 +0100
52233
52234     Updates for TQM5200 modules:
52235     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
52236     - simplify "udate" definitions
52237
52238 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
52239 Author: Stefan Roese <sr@denx.de>
52240 Date:   Wed Nov 22 13:20:50 2006 +0100
52241
52242     [PATCH] PPC4xx start.S: Fix for processor errata
52243
52244     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
52245     errata 1.12: 440_33 by moving patch up in code.
52246
52247     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
52248     Signed-off-by: Stefan Roese <sr@denx.de>
52249
52250 commit 4ef6251403f637841000e0fef9e832aa01339822
52251 Author: Stefan Roese <sr@denx.de>
52252 Date:   Mon Nov 20 20:39:52 2006 +0100
52253
52254     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
52255
52256     Signed-off-by: Stefan Roese <sr@denx.de>
52257
52258 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
52259 Author: Wolfgang Denk <wd@pollux.denx.de>
52260 Date:   Mon Nov 20 10:28:30 2006 +0100
52261
52262     Update CHANGELOG
52263
52264 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
52265 Author: Stefan Roese <sr@denx.de>
52266 Date:   Mon Nov 13 13:55:24 2006 +0100
52267
52268     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
52269
52270        * Adds support for AMD command set Top Boot flash geometry reversal
52271        * Adds support for reading JEDEC Manufacturer ID and Device ID
52272        * Adds support for displaying command set, manufacturer id and
52273          device ids (flinfo)
52274        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
52275        * Removes outdated change history (refer to git log instead)
52276
52277     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
52278     Signed-off-by: Stefan Roese <sr@denx.de>
52279
52280 commit b21b511d4c50408f4853f46f06b601272196223f
52281 Author: Wolfgang Denk <wd@pollux.denx.de>
52282 Date:   Sun Nov 12 21:13:23 2006 +0100
52283
52284     Update CHANGELOG
52285
52286 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
52287 Author: Bartlomiej Sieka <tur@semihalf.com>
52288 Date:   Sat Nov 11 22:48:22 2006 +0100
52289
52290     Disable the watchdog in the default config for the V38B board.
52291
52292 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
52293 Author: Bartlomiej Sieka <tur@semihalf.com>
52294 Date:   Sat Nov 11 22:43:00 2006 +0100
52295
52296     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
52297     group is enabled for USB earlier (in cpu_init_f() instead of
52298     usb_lowlevel_init()).
52299
52300 commit 91650b3e4de688038d4f71279c44858e3e2c6870
52301 Author: Wolfgang Denk <wd@pollux.denx.de>
52302 Date:   Mon Nov 6 17:06:36 2006 +0100
52303
52304     Sequential accesses to non-existent memory must be synchronized,
52305     at least on G2 cores.
52306
52307     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
52308
52309 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
52310 Author: Timur Tabi <timur@freescale.com>
52311 Date:   Fri Nov 3 19:15:00 2006 -0600
52312
52313     mpc83xx: Update 83xx to use fsl_i2c.c
52314
52315     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
52316     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
52317     Added multiple I2C bus support to fsl_i2c.c.
52318
52319     Signed-off-by: Timur Tabi <timur@freescale.com>
52320
52321 commit d239d74b1c937984bc519083a8e7de373a390f06
52322 Author: Timur Tabi <timur@freescale.com>
52323 Date:   Fri Nov 3 12:00:28 2006 -0600
52324
52325     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
52326
52327     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
52328     tree matches the other 8xxx trees.
52329
52330     Signed-off-by: Timur Tabi <timur@freescale.com>
52331
52332 commit f7fb2e703ec9688541416962724adff70a7322cb
52333 Author: Kim Phillips <kim.phillips@freescale.com>
52334 Date:   Thu Nov 2 19:47:11 2006 -0600
52335
52336     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
52337
52338 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
52339 Author: Dave Liu <daveliu@freescale.com>
52340 Date:   Thu Nov 2 18:05:50 2006 -0600
52341
52342     mpc83xx: Fix the incorrect dcbz operation
52343
52344     The 834x rev1.x silicon has one CPU5 errata.
52345
52346     The issue is when the data cache locked with
52347     HID0[DLOCK], the dcbz instruction looks like no-op inst.
52348
52349     The right behavior of the data cache is when the data cache
52350     Locked with HID0[DLOCK], the dcbz instruction allocates
52351     new tags in cache.
52352
52353     The 834x rev3.0 and later and 8360 have not this bug inside.
52354
52355     So, when 834x rev3.0/8360 are working with ECC, the dcbz
52356     instruction will corrupt the stack in cache, the processor will
52357     checkstop reset.
52358
52359     However, the 834x rev1.x can work with ECC with these code,
52360     because the sillicon has this cache bug. The dcbz will not
52361     corrupt the stack in cache.
52362     Really, it is the fault code running on fault sillicon.
52363
52364     This patch fix the incorrect dcbz operation. Instead of
52365     CPU FP writing to initialise the ECC.
52366
52367     CHANGELOG:
52368     * Fix the incorrect dcbz operation instead of CPU FP
52369     writing to initialise the ECC memory. Otherwise, it
52370     will corrupt the stack in cache, The processor will checkstop
52371     reset.
52372
52373     Signed-off-by: Dave Liu <daveliu@freescale.com>
52374
52375 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
52376 Author: Kim Phillips <kim.phillips@freescale.com>
52377 Date:   Wed Nov 1 00:10:40 2006 -0600
52378
52379     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
52380
52381     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
52382     STDOUT_PATH configuration bits to mpc8349emds,
52383     mpc8349itx, and mpc8360emds board code.
52384
52385     redo environment to use bootm with the fdtaddr
52386     for booting ARCH=powerpc kernels by default,
52387     and provide default fdtaddr values.
52388
52389 commit 48041365b3420589ad464ebc7752e0053538b729
52390 Author: Kim Phillips <kim.phillips@freescale.com>
52391 Date:   Wed Nov 1 00:07:25 2006 -0600
52392
52393     mpc83xx: change ft code to modify local-mac-address property
52394
52395     Update 83xx OF code to update local-mac-address properties
52396     for ethernet instead of the obsolete 'address' property.
52397
52398 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
52399 Author: Timur Tabi <timur@freescale.com>
52400 Date:   Tue Oct 31 21:23:16 2006 -0600
52401
52402     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
52403
52404     This patch also adds an improved I2C set_speed(), which handles all clock
52405     frequencies.
52406
52407     Signed-off-by: Timur Tabi <timur@freescale.com>
52408
52409 commit ac4b5622ce050b5ee1e154b98df630d778661632
52410 Author: Dave Liu <daveliu@freescale.com>
52411 Date:   Tue Oct 31 19:54:59 2006 -0600
52412
52413     mpc83xx: add the README.mpc8360emds
52414
52415     add doc/README.mpc8360emds to accompany the new board support
52416
52417 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
52418 Author: Dave Liu <daveliu@freescale.com>
52419 Date:   Fri Nov 3 12:11:15 2006 -0600
52420
52421     mpc83xx: add QE ethernet support
52422
52423     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
52424
52425 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
52426 Author: Dave Liu <daveliu@freescale.com>
52427 Date:   Fri Nov 3 19:33:44 2006 -0600
52428
52429     mpc83xx: Add MPC8360EMDS basic board support
52430
52431     Add support for the Freescale MPC8360EMDS board.
52432     Includes DDR, DUART, Local Bus, PCI.
52433
52434 commit 23892e49352de74f7fac36ff90bb1be143d195e3
52435 Author: Dave Liu <daveliu@freescale.com>
52436 Date:   Tue Oct 31 19:30:40 2006 -0600
52437
52438     mpc83xx: add the QUICC Engine (QE) immap file
52439
52440     common QE immap file.  Also required for 8360.
52441
52442 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
52443 Author: Dave Liu <daveliu@freescale.com>
52444 Date:   Tue Oct 31 19:25:38 2006 -0600
52445
52446     mpc83xx: Add 8360 specifics to 83xx immap
52447
52448     Mainly add QE device dependencies, with appropriate 8360 protection.
52449     Lindent also run.
52450
52451 commit 988833324a7fda482c8ac3ca23eb539f8232e404
52452 Author: Timur Tabi <timur@freescale.com>
52453 Date:   Tue Oct 31 19:14:41 2006 -0600
52454
52455     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
52456
52457     PREREQUISITE PATCHES:
52458
52459     * This patch can only be applied after the following patches have been applied:
52460
52461       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
52462       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
52463
52464     CHANGELOG:
52465
52466     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
52467       the clock for the 2nd USB board (Linux kernel will hang otherwise),
52468       and fix the CONFIG_BOOTARGS macro.
52469
52470     Signed-off-by: Timur Tabi <timur@freescale.com>
52471
52472 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
52473 Author: Timur Tabi <timur@freescale.com>
52474 Date:   Tue Oct 31 18:44:42 2006 -0600
52475
52476     mpc83xx: Add support for the MPC8349E-mITX
52477
52478     PREREQUISITE PATCHES:
52479
52480     * This patch can only be applied after the following patches have been applied:
52481
52482       1) DNX#2006090742000024 "Add support for multiple I2C buses"
52483       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
52484       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
52485       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
52486       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
52487
52488     CHANGELOG:
52489
52490     * Add support for the Freescale MPC8349E-mITX reference design platform.
52491       The second TSEC (Vitesse 7385 switch) is not supported at this time.
52492
52493     Signed-off-by: Timur Tabi <timur@freescale.com>
52494
52495 commit 183da6d9b446cc12123455844ad1187e2375626f
52496 Author: Ben Warren <bwarren@qstreams.com>
52497 Date:   Tue Sep 12 10:15:53 2006 -0400
52498
52499     Additional MPC8349 support for multibus i2c
52500
52501     Hello,
52502
52503     Here is a patch for a file that was accidentally left out of a previous
52504     attempt.
52505
52506     It accompanies the patch with ticket DNX#2006090742000024
52507
52508     CHANGELOG:
52509             Change PCI initialization to use new multi-bus I2C API.
52510
52511     regards,
52512     Ben
52513
52514 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
52515 Author: Ben Warren <bwarren@qstreams.com>
52516 Date:   Thu Sep 7 16:51:04 2006 -0400
52517
52518     Multi-bus I2C implementation of MPC834x
52519
52520     Hello,
52521
52522     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
52523     family and the MPC8349EMDS board in particular.
52524     This patch requires Patch 1 (Add support for multiple I2C buses).
52525     Testing was performed on a 533MHz board.
52526
52527     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
52528
52529     Signed-off-by: Ben Warren <bwarren@qstreams.com>
52530
52531     CHANGELOG:
52532             Implemented driver-level code to support two I2C buses on the
52533     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
52534     are 50kHz, 100kHz and 400kHz on each bus.
52535
52536     regards,
52537     Ben
52538
52539 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
52540 Author: Ben Warren <bwarren@qstreams.com>
52541 Date:   Thu Sep 7 16:50:54 2006 -0400
52542
52543     Add support for multiple I2C buses
52544
52545     Hello,
52546
52547     Attached is a patch providing support for multiple I2C buses at the
52548     command level.  The second part of the patch includes an implementation
52549     for the MPC834x CPU and MPC8349EMDS board.
52550
52551     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
52552
52553     Signed-off-by: Ben Warren <bwarren@qstreams.com>
52554
52555     Overview:
52556
52557     1. Include new 'i2c' command (based on USB implementation) using
52558     CONFIG_I2C_CMD_TREE.
52559
52560     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
52561     the commands to change bus number and speed are only available under the
52562     new 'i2c' command mentioned in the first bullet.
52563
52564     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
52565     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
52566     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
52567
52568     CHANGELOG:
52569             Added new 'i2c' master command for all I2C interaction.  This is
52570     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
52571     setting I2C bus speed as well as changing the active bus if the board
52572     has more than one (conditionally compiled with
52573     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
52574     Updated README.
52575
52576     regards,
52577     Ben
52578
52579 commit bed85caf872714ebf53013967a695c9d63acfc68
52580 Author: Timur Tabi <timur@freescale.com>
52581 Date:   Tue Oct 31 18:13:36 2006 -0600
52582
52583     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
52584
52585     CHANGELOG:
52586
52587     * Errata DDR6, which affects all current MPC 834x processors, lists changes
52588       required to maintain compatibility with various types of DDR memory.  This
52589       patch implements those changes.
52590
52591     Signed-off-by: Timur Tabi <timur@freescale.com>
52592
52593 commit afd6e470f639883002c7c59d562690a5cb0f4865
52594 Author: Timur Tabi <timur@freescale.com>
52595 Date:   Wed Oct 25 18:45:23 2006 -0500
52596
52597     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
52598
52599 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
52600 Author: Timur Tabi <timur@freescale.com>
52601 Date:   Tue Aug 22 17:07:00 2006 -0500
52602
52603     mpc83xx: Add support for variable flash memory sizes on 83xx systems
52604
52605     CHANGELOG:
52606
52607     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
52608        window registers, instead of using a hard-coded value of 8MB.
52609
52610     Signed-off-by: Timur Tabi <timur@freescale.com>
52611
52612 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
52613 Author: Tanya Jiang <tanya.jiang@freescale.com>
52614 Date:   Thu Aug 3 18:38:13 2006 +0800
52615
52616     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
52617
52618     Unified TQM834x variable names with 83xx and consolidated macro
52619     in preparation for the 8360 and other upcoming 83xx devices.
52620
52621     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
52622
52623 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
52624 Author: Dave Liu <daveliu@freescale.com>
52625 Date:   Wed Oct 25 14:41:21 2006 -0500
52626
52627     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
52628
52629     Incorporated the common unified variable names and the changes in preparation
52630     for releasing mpc8360 patches.
52631
52632     Signed-off-by: Dave Liu <daveliu@freescale.com>
52633
52634 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
52635 Author: Tanya Jiang <tanya.jiang@freescale.com>
52636 Date:   Thu Aug 3 18:36:02 2006 +0800
52637
52638     mpc83xx: Fix missing build for mpc8349emds pci.c
52639
52640     Make pci build for mpc8349emds
52641
52642     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
52643
52644 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
52645 Author: Tanya Jiang <tanya.jiang@freescale.com>
52646 Date:   Thu Aug 3 18:39:49 2006 +0800
52647
52648     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
52649
52650     Removed unused file resetvec.S for mpc83xx cpu
52651
52652     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
52653
52654 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
52655 Author: Nick Spence <Nick.Spence@freescale.com>
52656 Date:   Sat Sep 30 00:32:59 2006 -0700
52657
52658     NAND Flash verify across block boundaries
52659
52660     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
52661     defined
52662     and the write crosses a block boundary. The pointer to the verification
52663     buffer (bufstart) is not being updated to reflect the starting of the
52664     new
52665     block so the verification of the second block fails.
52666
52667     CHANGELOG:
52668
52669     * Fix NAND FLASH page verification across block boundaries
52670
52671 commit f484dc791a3932537213c43c654cc1295c64b84c
52672 Author: Nick Spence <nick.spence@freescale.com>
52673 Date:   Thu Sep 7 07:39:46 2006 -0700
52674
52675     Added RGMII support to the TSECs and Marvell 881111 Phy
52676
52677     Added a phy initialization to adjust the RGMII RX and TX timing
52678     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
52679
52680     Signed-off-by: Nick Spence <nick.spence@freescale.com>
52681
52682 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
52683 Author: roy zang <tie-fei.zang@freescale.com>
52684 Date:   Fri Nov 3 13:10:00 2006 +0800
52685
52686     Remove some unused CFG define.
52687     undef CFG_DRAM_TEST
52688
52689 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
52690 Author: roy zang <tie-fei.zang@freescale.com>
52691 Date:   Fri Nov 3 13:07:36 2006 +0800
52692
52693     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
52694     Both work. 0xFF000000 seems more reasonable.
52695
52696 commit c59200443072353044aa4bf737a5a60f9a9af231
52697 Author: Wolfgang Denk <wd@pollux.denx.de>
52698 Date:   Thu Nov 2 15:15:01 2006 +0100
52699
52700     Release U-Boot 1.1.6
52701
52702 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
52703 Author: roy zang <tie-fei.zang@freescale.com>
52704 Date:   Thu Nov 2 19:14:48 2006 +0800
52705
52706     This patch comes from Yuli's posted patch on 8/8/2006
52707     titled "CFI Driver Little-Endian write Issue".
52708
52709     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
52710
52711     If that patch applied, please discard this one.
52712     Until now , I do not see his patch is applied. So please apply this one.
52713
52714     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
52715     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52716
52717 commit b825f158e449e1e9cf74c08e572955e122394c96
52718 Author: roy zang <tie-fei.zang@freescale.com>
52719 Date:   Thu Nov 2 19:12:31 2006 +0800
52720
52721     Tsi108 on chip i2c support.
52722
52723     The i2c  Interface provides a master-only, serial interface that can be
52724     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
52725     device reset.
52726
52727     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52728     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52729
52730 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
52731 Author: roy zang <tie-fei.zang@freescale.com>
52732 Date:   Thu Nov 2 19:11:06 2006 +0800
52733
52734     Tsi108 on chip pci controller support.
52735
52736     If there is no pci card, the tsi108/109 pci configure read will
52737     cause a machine check exception to the processor. PCI error should
52738     also be cleared after the read.
52739
52740     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52741     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52742
52743 commit d1927cee977126e547ceeba23e4f978f377cfb8f
52744 Author: roy zang <tie-fei.zang@freescale.com>
52745 Date:   Thu Nov 2 19:08:55 2006 +0800
52746
52747     Tundra tsi108 on chip Ethernet controller support.
52748
52749     The following is a brief description of the Ethernet controller:
52750     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
52751     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
52752     to manage the two physical connection devices (PHYs).  Each Ethernet port
52753     has its own statistics monitor that tracks and reports key interface
52754     statistics.  Each port supports a 256-entry hash table for address
52755     filtering.  In addition, each port is bridged to the Switch Fabric
52756     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
52757
52758     Each Ethernet port also has a pair of internal Ethernet DMA channels to
52759     support the transmit and receive data flows.  The Ethernet DMA channels
52760     use descriptors set up in memory, the memory map of the device, and
52761     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
52762     handles arbitration for the Switch Fabric.  The Controller also
52763     has a register businterface for register accesses and status monitor
52764     control.
52765
52766     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
52767     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
52768     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
52769     data flows to and from the Ethernet Controller through the Switch Fabric.
52770
52771     Each Ethernet port uses its transmit and receive DMA channels to manage
52772     data flows through buffer descriptors that are predefined by the
52773     system (the descriptors can exist anywhere in the system memory map).
52774     These descriptors are data structures that point to buffers filled
52775     with data ready to transmit over Ethernet, or they point to empty
52776     buffers ready to receive data from Ethernet.
52777
52778     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52779     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52780
52781 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
52782 Author: roy zang <tie-fei.zang@freescale.com>
52783 Date:   Thu Nov 2 19:01:33 2006 +0800
52784
52785     Tundra tsi108 header file.
52786
52787     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
52788     PowerPC processors that offers numerous system interconnect options for
52789     embedded application designers. The Tsi108 can interconnect 60x or
52790     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
52791     and Flash. Provided the macro define for tsi108 chip.
52792
52793     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52794     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52795
52796 commit 87c4db09699c6b89176b31004afcb83eb1585d47
52797 Author: roy zang <tie-fei.zang@freescale.com>
52798 Date:   Thu Nov 2 18:59:15 2006 +0800
52799
52800     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
52801     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
52802
52803     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52804     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52805
52806 commit 27801b8ab11c61b577e45742a515bb3b23b80241
52807 Author: roy zang <tie-fei.zang@freescale.com>
52808 Date:   Thu Nov 2 18:57:21 2006 +0800
52809
52810     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
52811     Make ,config.mk and link file for the mpc7448hpc2 board.
52812
52813     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52814     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52815
52816 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
52817 Author: roy zang <tie-fei.zang@freescale.com>
52818 Date:   Thu Nov 2 18:55:04 2006 +0800
52819
52820     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
52821     The mpc7448hpc2 board support header file.
52822
52823     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52824     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52825
52826 commit 625bb5ddb50b243f931262ca8c46956409471917
52827 Author: roy zang <tie-fei.zang@freescale.com>
52828 Date:   Thu Nov 2 18:52:21 2006 +0800
52829
52830     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
52831     The mpc7448hpc2 board support low level assemble language init code.
52832
52833     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52834     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52835
52836 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
52837 Author: roy zang <tie-fei.zang@freescale.com>
52838 Date:   Thu Nov 2 18:49:51 2006 +0800
52839
52840     General code modification for mpc7448hpc2 board support.
52841     1. Add 7447A and 7448 processor support.
52842     2. Add the following flags.
52843
52844     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
52845     (such as by switch on board), this flag should be set.
52846
52847     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
52848     relocates to RAM, this flag should be set.
52849
52850     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
52851     system hang in exception, this flag should be set.
52852
52853     There is a design issue for tsi108/109 pci configure  read. When pci scan
52854     the slots, if there is no pci card, the tsi108/9 will cause a machine
52855     check exception for mpc7448 processor.
52856
52857     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52858     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52859
52860 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
52861 Author: roy zang <tie-fei.zang@freescale.com>
52862 Date:   Thu Nov 2 18:34:47 2006 +0800
52863
52864     Add README file for mpc7448hpc2 board.
52865     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52866
52867 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
52868 Author: Bartlomiej Sieka <tur@semihalf.com>
52869 Date:   Wed Nov 1 02:04:38 2006 +0100
52870
52871     Finish up support for MarelV38B board
52872      - add watchdog support
52873      - enable GPIO_WKUP_7 pin for input
52874      - code cleanup
52875
52876 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
52877 Author: Bartlomiej Sieka <tur@semihalf.com>
52878 Date:   Wed Nov 1 01:45:46 2006 +0100
52879
52880     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
52881           * remove warnings when compiling ethaddr.c
52882           * adjust linker script (fixes a crash resulting from incorrect
52883           definition of __u_boot_cmd_start)
52884     - Some MarelV38B code cleanup.
52885
52886 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
52887 Author: Bartlomiej Sieka <tur@semihalf.com>
52888 Date:   Wed Nov 1 01:38:16 2006 +0100
52889
52890     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
52891       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
52892       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
52893       MPC5XXX_WU_GPIO_DATA_O for affected boards.
52894
52895     - Add defintions for some MPC5XXX GPIO pins.
52896
52897 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
52898 Author: Bartlomiej Sieka <tur@semihalf.com>
52899 Date:   Wed Nov 1 01:34:29 2006 +0100
52900
52901     Changed MarelV38B board make target to lowercase. Config file cleanup.
52902
52903 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
52904 Author: Wolfgang Denk <wd@pollux.denx.de>
52905 Date:   Sun Oct 29 01:03:51 2006 +0200
52906
52907     Automatically adjust ARFLAGS so "make -s" is really silent.
52908
52909 commit fae684e89844856383bdf101440889557df3e6b1
52910 Author: Stefan Roese <sr@denx.de>
52911 Date:   Sat Oct 28 16:45:00 2006 +0200
52912
52913     [PATCH] omap925.c: Remove unused functions
52914
52915     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
52916     Signed-off-by: Stefan Roese <sr@denx.de>
52917
52918 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
52919 Author: Stefan Roese <sr@denx.de>
52920 Date:   Sat Oct 28 17:12:58 2006 +0200
52921
52922     [PATCH] Add some missing machtypes for netstar & voiceblue boards
52923
52924     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
52925     numbers in code.
52926
52927     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
52928     Signed-off-by: Stefan Roese <sr@denx.de>
52929
52930 commit 856f054410cef52d868feb330168b2a4c4091328
52931 Author: Stefan Roese <sr@denx.de>
52932 Date:   Sat Oct 28 15:55:52 2006 +0200
52933
52934     [PATCH] NAND: Partition name support added to NAND subsystem
52935
52936     chpart, nboot and NAND subsystem related commands now accept also partition
52937     name to specify offset.
52938
52939     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
52940     Signed-off-by: Stefan Roese <sr@denx.de>
52941
52942 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
52943 Author: Wolfgang Denk <wd@pollux.denx.de>
52944 Date:   Sat Oct 28 02:29:44 2006 +0200
52945
52946     Update CHANGELOG.
52947
52948 commit 2751a95abd1b96911081c357e96a12fa97b40dee
52949 Author: Wolfgang Denk <wd@pollux.denx.de>
52950 Date:   Sat Oct 28 02:29:14 2006 +0200
52951
52952     Enable commandline editing and hush shell on all TQM boards.
52953
52954 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
52955 Author: Wolfgang Denk <wd@pollux.denx.de>
52956 Date:   Sat Oct 28 02:28:02 2006 +0200
52957
52958     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
52959
52960 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
52961 Author: Wolfgang Denk <wd@denx.de>
52962 Date:   Sat Oct 28 01:14:32 2006 +0200
52963
52964     Check for illegal character '=' in environment variable names.
52965
52966     Make sure the string passed as variable name does not contain a '='
52967     character. This not only prevents the common error or typing
52968     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
52969     also closes a backdoor which allowed to delete write-protected
52970     environment variables, for example by using "setenv ethaddr=".
52971
52972 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
52973 Author: Wolfgang Denk <wd@pollux.denx.de>
52974 Date:   Sat Oct 28 00:38:39 2006 +0200
52975
52976     Minor code cleanup.
52977
52978 commit e11887a77d81077416a2d1c5e0354916fee8c034
52979 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52980 Date:   Thu Oct 26 17:55:31 2006 +0200
52981
52982     Don't pass any debug options directly to the assembler
52983
52984     When passing the -g option to gcc, gcc automatically selects a
52985     suitable --g<format> option to pass on to the assembler.
52986     Thus, there's no point in forcing a specific debug option on the
52987     assembler using the -Wa mechanism.
52988
52989     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52990
52991 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
52992 Author: Jon Loeliger <jdl@freescale.com>
52993 Date:   Fri Oct 27 07:47:22 2006 -0500
52994
52995     MPC86xx: Cleaned up unused and conditionally used local variables.
52996
52997     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52998
52999 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
53000 Author: Wolfgang Denk <wd@pollux.denx.de>
53001 Date:   Fri Oct 27 11:55:21 2006 +0200
53002
53003     Fix "ar" flags in some Makefiles to allow for silent "make -s"
53004
53005 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
53006 Author: Ben Warren <bwarren@qstreams.com>
53007 Date:   Thu Oct 26 14:38:25 2006 -0400
53008
53009     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
53010     to a TSEC (e.g. a switch is connected via RMII) or
53011     if the PHY is defective/incorrectly configured.
53012
53013     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53014
53015 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
53016 Author: Ben Warren <bwarren@qstreams.com>
53017 Date:   Thu Oct 26 14:38:25 2006 -0400
53018
53019     Fix TSEC driver: avoid crashes if PHY is not attached
53020     to a TSEC (e.g. a switch is connected via RMII) or
53021     if the PHY is defective/incorrectly configured.
53022
53023     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53024
53025 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
53026 Author: Wolfgang Denk <wd@pollux.denx.de>
53027 Date:   Thu Oct 26 16:24:31 2006 +0200
53028
53029     Code cleanup.
53030
53031 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
53032 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53033 Date:   Wed Oct 25 15:48:59 2006 +0200
53034
53035     Finish up support for the ATSTK1000/ATSTK1002 boards
53036
53037     Add atstk1002_config target to Makefile and move the AVR32 section
53038     down below Blackfin so that it doesn't end up in the middle of
53039     MIPS.
53040
53041     Drop the autogenerated linker script thing for now. Will have to
53042     revisit how to handle chips with different flash and RAM layout
53043     later.
53044
53045     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53046
53047 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
53048 Author: Kumar Gala <galak@kernel.crashing.org>
53049 Date:   Tue Oct 24 23:47:37 2006 -0500
53050
53051     Added support for Multi-Image files that contain a device tree
53052
53053     If a Multi-Image file contains a third image we try to use it as a
53054     device tree.  The device tree image is assumed to be uncompressed in the
53055     image file.  We automatically allocate space for the device tree in memory
53056     and provide an 8k pad to allow more than a reasonable amount of growth.
53057
53058     Additionally, a device tree that was contained in flash will now automatically
53059     get copied to system memory as part of boot.  Previously an error was
53060     reported if one tried to boot a device tree that was in flash.
53061
53062     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53063
53064 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
53065 Author: Wolfgang Denk <wd@denx.de>
53066 Date:   Tue Oct 24 21:35:55 2006 +0200
53067
53068     Switch to automatically generated CHANGELOG file.
53069     (use "make CHANGELOG" to update it from time to time)
53070
53071 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
53072 Author: Stefan Roese <sr@denx.de>
53073 Date:   Tue Oct 24 18:06:48 2006 +0200
53074
53075     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
53076     Patch by Stefan Roese, 24 Oct 2006
53077
53078 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
53079 Author: Wolfgang Denk <wd@pollux.denx.de>
53080 Date:   Tue Oct 24 17:24:55 2006 +0200
53081
53082     Merge with /home/wd/git/u-boot/master
53083
53084 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
53085 Author: Wolfgang Denk <wd@pollux.denx.de>
53086 Date:   Tue Oct 24 15:32:57 2006 +0200
53087
53088     Code cleanup
53089
53090 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
53091 Author: Wolfgang Denk <wd@pollux.denx.de>
53092 Date:   Tue Oct 24 14:51:36 2006 +0200
53093
53094     Move atstk1000 files into vendor specific directory.
53095     Patch by Haavard Skinnemoen, 12 Sep 2006
53096
53097 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
53098 Author: Wolfgang Denk <wd@pollux.denx.de>
53099 Date:   Tue Oct 24 14:42:37 2006 +0200
53100
53101     Add ATSTK1000 and ATSTK1002 board support
53102     Patch by Haavard Skinnemoen, 06 Sep 2006
53103
53104     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
53105     daughterboard.
53106
53107     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
53108     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
53109     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
53110     CompactFlash cards. For more information, please see this page:
53111
53112     http://www.atmel.com/dyn/products/tools.asp?family_id=682
53113
53114     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
53115     AT32AP7000 chip.
53116
53117     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53118
53119 commit f93ae788c3640fcde5db383471d45548ff4060d0
53120 Author: Wolfgang Denk <wd@pollux.denx.de>
53121 Date:   Tue Oct 24 14:31:24 2006 +0200
53122
53123     Add common serial driver for Atmel AT32 and AT91 chips
53124     Patch by Haavard Skinnemoen, 06 Sep 2006
53125
53126     This is a first attempt at creating a common serial driver for Atmel
53127     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
53128     be possible to support AT91RM9200 and other ARM-based chips with some
53129     minor modifications.
53130
53131     There's nothing fundamentally AVR32-specific in this driver, but it
53132     does use some features which are currently only defined for the
53133     AT32AP CPU port:
53134       * pm_get_clock_freq: Obtain the clock frequency of a given domain
53135       * gd->console_uart: A "struct device" containing information about
53136         register mappings, gpio resources and clocks associated with the
53137         UART device.
53138
53139     For more information about these features, please see the "AT32AP
53140     CPU" patch.
53141
53142 commit 72a087e04705c26cad982879ebd06b5281bf825a
53143 Author: Wolfgang Denk <wd@pollux.denx.de>
53144 Date:   Tue Oct 24 14:27:35 2006 +0200
53145
53146     Add AT32AP CPU and AT32AP7000 SoC support
53147     Patch by Haavard Skinnemoen, 06 Sep 2006
53148
53149     This patch adds support for the AT32AP CPU family and the AT32AP7000
53150     chip, which is the first chip implementing the AVR32 architecture.
53151
53152     The AT32AP CPU core is a high-performance implementation featuring a
53153     7-stage pipeline, separate instruction- and data caches, and a MMU.
53154     For more information, please see the "AVR32 AP Technical Reference":
53155
53156     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
53157
53158     In addition to this, the AT32AP7000 chip comes with a large set of
53159     integrated peripherals, many of which are shared with the AT91 series
53160     of ARM-based microcontrollers from Atmel. Full data sheet is
53161     available here:
53162
53163     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
53164
53165     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53166
53167 commit 7b64fef33c66be648826c0ff9758298ef13d0604
53168 Author: Wolfgang Denk <wd@pollux.denx.de>
53169 Date:   Tue Oct 24 14:21:16 2006 +0200
53170
53171     Add AVR32 architecture support
53172     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
53173
53174     This patch adds common infrastructure code for the Atmel AVR32
53175     architecture. See doc/README.AVR32 for details.
53176
53177     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53178
53179 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
53180 Author: Wolfgang Denk <wd@pollux.denx.de>
53181 Date:   Tue Oct 24 13:57:33 2006 +0200
53182
53183     Use -g instead of -gstabs in AFLAGS_DEBUG
53184     Patch by Haavard Skinnemoen, 30 Aug 2006
53185
53186     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
53187     matter what the target's preferred debugging format is. This patch
53188     simply replaces -gstabs with -g, so that the default debugging format
53189     for the architecture is used.
53190
53191 commit 965829872169c2996023840d98e1d85ad148d629
53192 Author: Wolfgang Denk <wd@pollux.denx.de>
53193 Date:   Tue Oct 24 13:55:18 2006 +0200
53194
53195     Fix/workaround broken dependency handling with make 3.81
53196     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
53197
53198 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
53199 Author: Marian Balakowicz <m8@semihalf.com>
53200 Date:   Mon Oct 23 22:17:05 2006 +0200
53201
53202     Fix sequoia separate object direcory building problems.
53203
53204 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
53205 Author: Jon Loeliger <jdl@freescale.com>
53206 Date:   Fri Oct 20 17:16:35 2006 -0500
53207
53208     Use generic I2C register block on 85xx and 86xx.
53209
53210     Replace private IMMAP I2C structures with generic reg block
53211     and allow 86xx to have multiple I2C device busses.
53212
53213     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53214
53215 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
53216 Author: Jon Loeliger <jdl@freescale.com>
53217 Date:   Fri Oct 20 15:54:34 2006 -0500
53218
53219     Fix compilation warnings on a few 85xx boards.
53220
53221     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53222
53223 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
53224 Author: Jon Loeliger <jdl@freescale.com>
53225 Date:   Fri Oct 20 15:50:15 2006 -0500
53226
53227     Converted all 85xx boards to use a common FSL I2C driver.
53228     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
53229     And removed hard i2c path from a few u-boot.lds scipts too.
53230     Minor whitespace cleanups along the way.
53231
53232     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53233
53234 commit 4d45f69e362b05892c9e92a7907e5820995612aa
53235 Author: Jon Loeliger <jdl@freescale.com>
53236 Date:   Thu Oct 19 12:02:24 2006 -0500
53237
53238     Rewrite a series of goto statements as a sequences of
53239     conditional expressions instead.
53240
53241     Use consistent return code 0/-1 for good/bad indicators.
53242
53243     Include one fewer file if the driver isn't used at all.
53244
53245     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53246
53247 commit 7237c033b02fe295880435f1eb80819a0c987532
53248 Author: Jon Loeliger <jdl@freescale.com>
53249 Date:   Thu Oct 19 11:02:16 2006 -0500
53250
53251     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
53252
53253     in an effort to begin to unify the umpteen FSL I2C drivers that
53254     are all otherwise very similar.
53255
53256     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53257
53258 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
53259 Author: Jon Loeliger <jdl@freescale.com>
53260 Date:   Thu Oct 19 11:33:52 2006 -0500
53261
53262     * Fix a bunch of compiler warnings for gcc 4.0
53263
53264     Signed-off-by: Matthew McClintock <msm@freescale.com>
53265
53266 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
53267 Author: Stefan Roese <sr@denx.de>
53268 Date:   Tue Oct 17 06:14:31 2006 +0200
53269
53270     Add monitor functions for indirect access to PPC440 DCR's
53271     Patch by Leonid Baryudin, 12 Oct 2006
53272
53273 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
53274 Author: Jon Loeliger <jdl@freescale.com>
53275 Date:   Fri Oct 13 16:47:53 2006 -0500
53276
53277     Fixed leading whitespace issues.
53278     Removed spurious LAWAR thing.
53279
53280     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53281
53282 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
53283 Author: Jon Loeliger <jdl@freescale.com>
53284 Date:   Thu Oct 12 10:42:36 2006 -0500
53285
53286     Remove unneeded include files and local variable.
53287
53288     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53289
53290 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
53291 Author: Grant Likely <grant.likely@secretlab.ca>
53292 Date:   Tue Oct 10 00:23:32 2006 -0600
53293
53294     Fix possible uninitialized variable compiler warning.
53295
53296     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
53297     do_bootm_linux() may be uninitialized.  There is no possibility in the
53298     current code that len will get used uninitialized, but this fix follows
53299     the existing convention of setting both len and data to zero at the same
53300     time.
53301
53302     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53303
53304 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
53305 Author: Matthew McClintock <msm@freescale.com>
53306 Date:   Wed Oct 11 15:13:01 2006 -0500
53307
53308     * Fix a bunch of compiler warnings for gcc 4.0
53309
53310     Signed-off-by: Matthew McClintock <msm@freescale.com>
53311
53312 commit bf651baa365e5447246aad6a633ccd667cf24a39
53313 Author: Jon Loeliger <jdl@freescale.com>
53314 Date:   Wed Oct 11 10:10:43 2006 -0500
53315
53316     Move "ar" flags to config.mk to allow for silent "make -s"
53317
53318 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
53319 Author: Jon Loeliger <jdl@freescale.com>
53320 Date:   Tue Oct 10 17:19:03 2006 -0500
53321
53322     Coding style changes to remove local varible blocks
53323     and reformat a bit nicer.
53324
53325 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
53326 Author: Jon Loeliger <jdl@freescale.com>
53327 Date:   Tue Oct 10 17:16:04 2006 -0500
53328
53329     Fix whitespace issues.
53330
53331 commit 7b382b7125f2397cce63253df62f183e3dfa2770
53332 Author: Jon Loeliger <jdl@freescale.com>
53333 Date:   Tue Oct 10 17:14:45 2006 -0500
53334
53335     Fix whitespace issues.
53336
53337 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
53338 Author: Jon Loeliger <jdl@freescale.com>
53339 Date:   Tue Oct 10 17:06:53 2006 -0500
53340
53341     Fix whitespace issues.
53342
53343 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
53344 Author: Jon Loeliger <jdl@freescale.com>
53345 Date:   Tue Oct 10 17:03:43 2006 -0500
53346
53347     Ran lindent and cleaned up whitespace issues.
53348     Format for 80-columns too.
53349
53350 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
53351 Author: Jon Loeliger <jdl@freescale.com>
53352 Date:   Tue Oct 10 17:02:22 2006 -0500
53353
53354     Fix whitespace and 80-col issues.
53355
53356 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
53357 Author: Stefan Roese <sr@denx.de>
53358 Date:   Sat Oct 7 11:36:51 2006 +0200
53359
53360     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
53361     Patch by Stefan Roese, 07 Oct 2006
53362
53363 commit 5bc528fa4da751d472397b308137238a6465afd2
53364 Author: Stefan Roese <sr@denx.de>
53365 Date:   Sat Oct 7 11:35:25 2006 +0200
53366
53367     Update ALPR code (NAND support working now)
53368     Patch by Stefan Roese, 07 Oct 2006
53369
53370 commit 77d5034847d328753b80c46b83f960a14a26f40e
53371 Author: Stefan Roese <sr@denx.de>
53372 Date:   Sat Oct 7 11:33:03 2006 +0200
53373
53374     Remove compile warnings in fpga code
53375     Patch by Stefan Roese, 07 Oct 2006
53376
53377 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
53378 Author: Stefan Roese <sr@denx.de>
53379 Date:   Sat Oct 7 11:30:52 2006 +0200
53380
53381     Add CONFIG_BOARD_RESET to configure board specific reset function
53382     Patch by Stefan Roese, 07 Oct 2006
53383
53384 commit f55df18187e7a45cb73fec4370d12135e6691ae1
53385 Author: John Traill <john.traill@freescale.com>
53386 Date:   Fri Sep 29 08:23:12 2006 +0100
53387
53388     Fix missing tCycle/modfreq calculation.
53389
53390     Signed-off-by: John Traill <john.traill@freescale.com>
53391
53392 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
53393 Author: Andy Fleming <afleming@freescale.com>
53394 Date:   Wed Sep 13 10:33:35 2006 -0500
53395
53396     Updated config headers to add default FDT-based booting
53397
53398 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
53399 Author: Andy Fleming <afleming@freescale.com>
53400 Date:   Wed Sep 13 10:34:18 2006 -0500
53401
53402     Add support for eTSEC 3 & 4 on 8548 CDS
53403
53404     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
53405       This will only work on rev 1.3 boards (but doesn't break older boards)
53406     * Cleaned up some comments to reflect the expanded role of tsec
53407       in other systems
53408
53409 commit 084d648b109c8984f83674043c1a7fa3885ef801
53410 Author: Andy Fleming <afleming@freescale.com>
53411 Date:   Wed Sep 13 10:33:56 2006 -0500
53412
53413     Added code to support 2.6.18 PCI changes in u-boot
53414
53415     * Added code to swizzle the IRQ map for the PCI
53416
53417 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
53418 Author: Jon Loeliger <jdl@freescale.com>
53419 Date:   Tue Sep 19 09:34:10 2006 -0500
53420
53421     Modified makefile for new build mechanism.
53422
53423     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53424
53425 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
53426 Author: Jon Loeliger <jdl@freescale.com>
53427 Date:   Thu Sep 14 08:40:36 2006 -0500
53428
53429     Handle 86xx SVR values according to the new Reference Manual.
53430     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
53431     by the byte in bits 16-23 instead.
53432     Thanks to Jason Jin for noticing.
53433
53434     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53435
53436 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
53437 Author: Zhang Wei <wei.zhang@freescale.com>
53438 Date:   Mon Aug 28 14:25:31 2006 +0800
53439
53440     Fixed an OF-tree off-by-one bug when adding a new property name.
53441     This bug will cause the kernel booting to pause a long time.
53442
53443     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53444     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
53445
53446 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
53447 Author: Jon Loeliger <jdl@freescale.com>
53448 Date:   Tue Aug 29 11:05:09 2006 -0500
53449
53450     Remove trailing empty lines.
53451
53452 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
53453 Author: Jon Loeliger <jdl@freescale.com>
53454 Date:   Tue Aug 29 09:48:49 2006 -0500
53455
53456     Remove bogus msync and use volatile asm.
53457
53458 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
53459 Author: Jon Loeliger <jdl@freescale.com>
53460 Date:   Tue Aug 29 08:17:14 2006 -0500
53461
53462     Add myself as maintainer for MPC8641HPCN.
53463
53464 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
53465 Author: Zhang Wei <wei.zhang@freescale.com>
53466 Date:   Mon Aug 28 14:25:31 2006 +0800
53467
53468     Fixed an OF-tree off-by-one bug when adding a new property name.
53469     This bug will cause the kernel booting to pause a long time.
53470
53471     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53472
53473 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
53474 Author: Haiying Wang <haiying.wang@freescale.com>
53475 Date:   Fri Aug 25 14:38:34 2006 -0400
53476
53477     Change ramdiskaddr and dtbaddr
53478     Remove PEX fluff commands.
53479
53480     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
53481     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53482
53483 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
53484 Author: Matthew McClintock <msm@freescale.com>
53485 Date:   Wed Aug 23 13:32:45 2006 -0500
53486
53487     * Another small fix for booting with disable_of
53488
53489     Signed-off-by: Matthew McClintock <msm@freescale.com>
53490
53491 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
53492 Author: Jon Loeliger <jdl@freescale.com>
53493 Date:   Wed Aug 23 11:04:43 2006 -0500
53494
53495     Cleanup and lindent new AHCI driver.
53496
53497 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
53498 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
53499 Date:   Wed Aug 23 19:15:12 2006 +0800
53500
53501     Add AHCI define and sata support for MPC8641HPCN board.
53502
53503     Signed-off-by:Jason Jin<jason.jin@freescale.com>
53504
53505 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
53506 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
53507 Date:   Wed Aug 23 19:10:44 2006 +0800
53508
53509     Add AHCI support to u-boot
53510
53511     Add AHCI support in u-boot, enable the sata disk controllers which
53512     following the AHCI protocol.
53513
53514     Signed-off-by:Jason Jin<jason.jin@freescale.com>
53515
53516 commit d8ea2acf5f137cae99417df4f573d036ee384668
53517 Author: Zhang Wei <wei.zhang@freescale.com>
53518 Date:   Wed Aug 23 17:54:32 2006 +0800
53519
53520     Add dtb boot-up parameter to default boot commands.
53521
53522     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53523
53524 commit b93775c2036b99baa390ea425c4771895bbc63c4
53525 Author: Jon Loeliger <jdl@freescale.com>
53526 Date:   Tue Aug 22 18:26:08 2006 -0500
53527
53528     Cleanup even more poorly introduced whitespace.
53529
53530 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
53531 Author: Jon Loeliger <jdl@freescale.com>
53532 Date:   Tue Aug 22 18:07:00 2006 -0500
53533
53534     Cleanup more poorly introduced whitespace.
53535
53536 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
53537 Author: Jon Loeliger <jdl@freescale.com>
53538 Date:   Tue Aug 22 17:54:05 2006 -0500
53539
53540     Cleanup poorly introduced whitespace.
53541
53542 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
53543 Author: Jon Loeliger <jdl@freescale.com>
53544 Date:   Tue Aug 22 12:25:27 2006 -0500
53545
53546     General indent and whitespace cleanups.
53547
53548 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
53549 Author: Jon Loeliger <jdl@freescale.com>
53550 Date:   Tue Aug 22 12:06:18 2006 -0500
53551
53552     General indent and whitespace cleanups.
53553
53554 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
53555 Author: Jon Loeliger <jdl@freescale.com>
53556 Date:   Tue Aug 22 10:42:21 2006 -0500
53557
53558     Cleanup compiler warnings.
53559
53560 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
53561 Author: Matthew McClintock <msm@freescale.com>
53562 Date:   Tue Aug 22 09:31:59 2006 -0500
53563
53564     Fix disable_of booting
53565
53566     Signed-off-by: Matthew McClintock <msm@freescale.com>
53567
53568 commit 87a449c8ac396420cb24260f717ea9e6faa82047
53569 Author: Matthew McClintock <msm@freescale.com>
53570 Date:   Tue Aug 22 09:23:55 2006 -0500
53571
53572     Support for FDT in uImage format, error when using FDT from flash
53573
53574     Signed-off-by: Matthew McClintock <msm@freescale.com>
53575
53576 commit 75c299c38369d01addd5e054b8a16217b70f4a86
53577 Author: Haiying Wang <haiying.wang@freescale.com>
53578 Date:   Tue Aug 15 15:12:55 2006 -0400
53579
53580     Unlock cache before kernel starts up for MPC86xx
53581
53582 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
53583 Author: Haiying Wang <haiying.wang@freescale.com>
53584 Date:   Tue Aug 15 15:13:15 2006 -0400
53585
53586     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
53587
53588 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
53589 Author: Haiying Wang <haiying.wang@freescale.com>
53590 Date:   Tue Aug 15 15:12:55 2006 -0400
53591
53592     Unlock cache before kernel starts up for MPC86xx
53593
53594 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
53595 Author: Haiying Wang <haiying.wang@freescale.com>
53596 Date:   Tue Aug 15 15:13:15 2006 -0400
53597
53598     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
53599
53600 commit 86c8e17f25e972a7e272950a0735fad84e082b88
53601 Author: Matthew McClintock <msm@freescale.com>
53602 Date:   Wed Aug 16 13:59:47 2006 -0500
53603
53604     * Fix disable_of booting
53605
53606     Signed-off-by: Matthew McClintock <msm@freescale.com>
53607
53608 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
53609 Author: Matthew McClintock <msm@freescale.com>
53610 Date:   Wed Aug 16 10:54:09 2006 -0500
53611
53612     * Support for FDT in uImage format, error when using FDT from flash
53613
53614     Signed-off-by: Matthew McClintock <msm@freescale.com>
53615
53616 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
53617 Author: Stefan Roese <sr@denx.de>
53618 Date:   Tue Aug 15 14:22:35 2006 +0200
53619
53620     Add initial support for the ALPR board from Prodrive
53621     NAND needs some additional testing
53622     Patch by Heiko Schocher, 15 Aug 2006
53623
53624 commit f0ff4692ff3372dec55074a8eb444943ab095abb
53625 Author: Stefan Roese <sr@denx.de>
53626 Date:   Tue Aug 15 14:15:51 2006 +0200
53627
53628     Add FPGA Altera Cyclone 2 support
53629     Patch by Heiko Schocher, 15 Aug 2006
53630
53631 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
53632 Author: Jon Loeliger <jdl@freescale.com>
53633 Date:   Mon Aug 14 15:33:38 2006 -0500
53634
53635     Fix BAT0 to actually be cacheable, non-guarded as documented.
53636
53637     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53638
53639 commit 40bc83559db5745681909fd7382ae509567e116d
53640 Author: Jon Loeliger <jdl@freescale.com>
53641 Date:   Wed Aug 9 15:32:16 2006 -0500
53642
53643     Removed MPC8641HPCN DTS source file from build.
53644     It is no longer linked into U-Boot; its sources are
53645     now located in the kernel tree.
53646
53647     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53648
53649 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
53650 Author: Matthew McClintock <msm@freescale.com>
53651 Date:   Wed Jun 28 10:47:03 2006 -0500
53652
53653     * Switched default PCI speed for 8540 ADS back to 33MHz
53654
53655     * Added comments and a printf to warn that PCI-X won't
53656       work at 33MHz
53657       Patch by Andy Fleming 17-Mar-2006
53658
53659     Signed-off-by: Andy Fleming <afleming@freescale.com>
53660
53661 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
53662 Author: Matthew McClintock <msm@freescale.com>
53663 Date:   Wed Jun 28 10:46:35 2006 -0500
53664
53665     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
53666
53667     Signed-off-by: Andy Fleming <afleming@freescale.com>
53668
53669 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
53670 Author: Matthew McClintock <msm@freescale.com>
53671 Date:   Wed Jun 28 10:46:13 2006 -0500
53672
53673     * Added VIA configuration table
53674
53675     * Added support for PCI2 on CDS
53676       Patch by Andy Fleming 17-Mar-2006
53677
53678     Signed-off-by: Andy Fleming <afleming@freescale.com>
53679
53680 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
53681 Author: Matthew McClintock <msm@freescale.com>
53682 Date:   Wed Jun 28 10:45:41 2006 -0500
53683
53684     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
53685
53686     Signed-off-by: Andy Fleming <afleming@freescale.com>
53687
53688 commit 97074ed9655309b64231bc2cee69fe85399f8055
53689 Author: Matthew McClintock <msm@freescale.com>
53690 Date:   Wed Jun 28 10:45:17 2006 -0500
53691
53692     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
53693
53694     Signed-off-by: Andy Fleming <afleming@freescale.com>
53695
53696 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
53697 Author: Matthew McClintock <msm@freescale.com>
53698 Date:   Wed Jun 28 10:44:49 2006 -0500
53699
53700     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
53701
53702     Signed-off-by: Andy Fleming <afleming@freescale.com>
53703
53704 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
53705 Author: Matthew McClintock <msm@freescale.com>
53706 Date:   Wed Jun 28 10:44:23 2006 -0500
53707
53708     * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006
53709
53710     Signed-off-by: Andy Fleming <afleming@freescale.com>
53711
53712 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
53713 Author: Matthew McClintock <msm@freescale.com>
53714 Date:   Wed Jun 28 10:43:36 2006 -0500
53715
53716     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
53717
53718     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53719
53720 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
53721 Author: Matthew McClintock <msm@freescale.com>
53722 Date:   Wed Jun 28 10:43:00 2006 -0500
53723
53724     * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
53725
53726 commit 5498d90312aad9f6bdbf047986027c35b03cd163
53727 Author: Matthew McClintock <msm@freescale.com>
53728 Date:   Wed Jun 28 10:42:24 2006 -0500
53729
53730     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
53731
53732 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
53733 Author: Matthew McClintock <msm@freescale.com>
53734 Date:   Wed Jun 28 10:41:37 2006 -0500
53735
53736     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
53737
53738 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
53739 Author: John Traill <john.traill@freescale.com>
53740 Date:   Wed Aug 9 14:33:50 2006 +0100
53741
53742     Add Rapidio support for the MPC8641HPCN
53743
53744     Signed-off-by: John Traill <john.traill@freescale.com>
53745
53746 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
53747 Author: John Traill <john.traill@freescale.com>
53748 Date:   Tue Aug 8 11:32:43 2006 +0100
53749
53750     Fix caslat calculation
53751
53752     Signed-off-by: John Traill <john.traill@freescale.com>
53753
53754 commit 709d3073e74153278e7904a70819bbef7df50e1a
53755 Author: Jon Loeliger <jdl@freescale.com>
53756 Date:   Thu Aug 3 16:17:56 2006 -0500
53757
53758     Convert to mac-address in ethernet nodes.
53759
53760 commit 71748af833ca1017edf1415be376366ff2937d17
53761 Author: Haiying Wang <haiying.wang@freescale.com>
53762 Date:   Fri Jul 28 12:41:35 2006 -0400
53763
53764     Correct the irq value of DUART2
53765
53766 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
53767 Author: Haiying Wang <haiying.wang@freescale.com>
53768 Date:   Fri Jul 28 12:41:41 2006 -0400
53769
53770     Change the space size of PEX IO in README
53771
53772 commit 239db37c94f7a92941c4465feceb867c609241c5
53773 Author: Haiying Wang <haiying.wang@freescale.com>
53774 Date:   Fri Jul 28 12:41:18 2006 -0400
53775
53776     Move get_board_sys_clk to board directory
53777
53778 commit 492900b985439fbce1a118afde1e35def870db03
53779 Author: John Traill <john.traill@freescale.com>
53780 Date:   Fri Jul 28 09:03:54 2006 +0100
53781
53782     Fix 8641HPCN pollution
53783
53784 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
53785 Author: John Traill <john.traill@freescale.com>
53786 Date:   Fri Jul 28 08:16:06 2006 +0100
53787
53788     Fix 8641HPCN timebase
53789
53790 commit c86360b830f1eecd7a72208575dde4f57879faea
53791 Author: Zhang Wei <wei.zhang@freescale.com>
53792 Date:   Fri Jul 28 00:01:34 2006 +0800
53793
53794     Fixed OF device tree of mpc86xxhpcn board.
53795
53796     The changes works in with kernel irq mapping rework.
53797
53798     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53799
53800 commit bea3f28d285942bf3f7ab339ce85178ded544225
53801 Author: Haiying Wang <haiying.wang@freescale.com>
53802 Date:   Wed Jul 12 10:48:05 2006 -0400
53803
53804     Add support for reading and writing mac addresses to or from ID EEPROM.
53805
53806     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
53807     With attached patch, we can use command "mac/mac read/mac save/"
53808     to read and write EEPROM under u-boot prompt.
53809
53810     U-boot will calculate the checksum of EEPROM while bootup,
53811     if it is right, then u-boot will check whether the mac address
53812     of eTSEC0/1/2/3 is availalbe (non-zero).
53813
53814     If there is mac address availabe in EEPROM, u-boot will use it,
53815     otherewise, u-boot will use the mac address defined in
53816     MPC8641HPCN.h. This matches the requirement to set unique mac address
53817     for each TSEC port.
53818
53819     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
53820     Signed-off-by: York Sun <yorksun@freescale.com>
53821
53822 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
53823 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
53824 Date:   Thu Jul 13 10:35:10 2006 -0500
53825
53826     Fixed initrd issue by define big RAM
53827
53828     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
53829
53830 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
53831 Author: Jason Jin <Jason.jin@freescale.com>
53832 Date:   Fri Jul 7 10:01:45 2006 -0500
53833
53834     We made a u-boot patch to fix the hang up issue
53835     when booting filesystem from ramdisk.
53836
53837     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
53838
53839 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
53840 Author: Matthew McClintock <msm@freescale.com>
53841 Date:   Wed Jun 28 10:47:03 2006 -0500
53842
53843     * Switched default PCI speed for 8540 ADS back to 33MHz
53844     * Added comments and a printf to warn that PCI-X won't
53845       work at 33MHz
53846       Patch by Andy Fleming 17-Mar-2006
53847
53848     Signed-off-by: Andy Fleming <afleming@freescale.com>
53849
53850 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
53851 Author: Matthew McClintock <msm@freescale.com>
53852 Date:   Wed Jun 28 10:46:35 2006 -0500
53853
53854     * Fixed a bug where 8555 PCI code used the old variable and
53855       function names
53856       Patch by Andy Fleming 17-Mar-2006
53857
53858     Signed-off-by: Andy Fleming <afleming@freescale.com>
53859
53860 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
53861 Author: Matthew McClintock <msm@freescale.com>
53862 Date:   Wed Jun 28 10:46:13 2006 -0500
53863
53864     * Added VIA configuration table
53865     * Added support for PCI2 on CDS
53866       Patch by Andy Fleming 17-Mar-2006
53867
53868     Signed-off-by: Andy Fleming <afleming@freescale.com>
53869
53870 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
53871 Author: Matthew McClintock <msm@freescale.com>
53872 Date:   Wed Jun 28 10:45:41 2006 -0500
53873
53874     * Fixed PCI memory definitions
53875       Patch by Andy Fleming 17-Mar-2006
53876
53877     Signed-off-by: Andy Fleming <afleming@freescale.com>
53878
53879 commit 087454609e47295443af793a282cddcd91a5f49c
53880 Author: Matthew McClintock <msm@freescale.com>
53881 Date:   Wed Jun 28 10:45:17 2006 -0500
53882
53883     * Added support for initializing second PCI bus on 85xx
53884       Patch by Andy Fleming 17-Mar-2006
53885
53886     Signed-off-by: Andy Fleming <afleming@freescale.com>
53887
53888 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
53889 Author: Matthew McClintock <msm@freescale.com>
53890 Date:   Wed Jun 28 10:44:49 2006 -0500
53891
53892     * Added PCI-X #defines for PCI-X initialization
53893       Patch by Andy Fleming on 17-Mar-2006
53894
53895     Signed-off-by: Andy Fleming <afleming@freescale.com>
53896
53897 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
53898 Author: Matthew McClintock <msm@freescale.com>
53899 Date:   Wed Jun 28 10:44:23 2006 -0500
53900
53901     * Made sure the code which disables prefetch for PCI devices
53902       sets the size of the prefetch region to 0
53903       Patch by Andy Fleming on 17-Mar-2006
53904
53905     Signed-off-by: Andy Fleming <afleming@freescale.com>
53906
53907 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
53908 Author: Matthew McClintock <msm@freescale.com>
53909 Date:   Wed Jun 28 10:43:36 2006 -0500
53910
53911     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
53912       Patch by Jon Loeliger 17-Jan-2006
53913
53914     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53915
53916 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
53917 Author: Matthew McClintock <msm@freescale.com>
53918 Date:   Wed Jun 28 10:43:00 2006 -0500
53919
53920     * Removed the oftree.dts for stxxtx in light of the changes
53921       to the flat device tree handling code
53922       Patch by Matthew McClintock 26-June-2006
53923
53924 commit 1b380ec225665e73959677f3893dc658c5925e05
53925 Author: Matthew McClintock <msm@freescale.com>
53926 Date:   Wed Jun 28 10:42:24 2006 -0500
53927
53928     * Patch to modify ft_build.c to update flat device trees in place
53929       Patch by Matthew McClintock 26-June-2006
53930
53931 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
53932 Author: Matthew McClintock <msm@freescale.com>
53933 Date:   Wed Jun 28 10:41:37 2006 -0500
53934
53935     * Modify bootm command to support booting with flat device trees
53936       Patch by Matthew McClintock 26-June-2006
53937
53938 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
53939 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
53940 Date:   Wed Jun 28 08:43:56 2006 -0500
53941
53942     Change Id to symbolic name for RTL8139
53943
53944     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
53945
53946 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
53947 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53948 Date:   Tue Jun 27 18:12:10 2006 +0800
53949
53950     Fix RTL8139 in big endian
53951
53952     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
53953     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
53954
53955 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
53956 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53957 Date:   Tue Jun 27 18:12:23 2006 +0800
53958
53959     Fix Tsec bug when no link
53960
53961      When tftp a non-exist file from the tftp server, u-boot will check
53962      the link of all eth port. The original file will return wrong link
53963      state on the no link ports.
53964
53965     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
53966
53967 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
53968 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53969 Date:   Tue Jun 27 18:12:02 2006 +0800
53970
53971     Fix bug for io_bar size during pci scan
53972
53973     During the pci scan process, Some devices return bar_reponse with the
53974     highest bytes 0, such as the pci bridge in uli1575 return bar_response
53975     with 0xffffff, So the bar_size should be manually set under 64K.
53976
53977     Signed-off-by: Jason Jin <jason.jin@freescale.com>
53978
53979 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
53980 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53981 Date:   Tue Jun 27 18:11:54 2006 +0800
53982
53983     Enable PCIE1 for MPC8641HPCN board
53984
53985     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
53986
53987 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
53988 Author: Wolfgang Denk <wd@pollux.denx.de>
53989 Date:   Mon Jun 26 11:06:00 2006 +0200
53990
53991     More code cleanup
53992
53993 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
53994 Author: Jon Loeliger <jdl@freescale.com>
53995 Date:   Thu Jun 22 08:51:46 2006 -0500
53996
53997     Fix bug in 8641hpcn reset command with no args.
53998
53999     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
54000     Acked-by: Jon Loeliger <jdl@freescale.com>
54001
54002 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
54003 Author: Zhang Wei <wei.zhang@freescale.com>
54004 Date:   Tue Jun 20 17:47:15 2006 +0800
54005
54006     Reworked IRQ mapping in OF-tree.
54007
54008 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
54009 Author: Jon Loeliger <jdl@freescale.com>
54010 Date:   Thu Jun 15 21:33:37 2006 -0500
54011
54012     Do not enable address translation on secondary CPUs.
54013     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
54014
54015     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54016
54017 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
54018 Author: Wolfgang Denk <wd@pollux.denx.de>
54019 Date:   Wed Jun 14 18:14:56 2006 +0200
54020
54021     Code cleanup
54022
54023 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
54024 Author: Wolfgang Denk <wd@pollux.denx.de>
54025 Date:   Wed Jun 14 17:45:53 2006 +0200
54026
54027     Various USB related patches
54028     - Add support for mpc8xx USB device.
54029     - Add support for Common Device Class - Abstract Control Model USB console.
54030     - Add support for flow control in USB slave devices.
54031     - Add support for switching between gserial and cdc_acm using environment.
54032     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
54033     - Update usbcore slightly to ease host enumeration.
54034     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
54035     - Add AdderUSB_config as a defconfig to enable usage of the USB console
54036       by default with the Adder87x U-Boot port.
54037     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
54038
54039 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
54040 Author: Jon Loeliger <jdl@jdl.com>
54041 Date:   Wed Jun 7 10:53:55 2006 -0500
54042
54043     Fix a get_board_sys_clk() use-before-def warning.
54044
54045     Signed-off-by: Jon Loeliger <jdl@jdl.com>
54046
54047 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
54048 Author: Jon Loeliger <jdl@jdl.com>
54049 Date:   Wed Jun 7 10:52:49 2006 -0500
54050
54051     Allow DTC path to be passed in.
54052
54053     Signed-off-by: Jon Loeliger <jdl@jdl.com>
54054
54055 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
54056 Author: Haiying Wang <haiying.wang@freescale.com>
54057 Date:   Tue Jun 6 16:54:29 2006 -0400
54058
54059     Modify the IRQ of DUART2
54060
54061 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
54062 Author: Jon Loeliger <jdl@jdl.com>
54063 Date:   Wed May 31 13:55:35 2006 -0500
54064
54065     Review cleanups.
54066
54067     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54068
54069 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
54070 Author: Jon Loeliger <jdl@jdl.com>
54071 Date:   Wed May 31 12:44:44 2006 -0500
54072
54073     White space cleanup.
54074     Some 80-column cleanups.
54075     Convert printf() to puts() where possible.
54076     Use #include "spd_sdram.h" as needed.
54077     Enhanced reset command usage message a bit.
54078
54079     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54080
54081 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
54082 Author: Jon Loeliger <jdl@jdl.com>
54083 Date:   Wed May 31 11:39:34 2006 -0500
54084
54085     Removed unneeded local_bus_init() from 8641HPCN board.
54086
54087     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54088
54089 commit 4d3d729c16c392d2982d3266b659d333c927697d
54090 Author: Jon Loeliger <jdl@jdl.com>
54091 Date:   Wed May 31 11:24:28 2006 -0500
54092
54093     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
54094
54095     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54096
54097 commit b2a941de060350ad15878d8219825f4950e9bb8e
54098 Author: Jon Loeliger <jdl@jdl.com>
54099 Date:   Wed May 31 10:07:28 2006 -0500
54100
54101     Remove dead debug code.
54102
54103     Signed-off-by: Jon Loeliger <jdl@jdl.com>
54104
54105 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
54106 Author: Jon Loeliger <jdl@freescale.com>
54107 Date:   Tue May 30 17:47:00 2006 -0500
54108
54109     Move mpc86xx PIXIS code to board directory
54110
54111     First cut at moving the PIXIS platform code out of
54112     the 86xx cpu directory and into board/mpc8641hpcn
54113     where it belongs.
54114
54115     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54116
54117 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
54118 Author: Markus Klotzbuecher <mk@denx.de>
54119 Date:   Tue May 30 16:56:14 2006 +0200
54120
54121     Support generic OHCI support for the s3c24x0 cpu.
54122
54123 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
54124 Author: Haiying Wang <Haiying.Wang@freescale.com>
54125 Date:   Tue May 30 09:10:32 2006 -0500
54126
54127     Improve "reset" command's interaction with watchdog.
54128
54129         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
54130         "reset altbank wd" will reset another bank WITH watch dog enabled
54131         "diswd" will disable watch dog after u-boot boots up successfully
54132
54133     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
54134
54135 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
54136 Author: Haiying Wang <Haiying.Wang@freescale.com>
54137 Date:   Tue May 30 08:51:19 2006 -0500
54138
54139     Fix two SDRAM setup bugs.
54140
54141         Fix ECC setup bug.
54142         Enable 1T/2T based on number of DIMMs present.
54143
54144     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
54145
54146 commit d11fec5015334deb2010e36ce00bb118cc5429a5
54147 Author: Haiying Wang <Haiying.Wang@freescale.com>
54148 Date:   Fri May 26 10:24:48 2006 -0500
54149
54150     Add first draft of the MPC8641HPCN doc/README.
54151
54152     Signed-off-by: Jon Loeliger <jdl@jdl.com>
54153
54154 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
54155 Author: Haiying Wang <Haiying.Wang@freescale.com>
54156 Date:   Fri May 26 10:13:04 2006 -0500
54157
54158     Added pci@8000 block.
54159     Updated ethernet interrupt mappings (moved up 48).
54160     Cleaned up a few comments.
54161
54162     Signed-off-by: Jon Loeliger <jdl@jdl.com>
54163
54164 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
54165 Author: Haiying Wang <Haiying.Wang@freescale.com>
54166 Date:   Fri May 26 10:01:16 2006 -0500
54167
54168     Allow args on reset command.
54169
54170     Signed-off-by: Jon Loeliger <jdl@jdl.com>
54171
54172 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
54173 Author: Markus Klotzbuecher <mk@denx.de>
54174 Date:   Tue May 23 13:38:35 2006 +0200
54175
54176     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
54177     fixes to the latter.
54178
54179 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
54180 Author: Markus Klotzbuecher <mk@denx.de>
54181 Date:   Tue May 23 10:33:11 2006 +0200
54182
54183     More cleanup for the delta board and the generic usb_ohci driver. Added
54184     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
54185     initialization and cleanup hooks respectively.
54186
54187 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
54188 Author: Markus Klotzbuecher <mk@denx.de>
54189 Date:   Mon May 22 16:33:54 2006 +0200
54190
54191     This patch adds USB storage support for the delta board. This is the first
54192     board to make use of a generic OHCI driver, that calls hooks for board
54193     dependant initialization.
54194
54195 commit 14e37081ff3cac7ebe6e93836523429853b6b292
54196 Author: Jon Loeliger <jdl@jdl.com>
54197 Date:   Fri May 19 13:28:39 2006 -0500
54198
54199     Change arbitration to round-robin for SMP linux.
54200
54201 commit 9a655876e5995be80f49054e2509500e871e4d3a
54202 Author: Jon Loeliger <jdl@jdl.com>
54203 Date:   Fri May 19 13:26:34 2006 -0500
54204
54205     Enable dual DDR controllers and interleaving.
54206
54207 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
54208 Author: Jon Loeliger <jdl@jdl.com>
54209 Date:   Fri May 19 13:22:44 2006 -0500
54210
54211     Update 86xx address map and LAWBARs.
54212
54213 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
54214 Author: Jon Loeliger <jdl@jdl.com>
54215 Date:   Fri May 19 13:14:15 2006 -0500
54216
54217     Remove L2 Cache invalidate polling.
54218
54219 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
54220 Author: Jon Loeliger <jdl@jdl.com>
54221 Date:   Fri May 19 12:33:09 2006 -0500
54222
54223     Enable 2nd CPU and I2C.
54224
54225 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
54226 Author: Jon Loeliger <jdl@freescale.com>
54227 Date:   Mon May 15 07:26:56 2006 -0500
54228
54229     Update interrupt mapping.
54230
54231 commit 6cfea33477b04b63ed47386ed1629529484c33ba
54232 Author: Haiying Wang <Haiying.Wang@freescale.com>
54233 Date:   Wed May 10 09:38:06 2006 -0500
54234
54235     Remove unneeded INIT_RAM_LOCK cache twiddling.
54236     Correctly tracks r29 as global data pointer now.
54237
54238     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
54239
54240 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
54241 Author: Jon Loeliger <jdl@freescale.com>
54242 Date:   Wed May 10 09:33:07 2006 -0500
54243
54244     Remove unnecessary flash.c file.
54245
54246 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
54247 Author: Jon Loeliger <jdl@freescale.com>
54248 Date:   Tue May 9 08:23:49 2006 -0500
54249
54250     Get MPC8641HPCN flash images working.
54251
54252         Enable the CFI driver.
54253         Remove bogus LAWBAR7 cruft.
54254         Use correct TEXT_BASE, Fixup load script.
54255         Enable SPD EEPROM during DDR setup.
54256         Use generic RFC 1918 IP addresses by default.
54257
54258 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
54259 Author: Jon Loeliger <jdl@freescale.com>
54260 Date:   Thu Apr 27 10:15:16 2006 -0500
54261
54262     Cleanup whitespaces and style issues.
54263     Removed //-style comments.
54264     Use 80-column lines.
54265     Remove trailing whitespace.
54266     Remove dead code and debug cruft.
54267
54268 commit a2320a6bf8113a09544c42d160d10ac69d049a03
54269 Author: Jon Loeliger <jdl@freescale.com>
54270 Date:   Thu Apr 27 08:22:39 2006 -0500
54271
54272     Revert bad PCI prefetch limit change.
54273
54274 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
54275 Author: Jon Loeliger <jdl@freescale.com>
54276 Date:   Wed Apr 26 17:58:56 2006 -0500
54277
54278     Initial support for MPC8641 HPCN board.