]> git.sur5r.net Git - u-boot/blob - CHANGELOG
minor cs8900 driver clean up
[u-boot] / CHANGELOG
1 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
2 Author: Wolfgang Denk <wd@denx.de>
3 Date:   Sat Apr 26 01:25:39 2008 +0200
4
5     post/Makefile: make sure to use the correct flags
6
7     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
8     messages to be printed.
9
10     Signed-off-by: Wolfgang Denk <wd@denx.de>
11
12 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
13 Author: Wolfgang Denk <wd@denx.de>
14 Date:   Sat Apr 26 00:34:42 2008 +0200
15
16     Coding Style cleanup, update CHANGELOG
17
18     Signed-off-by: Wolfgang Denk <wd@denx.de>
19
20 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
21 Author: Magnus Lilja <lilja.magnus@gmail.com>
22 Date:   Sun Apr 20 10:38:12 2008 +0200
23
24     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
25
26     This patch enables SPI and MC13783/RTC support for the Litekit board.
27
28     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
29
30 commit f97abbfb47d9e407354e157cae3f6369e460cd37
31 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
32 Date:   Fri Apr 25 01:08:32 2008 -0500
33
34     MPC8544DS: decode pcie3 end-point configuration correctly.
35
36     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38
39 commit 292188e15523c165c4269403fdcd33c26d89176e
40 Author: Roy Zang <tie-fei.zang@freescale.com>
41 Date:   Fri Apr 25 00:55:09 2008 -0500
42
43     MPC8544DS: Removes the unknown flash message information
44
45     This patch removes the unknown flash message information:
46     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
47     This unknown flash message is caused by PromJet.
48     Some of the board user is unhappy with this information.
49
50     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52
53 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
54 Author: Kim Phillips <kim.phillips@freescale.com>
55 Date:   Thu Apr 24 14:07:38 2008 -0500
56
57     mpc83xx: bump loadaddr over fdtaddr to 0x500000
58
59     this seems as a good compromise between human memory, typing,
60     and last but not least, to accommodate for current and future kernel bloat.
61
62     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63     Acked-by: Dave Liu <daveliu@freescale.com>
64
65 commit be5a7190265a34d968578ff266549c60f6f57654
66 Author: Dave Liu <r63238@freescale.com>
67 Date:   Tue Apr 15 13:12:23 2008 +0800
68
69     mpc83xx: clean up the readme for 83xx boards
70
71     1. correct the typo
72     2. correct the memory map for 837xerdb board
73
74     Signed-off-by: Dave Liu <daveliu@freescale.com>
75
76 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
77 Author: Dave Liu <r63238@freescale.com>
78 Date:   Tue Apr 15 13:11:11 2008 +0800
79
80     mpc83xx: remove the unused CPM's stuff
81
82     The MPC83xx family never have CPM block, so remove it from 83xx.
83
84     Signed-off-by: Dave Liu <daveliu@freescale.com>
85
86 commit c63ad6325a8ac0097a54b418a3288926b0484b18
87 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
88 Date:   Fri Apr 18 16:29:40 2008 +0200
89
90     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
91
92     This patch adds a configurable flash auto protection list that can be used
93     to make U-Boot protect flash regions in flash_init().
94
95     The idea has been discussed on the u-boot mailing list starting
96     on Nov 18th, 2007.
97
98     Even this patch brings a new feature it is used as a bugfix for 4xx
99     platforms where flash_init() does not completely protect the
100     monitor's flash range in all situations.
101
102     U-Boot protects the flash range from CFG_MONITOR_BASE to
103     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
104     include the reset vector at 0xfffffffc.
105
106     Example:
107     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
108
109     This config option will auto protect the last 512k of flash that
110     contains the bootloader on board like APC405 and PMC405.
111
112     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
113
114 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
115 Author: Stefan Roese <sr@denx.de>
116 Date:   Fri Apr 25 13:59:03 2008 +0200
117
118     ppc4xx: Remove double defines in lwmon5.h
119
120     introduced with latest lwmon5/POST merge
121
122     Signed-off-by: Stefan Roese <sr@denx.de>
123
124 commit 7590378fb9c686709492ceb142825cd058255956
125 Author: Bartlomiej Sieka <tur@semihalf.com>
126 Date:   Fri Apr 25 13:54:02 2008 +0200
127
128     Use watchdog-aware functions when calculating hashes of images - take two
129
130     Some files didn't get updated properly with the "Use watchdog-aware
131     functions when calculating hashes of images" commit, this commit
132     fixes this.
133
134     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
135     Signed-off-by: Wolfgang Denk <wd@denx.de>
136
137 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
138 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
139 Date:   Fri Apr 25 12:01:39 2008 +0200
140
141     ppc4xx: Add bootcount limit handling for APC405 boards
142
143     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
144
145 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
146 Author: Bartlomiej Sieka <tur@semihalf.com>
147 Date:   Fri Apr 25 12:10:09 2008 +0200
148
149     Use watchdog-aware functions when calculating hashes of images
150
151     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
152
153 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
154 Author: Wolfgang Denk <wd@denx.de>
155 Date:   Fri Apr 25 12:44:08 2008 +0200
156
157     USB: fix more GCC 4.2.x aliasing warnings
158
159     Signed-off-by: Wolfgang Denk <wd@denx.de>
160     Acked-by: Markus Klotzbuecher <mk@denx.de>
161
162 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
163 Author: Wolfgang Denk <wd@denx.de>
164 Date:   Fri Apr 25 12:41:53 2008 +0200
165
166     lib_generic/crc32.c: add missing #include <watchdog.h>
167
168     Signed-off-by: Wolfgang Denk <wd@denx.de>
169
170 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
171 Author: Wolfgang Denk <wd@denx.de>
172 Date:   Fri Apr 25 11:52:21 2008 +0200
173
174     lib_generic/crc32.c: fix compile problem
175
176     Signed-off-by: Wolfgang Denk <wd@denx.de>
177
178 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
179 Author: Stefan Roese <sr@denx.de>
180 Date:   Tue Apr 22 12:20:32 2008 +0200
181
182     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
183
184     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
185     environment variable will now get passed to the Linux kernel by setting
186     the device_type property of the PCIe device tree node. For normal root-
187     complex configuration it will keep its defaults value of "pci" and for
188     endpoint configuration it will get changed to "pci-endpoint".
189
190     Signed-off-by: Stefan Roese <sr@denx.de>
191
192 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
193 Author: Yuri Tikhonov <yur@emcraft.com>
194 Date:   Thu Apr 24 10:30:53 2008 +0200
195
196     lwmon5: watchdog POST fix
197
198     Use the GPT0_MASKx registers as the temporary storage for watch-dog
199     timer POST test instead of GPT0_COMPx. The latter
200     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
201
202     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
203     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
204
205 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
206 Author: Kim Phillips <kim.phillips@freescale.com>
207 Date:   Mon Apr 21 18:10:14 2008 -0500
208
209     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
210
211     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
212     proven problematic getting right from the start at least on 83xx and
213     4xx.
214
215     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
216
217 commit a99715b8ebfc500f3f40e01b36b64d473938443d
218 Author: Detlev Zundel <dzu@denx.de>
219 Date:   Fri Apr 18 14:50:01 2008 +0200
220
221     Realining some header definitions.
222
223     Signed-off-by: Detlev Zundel <dzu@denx.de>
224
225 commit 4acbc6c7f993cae409c424615415a3e76820f13d
226 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
227 Date:   Thu Apr 24 07:57:16 2008 +0200
228
229     NE2000: coding style cleanup
230
231     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
232
233 commit b4aff1ffaf7120032c653357c007faa14f74d29d
234 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
235 Date:   Wed Apr 23 00:11:47 2008 +0900
236
237     qemu-mips.h: Add CFI support
238
239     CONFIG_ENV_OVERWRITE is also added.
240
241     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
242
243     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
244     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
245
246 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
247 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
248 Date:   Tue Apr 22 22:47:27 2008 +0900
249
250     doc/README.mips: Add MIPS notes
251
252     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
253
254 commit 215b01bba8bc662d35f72b084700b192d367dfb4
255 Author: Bartlomiej Sieka <tur@semihalf.com>
256 Date:   Tue Apr 22 12:27:56 2008 +0200
257
258     Add support for calculating hashes with watchdog triggering
259
260     Implement watchodg-aware variants of hash calculation functions:
261     - crc32_wd()
262     - md5_wd()
263     - sha1_csum_wd()
264     The above functions calculate the hash of the input buffer in chunks,
265     triggering the watchdog after processing each chunk. The chunk size
266     is given as a function call parameter.
267
268     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
269
270 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
271 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
272 Date:   Wed Apr 23 11:02:12 2008 +0900
273
274     qemu-mips: Cleanup whitespace, indentation, etc.
275
276     No functional change.
277
278     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
279     Then I re-created from scratch, and changed more lines than the original.
280
281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
282     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
283
284 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
285 Author: Vlad Lungu <vlad@comsys.ro>
286 Date:   Wed Oct 10 23:02:09 2007 +0300
287
288     Fixed pcnet io_base
289
290     Bus and phys address are not always the same
291
292     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
293
294 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
295 Author: Wolfgang Denk <wd@denx.de>
296 Date:   Thu Apr 24 23:44:26 2008 +0200
297
298     drivers/net/pcnet.c: Coding Style cleanup.
299
300     Signed-off-by: Wolfgang Denk <wd@denx.de>
301
302 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
303 Author: Vlad Lungu <vlad@comsys.ro>
304 Date:   Wed Oct 10 23:04:23 2007 +0300
305
306     Added Am79C970A chip id to pcnet
307
308     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
309
310 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
311 Author: Magnus Lilja <lilja.magnus@gmail.com>
312 Date:   Sun Apr 20 10:35:03 2008 +0200
313
314     i.MX31: Fix architecture numbers for ADS and Litekit boards
315
316     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
317
318     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
319
320 commit e7ae84d6c7288790e88639f57cb60daf89c11369
321 Author: Magnus Lilja <lilja.magnus@gmail.com>
322 Date:   Sun Apr 20 10:36:36 2008 +0200
323
324     i.MX31: Use symbolic names for Litekit membases.
325
326     Use symbolic names instead of hard coded addresses for Litekit membases.
327
328     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
329
330 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
331 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
332 Date:   Sat Apr 19 17:59:20 2008 +0200
333
334     Fix show_boot_progress prototype
335
336     in commit fad634071 "make show_boot_progress () weak."
337     show_boot_progress is supposed to be declared as weak but declared as
338     inline instead.
339
340     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
341
342 commit edbed247a14d70b94958010f736621212285de91
343 Author: Bartlomiej Sieka <tur@semihalf.com>
344 Date:   Fri Apr 18 12:39:23 2008 +0200
345
346     Memory footprint optimizations
347
348     As suggested by Wolfgang Denk:
349     - image printing functions:
350       - remove wrappers
351       - remove indentation prefix from functions' signatures
352     - merge getenv_verify and getenv_autostart into one parametrized function
353
354     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
355
356 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
357 Author: Guennadi Liakhovetski <lg@denx.de>
358 Date:   Tue Apr 15 13:33:11 2008 +0200
359
360     MX31ADS environment variable update, spi and rtc support
361
362     Update MX31ADS default environment to better match the flash layout and
363     the memory map, support SPI and RTC.
364
365     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
366
367 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
368 Author: Kumar Gala <galak@kernel.crashing.org>
369 Date:   Mon Apr 21 09:28:36 2008 -0500
370
371     85xx: Round up frequency calculations to get reasonable output
372
373     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
374
375     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
376
377     Signed-off-by: Dejan Minic <minic@freescale.com>
378     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
379     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
380     Acked-by: Andy Fleming <afleming@freescale.com>
381
382 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
383 Author: Kumar Gala <galak@kernel.crashing.org>
384 Date:   Wed Apr 23 16:58:04 2008 -0500
385
386     fsl_pci: Only modify registers if we have them
387
388     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
389
390     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
391
392 commit 83fe32334337def160b302aa9d152d808bfcc68e
393 Author: Markus Klotzbücher <mk@denx.de>
394 Date:   Wed Apr 23 10:57:33 2008 +0200
395
396     USB: remove a cpu bug workaround for an unsupported architecture.
397
398     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
399
400 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
401 Author: Markus Klotzbücher <mk@denx.de>
402 Date:   Wed Apr 23 10:53:23 2008 +0200
403
404     USB: fix those pesky aliasing warnings issued by gcc-4.2
405
406     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
407     Signed-off-by: Detlev Zundel <dzu@denx.de>
408
409 commit 89cdab788f3716b335fefb60b836ebcf975aceab
410 Author: Mike Frysinger <vapier@gentoo.org>
411 Date:   Mon Mar 31 11:02:01 2008 -0400
412
413     crc32: use uint32_t rather than unsigned long
414
415     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
416     this is done with the build toolchain instead of the target tool
417     chain, so if the build is a 64bit system but the target is 32bits,
418     the size will obviously be wrong. This converts all unsigned long
419     stuff related to crc32 to uint32_t types. Compile tested only: output
420     of ./tools/envcrc when run on a 32bit build system matches that of a
421     64bit build system.
422
423     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
424     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
425
426 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
427 Author: Dirk Behme <dirk.behme@googlemail.com>
428 Date:   Wed Mar 26 09:53:29 2008 +0100
429
430     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
431
432     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
433
434     Changes:
435
436     - Remove *_masked() functions as noted by Wolfgang
437
438     - Adapt register naming to recent TI spec (sprue26, March 2007)
439
440     - Fix reset_timer() handling
441
442     - 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.
443
444     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
445
446     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
447
448     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
449
450     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
451
452     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
453     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
454
455 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
456 Author: Sergei Poselenov <sposelenov@emcraft.com>
457 Date:   Wed Apr 9 16:09:41 2008 +0200
458
459     Added watchdog triggering calls in the "mtest" test function.
460
461     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
462
463 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
464 Author: Yuri Tikhonov <yur@emcraft.com>
465 Date:   Sun Apr 6 19:19:14 2008 +0200
466
467     lwmon5 watchdog: limit trigger rate
468
469     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
470     the CONFIG_WD_MAX_RATE value.
471
472     Note that an earlier version of this patch which used microseconds
473     instead of ticks dis not work. The problem was that we used
474     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
475     get_tbclk(), which in turn calls get_sys_info(). It turns out that
476     this function does a lot of prolonged operations (like divisions)
477     which take too much time so we do not trigger the watchdog in time,
478     and it resets the system.
479
480     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
481
482 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
483 Author: Yuri Tikhonov <yur@emcraft.com>
484 Date:   Mon Mar 31 10:51:37 2008 +0200
485
486     POST: move CONFIG_POST to Makefiles
487
488     Introduce the new logical option CONFIG_HAS_POST which is set when the
489     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
490     to determine should the POST libs be compiled for the selected target
491     platform, or not.
492
493     To avoid breaking u-boot linking process, the empty post/libpost.a file is
494     created for platforms which do not have POSTs.
495
496     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
497     Signed-off-by: Wolfgang Denk <wd@denx.de>
498
499 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
500 Author: Yuri Tikhonov <yur@emcraft.com>
501 Date:   Mon Mar 31 10:49:34 2008 +0200
502
503     POST: preparations for moving CONFIG_POST to Makefiles
504
505     Remove CONFIG_POST ifdefs from the post/ source files.
506
507     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
508     Signed-off-by: Wolfgang Denk <wd@denx.de>
509
510 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
511 Author: Stefan Roese <sr@denx.de>
512 Date:   Tue Apr 22 14:14:20 2008 +0200
513
514     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
515
516     This patch fixes the Canyonlands and Glacier default environment to better
517     fit to the arch/powerpc device-tree kernels. The variables dealing with
518     arch/ppc booting are removed, since these boards are supported only in
519     arch/powerpc. Glacier uses the same config file as Canyonlands.
520
521     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
522
523     Signed-off-by: Stefan Roese <sr@denx.de>
524
525 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
526 Author: Stefan Roese <sr@denx.de>
527 Date:   Tue Apr 22 14:06:42 2008 +0200
528
529     ppc4xx: Small coding style cleanup for the latest esd patches
530
531     Signed-off-by: Stefan Roese <sr@denx.de>
532
533 commit 79941d63bc03aed8c48d7602f18217cc200ee931
534 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
535 Date:   Mon Apr 21 18:01:07 2008 +0200
536
537     ppc4xx: Update CPU strapping for PMC440 boards
538
539     This patch removes the temporary 'test' strapping option
540     of the sbe command. The '667' strapping option now uses
541     a PLB/PCI divider of 3.
542
543     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
544
545 commit f00cf3193a6635355b121e90debb2f54e777e7da
546 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
547 Date:   Mon Apr 21 14:42:21 2008 +0200
548
549     ppc4xx: Remove unused APC405 strataflash driver
550
551     The APC405 board support has been migrated to use the common
552     CFI flash driver.
553
554     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
555
556 commit 1c686676a86473bbd92151f0544e109413f6ed06
557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
558 Date:   Mon Apr 21 14:42:17 2008 +0200
559
560     ppc4xx: Update APC405 configuration
561
562     - enable esd's auto_update mechanism
563     - support alternative flash layout on rev. 1.8 boards
564     - update default environment
565     - use common CFI flash driver
566     - coding style cleanup
567
568     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
569
570 commit 0b9872515a521bf7866dc24b85ddce708e60d702
571 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
572 Date:   Mon Apr 21 14:42:11 2008 +0200
573
574     ppc4xx: Update APC405 board support
575
576     - enable esd's auto_update mechanism
577     - fix LCD support on latest hardware revision (uses other LCD controller)
578     - support alternative flash layout on rev. 1.8 boards
579     - coding style cleanup
580
581     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
582
583 commit 83975d02e225e231960784972e7820a8b303756b
584 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
585 Date:   Mon Apr 21 14:42:06 2008 +0200
586
587     ppc4xx: update esd's common auto_update code for 405 boards
588
589     - Coding style cleanup (long lines)
590     - improve handling of protected flash regions
591     - remove dead code
592
593     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
594
595 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
596 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
597 Date:   Mon Apr 21 14:41:59 2008 +0200
598
599     ppc4xx: Update esd's common LCD code for 405 boards
600
601     - Coding style cleanup (long lines)
602     - Add s1d13505 support
603     - Make some functions return a result code instead of void
604
605     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
606
607 commit dea68189424c3f1242427a8146a3861bf093173c
608 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
609 Date:   Mon Apr 21 11:36:55 2008 +0200
610
611     ppc4xx: Update FPGA image for APC405 boards
612
613     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
614
615 commit 2a05b152924acfcec3b037693329e517e6d3578f
616 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
617 Date:   Mon Apr 21 11:36:08 2008 +0200
618
619     ppc4xx: Update bootlogo for APC405 boards
620
621     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
622
623 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
624 Author: Stefan Roese <sr@denx.de>
625 Date:   Fri Apr 18 16:41:31 2008 +0200
626
627     ppc4xx: Add dcache_enable() for 440
628
629     dcache_enable() was missing for 440 and the patch
630     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
631     "] behavior uses this function.
632
633     Note: Currently the cache handling functions like
634     d/icache_disable/enable() are NOP's on 440. This may be changed in the
635     future.
636
637     Signed-off-by: Stefan Roese <sr@denx.de>
638
639 commit a49e0d177a0749614b316ec847fb623f09c82c07
640 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
641 Date:   Mon Apr 21 11:19:04 2008 +0200
642
643     video: Add missing free for logo memory
644
645     This patch adds two missing free()s.
646
647     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
648
649 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
650 Author: Troy Kisky <troy.kisky@boundarydevices.com>
651 Date:   Mon Sep 24 16:41:43 2007 -0700
652
653     PATCH - Fix oob data copied into supplied buffer
654
655     This patch correctly sets the oobavail variable
656     and fixes a bug where the oob data was not valid when
657     there where multiple groups in oobfree.
658
659     First segment fixes a typo
660     Second segment fixes a bug where oob data may be copied incorrectly.
661     Third segment adds an error message when exiting due to write protect.
662     Forth segment fixes a bug where oobavail may be set incorrectly.
663
664     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
665
666 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
667 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
668 Date:   Fri Apr 18 17:24:32 2008 +0200
669
670     ppc4xx: Fix sys_get_info() for 405GP(r)
671
672     This patch assigns the correct EBC clock for 405GP(r) CPUs
673     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
674     uses an uninitialized EBC clock in its startup message.
675
676     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
677
678 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
679 Author: Wolfgang Denk <wd@denx.de>
680 Date:   Sun Apr 20 15:39:38 2008 -0700
681
682     Makefile: remove nand_spl/System.map when cleaning up.
683
684 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
685 Author: Wolfgang Denk <wd@denx.de>
686 Date:   Sun Apr 20 15:35:52 2008 -0700
687
688     MAKEALL: sort entries / lists.
689
690     Signed-off-by: Wolfgang Denk <wd@denx.de>
691
692 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
693 Author: Kumar Gala <galak@kernel.crashing.org>
694 Date:   Fri Apr 18 11:29:01 2008 -0500
695
696     85xx: Fix size of cpu-release-addr property
697
698     The cpu-release-addr is defined as always being a 64-bit quanity regardless
699     if we are running on a 32-bit or 64-bit machine.
700
701 commit 88353a985109562a639b2f8a0c90d77011bfe374
702 Author: Timur Tabi <timur@freescale.com>
703 Date:   Fri Apr 4 11:15:58 2008 -0500
704
705     Fix calculation of I2C clock for some 85xx chips
706
707     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
708     some use CCB/3.  There is no pattern that can be used to determine which
709     chips use which frequency, so the only way to determine is to look up the
710     actual SOC designation and use the right value for that SOC.
711
712     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
713
714     Signed-off-by: Timur Tabi <timur@freescale.com>
715
716 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
717 Author: Wolfgang Denk <wd@denx.de>
718 Date:   Fri Apr 18 11:44:27 2008 -0700
719
720     Fix build breakage casued by commit c0559be371b2
721
722         Change env_get_char from a global function ptr to a function.
723
724     Signed-off-by: Wolfgang Denk <wd@denx.de>
725
726 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
727 Author: Wolfgang Denk <wd@denx.de>
728 Date:   Fri Apr 18 10:53:41 2008 -0700
729
730     Coding Style cleanup, update CHANGELOG.
731
732     Signed-off-by: Wolfgang Denk <wd@denx.de>
733
734 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
735 Author: Mike Frysinger <vapier@gentoo.org>
736 Date:   Tue Apr 8 14:00:57 2008 -0400
737
738     Add support for u-boot in svn and localversion-* files
739
740     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
741
742 commit d23ff6827decf121461fbc5622612fd7effe207e
743 Author: Guennadi Liakhovetski <lg@denx.de>
744 Date:   Thu Apr 3 17:04:22 2008 +0200
745
746     MX31ADS network and flash updates
747
748     This patch allows U-Boot to use buffered writes to the Spansion NOR
749     flash installed on this board, and eliminates long delays in network
750     transfers after the board startup.
751
752     Also modify flash layout to embed main and redundant environment
753     blocks in the U-Boot image.
754
755     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
756
757 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
758 Author: Guennadi Liakhovetski <lg@denx.de>
759 Date:   Mon Apr 14 10:53:12 2008 +0200
760
761     Support for the MX31ADS evaluation board from Freescale
762
763     This patch adds support for the MX31ADS evaluation board from Freescale,
764     initialization code is copied from RedBoot sources, also provided by
765     Freescale.
766
767     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
768
769 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
770 Author: Stefan Roese <sr@denx.de>
771 Date:   Tue Apr 8 10:33:29 2008 +0200
772
773     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
774
775     Signed-off-by: Stefan Roese <sr@denx.de>
776
777 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
778 Author: Stefan Roese <sr@denx.de>
779 Date:   Tue Apr 8 10:33:28 2008 +0200
780
781     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
782
783     Signed-off-by: Stefan Roese <sr@denx.de>
784
785 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
786 Author: Stefan Roese <sr@denx.de>
787 Date:   Tue Apr 8 10:33:27 2008 +0200
788
789     ppc4xx: Add Glacier NAND booting target
790
791     Signed-off-by: Stefan Roese <sr@denx.de>
792
793 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
794 Author: Stefan Roese <sr@denx.de>
795 Date:   Tue Apr 8 10:31:00 2008 +0200
796
797     nand_spl: Update nand_spl to support 2k page size NAND devices
798
799     This patch adds support for booting from 2k page sized NAND device
800     (e.g. Micron 29F2G08AAC).
801
802     Tested on AMCC Canyonlands.
803
804     Signed-off-by: Stefan Roese <sr@denx.de>
805
806 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
807 Author: Anatolij Gustschin <agust@denx.de>
808 Date:   Thu Apr 17 18:18:00 2008 +0200
809
810     Fix crash on sequoia in ppc_4xx_eth_init
811
812     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
813     with cache enabled (TLB Parity exeption). This patch
814     fixes the problem.
815
816     Signed-off-by: Anatolij Gustschin <agust@denx.de>
817
818 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
819 Author: Anatolij Gustschin <agust@denx.de>
820 Date:   Thu Apr 17 18:15:27 2008 +0200
821
822     ppc4xx: Fix crash on sequoia with cache enabled
823
824     Currently U-Boot crashes on sequoia board in CPU POST if
825     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
826     won't be disabled by change_tlb before CPU POST because
827     there is an insufficient adress range check since
828     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
829     this problem.
830
831     Signed-off-by: Anatolij Gustschin <agust@denx.de>
832
833 commit 43c509254fab375c49936498da944658117ed07c
834 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
835 Date:   Thu Apr 17 23:35:13 2008 +0900
836
837     Use jr as register jump instruction
838
839     Current assembler codes are inconsistent in the way of register jump
840     instruction usage; some use jr, some use j. Of course GNU as allows both
841     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
842     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
843     at all.
844
845     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
846
847 commit 7ce63709828d37b08866e537339a169bd0db2bd3
848 Author: Guennadi Liakhovetski <lg@denx.de>
849 Date:   Tue Apr 15 14:15:30 2008 +0200
850
851     RTC driver for MC13783
852
853     MC13783 is a multifunction IS with an SPI interface to the host. This
854     driver handles the RTC controller in this chip.
855
856     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
857
858 commit 38254f45b0b412332726c90d3184ad47479fcffb
859 Author: Guennadi Liakhovetski <lg@denx.de>
860 Date:   Tue Apr 15 14:14:25 2008 +0200
861
862     New i.MX31 SPI driver
863
864     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
865     only implemented and tested on i.MX31, can with a modified register layout
866     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
867     controllers too.
868
869     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
870
871 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
872 Author: Magnus Lilja <lilja.magnus@gmail.com>
873 Date:   Tue Apr 15 19:09:10 2008 +0200
874
875     Fix name of i.MX31 boards in config file header
876
877     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
878
879     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
880
881 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
882 Author: Mike Frysinger <vapier@gentoo.org>
883 Date:   Sun Apr 13 19:42:19 2008 -0400
884
885     allow ports to override go behavior
886
887     Split the arch-specific logic out of the common go code and into a dedicated
888     weak function called do_go_exec() that lives in cpu directories.  This will
889     need review from i386/nios people to make sure I didn't break them.
890
891 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
892 Author: Mike Frysinger <vapier@gentoo.org>
893 Date:   Sun Apr 13 19:42:18 2008 -0400
894
895     allow ports to override bootelf behavior
896
897     Change the bootelf setup function into a dedicated weak function called
898     do_bootelf_exec.  This way ports can control the behavior however they
899     like before/after calling the ELF entry point.
900
901 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
902 Author: Ulf Samuelsson <ulf@atmel.com>
903 Date:   Sat Apr 12 20:56:03 2008 +0200
904
905     Reorder ARM boards in Makefile
906
907     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
908     are no longer under ARM92xT header.
909
910     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
911     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
912
913 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
914 Author: Ulf Samuelsson <ulf@atmel.com>
915 Date:   Sat Apr 12 20:29:44 2008 +0200
916
917     Clean up dataflash partitioning
918
919     This patch removes the board dependent parts from
920     "drivers/mtd/dataflash.c".
921     Each board relying on this, will have the appropriate
922     code in a new file, "partition.c" in the board directory.
923     board Makefiles updated to use the file.
924
925     The dataflash partitions are aligned on sector/page boundaries.
926
927     The CONFIG_NEW_DF_PARTITION was used to create named partitions
928     This is now the default operation, and the CONFIG variable is removed.
929
930     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
931
932 commit 51ecde946fec511a16346e498204ca10ad71080d
933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
934 Date:   Sat Apr 12 14:08:45 2008 +0200
935
936     gitignore: udpate stgit generated and .patch file
937
938     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
939
940 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
941 Author: Wolfgang Denk <wd@denx.de>
942 Date:   Fri Apr 18 00:15:36 2008 -0700
943
944     Get rid of redundant copy of renamed header file.
945
946     Signed-off-by: Wolfgang Denk <wd@denx.de>
947
948 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
949 Author: Vlad Lungu <vlad@comsys.ro>
950 Date:   Fri Apr 11 21:20:14 2008 +0300
951
952     Fix dependency generation for older gcc versions
953
954      With gcc 3.3.3 at least, compilation fails with
955
956     Generating include/autoconf.mk
957     gcc: compilation of header file requested
958     make: *** [include/autoconf.mk] Error 1
959
960     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
961
962     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
963
964 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
965 Author: Marian Balakowicz <m8@semihalf.com>
966 Date:   Fri Apr 11 11:07:49 2008 +0200
967
968     Restore the ability to continue booting after legacy image overwrite
969
970     Before new uImage code was merged, bootm code allowed for the kernel image to
971     get overwritten during decompresion. new uImage introduced a check for image
972     overwrites and refused to boot the image that got overwritten. This patch
973     restores the old behavior. It also adds a warning when the image overwriten is
974     a multi-image file, because in such case accessing componentes other than the
975     first one will fail.
976
977     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
978
979 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
980 Author: Marian Balakowicz <m8@semihalf.com>
981 Date:   Fri Apr 11 11:07:43 2008 +0200
982
983     ppc: Fix ftd_blob variable init when processing raw blob
984
985     Set fdt_blob variable before its value is printed out.
986
987     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
988
989 commit 3d36be030043cd841a2551d00a395135e363a64b
990 Author: Jason Wessel <jason.wessel@windriver.com>
991 Date:   Thu Apr 10 14:30:16 2008 -0500
992
993     Remove all the search paths from the .lds files.
994
995     The cross compiler is responsible for providing the correct libraries
996     and the logic to find the linking libraries.
997
998     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
999
1000 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
1001 Author: Bartlomiej Sieka <tur@semihalf.com>
1002 Date:   Mon Apr 14 15:44:16 2008 +0200
1003
1004     Boot-related documentation update
1005
1006     - document 'bootm_low' and 'bootm_size' environment variables
1007     - update inaccurate CFG_BOOTMAPSZ entry
1008
1009     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1010
1011 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
1012 Author: Guennadi Liakhovetski <lg@denx.de>
1013 Date:   Wed Apr 9 17:34:08 2008 +0200
1014
1015     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
1016
1017     Restore logic reverted by commit
1018
1019     commit 80767a6cead9990d9e77e62be947843c2c72f469
1020     Author: Peter Pearse <peter.pearse@arm.com>
1021     Date:   Wed Sep 5 16:04:41 2007 +0100
1022
1023         Changed API name to coloured_led.h
1024         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
1025         Tidied other cpu/arm920t/start.S code
1026
1027     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1028
1029 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
1030 Author: Mike Frysinger <vapier@gentoo.org>
1031 Date:   Tue Apr 8 10:24:24 2008 -0400
1032
1033     Remove conflicting NAND ID
1034
1035     There are two NAND entries with ID 0xDC and this obviously causes problems.
1036     In the kernel, they punted the first entry, so we should do the same.
1037
1038     See this upstream e-mail for more info:
1039     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
1040
1041     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
1042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1043
1044 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
1045 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1046 Date:   Tue Apr 8 16:20:35 2008 +0900
1047
1048     cpu/mips/cpu.c: Fix flush_cache bug
1049
1050     Cache operations have to take line address (addr), not start_addr.
1051     I noticed this bug when debugging ping failure.
1052
1053     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1054
1055 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
1056 Author: Martin Krause <martin.krause@tqs.de>
1057 Date:   Thu Apr 3 14:29:01 2008 +0200
1058
1059     TQM5200: fix default IDE reset level
1060
1061     Before the first call of ide_reset(), the level of the IDE reset
1062     signal on the TQM5200 is low (reset asserted). This patch sets the
1063     default value to high (reset not asserted).
1064
1065     Currently this patch fixes no real problem, but it is cleaner to
1066     assert the reset signal only on demand, and not permanently.
1067
1068     Signed-off-by: Martin Krause <martin.krause@tqs.de>
1069
1070 commit c61e033d6e8abb7b4060ee36060961e1399f6079
1071 Author: Detlev Zundel <dzu@denx.de>
1072 Date:   Thu Apr 3 14:18:48 2008 +0200
1073
1074     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
1075
1076     Signed-off-by: Detlev Zundel <dzu@denx.de>
1077
1078 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
1079 Author: Detlev Zundel <dzu@denx.de>
1080 Date:   Thu Apr 3 14:18:47 2008 +0200
1081
1082     mgcoge, mgsuv: rename 'addcon' to 'addcons'
1083
1084     The latter name with 13 users is already established, so we will use
1085     that.
1086
1087     Signed-off-by: Detlev Zundel <dzu@denx.de>
1088
1089 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
1090 Author: Martin Krause <martin.krause@tqs.de>
1091 Date:   Thu Apr 3 13:37:56 2008 +0200
1092
1093     IDE: fix bug in reset sequence
1094
1095     According to the ata (ata5) specification the RESET- signal
1096     shall be asserted for at least 25 us. Without this patch,
1097     the RESET- signal is asserted on some boards for only < 1 us
1098     (e. g. on the TQM5200). This patch adds a general delay of
1099     25 us to the RESET- signal.
1100
1101     Without this patch a Platinum 4 GiB CF card is not recognised
1102     properly on boards with a TQM5200 (STK52xx, TB5200).
1103
1104     Signed-off-by: Martin Krause <martin.krause@tqs.de>
1105
1106 commit 813bea96a960916c72b4a3a7df840151529c26ce
1107 Author: Sascha Laue <Sascha.Laue@gmx.biz>
1108 Date:   Thu Apr 3 14:43:11 2008 +0200
1109
1110     lwmon5: disable CONFIG_ZERO_BOOTDELAY
1111
1112     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
1113
1114 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
1115 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1116 Date:   Wed Apr 2 08:03:58 2008 +0200
1117
1118     ds174x: Fix warning on return in rtc_get and rtc_set functions
1119
1120     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1121
1122 commit a253b38bf50c85227c33ca0febc870ee49d1588e
1123 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1124 Date:   Wed Apr 2 08:03:57 2008 +0200
1125
1126     cmd_log.c: Fix assignment differ in signedness
1127
1128     In function 'logbuff_init_ptrs':
1129     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
1130
1131     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1132
1133 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
1134 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
1135 Date:   Wed Apr 2 11:04:43 2008 +0530
1136
1137     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
1138
1139     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
1140
1141 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
1142 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1143 Date:   Tue Apr 1 14:07:10 2008 +0200
1144
1145     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
1146
1147     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1148
1149 commit c08fb3ea36d19b1640b7906264581e9105534399
1150 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1151 Date:   Tue Apr 15 10:24:14 2008 +0200
1152
1153     Additional PCI IDs for IDE and network controllers
1154
1155     These PCI IDs are required by the Linkstation platforms.
1156
1157     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1158
1159 commit c0559be371b2a64b1a817088c3308688e2182f93
1160 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
1161 Date:   Mon Apr 14 23:01:50 2008 +0200
1162
1163     Change env_get_char from a global function ptr to a function.
1164
1165     This avoids an early global data reference.
1166
1167     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1168
1169 commit 3e0f331c05d72f140715c1e9fca991927e44d422
1170 Author: Guennadi Liakhovetski <lg@denx.de>
1171 Date:   Tue Apr 29 12:35:08 2008 +0000
1172
1173     Clean up smsc911x driver
1174
1175     Replace direct register address derefencing with accessor functions.
1176     Restrict explicitly 32-bit bus-width, extend affected configurations
1177     respectively.
1178
1179     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1180     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1181
1182 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
1183 Author: Sascha Hauer <s.hauer@pengutronix.de>
1184 Date:   Tue Apr 15 00:08:20 2008 -0400
1185
1186     This patch adds a driver for the following smsc network controllers:
1187     LAN9115
1188     LAN9116
1189     LAN9117
1190     LAN9215
1191     LAN9216
1192     LAN9217
1193
1194     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1195     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
1196     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1197
1198 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
1199 Author: Sascha Laue <Sascha.Laue@gmx.biz>
1200 Date:   Tue Apr 1 15:13:03 2008 +0200
1201
1202     Fix watchdog POST for lwmon5
1203
1204     If the hardware watchdog detects a voltage error, the watchdog sets
1205     GPIO62 to low. The watchdog POST has to detect this low level.
1206
1207     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
1208
1209 commit 24b448448a917e52806f82660a5c9d47608894fb
1210 Author: Dave Liu <r63238@freescale.com>
1211 Date:   Tue Apr 1 15:22:11 2008 +0800
1212
1213     ata: update the libata.h from ata.h of linux kernel
1214
1215     Current libata.h of u-boot is out of sync from linux kernel,
1216     this patch make it be consistent with linux kernel.
1217
1218     Signed-off-by: Dave Liu <daveliu@freescale.com>
1219     Signed-off-by: Tor Krill <tor@excito.com>
1220
1221 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
1222 Author: Kumar Gala <galak@kernel.crashing.org>
1223 Date:   Mon Mar 31 11:59:27 2008 -0500
1224
1225     Allow use of ARCH=powerpc when building
1226
1227     The linux kernel is now mostly ARCH=powerpc, so to make life easier
1228     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
1229
1230     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1231
1232 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
1233 Author: Kyungmin Park <kmpark@infradead.org>
1234 Date:   Mon Mar 31 10:40:54 2008 +0900
1235
1236     Add apollon board MAINTAINERS entry
1237
1238     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1239
1240 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
1241 Author: Kyungmin Park <kmpark@infradead.org>
1242 Date:   Mon Mar 31 10:40:36 2008 +0900
1243
1244     Fix OneNAND read
1245
1246     It should access with 16-bit instead of 8-bit
1247
1248     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
1249
1250     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1251
1252 commit a9da2b41079d230db3a5641625311983f85ce1fb
1253 Author: Kyungmin Park <kmpark@infradead.org>
1254 Date:   Mon Mar 31 10:40:19 2008 +0900
1255
1256     Fix OneNAND erase command
1257
1258     It mis-calculates the block address.
1259     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
1260
1261     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1262
1263 commit 61525f2ffa156665a66908fda47dbf29d65ea579
1264 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1265 Date:   Mon Mar 31 01:32:15 2008 +0200
1266
1267     Support for LinkStation / KuroBox HD and HG PPC models
1268
1269     This patch is based on the port by Mihai Georgian (see linkstation.c for
1270     Copyright information) and implements support for LinkStation / KuroBox HD
1271     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
1272     the moment, pending network driver fixing.
1273
1274     Notice to users: this is pretty much a barebone port. Support for network
1275     on HG models is already in the U-Boot mainline, but you might also want
1276     patches to switch fan / phy modes depending on the negotiated ethernet
1277     parameters. This patch also doesn't support console switching, booting EM
1278     mode, Buffalo specific ext2 magic number. So, if you want to use any of
1279     those, you need additional patches. Otherwise this patche provides a fully
1280     functional u-boot with a network console on your system.
1281
1282     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1283
1284 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
1285 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1286 Date:   Sun Mar 30 01:22:13 2008 -0500
1287
1288     Add CONFIG_MII_INIT support to related boards
1289
1290     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
1291     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
1292     that use mii_init() in cmd_init.c.
1293
1294     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1295     Acked-by: Ben Warren <biggerbadderben@gmail.com>
1296
1297 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
1298 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1299 Date:   Sun Mar 30 01:19:06 2008 -0500
1300
1301     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
1302
1303     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
1304     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
1305
1306     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1307
1308 commit e99ccb488181d012248c6be30b2093e950319fc5
1309 Author: Kumar Gala <galak@kernel.crashing.org>
1310 Date:   Thu Mar 27 11:46:38 2008 -0500
1311
1312     Introduce phys_size_t and move phys_addr_t into asm/types.h
1313
1314     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
1315     that have larger physical addresses like 44x, 85xx, and 86xx.
1316
1317     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1318
1319 commit 20a14a42a25f72e379f38460b8a8484667536795
1320 Author: Andy Fleming <afleming@freescale.com>
1321 Date:   Wed Apr 2 16:19:07 2008 -0500
1322
1323     Rename include/md5.h to include/u-boot/md5.h
1324
1325     Some systems have md5.h installed in /usr/include/. This isn't the
1326     desired file (we want the one in include/md5.h). This will avoid the
1327     conflict. This fixes the host tools building problem by creating a new
1328     directory for U-Boot specific header files.
1329
1330     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
1331     Denk]
1332
1333     Signed-off-by: Wolfgang Denk <wd@denx.de>
1334     Signed-off-by: Andy Fleming <afleming@freescale.com>
1335     Acked-by: Timur Tabi <timur@freescale.com>
1336
1337 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
1338 Author: Dave Liu <r63238@freescale.com>
1339 Date:   Thu Mar 27 18:51:17 2008 +0800
1340
1341     drivers: code clean up
1342
1343     Signed-off-by: Dave Liu <daveliu@freescale.com>
1344
1345 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
1346 Author: Dave Liu <r63238@freescale.com>
1347 Date:   Thu Mar 27 18:50:41 2008 +0800
1348
1349     drivers: clean up the ata_piix.h
1350
1351     Signed-off-by: Dave Liu <daveliu@freescale.com>
1352
1353 commit e8f7ba404f1409606962815ecc955a06984b08b3
1354 Author: Dave Liu <r63238@freescale.com>
1355 Date:   Thu Mar 27 18:49:56 2008 +0800
1356
1357     doc: english polishing for README.sata
1358
1359     according to gvb's suggestion, polishing for the doc.
1360
1361     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
1362     Signed-off-by: Dave Liu <daveliu@freescale.com>
1363
1364 commit 3e3f766a5274d204780460e1879723b565296d34
1365 Author: Kumar Gala <galak@kernel.crashing.org>
1366 Date:   Wed Mar 26 18:53:28 2008 -0500
1367
1368     Fix warnings introduced by I2C bus speed setting patch
1369
1370     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1371
1372 commit 3c735e7437150e8615f26930c7819db85634276d
1373 Author: eran liberty <eran.liberty@gmail.com>
1374 Date:   Thu Mar 27 00:50:49 2008 +0100
1375
1376     Altera Stratix II support
1377
1378     Adds Support for Altera's Stratix II.
1379
1380     Within your board specific init file you will have to call
1381
1382     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
1383     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
1384
1385     Altera_desc* contines (for example):
1386         {
1387          Altera_StratixII,      /* part type */
1388          passive_serial,        /* interface type */
1389          1,                     /* bytes of data part can accept */
1390          (void *)(&funcs),      /* interface function table */
1391          0L,                    /* base interface address */
1392          0                      /* implementation specific cookie */
1393          }
1394
1395     funcs is the interface. It is of type altera_board_specific_func.
1396     It looks like this:
1397     altera_board_specific_func func = {
1398         pre_fn,
1399         config_fn,
1400         status_fn,
1401         done_fn,
1402         clk_fn,
1403         data_fn,
1404         abort_fn,
1405         post_fn,
1406     };
1407
1408     you will have to implement these functions, which is usually bit
1409     banging some gpio.
1410
1411     Signed-off-by: Eran Liberty <liberty@extricom.com>
1412
1413 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
1414 Author: Wolfgang Denk <wd@denx.de>
1415 Date:   Sun Apr 13 14:32:54 2008 -0700
1416
1417     Update CHANGELOG
1418
1419     Signed-off-by: Wolfgang Denk <wd@denx.de>
1420
1421 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
1422 Author: Sascha Hauer <s.hauer@pengutronix.de>
1423 Date:   Wed Mar 26 20:41:17 2008 +0100
1424
1425     Phytec Phycore-i.MX31 support
1426
1427     This patch adds support for the Phytec Phycore-i.MX31 board
1428
1429     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1430     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1431
1432 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
1433 Author: Sascha Hauer <s.hauer@pengutronix.de>
1434 Date:   Wed Mar 26 20:41:09 2008 +0100
1435
1436     mx31 litekit support
1437
1438     This patch adds support for the mx31 litekit board
1439
1440     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1441     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1442
1443 commit cdace0661208754a53019ea0dc7b803a040e0939
1444 Author: Sascha Hauer <s.hauer@pengutronix.de>
1445 Date:   Wed Mar 26 20:40:49 2008 +0100
1446
1447     add an i2c driver for mx31
1448
1449     This patch adds an i2c driver for Freescale i.MX processors
1450
1451     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1452     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1453
1454 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
1455 Author: Sascha Hauer <s.hauer@pengutronix.de>
1456 Date:   Wed Mar 26 20:40:42 2008 +0100
1457
1458     core support for Freescale mx31
1459
1460     This patch adds the core support for Freescale mx31
1461
1462     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1463     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1464
1465 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
1466 Author: Wolfgang Denk <wd@denx.de>
1467 Date:   Sun Apr 13 14:19:23 2008 -0700
1468
1469     Fix compile error
1470
1471     ...as suggested by Peter Pearse
1472
1473     Signed-off-by: Wolfgang Denk <wd@denx.de>
1474
1475 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
1476 Author: Sascha Hauer <s.hauer@pengutronix.de>
1477 Date:   Wed Mar 26 20:40:36 2008 +0100
1478
1479     Separate omap24xx specific code from arm1136
1480
1481     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
1482     to cpu/arm1136/omap24xx.
1483
1484     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1485     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1486
1487 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
1488 Author: Mike Frysinger <vapier@gentoo.org>
1489 Date:   Tue Jan 29 18:21:05 2008 -0500
1490
1491     disable caches before booting an app for Blackfin apps
1492
1493     It isn't generally save to execute applications outside of U-Boot with caches
1494     enabled due to the way the Blackfin processor handles caches (requires
1495     software assistance).  This patch disables caches before booting an ELF or
1496     just booting raw code.  The previous discussion on the patch was that we
1497     wanted to use weaks instead, but that proved to not be feasible when multiple
1498     symbols are involved, which puts us back at the ifdef solution.  I've
1499     minimized the ugliness by moving the setup step outside of the main function.
1500
1501     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1502
1503 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
1504 Author: Wolfgang Denk <wd@denx.de>
1505 Date:   Sun Apr 13 10:03:54 2008 -0700
1506
1507     ppc: Get rid of unused machine type definitions
1508
1509     Signed-off-by: Wolfgang Denk <wd@denx.de>
1510
1511 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
1512 Author: Wolfgang Denk <wd@denx.de>
1513 Date:   Sun Apr 13 09:59:26 2008 -0700
1514
1515     Coding Style cleanup; update CHANGELOG
1516
1517     Signed-off-by: Wolfgang Denk <wd@denx.de>
1518
1519 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
1520 Author: Larry Johnson <lrj@acm.org>
1521 Date:   Thu Feb 21 13:58:11 2008 -0500
1522
1523     LM73 bug fix for negative temperatures and cleanup
1524
1525     When the LM73 temperature sensor measures a temperature below 0 C, the
1526     current driver does not perform sign extension, so the result returned is
1527     512 C too high.  This patch fixes the problem, and does general cleanup
1528     of the code.
1529
1530     Signed-off-by: Larry Johnson <lrj@acm.org>
1531
1532 commit 96ef831f713289afba19da0c8f905e99da2b23e0
1533 Author: Guennadi Liakhovetski <lg@denx.de>
1534 Date:   Thu Apr 3 13:36:02 2008 +0200
1535
1536     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
1537
1538     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
1539     series require different addresses for buffered write commands. Define a
1540     configuration option to support buffered writes on those chips. A more
1541     elegant solution would be to automatically detect those chips by parsing
1542     their CFI records, but that would require introduction of a fixup table
1543     into the cfi_flash driver.
1544
1545     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1546
1547 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
1548 Author: Lee Nipper <lee.nipper@freescale.com>
1549 Date:   Thu Apr 10 09:35:06 2008 -0500
1550
1551     mpc83xx: Update DIMM data bus width test to support 40-bit width
1552
1553     32-bit wide ECC memory modules report 40-bit width.
1554     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
1555
1556     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
1557     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1558
1559 commit 5fb5a689d822ca61e814bd523fc930af335242fa
1560 Author: Dave Liu <r63238@freescale.com>
1561 Date:   Mon Mar 31 17:05:12 2008 +0800
1562
1563     mpc83xx: Fix the bug of serdes initialization
1564
1565     Currently the serdes will not be initializated due to the
1566     partid's error.
1567
1568     Signed-off-by: Dave Liu <daveliu@freescale.com>
1569     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1570
1571 commit 2000784818f043db7ca60e2846a72d097766b894
1572 Author: Dave Liu <r63238@freescale.com>
1573 Date:   Thu Apr 3 16:28:29 2008 +0800
1574
1575     mpc83xx: Fix the SATA clock setting of 837x targets
1576
1577     Currently the SATA controller clock is configured as CSB clock,
1578     usually the CSB clock is 400/333/266MHz.
1579
1580     However, The SATA IP block is only guaranteed to operate up to
1581     200 MHz as stated in the HW spec.
1582
1583     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
1584
1585     This patch makes the SATA clock as half of CSB clock.
1586
1587     Signed-off-by: Dave Liu <daveliu@freescale.com>
1588     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1589
1590 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
1591 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1592 Date:   Wed Apr 2 13:41:21 2008 +0200
1593
1594     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
1595
1596     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1597     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1598
1599 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
1600 Author: Kumar Gala <galak@kernel.crashing.org>
1601 Date:   Wed Apr 9 04:20:57 2008 -0500
1602
1603     85xx: Fix detection of MP cpu spin up
1604
1605     We were looking at the wrong memory offset to determine of a secondary
1606     cpu had been spun up or not.  Also added a warning message if the
1607     all the secondary cpus we expect don't spin up.
1608
1609     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1610
1611 commit f3e04bdc3f360c66801a9048956e61e41a16edba
1612 Author: Kumar Gala <galak@kernel.crashing.org>
1613 Date:   Tue Apr 8 10:45:50 2008 -0500
1614
1615     85xx: Use SVR_SOC_VER instead of SVR_VER
1616
1617     The recent change introduced by 'Update SVR numbers to expand support'
1618     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
1619     to compare against a particular processor id.
1620
1621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1622
1623 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
1624 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
1625 Date:   Fri Apr 11 10:00:35 2008 -0400
1626
1627     ppc4xx: Fix power mgt definitions for PPC440
1628
1629     Corrected DCR addresses of PPC440EP power management registers.
1630
1631     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
1632
1633 commit 950a392464e616b4590bc4501be46e2d7d162dea
1634 Author: Wolfgang Denk <wd@denx.de>
1635 Date:   Fri Apr 11 15:11:26 2008 +0200
1636
1637     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
1638
1639     Reverting became necessary after it turned out that the patches in
1640     the u-boot-arm repo were modified, and in some cases corrupted.
1641
1642     This reverts the following commits:
1643
1644         066bebd6353e33af3adefc3404560871699e9961
1645         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
1646         c88ae20580b2b01487b4cdcc8b2a113f551aee36
1647         a147e56f03871bba4f05058d5e04ce7deb010b04
1648         d6674e0e2a6a1f033945f78838566210d3f28c95
1649         8c8463cce44d849e37744749b32d38e1dfb12e50
1650         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
1651         8bf69d81782619187933a605f1a95ee1d069478d
1652         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
1653         a574a73852a527779234e73e17e7597fd8128882
1654         1377b5583a48021d983e1fd565f7d40c89e84d63
1655         1704dc20917b4f71e373e2c888497ee666d40380
1656
1657     Signed-off-by: Wolfgang Denk <wd@denx.de>
1658
1659 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
1660 Author: Stefan Roese <sr@denx.de>
1661 Date:   Fri Apr 11 07:02:29 2008 +0200
1662
1663     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
1664
1665     This patch reworks the default environment on Kilauea/Haleakala. Now
1666     "net_nfs" for exmaple uses the device-tree style booting formerly know
1667     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
1668     new image booting support, which check for image overwriting. So the
1669     addresses needed togeet adjusted.
1670
1671     Signed-off-by: Stefan Roese <sr@denx.de>
1672
1673 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
1674 Author: Stefan Roese <sr@denx.de>
1675 Date:   Wed Apr 9 11:58:02 2008 +0200
1676
1677     ppc4xx: Fix Canyonlands default environment to work with new image support
1678
1679     Since the new image support checks for image overwriting, the default
1680     environment needs to get adjusted to use correct addresses.
1681
1682     Signed-off-by: Stefan Roese <sr@denx.de>
1683
1684 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
1685 Author: Stefan Roese <sr@denx.de>
1686 Date:   Wed Apr 9 11:54:11 2008 +0200
1687
1688     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
1689
1690     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
1691     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
1692     on 4xx systems _start currently cannot be used for this calculation.
1693     So revert back to the original version for now.
1694
1695     Signed-off-by: Stefan Roese <sr@denx.de>
1696
1697 commit f91374f65eae8b42cac329e06ba1c54728278efb
1698 Author: Michal Simek <monstr@monstr.eu>
1699 Date:   Fri Mar 28 12:49:52 2008 +0100
1700
1701     microblaze: Sort microblaze boards in MAKEALL script
1702
1703 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
1704 Author: Michal Simek <monstr@monstr.eu>
1705 Date:   Fri Mar 28 11:58:45 2008 +0100
1706
1707     microblaze: clean microblaze_config.mk
1708
1709     FLAGS are generated by U-BOOT generator.
1710     Board specific FLAGS are in board directory
1711
1712     Signed-off-by: Michal Simek <monstr@monstr.eu>
1713
1714 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
1715 Author: Michal Simek <monstr@monstr.eu>
1716 Date:   Fri Mar 28 12:47:19 2008 +0100
1717
1718     microblaze: xupv2p fix config file for supporting FDT
1719
1720 commit 188dc16b189143573b1ed90e584bf866d75cdd12
1721 Author: Michal Simek <monstr@monstr.eu>
1722 Date:   Fri Mar 28 11:53:02 2008 +0100
1723
1724     microblaze: ml401 fix config file for supporting FDT
1725
1726     Signed-off-by: Michal Simek <monstr@monstr.eu>
1727
1728 commit 4c6a6f02e239236261333759997eeaf86b30b54c
1729 Author: Michal Simek <monstr@monstr.eu>
1730 Date:   Fri Mar 28 11:22:48 2008 +0100
1731
1732     microblaze: ml401 - add ifdef for GPIO
1733
1734     Signed-off-by: Michal Simek <monstr@monstr.eu>
1735
1736 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
1737 Author: Michal Simek <monstr@monstr.eu>
1738 Date:   Fri Mar 28 12:13:03 2008 +0100
1739
1740     microblaze: clean uart16550 and uartlite handling
1741
1742     Signed-off-by: Michal Simek <monstr@monstr.eu>
1743
1744 commit 0b20f250877441460fb79d72192954abe8498834
1745 Author: Michal Simek <monstr@monstr.eu>
1746 Date:   Fri Mar 28 11:08:31 2008 +0100
1747
1748     microblaze: Add Emaclite driver to Makefile
1749
1750     Signed-off-by: Michal Simek <monstr@monstr.eu>
1751
1752 commit 868cde5310f88234b774878e4f06e79df10a88b3
1753 Author: Michal Simek <monstr@monstr.eu>
1754 Date:   Fri Mar 28 11:08:01 2008 +0100
1755
1756     microblaze: Add Emac driver to Makefile
1757
1758     Signed-off-by: Michal Simek <monstr@monstr.eu>
1759
1760 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
1761 Author: Michal Simek <monstr@monstr.eu>
1762 Date:   Fri Mar 28 12:42:29 2008 +0100
1763
1764     microblaze: add Emac ethernet driver
1765
1766 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
1767 Author: Michal Simek <monstr@monstr.eu>
1768 Date:   Fri Mar 28 12:41:56 2008 +0100
1769
1770     microblaze: add Emaclite ethernet driver
1771
1772 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
1773 Author: Michal Simek <monstr@monstr.eu>
1774 Date:   Fri Mar 28 11:04:01 2008 +0100
1775
1776     microblaze: ML401 and XUPV2P remove emac and emaclite reference
1777
1778     Signed-off-by: Michal Simek <monstr@monstr.eu>
1779
1780 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
1781 Author: Michal Simek <monstr@monstr.eu>
1782 Date:   Fri Mar 28 10:59:32 2008 +0100
1783
1784     microblaze: remove old setting for emac driver
1785
1786     Signed-off-by: Michal Simek <monstr@monstr.eu>
1787
1788 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
1789 Author: Michal Simek <monstr@monstr.eu>
1790 Date:   Fri Mar 28 10:58:15 2008 +0100
1791
1792     microblaze: Clean Makefile from ancient emac driver
1793
1794     Signed-off-by: Michal Simek <monstr@monstr.eu>
1795
1796 commit ab68f921d9c741830f721c3d879c13a0c5597183
1797 Author: Daniel Hellstrom <daniel@gaisler.com>
1798 Date:   Fri Mar 28 10:20:43 2008 +0100
1799
1800     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
1801
1802     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1803
1804 commit 6ed8a43a19bb0275501bc286007daafa923552cf
1805 Author: Daniel Hellstrom <daniel@gaisler.com>
1806 Date:   Wed Mar 26 23:38:48 2008 +0100
1807
1808     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.
1809
1810     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1811
1812 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
1813 Author: Daniel Hellstrom <daniel@gaisler.com>
1814 Date:   Wed Mar 26 23:34:47 2008 +0100
1815
1816     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
1817
1818     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1819
1820 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
1821 Author: Daniel Hellstrom <daniel@gaisler.com>
1822 Date:   Fri Mar 28 10:06:52 2008 +0100
1823
1824     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
1825
1826     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1827
1828 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
1829 Author: Daniel Hellstrom <daniel@gaisler.com>
1830 Date:   Wed Mar 26 23:26:48 2008 +0100
1831
1832     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
1833
1834     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1835
1836 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
1837 Author: Daniel Hellstrom <daniel@gaisler.com>
1838 Date:   Fri Mar 28 10:00:33 2008 +0100
1839
1840     SPARC: Added support for SPARC LEON2 SOC Processor.
1841
1842     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1843
1844 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
1845 Author: Daniel Hellstrom <daniel@gaisler.com>
1846 Date:   Wed Mar 26 23:00:38 2008 +0100
1847
1848     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.
1849
1850     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1851
1852 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
1853 Author: Daniel Hellstrom <daniel@gaisler.com>
1854 Date:   Wed Mar 26 22:51:29 2008 +0100
1855
1856     SPARC: Added support for SPARC LEON3 SOC processor.
1857
1858     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1859
1860 commit bf3d8b31169546fcddb4737391e1893fb12d033a
1861 Author: Daniel Hellstrom <daniel@gaisler.com>
1862 Date:   Fri Mar 28 08:29:26 2008 +0100
1863
1864     SPARC: added SPARC support for new uimage in common code.
1865
1866     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1867
1868 commit 00ab32c85405a4fe65fd4128243086210fc90a21
1869 Author: Daniel Hellstrom <daniel@gaisler.com>
1870 Date:   Wed Mar 26 22:36:03 2008 +0100
1871
1872     SPARC: added SPARC board information to the command bdinfo.
1873
1874     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1875
1876 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
1877 Author: Daniel Hellstrom <daniel@gaisler.com>
1878 Date:   Fri Mar 28 09:47:00 2008 +0100
1879
1880     SPARC: Added generic support for SPARC architecture.
1881
1882     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1883
1884 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
1885 Author: Stefan Roese <sr@denx.de>
1886 Date:   Thu Apr 3 14:50:34 2008 +0200
1887
1888     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
1889
1890     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
1891     has 2 RGMII instances and we need to configure the 2nd RGMII instance
1892     for the EMAC2+3 channels.
1893
1894     Signed-off-by: Stefan Roese <sr@denx.de>
1895
1896 commit c2a545ce33b26d80337f80b533828839249fb1c9
1897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1898 Date:   Wed Apr 2 08:03:56 2008 +0200
1899
1900     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
1901
1902     fdt.c: In function 'ft_cpu_setup':
1903     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
1904     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
1905     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
1906     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
1907
1908     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1909
1910 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
1911 Author: Andy Fleming <afleming@freescale.com>
1912 Date:   Mon Mar 31 20:45:56 2008 -0500
1913
1914     Fix fdt set command to conform to dts spec
1915
1916     The fdt set command was treating properties specified as <00> and <0011>
1917     as byte streams, rather than as an array of cells.  As we already have
1918     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
1919     we should use the <> syntax to describe arrays of cells, which are always
1920     32-bits per element.  If we imagine this likely (IMHO) scenario:
1921
1922     > fdt set /ethernet-phy@1 reg <1>
1923
1924     With the old code, this would create a bad fdt, since the reg cell would be
1925     made to be one byte in length.  But the cell must be 4 bytes, so this would
1926     break mysteriously.
1927
1928     Also, the dts spec calls for constants inside the angle brackets (<>)
1929     to conform to C constant standards as they pertain to base.
1930     Take this scenario:
1931
1932     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
1933
1934     The old fdt command would complain that it couldn't parse that.  Or, if you
1935     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
1936     do this:
1937
1938     > fdt set /mydev clock <1f78a40>
1939
1940     Whereas the new code will accept decimal numbers.
1941
1942     While I was in there, I extended the fdt command parser to handle property
1943     strings which are split across multiple arguments:
1944
1945     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
1946     > fdt p /ethernet@f00
1947     ethernet@f00 {
1948         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
1949     };
1950
1951     Lastly, the fdt print code was rearranged slightly to print arrays of cells
1952     if the length of the property is a multiple of 4 bytes, and to not print
1953     leading zeros.
1954
1955     Signed-off-by: Andy Fleming <afleming@freescale.com>
1956
1957 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
1958 Author: Stefan Roese <sr@denx.de>
1959 Date:   Wed Apr 2 08:39:33 2008 +0200
1960
1961     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
1962
1963     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
1964     interface. This usage can be configured with the jumper J6. This patch
1965     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
1966     is installed.
1967
1968     Signed-off-by: Stefan Roese <sr@denx.de>
1969
1970 commit 6fe2946f198481254a6ee9600d7456b8316a4083
1971 Author: Kim Phillips <kim.phillips@freescale.com>
1972 Date:   Fri Mar 28 17:37:49 2008 -0500
1973
1974     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
1975
1976     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
1977     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
1978     started.
1979
1980     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1981
1982 commit b5873f1732b92a25690e1513b90dfb0d644f6697
1983 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1984 Date:   Tue Apr 1 07:30:51 2008 +0200
1985
1986     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
1987
1988     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1989
1990 commit 2d934ea51f276522b532f870a820e844ff480b5b
1991 Author: Tor Krill <tor@excito.com>
1992 Date:   Fri Mar 28 15:29:45 2008 +0100
1993
1994     Add Vitesse 8601 support to TSEC driver
1995
1996     Add phy_info for Vitesse VSC8601.
1997     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
1998
1999     Signed-off-by: Tor Krill <tor@excito.com>
2000     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
2001     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2002
2003 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
2004 Author: Daniel Hellstrom <daniel@gaisler.com>
2005 Date:   Mon Mar 31 14:25:00 2008 +0000
2006
2007     SPARC: added SMC91111 driver in and out macros for LEON processors.
2008
2009     This patch makes SPARC/LEON processors able to read and write
2010     to the SMC91111 chip using the chip external I/O bus of the memory
2011     controller. This patchs defines the standard in and out macros
2012     expected by the SMC9111 driver.
2013
2014     To access that I/O bus one must set up the memory controller
2015     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
2016     up this correctly when the other MCTRL parameters are set up. It
2017     can be set up from the board configuration header file.
2018
2019     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2020     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2021
2022 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
2023 Author: Stelian Pop <stelian@popies.net>
2024 Date:   Wed Mar 26 18:52:34 2008 +0100
2025
2026     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
2027
2028     Signed-off-by: Stelian Pop <stelian@popies.net>
2029
2030 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
2031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2032 Date:   Mon Mar 31 21:31:04 2008 +0200
2033
2034     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
2035
2036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2037
2038 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
2039 Author: Stelian Pop <stelian@popies.net>
2040 Date:   Wed Mar 26 18:52:33 2008 +0100
2041
2042     Add support for AT91SAM9260EK
2043
2044     Support for booting from internal DataFlash, external DataFlash card
2045     or NAND flash is available.
2046
2047     Signed-off-by: Stelian Pop <stelian@popies.net>
2048
2049 commit 1762f13b4aab88b685b1722f17dada247945624b
2050 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2051 Date:   Mon Mar 31 21:20:49 2008 +0200
2052
2053     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
2054
2055     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2056
2057 commit 761712188b353494defb2b644491ff73d0daaa6f
2058 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2059 Date:   Mon Mar 31 21:12:17 2008 +0200
2060
2061     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
2062
2063     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2064
2065 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
2066 Author: Stelian Pop <stelian@popies.net>
2067 Date:   Wed Mar 26 20:52:32 2008 +0100
2068
2069     Port AT91CAP9 to the new headers
2070
2071     Adapt the existing AT91CAP9 code to the new headers and APIs.
2072
2073     Signed-off-by: Stelian Pop <stelian@popies.net>
2074
2075 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
2076 Author: Stelian Pop <stelian@popies.net>
2077 Date:   Wed Mar 26 19:52:31 2008 +0100
2078
2079     Finish header files reworking
2080
2081     Replace AT91CAP9.h file with several splitted header files coming
2082     from the Linux kernel.
2083
2084     This is part 2 of the replacement: more header imports and edits.
2085
2086     Signed-off-by: Stelian Pop <stelian@popies.net>
2087
2088 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
2089 Author: Stelian Pop <stelian@popies.net>
2090 Date:   Wed Mar 26 19:52:30 2008 +0100
2091
2092     Import several header files from Linux
2093
2094     Replace AT91CAP9.h file with several splitted header files coming
2095     from the Linux kernel.
2096
2097     This is part 1 of the replacement: pristine header files import.
2098
2099     Signed-off-by: Stelian Pop <stelian@popies.net>
2100
2101 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
2102 Author: Stelian Pop <stelian@popies.net>
2103 Date:   Wed Mar 26 20:52:28 2008 +0100
2104
2105     Move at91cap9 specific files to at91sam9 directory
2106
2107     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
2108     common infrastructure can be used. Let this infrastructure be
2109     named after the AT91SAM9 family, and move the existing AT91CAP9
2110     files to the new place.
2111
2112     Signed-off-by: Stelian Pop <stelian@popies.net>
2113
2114 commit 61106a565870ff503f92b251b94bd7afef889a04
2115 Author: Stelian Pop <stelian@popies.net>
2116 Date:   Wed Mar 26 21:52:27 2008 +0100
2117
2118     Use timer_init() instead of board supplied interrupt_init()
2119
2120     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
2121     the board, so use timer_init() instead of interrupt_init().
2122
2123     Signed-off-by: Stelian Pop <stelian@popies.net>
2124
2125 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
2126 Author: Stelian Pop <stelian@popies.net>
2127 Date:   Wed Mar 26 21:52:36 2008 +0100
2128
2129     Cleanup DataFlash partition handling
2130
2131     DataFlash partition information has become a mess. This patch
2132     defines a single partition scheme for Atmel DataFlashes. This partition
2133     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
2134
2135     Signed-off-by: Stelian Pop <stelian@popies.net>
2136
2137 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
2138 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2139 Date:   Fri Mar 28 08:47:45 2008 -0500
2140
2141     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
2142
2143     When the version_string function in start.S is not 4-byte align,
2144     it will cause the compiler generates "unaligned opcodes detected
2145     in executable segment". This issue affects all ColdFire CPUs.
2146     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
2147     it is not aligned.
2148
2149     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2150     Acked-by: John Rigby <jrigby@freescale.com>
2151
2152 commit bae61eefe15b4d454060a7140e49ae58322be803
2153 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2154 Date:   Tue Mar 25 15:41:15 2008 -0500
2155
2156     ColdFire: Add dspi and serial flash support for MCF5445x
2157
2158     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2159     Acked-by: John Rigby <jrigby@freescale.com>
2160
2161 commit 48ead7a7a922fceaf494e352abfab8216a41b417
2162 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2163 Date:   Tue Mar 18 17:37:01 2008 -0500
2164
2165     ColdFire: Remove R5200 board
2166
2167     This board never went into production
2168
2169     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
2170     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2171     Acked-by: John Rigby <jrigby@freescale.com>
2172
2173 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
2174 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
2175 Date:   Thu Jan 24 14:02:32 2008 -0600
2176
2177     ColdFire: Added M5275EVB support.
2178
2179     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
2180     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2181     Acked-by: John Rigby <jrigby@freescale.com>
2182
2183 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
2184 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
2185 Date:   Mon Feb 4 15:38:20 2008 -0600
2186
2187     ColdFire: Added MCF5275 cpu support.
2188
2189     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
2190     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2191     Acked-by: John Rigby <jrigby@freescale.com>
2192
2193 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
2194 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2195 Date:   Mon Mar 17 12:14:11 2008 -0500
2196
2197     ColdFire: Define bootdelay in configuration file for M52277EVB
2198
2199     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
2200     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2201     Acked-by: John Rigby <jrigby@freescale.com>
2202
2203 commit 77878f16cedee17161ff2336990970fffc6cea35
2204 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2205 Date:   Mon Mar 17 12:09:07 2008 -0500
2206
2207     ColdFire: Fix second memory Chipselect for M5475EVB
2208
2209     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2210     Acked-by: John Rigby <jrigby@freescale.com>
2211
2212 commit 43d60642395a550956cb21d287c8cfa563913d28
2213 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2214 Date:   Thu Mar 13 14:26:32 2008 -0500
2215
2216     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
2217
2218     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2219     Acked-by: John Rigby <jrigby@freescale.com>
2220
2221 commit eb14ebe813a0cb5d47905228da446a5ad692473b
2222 Author: Larry Johnson <lrj@acm.org>
2223 Date:   Sun Mar 30 20:33:04 2008 -0500
2224
2225     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
2226
2227     Signed-off-by: Larry Johnson <lrj@acm.org>
2228
2229 commit 02e3892021112f21067d9ed1d04ae4182725ba52
2230 Author: Stefan Roese <sr@denx.de>
2231 Date:   Mon Mar 31 12:20:48 2008 +0200
2232
2233     ppc4xx: Small whitespace fix of esd patches
2234
2235     Signed-off-by: Stefan Roese <sr@denx.de>
2236
2237 commit 034394abb524785047c815f00dde8cdbdc1593c5
2238 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2239 Date:   Sun Mar 30 18:52:44 2008 +0200
2240
2241     ppc4xx: Cleanup PMC440 board support
2242
2243     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2244
2245 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
2246 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2247 Date:   Sun Mar 30 18:52:06 2008 +0200
2248
2249     ppc4xx: Add ptm configuration variables for PMC440
2250
2251     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
2252     environment variables.
2253
2254     Cleanup pci_target_init.
2255
2256     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2257
2258 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
2259 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2260 Date:   Sun Mar 30 18:01:15 2008 +0200
2261
2262     ppc4xx: Minor updates for DU440 boards
2263
2264     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2265
2266 commit d5bffeb868d6b4d462f558dac43011027b6644b7
2267 Author: Mike Frysinger <vapier@gentoo.org>
2268 Date:   Tue Feb 19 00:54:20 2008 -0500
2269
2270     Blackfin: cleanup and overhaul common board init functions
2271
2272     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2273
2274 commit b86b3416f874358acaf07519e7620cdb2145f75b
2275 Author: Mike Frysinger <vapier@gentoo.org>
2276 Date:   Tue Feb 19 00:50:58 2008 -0500
2277
2278     Blackfin: cleanup lib_blackfin/cache.c
2279
2280     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2281
2282 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
2283 Author: Mike Frysinger <vapier@gentoo.org>
2284 Date:   Sun Mar 30 15:46:13 2008 -0400
2285
2286     Blackfin: unify cpu and boot modes
2287
2288     All of the duplicated code for Blackfin processors and boot modes have been
2289     unified.  After all, the core is the same for all processors, just the
2290     peripheral set differs (which gets handled in the drivers).
2291
2292     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2293
2294 commit 880cc4381ea8360248cddcdf87a64566745a5724
2295 Author: Stelian Pop <stelian@popies.net>
2296 Date:   Wed Mar 26 22:52:35 2008 +0100
2297
2298     Fix CFG_NO_FLASH compilation.
2299
2300     Many Atmel boards have no "real" (NOR) flash on board, and rely only
2301     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
2302     be present in a board configuration file, while still enabling flash
2303     commands like 'flinfo', 'protect', etc.
2304
2305     Signed-off-by: Stelian Pop <stelian@popies.net>
2306
2307 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
2308 Author: Mike Frysinger <vapier@gentoo.org>
2309 Date:   Tue Feb 19 00:58:13 2008 -0500
2310
2311     Blackfin: BF537-stamp: cleanup spi flash driver
2312
2313     This punts the old spi flash driver for a new/generalized one until the
2314     common one can be integrated.
2315
2316     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2317
2318 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
2319 Author: Ben Warren <biggerbadderben@gmail.com>
2320 Date:   Sun Mar 30 11:34:34 2008 -0400
2321
2322     Fix macro typo in common/cmd_mii.c
2323
2324     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
2325     actually applied the wrong patch.
2326
2327     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2328
2329 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
2330 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2331 Date:   Sun Mar 30 16:39:53 2008 +0200
2332
2333     use correct at91rm9200 register name in m501sk board
2334
2335     This fixes a naming bug for at91rm9200 lowlevel init code:
2336     NOR boot flash is on chipselect 0, not chipselect 2.  This
2337     makes code use the register name from chip datasheets.
2338
2339     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2340
2341 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
2342 Author: David Brownell <david-b@pacbell.net>
2343 Date:   Fri Jan 18 12:55:00 2008 -0800
2344
2345     use correct at91rm9200 register name
2346
2347     This fixes a naming bug for at91rm9200 lowlevel init code:
2348     NOR boot flash is on chipselect 0, not chipselect 2.  This
2349     makes code use the register name from chip datasheets.
2350
2351     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2352
2353 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
2354 Author: David Brownell <david-b@pacbell.net>
2355 Date:   Fri Jan 18 12:45:45 2008 -0800
2356
2357     add missing ARM boards to MAKEALL
2358
2359     Add some missing ARM boards to MAKEALL.  These build correctly,
2360     unlike several of the boards already listed.
2361
2362     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2363
2364 commit 066bebd6353e33af3adefc3404560871699e9961
2365 Author: Peter Pearse <peter.pearse@arm.com>
2366 Date:   Sun Mar 30 11:34:09 2008 +0100
2367
2368     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
2369     to prevent compilation error.
2370
2371     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
2372
2373 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
2374 Author: Guennadi Liakhovetski <[lg@denx.de]>
2375 Date:   Sun Mar 30 11:32:30 2008 +0100
2376
2377     Support for the MX31ADS evaluation board from Freescale
2378
2379     This patch adds support for the MX31ADS evaluation board from Freescale,
2380     initialization code is copied from RedBoot sources, also provided by Freescale.
2381
2382     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2383
2384 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
2385 Author: Sascha Hauer <s.hauer@pengutronix.de>
2386 Date:   Sun Mar 30 11:32:27 2008 +0100
2387
2388     Phytec Phycore-i.MX31 support
2389
2390     This patch adds support for the Phytec Phycore-i.MX31 board
2391
2392     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2393     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2394
2395 commit a147e56f03871bba4f05058d5e04ce7deb010b04
2396 Author: Sascha Hauer <s.hauer@pengutronix.de>
2397 Date:   Sun Mar 30 11:32:24 2008 +0100
2398
2399     mx31 litekit support
2400
2401     This patch adds support for the mx31 litekit board
2402
2403     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2404     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2405
2406 commit d6674e0e2a6a1f033945f78838566210d3f28c95
2407 Author: Sascha Hauer <s.hauer@pengutronix.de>
2408 Date:   Sun Mar 30 11:32:21 2008 +0100
2409
2410     add SMSC LAN9x1x Network driver
2411
2412     This patch adds a driver for the following smsc network controllers:
2413     LAN9115
2414     LAN9116
2415     LAN9117
2416     LAN9215
2417     LAN9216
2418     LAN9217
2419
2420     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2421     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2422
2423 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
2424 Author: Sascha Hauer <s.hauer@pengutronix.de>
2425 Date:   Sun Mar 30 11:32:16 2008 +0100
2426
2427     add an i2c driver for mx31
2428
2429     This patch adds an i2c driver for Freescale i.MX processors
2430
2431     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2432     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2433
2434 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
2435 Author: Sascha Hauer <s.hauer@pengutronix.de>
2436 Date:   Sun Mar 30 11:30:43 2008 +0100
2437
2438     core support for Freescale mx31
2439
2440     This patch adds the core support for Freescale mx31
2441
2442     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2443     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2444
2445 commit 8bf69d81782619187933a605f1a95ee1d069478d
2446 Author: Sascha Hauer <s.hauer@pengutronix.de>
2447 Date:   Sun Mar 30 11:28:46 2008 +0100
2448
2449     Separate omap24xx specific code from arm1136
2450
2451     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
2452
2453     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2454     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2455
2456 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
2457 Author: Peter Pearse <peter.pearse@arm.com>
2458 Date:   Sun Mar 30 11:23:05 2008 +0100
2459
2460     Add pmdra into MAKEALL
2461
2462     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
2463
2464 commit a574a73852a527779234e73e17e7597fd8128882
2465 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
2466 Date:   Sun Mar 30 11:21:58 2008 +0100
2467
2468     Adds support for the Prodrive PMDRA board, based on a DM6441
2469
2470     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
2471
2472 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
2473 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
2474 Date:   Sun Mar 30 11:11:34 2008 +0100
2475
2476     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
2477
2478     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
2479
2480 commit 1704dc20917b4f71e373e2c888497ee666d40380
2481 Author: Dirk Behme <dirk.behme@gmail.com>
2482 Date:   Sun Mar 30 11:09:01 2008 +0100
2483
2484     - Remove *_masked() functions as noted by Wolfgang
2485     - Adapt register naming to recent TI spec (sprue26, March 2007)
2486     - Fix reset_timer() handling
2487     - As reported by Pieter [1] the overflow fix introduced a
2488     delay of factor 16 (e.g 2 seconds became 32). While the
2489     overflow fix is basically okay, it missed to divide udelay by
2490     16, too. Fix this.
2491     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
2492     - Remove software division of timer count value (DIV(x)
2493     macro) and do it in hardware (TIM_CLK_DIV).
2494     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
2495     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
2496     the hints & testing!
2497
2498     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
2499
2500     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
2501
2502 commit ac3315c26e143c31680750c9c13f027efbcc887e
2503 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2504 Date:   Thu Mar 6 16:45:44 2008 +0100
2505
2506     new PHY @ e1000 - 2nd try
2507
2508     Add 82541ER device with latest integrated IGP2 PHY.
2509     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
2510
2511     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2512     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2513
2514 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
2515 Author: Daniel Hellstrom <daniel@gaisler.com>
2516 Date:   Fri Mar 28 20:22:53 2008 +0100
2517
2518     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
2519
2520     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
2521     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
2522     available at www.gaisler.com.
2523
2524     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
2525     offloading etc.) can be determined by a bit in the control register.
2526     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
2527
2528     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2530
2531 commit 233a8bcd94997f3f345833a3b82e836222f2a206
2532 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
2533 Date:   Mon Mar 17 17:08:22 2008 -0500
2534
2535     Add CONFIG_MII_INIT in cmd_mii.c
2536
2537     Provide common configuration in do_mii() to execute mii_init()
2538     for all cpu architectures
2539
2540     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2541     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2542
2543 commit f605479de2deb11e834f31dfdb0af107c86aced6
2544 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
2545 Date:   Mon Mar 17 17:08:16 2008 -0500
2546
2547     ColdFire: Fix FEC transmit issue for MCF5275
2548
2549     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2550     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2551
2552 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
2553 Author: Aras Vaichas <arasv@magtech.com.au>
2554 Date:   Wed Mar 26 09:43:57 2008 +1100
2555
2556     DHCP request fix for Windows Server 2003
2557
2558     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
2559     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
2560     interoperability problems with Windows Server 200x DHCP server when U-Boot
2561     client responds too fast for server to handle.
2562
2563     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
2564     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2565
2566 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
2567 Author: Daniel Hellstrom <daniel@gaisler.com>
2568 Date:   Fri Mar 28 20:40:19 2008 +0100
2569
2570     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
2571
2572     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
2573     SPARC CPUs implement flash_read64 which calls __raw_readq.
2574
2575     For current SPARC architectures (LEON2 and LEON3) each read from the
2576     FLASH must lead to a cache miss. This is because FLASH can not be set
2577     non-cacheable since program code resides there, and alternatively disabling
2578     cache is poor from performance view, or doing a cache flush between each
2579     read is even poorer.
2580
2581     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
2582     load alternative space, the alternative space number (ASI) is processor
2583     implementation spcific and can be found by including <asm/processor.h>.
2584
2585     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2586
2587 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
2588 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2589 Date:   Fri Mar 28 15:41:25 2008 +0100
2590
2591     Make MPC83xx one step closer to full relocation.
2592
2593     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
2594     and use GOT relative reference.
2595
2596     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2597     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2598
2599 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
2600 Author: Michael Barkowski <michael.barkowski@freescale.com>
2601 Date:   Thu Mar 27 14:34:43 2008 -0400
2602
2603     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
2604
2605     This patch fixes eeprom page size so that you can now write more than
2606     64 bytes at a time.
2607
2608     It also makes the board take MAC addresses, if found, from EEPROM.
2609
2610     User should place up to 4 addresses at offset 0x7f00, for
2611     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
2612     four six-byte values should have it's CRC at the end.  crc32 and
2613     eeprom commands can be used to accomplish this.
2614
2615     If CRC fails, MAC addresses come from the environment.  If CRC
2616     succeeds, the environment is overwritten at startup.
2617
2618     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
2619     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2620
2621 commit 8f325cff31f6e745e6540014b131b9a97f61944c
2622 Author: Michael Barkowski <michael.barkowski@freescale.com>
2623 Date:   Fri Mar 28 15:15:38 2008 -0400
2624
2625     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
2626
2627     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
2628     controller on the PCI bus in Linux on the MPC8323ERDB.
2629
2630     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
2631     config file.
2632
2633     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
2634     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2635
2636 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
2637 Author: Kim Phillips <kim.phillips@freescale.com>
2638 Date:   Fri Mar 28 10:19:07 2008 -0500
2639
2640     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
2641
2642     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
2643     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
2644     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
2645     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
2646     convenience macros.
2647
2648     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2649
2650 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
2651 Author: Kim Phillips <kim.phillips@freescale.com>
2652 Date:   Fri Mar 28 10:18:53 2008 -0500
2653
2654     mpc83xx: display ddr frequency in board_add_ram_info banner
2655
2656     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2657
2658 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
2659 Author: Kim Phillips <kim.phillips@freescale.com>
2660 Date:   Fri Mar 28 10:18:40 2008 -0500
2661
2662     mpc83xx: unreinvent mem_clk
2663
2664     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
2665     mem_*_clk for consistency's sake.
2666
2667     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2668
2669 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
2670 Author: Kim Phillips <kim.phillips@freescale.com>
2671 Date:   Fri Mar 28 14:31:23 2008 -0500
2672
2673     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
2674
2675     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2676
2677 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
2678 Author: Dave Liu <r63238@freescale.com>
2679 Date:   Wed Mar 26 22:57:19 2008 +0800
2680
2681     mpc83xx: enable the SATA interface on mpc837xemds board
2682
2683     Enable the first two SATA interfaces on MPC837xEMDS board,
2684     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
2685
2686     Signed-off-by: Dave Liu <daveliu@freescale.com>
2687     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2688
2689 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
2690 Author: Dave Liu <r63238@freescale.com>
2691 Date:   Wed Mar 26 22:56:36 2008 +0800
2692
2693     mpc83xx: initialize serdes for MPC837xEMDS boards
2694
2695     This patch is stolen from Anton Vorontsov's patch
2696     for mpc837xerdb boards.
2697
2698     The reference clk and xcorevdd voltage of serdes1/2
2699     is same between mpc837xemds and mpc837xerdb.
2700
2701     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
2702     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
2703     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
2704
2705     Signed-off-by: Dave Liu <daveliu@freescale.com>
2706     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2707
2708 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
2709 Author: Stefan Roese <sr@denx.de>
2710 Date:   Fri Mar 28 14:09:04 2008 +0100
2711
2712     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
2713
2714     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
2715     interface. This usage can be configured with the jumper J6. This patch
2716     displays the current configuration upon bootup and changes the PCIe
2717     init loop, to only initialize the availabel PCIe slots.
2718
2719     Signed-off-by: Stefan Roese <sr@denx.de>
2720
2721 commit 90447ecbbac8572457b6d8903073ac3f120995ba
2722 Author: Tor Krill <tor@excito.com>
2723 Date:   Fri Mar 28 11:29:10 2008 +0100
2724
2725     MTD/CFI: Add support for 16bit legacy AMD flash
2726
2727     Add entry for 512Kx16 AMD flash to jedec_table.
2728     Read out 16bit device id if chipwidth is 16bit.
2729     Fixed coding style after Stefans feedback
2730
2731     Signed-off-by: Tor Krill <tor@excito.com>
2732
2733 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
2734 Author: Stefan Roese <sr@denx.de>
2735 Date:   Fri Mar 28 11:02:53 2008 +0100
2736
2737     ppc: Small change to CFG_MEM_TOP_HIDE description
2738
2739     Signed-off-by: Stefan Roese <sr@denx.de>
2740
2741 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
2742 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2743 Date:   Thu Mar 27 15:44:12 2008 +0900
2744
2745     sh: Add support stat structure and stat.h
2746
2747     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2748
2749 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
2750 Author: Mark Jonas <toertel@gmail.com>
2751 Date:   Sat Mar 22 19:27:52 2008 +0100
2752
2753     sh: Removed warning when compiling drivers/serial/serial_sh.c.
2754
2755     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
2756     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2757
2758 commit f309fa38929ffba71230c02330ffa42f4bba6333
2759 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2760 Date:   Wed Mar 12 18:02:57 2008 +0900
2761
2762     sh: Remove disable_ctrlc function from R7780MP
2763
2764     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2765
2766 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
2767 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2768 Date:   Wed Mar 12 17:55:15 2008 +0900
2769
2770     sh: Add maintainer of R7780MP to MAINTAINER file
2771
2772     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
2773
2774     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2775
2776 commit f5e2466f7baa887a7df0c536333eea8231333497
2777 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2778 Date:   Tue Mar 25 17:11:24 2008 +0900
2779
2780     sh: Add support Renesas Solutions R2D plus board
2781
2782     R2D plus is SH reference board used with SH7751R.
2783     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
2784     one PCI bus, VGA, and two Ethernet controller.
2785
2786     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2787
2788 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
2789 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2790 Date:   Wed Mar 12 12:15:29 2008 +0900
2791
2792     sh: Add support SH4 cache control
2793
2794     Add support SH4 cache control and flash_cache function
2795
2796     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2797
2798 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
2799 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2800 Date:   Mon Mar 24 01:53:01 2008 +0900
2801
2802     sh: Add support PCI host driver for SH7751/SH7751R
2803
2804     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2805
2806 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
2807 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2808 Date:   Mon Mar 24 02:11:26 2008 +0900
2809
2810     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
2811
2812     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2813
2814 commit 566933278101c144d75361ea682678a326c1290d
2815 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2816 Date:   Wed Mar 12 12:10:28 2008 +0900
2817
2818     sh: Add support SuperH SH7751/SH7751R
2819
2820     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2821
2822 commit 3313e0e26224fc9a0c445124f3455058c696df84
2823 Author: Mark Jonas <toertel@gmail.com>
2824 Date:   Mon Mar 10 11:37:10 2008 +0100
2825
2826     sh: Added support for SH7720 based board MPR2.
2827
2828     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
2829     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2830
2831 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
2832 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2833 Date:   Thu Mar 6 14:05:53 2008 +0900
2834
2835     sh: Fix receive FIFO level register of SH4A
2836
2837     Receive FIFO level register is different in SH4A.
2838     Because register is different, cannot occasionally receive data.
2839
2840     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2841
2842 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
2843 Author: Yusuke Goda <goda.yusuke@renesas.com>
2844 Date:   Tue Mar 11 12:55:12 2008 +0900
2845
2846     sh: Add support Renesas Solutions R7780MP
2847
2848     Renesas Solutions R7780MP is a reference board on SH7780.
2849     This board has serial, 10/100 base Ethernet deivice, CF slot
2850     and VGA devices. This board can set extension board.
2851     Extension board has 10/100/1000 base Ethernet device, PCI slot,
2852     S-ATA, iDVR slot.
2853
2854     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
2855     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2856
2857 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
2858 Author: Yusuke Goda <goda.yusuke@renesas.com>
2859 Date:   Wed Mar 5 14:30:02 2008 +0900
2860
2861     sh: Add support PCI of SuperH and SH7780
2862
2863     This patch add support PCI of SuperH base code and SH7780 specific code.
2864
2865     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
2866     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2867
2868 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
2869 Author: Yusuke Goda <goda.yusuke@renesas.com>
2870 Date:   Wed Mar 5 14:23:26 2008 +0900
2871
2872     sh: Add support SH7780
2873
2874     SH7780 is CPU of Renesas Technology.
2875     This CPU has
2876      - CPU clock 400MHz
2877      - PCI support
2878      - DDR-SDRAM controller
2879      - etc ...
2880
2881     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
2882     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2883
2884 commit c2042f5952a686c414031309b8f244513bf578f0
2885 Author: goda.yusuke <goda.yusuke@renesas.com>
2886 Date:   Fri Jan 25 20:46:36 2008 +0900
2887
2888     sh: Add support Renesas Solutions Migo-R board
2889
2890     Migo-R is a board based on SH7722 and has may devices.
2891     In this patch, supported SCIF, NOR flash and Ethernet.
2892
2893     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
2894     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2895
2896 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
2897 Author: Bartlomiej Sieka <tur@semihalf.com>
2898 Date:   Thu Mar 27 15:06:40 2008 +0100
2899
2900     Fix host tool build breakage, take two
2901
2902     Revert commit 87c8431f and fix build breakage so that the build continues
2903     to work on FC systems.
2904
2905     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2906
2907 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
2908 Author: Stefan Roese <sr@denx.de>
2909 Date:   Wed Mar 19 09:36:47 2008 +0100
2910
2911     ppc4xx: Enable ECC on LWMON5
2912
2913     Since all ECC related problems seem to be resolved on LWMON5, this patch
2914     now enables ECC support.
2915
2916     We have to write the ECC bytes by zeroing and flushing in smaller
2917     steps, since the whole 256MByte takes too long for the external
2918     watchdog.
2919
2920     Signed-off-by: Stefan Roese <sr@denx.de>
2921
2922 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
2923 Author: Larry Johnson <lrj@acm.org>
2924 Date:   Mon Mar 17 11:10:35 2008 -0500
2925
2926     ppc4xx: Updates to Korat-specific code
2927
2928     This patch contains updates for changes for the Korat PPC440EPx board.
2929     These changes include:
2930
2931     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
2932     described in the new "doc/README.korat" file;
2933
2934     (2) a new memory map for the registers in the board's CPLD;
2935
2936     (3) a revised format for manufacturer's data in serial EEPROM; and
2937
2938     (4) changes to track updates to U-Boot for the Sequoia board.
2939
2940     Signed-off-by: Larry Johnson <lrj@acm.org>
2941
2942 commit f766cdf89b3a2a7634b8c5869f606150e332036c
2943 Author: Markus Brunner <super.firetwister@gmail.com>
2944 Date:   Thu Mar 27 10:46:25 2008 +0100
2945
2946     ppc4xx: PPC405EP Set EMAC noise filter bits
2947
2948     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
2949     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
2950     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
2951
2952     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
2953     Signed-off-by: Stefan Roese <sr@denx.de>
2954
2955 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
2956 Author: Mike Nuss <mike@terascala.com>
2957 Date:   Wed Feb 20 11:54:20 2008 -0500
2958
2959     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
2960
2961     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
2962     after startup to change the speed of the clocks. This patch adds the
2963     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
2964     initialization code will reconfigure the PLL to run the system with a CPU
2965     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
2966     external EEPROM.
2967
2968     Signed-off-by: Mike Nuss <mike@terascala.com>
2969     Acked-by: Stefan Roese <sr@denx.de>
2970
2971 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
2972 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2973 Date:   Thu Mar 27 09:12:40 2008 +0100
2974
2975     new-image: Fix host tool build breakage
2976
2977     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2978
2979 commit 6fb4b640562a10daff0dbe537638d511b5b48650
2980 Author: Stefan Roese <sr@denx.de>
2981 Date:   Thu Mar 27 10:24:03 2008 +0100
2982
2983     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
2984
2985     Signed-off-by: Stefan Roese <sr@denx.de>
2986
2987 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
2988 Author: Stefan Roese <sr@denx.de>
2989 Date:   Wed Mar 19 10:23:43 2008 +0100
2990
2991     ppc4xx: Add fdt support to Prodrive alpr
2992
2993     Since this board will probably be ported to arch/powerpc in the
2994     near future, we add device tree support now. This way we are
2995     "ready" for arch/powerpc from now on.
2996
2997     Signed-off-by: Stefan Roese <sr@denx.de>
2998
2999 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
3000 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
3001 Date:   Mon Mar 17 09:27:56 2008 +0100
3002
3003     ppc4xx: Enable cache support on the ALPR board
3004
3005     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
3006
3007 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
3008 Author: Stefan Roese <sr@denx.de>
3009 Date:   Wed Mar 26 10:14:11 2008 +0100
3010
3011     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
3012
3013     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
3014     memory area will get subtracted from the top (end) of ram and won't get
3015     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
3016     should gets passed the now "corrected" memory size and won't touch it
3017     either. This should work for arch/ppc and arch/powerpc. Only Linux board
3018     ports in arch/powerpc with bootwrapper support, which recalculate the
3019     memory size from the SDRAM controller setup, will have to get fixed
3020     in Linux additionally.
3021
3022     This patch enables this config option on some PPC440EPx boards as a workaround
3023     for the CHIP 11 errata. Here the description from the AMCC documentation:
3024
3025     CHIP_11: End of memory range area restricted access.
3026     Category: 3
3027
3028     Overview:
3029     The 440EPx DDR controller does not acknowledge any
3030     transaction which is determined to be crossing over the
3031     end-of-memory-range boundary, even if the starting address is
3032     within valid memory space. Any such transaction from any PLB4
3033     master will result in a PLB time-out on PLB4 bus.
3034
3035     Impact:
3036     In case of such misaligned bursts, PLB4 masters will not
3037     retrieve any data at all, just the available data up to the
3038     end of memory, especially the 440 CPU. For example, if a CPU
3039     instruction required an operand located in memory within the
3040     last 7 words of memory, the DCU master would burst read 8
3041     words to update the data cache and cross over the
3042     end-of-memory-range boundary. Such a DCU read would not be
3043     answered by the DDR controller, resulting in a PLB4 time-out
3044     and ultimately in a Machine Check interrupt. The data would
3045     be inaccessible to the CPU.
3046
3047     Workaround:
3048     Forbid any application to access the last 256 bytes of DDR
3049     memory. For example, make your operating system believe that
3050     the last 256 bytes of DDR memory are absent. AMCC has a patch
3051     that does this, available for Linux.
3052
3053     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
3054     lwmon5, korat, sequoia
3055
3056     The other remaining 440EPx board were intentionally not included
3057     since it is not clear to me, if they use the end of ram for some
3058     other purpose. This is unclear, since these boards have CONFIG_PRAM
3059     defined and even comments like this:
3060
3061     PMC440.h:
3062     /* esd expects pram at end of physical memory.
3063      * So no logbuffer at the moment.
3064      */
3065
3066     It is strongly recommended to not use the last 256 bytes on those
3067     boards too. Patches from the board maintainers are welcome.
3068
3069     Signed-off-by: Stefan Roese <sr@denx.de>
3070
3071 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
3072 Author: Stefan Roese <sr@denx.de>
3073 Date:   Thu Mar 27 10:09:05 2008 +0100
3074
3075     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
3076
3077     Signed-off-by: Stefan Roese <sr@denx.de>
3078
3079 commit d56a3ce179688cde61073a3690e21703d68fafd7
3080 Author: Stefan Roese <sr@denx.de>
3081 Date:   Tue Mar 25 17:51:13 2008 +0100
3082
3083     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
3084
3085     The routine ft_board_setup() configures the EBC NOR mappings for the
3086     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
3087     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
3088     problem, we need to pass the corrected address here too.
3089
3090     Signed-off-by: Stefan Roese <sr@denx.de>
3091
3092 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
3093 Author: Stefan Roese <sr@denx.de>
3094 Date:   Wed Mar 19 16:35:12 2008 +0100
3095
3096     ppc4xx: Fix compilation warning in 4xx_enet.c
3097
3098     Signed-off-by: Stefan Roese <sr@denx.de>
3099
3100 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
3101 Author: Stefan Roese <sr@denx.de>
3102 Date:   Wed Mar 19 16:20:49 2008 +0100
3103
3104     ppc4xx: Add AMCC Glacier 406GT eval board support
3105
3106     This patch adds support for the AMCC Glacier 460GT eval board.
3107     The main difference to the Canyonlands board are listed here:
3108
3109     - 4 ethernet ports instead of 2
3110     - no SATA port
3111     - no USB port
3112
3113     Currently EMAC2+3 are not working. This will be fixed in a later
3114     release.
3115
3116     Signed-off-by: Stefan Roese <sr@denx.de>
3117
3118 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
3119 Author: Stefan Roese <sr@denx.de>
3120 Date:   Thu Mar 27 08:47:26 2008 +0100
3121
3122     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
3123
3124     Signed-off-by: Stefan Roese <sr@denx.de>
3125
3126 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
3127 Author: Anatolij Gustschin <agust@denx.de>
3128 Date:   Wed Mar 26 21:05:43 2008 +0100
3129
3130     Fix out of tree building issue
3131
3132     Currently U-Boot building in some external directory
3133     doesn't work. This patch tries to fix the problem.
3134
3135     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3136
3137 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
3138 Author: Anatolij Gustschin <agust@denx.de>
3139 Date:   Wed Mar 26 18:13:33 2008 +0100
3140
3141     README: update documentation (availability, links, etc.)
3142
3143     Fix typo in README
3144
3145     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3146
3147 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
3148 Author: Anatolij Gustschin <agust@denx.de>
3149 Date:   Wed Mar 26 17:47:44 2008 +0100
3150
3151     Fix compilation error in cmd_usb.c
3152
3153     This patch fixes compilation error
3154     cmd_usb.c: In function 'do_usb':
3155     cmd_usb.c:552: error: void value not ignored as it ought to be
3156
3157     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3158
3159 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
3160 Author: Timur Tabi <timur@freescale.com>
3161 Date:   Fri Mar 14 17:45:29 2008 -0500
3162
3163     Add support for setting the I2C bus speed in fsl_i2c.c
3164
3165     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
3166     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
3167     but fsl_i2c.c ignores it and uses conservative value when programming the
3168     I2C bus speed.
3169
3170     Signed-off-by: Timur Tabi <timur@freescale.com>
3171     Acked-by: Andy Fleming <afleming@freescale.com>
3172
3173 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
3174 Author: Wolfgang Denk <wd@denx.de>
3175 Date:   Thu Mar 27 00:03:57 2008 +0100
3176
3177     Coding style cleanup, update CHANGELOG
3178
3179     Signed-off-by: Wolfgang Denk <wd@denx.de>
3180
3181 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
3182 Author: Dave Liu <r63238@freescale.com>
3183 Date:   Wed Mar 26 22:55:32 2008 +0800
3184
3185     drivers: add the support for Freescale SATA controller
3186
3187     Add the Freescale on-chip SATA controller driver to u-boot,
3188     The SATA controller is used on the 837x and 8315 targets,
3189     The driver can be used to load kernel, fs and dtb.
3190
3191     The features list:
3192     - 1.5/3 Gbps link speed
3193     - LBA48, LBA28 support
3194     - DMA and FPDMA support
3195     - Two ports support
3196
3197     Signed-off-by: Dave Liu <daveliu@freescale.com>
3198
3199 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
3200 Author: Dave Liu <r63238@freescale.com>
3201 Date:   Wed Mar 26 22:54:44 2008 +0800
3202
3203     ata: add the readme for SATA command line
3204
3205     Signed-off-by: Dave Liu <daveliu@freescale.com>
3206
3207 commit cd54081cd479e542fc399b8a40651ff11a1ad849
3208 Author: Dave Liu <r63238@freescale.com>
3209 Date:   Wed Mar 26 22:53:24 2008 +0800
3210
3211     ata: enable the sata initialize on boot up
3212
3213     Signed-off-by: Dave Liu <daveliu@freescale.com>
3214
3215 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
3216 Author: Dave Liu <r63238@freescale.com>
3217 Date:   Wed Mar 26 22:52:36 2008 +0800
3218
3219     ata: add the fis struct for SATA
3220
3221     Signed-off-by: Dave Liu <daveliu@freescale.com>
3222
3223 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
3224 Author: Dave Liu <r63238@freescale.com>
3225 Date:   Wed Mar 26 22:51:44 2008 +0800
3226
3227     ata: add the libata support
3228
3229     add simple libata support in u-boot
3230
3231     Signed-off-by: Dave Liu <daveliu@freescale.com>
3232
3233 commit 8e9bb43429e50df55fa41932cbe65841ff579220
3234 Author: Dave Liu <r63238@freescale.com>
3235 Date:   Wed Mar 26 22:50:45 2008 +0800
3236
3237     ata: make the ata_piix driver using new SATA framework
3238
3239     original ata_piix driver is using IDE framework, not real
3240     SATA framework. For now, the ata_piix driver is only used
3241     by x86 sc520_cdp board. This patch makes the ata_piix driver
3242     use the new SATA framework, so
3243
3244     - remove the duplicated command stuff
3245     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
3246     - add the CONFIG_CMD_SATA define to sc520_cdp.h
3247
3248     Signed-off-by: Dave Liu <daveliu@freescale.com>
3249
3250 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
3251 Author: Dave Liu <r63238@freescale.com>
3252 Date:   Wed Mar 26 22:49:44 2008 +0800
3253
3254     ata: add the support for SATA framework
3255
3256     - add the SATA framework
3257     - add the SATA command line
3258
3259     Signed-off-by: Dave Liu <daveliu@freescale.com>
3260
3261 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
3262 Author: Dave Liu <r63238@freescale.com>
3263 Date:   Wed Mar 26 22:48:18 2008 +0800
3264
3265     ata: merge the header of ata_piix driver
3266
3267     move the sata.h from include/ to drivers/block/ata_piix.h
3268
3269     Signed-off-by: Dave Liu <daveliu@freescale.com>
3270
3271 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
3272 Author: Dave Liu <r63238@freescale.com>
3273 Date:   Wed Mar 26 22:47:06 2008 +0800
3274
3275     ata: merge the ata_piix driver
3276
3277     move the cmd_sata.c from common/ to drivers/ata_piix.c,
3278     the cmd_sata.c have some part of ata_piix controller drivers.
3279     consolidate the driver to have better framework.
3280
3281     Signed-off-by: Dave Liu <daveliu@freescale.com>
3282
3283 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
3284 Author: Markus Klotzbuecher <mk@denx.de>
3285 Date:   Wed Mar 26 18:26:43 2008 +0100
3286
3287     USB, Storage: fix a bug introduced in commit
3288     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
3289     to only print only information on one storage device, but not for
3290     multiple.
3291
3292     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3293
3294 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
3295 Author: Anatolij Gustschin <agust@denx.de>
3296 Date:   Wed Mar 26 17:47:44 2008 +0100
3297
3298     Fix compilation error in cmd_usb.c
3299
3300     This patch fixes compilation error
3301     cmd_usb.c: In function 'do_usb':
3302     cmd_usb.c:552: error: void value not ignored as it ought to be
3303
3304     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3305     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3306
3307 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
3308 Author: Kumar Gala <galak@kernel.crashing.org>
3309 Date:   Wed Mar 26 08:53:53 2008 -0500
3310
3311     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
3312
3313     Provide a board_lmb_reserve helper function to ensure we reserve
3314     the page of memory we are using for the boot page translation code.
3315
3316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3317
3318 commit 79679d80021ab095e639e250ca472fe526da02e2
3319 Author: Kumar Gala <galak@kernel.crashing.org>
3320 Date:   Wed Mar 26 08:34:25 2008 -0500
3321
3322     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
3323
3324     The following changes are needed to be inline with ePAPR v0.81:
3325
3326     * r4, r5 and now always set to 0 on boot release
3327     * r7 is used to pass the size of the initial map area (IMA)
3328     * EPAPR_MAGIC value changed for book-e processors
3329     * changes in the spin table layout
3330     * spin table supports a 64-bit physical release address
3331
3332     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3333
3334 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
3335 Author: Jon Loeliger <jdl@freescale.com>
3336 Date:   Wed Mar 19 15:02:07 2008 -0500
3337
3338     FSL: Clean up board/freescale/common/Makefile
3339
3340     Each file that can be built here now follows some
3341     CONFIG_ option so that they are appropriately built
3342     or not, as needed.  And CONFIG_ defines were added
3343     to various board config files to make sure that happens.
3344
3345     The other board/freescale/*/Makefiles no longer need
3346     to reach up and over into ../common to build their
3347     individually needed files any more.
3348
3349     Boards that are CDS specific were renamed with cds_ prefix.
3350
3351     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3352
3353 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
3354 Author: Kumar Gala <galak@kernel.crashing.org>
3355 Date:   Wed Feb 27 22:00:27 2008 -0600
3356
3357     85xx: Fix merge duplication
3358
3359     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
3360
3361     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3362
3363 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
3364 Author: James Yang <James.Yang@freescale.com>
3365 Date:   Tue Feb 12 16:35:07 2008 -0600
3366
3367     85xx: Expand CCSR space with more DDR controller registers.
3368
3369     Signed-off-by: James Yang <James.Yang@freescale.com>
3370     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3371     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3372
3373 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
3374 Author: James Yang <James.Yang@freescale.com>
3375 Date:   Fri Feb 8 18:05:08 2008 -0600
3376
3377     85xx: Speed up get_ddr_freq() and get_bus_freq()
3378
3379     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
3380     called.  However, get_sys_info() recalculates extraneous information when
3381     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
3382     values from global_data instead.
3383
3384     Signed-off-by: James Yang <James.Yang@freescale.com>
3385     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3386
3387 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
3388 Author: James Yang <James.Yang@freescale.com>
3389 Date:   Fri Feb 8 16:46:27 2008 -0600
3390
3391     85xx: Show DDR memory data rate in addition to the memory clock frequency.
3392
3393     Show the DDR memory data rate in addition to the memory clock
3394     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
3395     memory clock.
3396
3397     Signed-off-by: James Yang <James.Yang@freescale.com>
3398     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3399
3400 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
3401 Author: James Yang <James.Yang@freescale.com>
3402 Date:   Fri Feb 8 16:44:53 2008 -0600
3403
3404     85xx: get_tbclk() speed up and rounding fix
3405
3406     Speed up get_tbclk() by referencing pre-computed bus clock
3407     frequency value from global data instead of sys_info_t.  Fix
3408     rounding of result to nearest; previously it was rounding
3409     upwards.
3410
3411     Signed-off-by: James Yang <James.Yang@freescale.com>
3412     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3413
3414 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
3415 Author: Andy Fleming <afleming@freescale.com>
3416 Date:   Wed Feb 6 01:19:40 2008 -0600
3417
3418     Update SVR numbers to expand support
3419
3420     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
3421     is used to distinguish certain variants within an SOC family.  To
3422     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
3423     constants to reflect the larger value.  We also add SVR numbers for all
3424     of the current variants.  Finally, to make things neater, rather than
3425     use an enormous switch statement to print out the CPU type, we create
3426     and array of SVR/name pairs (using a macro), and print out the CPU name
3427     that matches the SVR SOC version.
3428
3429     Signed-off-by: Andy Fleming <afleming@freescale.com>
3430
3431 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
3432 Author: Andy Fleming <afleming@freescale.com>
3433 Date:   Wed Feb 6 01:12:57 2008 -0600
3434
3435     Add the Freescale PCI device IDs
3436
3437     Signed-off-by: Andy Fleming <afleming@freescale.com>
3438
3439 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
3440 Author: Kumar Gala <galak@kernel.crashing.org>
3441 Date:   Thu Feb 14 11:04:23 2008 -0600
3442
3443     85xx: Added support for multicore boot mechanism
3444
3445     Added the cpu command that provides a generic mechanism to get status,
3446     reset, and release secondary cores in multicore processors.
3447
3448     Added support for using the ePAPR defined spin-table mechanism on 85xx.
3449
3450     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3451     Signed-off-by: Andy Fleming <afleming@freescale.com>
3452
3453 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
3454 Author: Kumar Gala <galak@kernel.crashing.org>
3455 Date:   Thu Jan 17 16:48:33 2008 -0600
3456
3457     85xx: Added support for multicore boot mechanism
3458
3459     Added the cpu command that provides a generic mechanism to get status,
3460     reset, and release secondary cores in multicore processors.
3461
3462     Added support for using the ePAPR defined spin-table mechanism on 85xx.
3463
3464     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3465
3466 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
3467 Author: Kumar Gala <galak@kernel.crashing.org>
3468 Date:   Wed Jan 30 14:55:14 2008 -0600
3469
3470     85xx: Add the concept of CFG_CCSRBAR_PHYS
3471
3472     When we go to 36-bit physical addresses we need to keep the concept of
3473     the physical CCSRBAR address seperate from the virtual one.
3474
3475     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
3476
3477     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3478
3479 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
3480 Author: Wolfgang Denk <wd@denx.de>
3481 Date:   Wed Mar 26 15:38:47 2008 +0100
3482
3483     Coding style cleanup.
3484
3485     Signed-off-by: Wolfgang Denk <wd@denx.de>
3486
3487 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
3488 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3489 Date:   Wed Mar 26 13:02:13 2008 +0100
3490
3491     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
3492
3493     The default settings for RTC DS1337 keeps the OSC
3494     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
3495     turn it off.
3496
3497     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3498
3499 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
3500 Author: Wolfgang Denk <wd@denx.de>
3501 Date:   Wed Mar 26 11:48:46 2008 +0100
3502
3503     Cleanup coding style, update CHANGELOG
3504
3505     Signed-off-by: Wolfgang Denk <wd@denx.de>
3506
3507 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
3508 Author: Wolfgang Denk <wd@denx.de>
3509 Date:   Wed Mar 26 10:40:12 2008 +0100
3510
3511     README: update documentation (availability, links, etc.)
3512
3513     Signed-off-by: Wolfgang Denk <wd@denx.de>
3514
3515 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
3516 Author: Aras Vaichas <arasv@magtech.com.au>
3517 Date:   Tue Mar 25 12:09:07 2008 +1100
3518
3519     USB Storage, add meaningful return value
3520
3521     This patch changes the "usb storage" command to return success if it
3522     finds a USB storage device, otherwise it returns error.
3523
3524     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3525
3526 commit 18e69a35efbb078403db0c0063986470dad7d082
3527 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3528 Date:   Fri Mar 14 23:20:18 2008 +0300
3529
3530     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
3531
3532     Linux understands "host" (default), "peripheral" and "otg" (broken).
3533     Though, U-Boot doesn't restrict dr_mode variable to these values (think
3534     of renames in future).
3535
3536     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3538
3539 commit c7604783b236e368f225efb7b3efb418fe20b404
3540 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3541 Date:   Fri Mar 14 23:20:30 2008 +0300
3542
3543     tsec: fix link detection for the RTL8211B PHY
3544
3545     RTL8211B sets link state register after autonegotiation complete,
3546     so with bootdelay=0 RTL8211B will report lack of the link.
3547
3548     To fix this, we should wait for aneg to complete, even if the
3549     link is currently down.
3550
3551     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3552     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3553
3554 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
3555 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3556 Date:   Mon Mar 24 20:47:09 2008 +0300
3557
3558     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
3559
3560     device_type = "soc" is being deprecated, newer device trees will use
3561     "fsl,soc" and/or "fsl,immr" for the soc nodes.
3562
3563     This patch also adds clock-frequency property for soc nodes (the same
3564     value as bus-frequency).
3565
3566     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3567
3568 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
3569 Author: Joe D'Abbraccio <ljd015@freescale.com>
3570 Date:   Mon Mar 24 13:00:59 2008 -0400
3571
3572     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
3573
3574     With the original value of 1/2 clock cycle delay, the system ran relatively
3575     stable except when we run benchmarks that are intensive users of memory.
3576     When I run samba connected disk with a HDBENCH test, the system locks-up
3577     or reboots sporadically.
3578
3579     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
3580
3581 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
3582 Author: Scott Wood <scottwood@freescale.com>
3583 Date:   Mon Mar 24 12:44:13 2008 -0500
3584
3585     mpc83xx: Set PCI I/O bus-address base to zero.
3586
3587     The device trees for these boards describe PCI I/O as starting from
3588     address zero from the device's perspective.
3589
3590     Placing I/O elsewhere may cause problems with certain PCI boards, and may
3591     cause problems with Linux.
3592
3593     Signed-off-by: Scott Wood <scottwood@freescale.com>
3594
3595 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
3596 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3597 Date:   Mon Mar 24 20:47:05 2008 +0300
3598
3599     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
3600
3601     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
3602     This patch fixes "system time drifting" problem.
3603
3604     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3605
3606 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
3607 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3608 Date:   Mon Mar 24 20:47:02 2008 +0300
3609
3610     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
3611
3612     This is needed to update /choosen/linux,stdout-path properly.
3613
3614     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3615
3616 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
3617 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3618 Date:   Mon Mar 24 20:47:00 2008 +0300
3619
3620     mpc83xx: MPC8360E-RDK: add dhcp command
3621
3622     Plus modify environment to use it and remove bootfile env variable,
3623     it is internal and CONFIG_BOOTFILE is used for these purposes.
3624
3625     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3626
3627 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
3628 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3629 Date:   Mon Mar 24 20:46:57 2008 +0300
3630
3631     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
3632
3633     Current DDR setup easily causes memory corruption, this patch fixes it.
3634
3635     Also fix TIMING_CFG0_MRS_CYC definition.
3636
3637     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3638
3639 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
3640 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3641 Date:   Mon Mar 24 20:46:53 2008 +0300
3642
3643     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
3644
3645     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
3646     controller and FHCI (QE USB).
3647
3648     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3649
3650 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
3651 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3652 Date:   Mon Mar 24 20:46:51 2008 +0300
3653
3654     mpc83xx: MPC8360E-RDK: add support for NAND
3655
3656     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3657
3658 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
3659 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3660 Date:   Mon Mar 24 20:46:46 2008 +0300
3661
3662     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
3663
3664     This is needed for BCM PHYs to work on this board.
3665
3666     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3667
3668 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
3669 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3670 Date:   Mon Mar 24 20:46:34 2008 +0300
3671
3672     uec: add support for Broadcom BCM5481 Gigabit PHY
3673
3674     This patch adds basic support for Broadcom BCM5481 PHY.
3675
3676     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
3677     Peter Barada <peterb@logicpd.com>.
3678
3679     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3680
3681 commit 6a600c3a1876bc203445df4f0fd6b12648259666
3682 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3683 Date:   Mon Mar 24 20:46:28 2008 +0300
3684
3685     uec: add support for RGMII_RXID interface mode
3686
3687     PHY drivers will use it to setup software delay between RXD and RXC
3688     signals.
3689
3690     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3691
3692 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
3693 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3694 Date:   Mon Mar 24 20:46:24 2008 +0300
3695
3696     uec: add support for gbit mii status readings
3697
3698     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3699
3700 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
3701 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3702 Date:   Mon Mar 24 17:40:47 2008 +0300
3703
3704     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
3705
3706     This is primarily for the early console support.
3707
3708     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3709
3710 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
3711 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3712 Date:   Mon Mar 24 17:40:43 2008 +0300
3713
3714     83xx: initialize serdes for MPC837XRDB boards
3715
3716     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
3717     On the MPC8378ERDB: 2 PCI-E
3718     On the MPC8379ERDB: 4 SATA
3719
3720     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3721
3722 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
3723 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3724 Date:   Mon Mar 24 17:40:32 2008 +0300
3725
3726     83xx: serdes setup routines
3727
3728     This patch adds few routines to configure serdes on 837x targets.
3729
3730     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3731
3732 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
3733 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3734 Date:   Mon Mar 24 17:40:27 2008 +0300
3735
3736     83xx: split COBJS onto separate lines
3737
3738     ..plus get rid of some #ifdefs in the .c files.
3739
3740     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3741
3742 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
3743 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3744 Date:   Mon Mar 24 17:40:23 2008 +0300
3745
3746     83xx: nand support for MPC837XRDB boards
3747
3748     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3749
3750 commit 82e45a204190593e8613145a928f998fb8c909c4
3751 Author: Jerry Van Baren <gvb.uboot@gmail.com>
3752 Date:   Tue Mar 18 21:44:41 2008 -0400
3753
3754     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
3755
3756     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3757     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3758
3759 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
3760 Author: Michael Barkowski <michael.barkowski@freescale.com>
3761 Date:   Thu Mar 20 13:15:39 2008 -0400
3762
3763     mpc8323erdb: remove RTC and add EEPROM
3764
3765     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
3766
3767     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
3768     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3769
3770 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
3771 Author: Michael Barkowski <michael.barkowski@freescale.com>
3772 Date:   Thu Mar 20 13:15:34 2008 -0400
3773
3774     mpc8323erdb: Improve the system performance
3775
3776     The following changes are based on kernel UCC ethernet performance:
3777
3778     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
3779     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
3780         switch to enable this setting.
3781
3782     The following changes are based on the App Note AN3369 and
3783     verified to improve memory latency using LMbench:
3784
3785     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
3786     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
3787         previously.
3788     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
3789         Twr=15ns, and this was already the setting in DDR_MODE)
3790     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
3791         Trp=15ns)
3792     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
3793         Tras=40ns)
3794     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
3795         Trcd=15ns)
3796     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
3797         Trfc=75ns)
3798     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
3799         on Tfaw=50ns)
3800     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
3801         on CL=3 and WL=2).
3802
3803     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
3804     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3805
3806 commit fc549c871f43933396a5b3e21d897023d4b31b8d
3807 Author: Michael Barkowski <michael.barkowski@freescale.com>
3808 Date:   Thu Mar 20 13:15:28 2008 -0400
3809
3810     mpc8323erdb: use readable DDR config macros
3811
3812     Use available shift/mask macros to define DDR configuration.
3813
3814     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
3815     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3816
3817 commit 89c7784ed90ba50301eec521144f95111e472906
3818 Author: Timur Tabi <timur@freescale.com>
3819 Date:   Fri Feb 8 13:15:55 2008 -0600
3820
3821     83xx: Add Vitesse VSC7385 firmware uploading
3822
3823     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
3824     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
3825     Cleaned up the board header files to make selecting the VSC7385 easier to
3826     control.
3827
3828     Signed-off-by: Timur Tabi <timur@freescale.com>
3829     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3830
3831 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
3832 Author: Timur Tabi <timur@freescale.com>
3833 Date:   Fri Feb 8 13:15:54 2008 -0600
3834
3835     NET: Add Vitesse VSC7385 firmware uploading
3836
3837     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
3838     and other boards.  A small firwmare must be uploaded to its on-board memory
3839     before it can be enabled.  This patch adds the code which uploads firmware
3840     (but not the firmware itself).
3841
3842     Previously, this feature was provided by a U-Boot application that was
3843     made available only on Freescale BSPs.  The VSC7385 firmware must still
3844     be obtained separately, but at least there is no longer a need for a separate
3845     application.
3846
3847     Signed-off-by: Timur Tabi <timur@freescale.com>
3848     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3849
3850 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
3851 Author: Wolfgang Denk <wd@denx.de>
3852 Date:   Wed Mar 26 00:52:10 2008 +0100
3853
3854     Coding Style cleanyp; update CHANGELOG
3855
3856     Signed-off-by: Wolfgang Denk <wd@denx.de>
3857
3858 commit 43ddd9c820fec44816188f53346b464e20b3142d
3859 Author: Jerry Van Baren <gvb.uboot@gmail.com>
3860 Date:   Sat Mar 22 14:23:49 2008 -0400
3861
3862     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
3863
3864     These defines embedded the u-boot env variables and/or the bd_t structure
3865     in the fdt blob.  The conclusion of discussion on the u-boot email list
3866     was that embedding these in the fdt blob is not useful: there are better
3867     ways of passing the data (in fact, the fdt blob itself replaces the
3868     bd_t struct).
3869
3870     The only board that enables these is the stxxtc and they don't appear
3871     to be used by linux.
3872
3873     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3874     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3875
3876 commit 22ed2285743359fd1fe73e411dff914b2256e68f
3877 Author: Stefan Roese <sr@denx.de>
3878 Date:   Mon Mar 17 10:49:25 2008 +0100
3879
3880     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
3881
3882     Signed-off-by: Stefan Roese <sr@denx.de>
3883
3884 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
3885 Author: Kyungmin Park <kmpark@infradead.org>
3886 Date:   Mon Mar 17 08:54:06 2008 +0900
3887
3888     Add Flex-OneNAND booting support
3889
3890     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
3891     using a NOR Flash interface. This on-chip integration enables system designers
3892     to reduce external system logic and use high-density NAND Flash
3893     in applications that would otherwise have to use more NOR components.
3894
3895     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
3896     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
3897     that require low reliability and high density, SLC area of Flex-OneNAND
3898     to store data that need high reliability and high performance. Flex-OneNAND
3899     can let users take advantage of storing these two different types of data
3900     into one chip, which is making Flex-OneNAND more cost- and space-effective.
3901
3902     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3903
3904 commit c512389cc4a10253249271ff6c887c6dab1f0db2
3905 Author: André Schwarz <andre.schwarz@matrix-vision.de>
3906 Date:   Thu Mar 13 13:50:52 2008 +0100
3907
3908     MPC5200: support setup without FEC
3909
3910     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
3911     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
3912
3913     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3914     Acked-by: Grant Likely <grant.likely@secretlab.ca>
3915
3916 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
3917 Author: Jon Loeliger <jdl@freescale.com>
3918 Date:   Wed Mar 5 18:05:46 2008 -0600
3919
3920     FSL: Move board/mpc8266ads under board/freescale
3921
3922     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3923
3924 commit 7f1d846e5c5754449c286587d099d85246062772
3925 Author: Jon Loeliger <jdl@freescale.com>
3926 Date:   Wed Mar 5 18:05:47 2008 -0600
3927
3928     FSL: Move board/mpc7448hpc2 under board/freescale
3929
3930     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3931
3932 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
3933 Author: Jon Loeliger <jdl@freescale.com>
3934 Date:   Wed Mar 5 18:05:45 2008 -0600
3935
3936     FSL: Move board/mpc8260ads under board/freescale
3937
3938     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3939
3940 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
3941 Author: goda.yusuke <goda.yusuke@renesas.com>
3942 Date:   Wed Mar 5 17:08:33 2008 +0900
3943
3944     net: Add support AX88796L ethernet device
3945
3946     AX88796L is device of NE2000 compatible.
3947     This patch support AX88796L ethernet device.
3948
3949     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
3950     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3951
3952 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
3953 Author: Wolfgang Denk <wd@denx.de>
3954 Date:   Tue Mar 25 22:50:41 2008 +0100
3955
3956     ne2000 driver: change #ifdef to Makefile conditional compilation
3957
3958     Signed-off-by: Wolfgang Denk <wd@denx.de>
3959
3960 commit e710185aae90c64d39c2d453e40e58ceefe4f250
3961 Author: goda.yusuke <goda.yusuke@renesas.com>
3962 Date:   Wed Mar 5 17:08:20 2008 +0900
3963
3964     net: Divided code of NE2000 ethernet driver
3965
3966     There are more devices of the NE2000 base.
3967     A present code is difficult for us to support more devices.
3968     To support more NE2000 clone devices, separated the function.
3969
3970     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
3971     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3972
3973 commit 395bce4f59a507a60a475f7ee46bed47de9482df
3974 Author: Mike Frysinger <vapier@gentoo.org>
3975 Date:   Sun Feb 24 23:58:13 2008 -0500
3976
3977     net/Blackfin: move on-chip MAC driver into drivers/net/
3978
3979     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
3980     directory, but it is not board specific, so relocate it to the drivers dir
3981     so that other Blackfin ports can utilize it.
3982
3983     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3984
3985 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
3986 Author: Mike Frysinger <vapier@gentoo.org>
3987 Date:   Sun Feb 24 23:52:35 2008 -0500
3988
3989     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
3990
3991     Since the "ssync" instruction may have hardware anomalies associated with
3992     it, have the smc91111 driver use the SSYNC macro rather than invoking it
3993     directly.  We workaround all the anomalies via this macro.
3994
3995     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3996
3997 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
3998 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
3999 Date:   Sun Feb 17 22:57:47 2008 +0000
4000
4001     8xx: Update OF support on 8xx
4002
4003     This patch does some shifting around of OF support on 8xx.
4004
4005     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4006
4007 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
4008 Author: Kumar Gala <galak@kernel.crashing.org>
4009 Date:   Fri Feb 15 15:16:18 2008 -0600
4010
4011     ppc: Allow boards to specify how much memory they can map
4012
4013     For historical reasons we limited the stack to 256M because some boards
4014     could only map that much via BATS.  However newer boards are capable of
4015     mapping more memory (for example 85xx is capble of doing up to 2G).
4016
4017     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4018
4019 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
4020 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4021 Date:   Fri Feb 15 01:05:58 2008 +0000
4022
4023     8xx : Add OF support to Adder875 board port - resubmit
4024
4025     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4026
4027 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
4028 Author: Kumar Gala <galak@kernel.crashing.org>
4029 Date:   Thu Feb 14 20:44:42 2008 -0600
4030
4031     Add setexpr command
4032
4033     Add a simple expr style command that will set an env variable as the result
4034     of the command.  This allows us to do simple math in shell.  The following
4035     operations are supported: &, |, ^, +, -, *, /.
4036
4037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4038
4039 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
4040 Author: Jon Loeliger <jdl@freescale.com>
4041 Date:   Wed Mar 5 17:27:48 2008 -0600
4042
4043     FSL: Move board/mpc7448hpc2 under board/freescale
4044
4045     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4046
4047 commit 449c703374a8868453425e15da7e2f76221b72e4
4048 Author: Jon Loeliger <jdl@freescale.com>
4049 Date:   Wed Mar 5 17:21:43 2008 -0600
4050
4051     FSL: Move board/mpc8266ads under board/freescale
4052
4053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4054
4055 commit 5863577989ad689427bb750107e9a75f1c1645d2
4056 Author: Jon Loeliger <jdl@freescale.com>
4057 Date:   Wed Mar 5 16:41:41 2008 -0600
4058
4059     FSL: Move board/mpc8260ads under board/freescale
4060
4061     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4062
4063 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
4064 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4065 Date:   Tue Mar 25 21:30:08 2008 +0900
4066
4067     [MIPS] Move gth2_config from ARM section to MIPS
4068
4069     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4070
4071 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
4072 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4073 Date:   Tue Mar 25 21:30:07 2008 +0900
4074
4075     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
4076
4077     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4078
4079 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
4080 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4081 Date:   Tue Mar 25 21:30:07 2008 +0900
4082
4083     [MIPS] Fix dcache_status()
4084
4085     You can't judge UNCACHED by Config.K0 LSB.
4086
4087     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4088
4089 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
4090 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4091 Date:   Tue Mar 25 21:30:07 2008 +0900
4092
4093     [MIPS] Introduce _machine_restart
4094
4095     Handles machine specific functions by using weak functions.
4096
4097     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4098
4099 commit decaba6f5cf386d569ac3997bebb871b966c6b18
4100 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4101 Date:   Tue Mar 25 21:30:07 2008 +0900
4102
4103     [MIPS] Cleanup CP0 Status initialization
4104
4105     Add setup_c0_status from Linux. For the moment we disable interrupts, set
4106     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
4107     reset-time configuration and will work well across most processors.
4108
4109     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4110
4111 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
4112 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4113 Date:   Tue Mar 25 21:30:07 2008 +0900
4114
4115     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
4116
4117     Without this change, we'll be suffering from deffered WATCH exception
4118     once Status.EXL is cleared. Make sure Cause.WP is cleared.
4119
4120     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4121
4122 commit 26138623230ca2bad3c78e05a65527ea70c8b688
4123 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4124 Date:   Tue Mar 25 21:30:07 2008 +0900
4125
4126     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
4127
4128     Move things to appropriate place.
4129
4130     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4131
4132 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
4133 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4134 Date:   Tue Mar 25 21:30:06 2008 +0900
4135
4136     [MIPS] Implement flush_cache()
4137
4138     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
4139     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
4140     function is used not only in U-Boot specfic programs but also at loading
4141     target binaries.
4142
4143     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4144
4145 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
4146 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4147 Date:   Tue Mar 25 21:30:06 2008 +0900
4148
4149     [MIPS] Fix I-/D-cache initialization loops
4150
4151     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
4152     again per a loop for I-cache initialization. But according to 'See MIPS
4153     Run', we're encouraged to use three separate loops rather than combining
4154     them *for both I- and D-cache*. This patch tries to fix this.
4155
4156     In accordance with fixing above, mips_init_[id]cache are separated from
4157     mips_cache_reset(), and rewrite cache loops are completely rewritten with
4158     useful macros.
4159
4160     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4161
4162 commit 1898840797c7f50799377bd5b285a8a93a82c419
4163 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4164 Date:   Tue Mar 25 21:30:06 2008 +0900
4165
4166     [MIPS] Replace memory clearance code with f_fill64
4167
4168     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
4169
4170     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4171
4172 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
4173 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4174 Date:   Tue Mar 25 21:30:06 2008 +0900
4175
4176     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
4177
4178     This patch replaces the current function definitions with NESTED, LEAF
4179     and END macro. They specify some more additional information about the
4180     function; an alignment of symbol, type of symbol, stack frame usage, etc.
4181     These information explicitly tells the assembler and the debugger about
4182     the types of code we want to generate.
4183
4184     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4185
4186 commit 282223a607c611425fa33f5428f8eae6636972bb
4187 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4188 Date:   Tue Mar 25 11:43:17 2008 +0900
4189
4190     [MIPS] asm headers' updates
4191
4192     Make some asm headers adjusted to the latest Linux kernel.
4193
4194     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4195
4196 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
4197 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4198 Date:   Tue Mar 25 11:39:29 2008 +0900
4199
4200     [MIPS] Request for the 'mips_cache_lock()' removal
4201
4202     The initial intension of having mips_cache_lock() was to use the cache
4203     as memory for temporary stack use so that a C environment can be set up
4204     as early as possible.
4205
4206     But now mips_cache_lock() follow lowlevel_init(). We've already have the
4207     real memory initilaized at this point, therefore we could/should use it.
4208     No reason to lock at all.
4209
4210     Other problems:
4211
4212     Cache locking is not consistent across MIPS implementaions. Some imple-
4213     mentations don't support locking at all. The style of locking varies -
4214     some support per line locking, others per way, etc. Some parts use bits
4215     in status registers instead of cache ops. Current mips_cache_lock() is
4216     not necessarily general-purpose.
4217
4218     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
4219     they are never get unlocked, so the code relies on whatever gets loaded
4220     after U-Boot to re-initialize the cache and clear the locks. We're sup-
4221     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
4222     but leave the situation as it is for a long time.
4223
4224     For these reasons, I proposed the removal of mips_cache_lock() from the
4225     global start-up code.
4226
4227     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
4228     *things have changed*. If he wants the same behavior as before, he needs
4229     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
4230
4231     If we don't have any regression report through several releases, then
4232     we'll remove codes entirely.
4233
4234     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4235     Acked-by: Andrew Dyer <amdyer@gmail.com>
4236
4237 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
4238 Author: Yuri Tikhonov <yur@emcraft.com>
4239 Date:   Mon Mar 24 11:30:54 2008 +0100
4240
4241     lwmon5 SYSMON POST: fix backlight control
4242
4243     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
4244     run on the board, then the SYSMON POST controls the display backlight
4245     (doesn't switch backlight ON if POST FAILED, and does switch the
4246     backlight ON if PASSED).
4247
4248     If not, then the video driver controls the display backlight (just
4249     switch ON the backlight upon initialization).
4250
4251     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4252
4253 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
4254 Author: Yuri Tikhonov <yur@emcraft.com>
4255 Date:   Mon Mar 24 11:29:14 2008 +0100
4256
4257     lwmon5 SYSMON POST: fix handling of negative temperatures
4258
4259     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
4260
4261     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4262
4263 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
4264 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4265 Date:   Fri Mar 7 16:04:25 2008 +0900
4266
4267     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
4268
4269     In current source code, when the device number of PCI is 0, process PCI
4270     bridge without fail. However, when the device number is 0, it is not PCI
4271     always bridge. There are times when device of PCI allocates.
4272
4273     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
4274     use this patch.
4275
4276     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4277     Acked-by: Stefan Roese <sr@denx.de>
4278
4279 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
4280 Author: Yuri Tikhonov <yur@emcraft.com>
4281 Date:   Fri Mar 21 09:18:40 2008 +0100
4282
4283     LWMON5: fix dsPIC POST
4284
4285     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
4286
4287     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
4288
4289 commit 388b82fddc7c05596f3f615f190da0448227dc82
4290 Author: Bartlomiej Sieka <tur@semihalf.com>
4291 Date:   Thu Mar 20 23:23:13 2008 +0100
4292
4293     [new uImage] Enable new uImage support for the pcs440ep board.
4294
4295     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4296
4297 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
4298 Author: Bartlomiej Sieka <tur@semihalf.com>
4299 Date:   Thu Mar 20 23:23:13 2008 +0100
4300
4301     [new uImage] Do not compile new uImage format support by default
4302
4303     Disable default building of new uImage format support in preparation
4304     for merge with the master. Support for new format can be enabled on
4305     a per-board basis, by defining the following in the board's config file:
4306
4307     #define CONFIG_FIT             1
4308     #define CONFIG_OF_LIBFDT       1
4309
4310     This can be optionally defined to give more verbose output:
4311
4312     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
4313
4314     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4315
4316 commit dafaede8a46c7159310239e036c93e31c6374487
4317 Author: Bartlomiej Sieka <tur@semihalf.com>
4318 Date:   Thu Mar 20 23:20:31 2008 +0100
4319
4320     [new uImage] Disable debuging output in preparation for merge with master
4321
4322     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4323
4324 commit fbe7a155027beacebaee9b32e1ada781fe924bca
4325 Author: Bartlomiej Sieka <tur@semihalf.com>
4326 Date:   Thu Mar 20 19:38:45 2008 +0100
4327
4328     [new uImage] Compilation and new uImage handling fixes for imxtract
4329
4330     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
4331     include/config_cmd_default.h. Fix few warnings and handling of new format
4332     images.
4333
4334     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4335
4336 commit 36cc8cbb3379d5166f882641123521735c469f92
4337 Author: Bartlomiej Sieka <tur@semihalf.com>
4338 Date:   Thu Mar 20 23:10:19 2008 +0100
4339
4340     [new uImage] Fix autoscr command used with new uImage format
4341
4342     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4343
4344 commit 43142e817f0597be412e7cbe19413f5532eafa5d
4345 Author: Bartlomiej Sieka <tur@semihalf.com>
4346 Date:   Thu Mar 20 23:10:19 2008 +0100
4347
4348     [new uImage] Fix *.its files location in documentation
4349
4350     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4351
4352 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
4353 Author: Wolfgang Denk <wd@denx.de>
4354 Date:   Thu Mar 20 22:01:38 2008 +0100
4355
4356     lwmon5 POST: remove unreachable code
4357
4358     plus some coding style cleanup
4359
4360     Signed-off-by: Wolfgang Denk <wd@denx.de>
4361
4362 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
4363 Author: Yuri Tikhonov <yur@emcraft.com>
4364 Date:   Thu Mar 20 17:56:04 2008 +0300
4365
4366     LWMON5: POST RTC fix
4367
4368     Modify the RTC API to provide one a status for the time reported by
4369     the rtc_get() function:
4370       0 - a reliable time is guaranteed,
4371     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
4372           and so on).
4373
4374     The RTC chip drivers are responsible for providing this info if the
4375     corresponding chip supports such functionality. If not - always
4376     report that the time is reliable.
4377
4378     The POST RTC test was modified to detect the RTC faults utilizing
4379     this new rtc_get() feature.
4380
4381     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4382
4383 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
4384 Author: Martin Krause <martin.krause@tqs.de>
4385 Date:   Wed Mar 19 14:25:14 2008 +0100
4386
4387     TQM5200B: update MTD partition layout
4388
4389     - insert partition for dtb blob to TQM5200B MTD layout
4390     - set env variables dependent on the configured board
4391       (TQM5200 or TQM5200B)
4392
4393     Signed-off-by: Martin Krause <martin.krause@tqs.de>
4394
4395 commit f0105727d132f56a21fa3ed8b162309cca6cac44
4396 Author: Stefan Roese <sr@denx.de>
4397 Date:   Wed Mar 19 07:09:26 2008 +0100
4398
4399     CFI: Small cleanup for FLASH_SHOW_PROGRESS
4400
4401     With this patch we don't need that many #ifdef's in the code. It moves
4402     the subtraction into the macro and defines a NOP-macro when
4403     CONFIG_FLASH_SHOW_PROGRESS is not defined.
4404
4405     Signed-off-by: Stefan Roese <sr@denx.de>
4406     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
4407
4408 commit 9a042e9ca512beaaa2cb450274313fc477141241
4409 Author: Jerry Van Baren <gvb.uboot@gmail.com>
4410 Date:   Sat Mar 8 13:48:01 2008 -0500
4411
4412     Flash programming progress countdown.
4413
4414     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4415
4416 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
4417 Author: Bartlomiej Sieka <tur@semihalf.com>
4418 Date:   Wed Mar 19 10:00:06 2008 +0100
4419
4420     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
4421
4422     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4423
4424 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
4425 Author: David Gibson <david@gibson.dropbear.id.au>
4426 Date:   Mon Feb 18 18:09:04 2008 +1100
4427
4428     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
4429
4430     Since fdt_node_offset_by_compatible() was converted to the new
4431     fdt_next_node() iterator, a chunk of initialization code became
4432     redundant, but was not removed by oversight.  This patch cleans it up.
4433
4434     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4435
4436 commit d0ccb9b140b472039732de102fc14597eedb14df
4437 Author: David Gibson <david@gibson.dropbear.id.au>
4438 Date:   Mon Feb 18 18:06:31 2008 +1100
4439
4440     libfdt: Trivial cleanup for CHECK_HEADER)
4441
4442     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
4443     However, there are a handful of functions (fdt_move, rw_check_header,
4444     fdt_open_into) from other files which could also use it (currently
4445     they open-code something more-or-less identical).  Therefore, this
4446     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
4447     places.
4448
4449     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4450
4451 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
4452 Author: Kumar Gala <galak@kernel.crashing.org>
4453 Date:   Wed Feb 20 14:32:36 2008 -0600
4454
4455     Fix fdt boardsetup command parsing
4456
4457     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
4458
4459     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4460
4461 commit 804887e6001e2f00bea11431bf34d6d472512cda
4462 Author: Kumar Gala <galak@kernel.crashing.org>
4463 Date:   Fri Feb 15 03:34:36 2008 -0600
4464
4465     Add sub-commands to fdt
4466
4467     fdt header                          - Display header info
4468     fdt bootcpu <id>                    - Set boot cpuid
4469     fdt memory <addr> <size>            - Add/Update memory node
4470     fdt rsvmem print                    - Show current mem reserves
4471     fdt rsvmem add <addr> <size>        - Add a mem reserve
4472     fdt rsvmem delete <index>           - Delete a mem reserves
4473
4474     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4475
4476 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
4477 Author: David Gibson <david@gibson.dropbear.id.au>
4478 Date:   Thu Feb 14 16:50:34 2008 +1100
4479
4480     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
4481
4482     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
4483     node which has NOP tags interspersed with its properties.  In this
4484     case fdt_add_subnode_namelen() will put the new subnode before the
4485     first NOP tag, even if there are properties after it, which will
4486     result in an invalid blob.
4487
4488     This patch fixes the bug, and adds a testcase for it.
4489
4490     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4491
4492 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
4493 Author: David Gibson <david@gibson.dropbear.id.au>
4494 Date:   Tue Feb 12 11:58:31 2008 +1100
4495
4496     libfdt: Add and use a node iteration helper function.
4497
4498     This patch adds an fdt_next_node() function which can be used to
4499     iterate through nodes of the tree while keeping track of depth.  This
4500     function is used to simplify the iteration code in a lot of other
4501     functions, and is also exported for use by library users.
4502
4503     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4504
4505 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
4506 Author: David Gibson <david@gibson.dropbear.id.au>
4507 Date:   Fri Jan 11 14:55:05 2008 +1100
4508
4509     libfdt: Add fdt_set_name() function
4510
4511     This patch adds an fdt_set_name() function to libfdt, mirroring
4512     fdt_get_name().  This is a r/w function which alters the name of a
4513     given device tree node.
4514
4515     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4516
4517 commit 23e20aa6488e6c0622496549861bfdc74108debe
4518 Author: Yuri Tikhonov <yur@pollux.denx.de>
4519 Date:   Tue Mar 18 13:33:30 2008 +0100
4520
4521     lwmon5: Fix register test logic to match the specific GDC h/w.
4522
4523     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4524     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4525
4526 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
4527 Author: Yuri Tikhonov <yur@pollux.denx.de>
4528 Date:   Tue Mar 18 13:27:57 2008 +0100
4529
4530     Fix backlight in the lwmon5 POST.
4531
4532     Backlight was switched on even when temperature was too low.
4533
4534     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4535     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4536
4537 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
4538 Author: Yuri Tikhonov <yur@pollux.denx.de>
4539 Date:   Wed Feb 6 18:48:36 2008 +0100
4540
4541     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).
4542
4543      To enable this, alternative, configuration the U-Boot board configuration
4544     file for lwmon5 includes the definitions of alternative addresses for header
4545     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
4546
4547      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
4548     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
4549     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
4550
4551     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4552
4553 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
4554 Author: Yuri Tikhonov <yur@pollux.denx.de>
4555 Date:   Mon Feb 4 17:11:53 2008 +0100
4556
4557     Add support for the lwmon5 board reset via GPIO58.
4558
4559     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4560     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4561
4562 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
4563 Author: Yuri Tikhonov <yur@pollux.denx.de>
4564 Date:   Mon Feb 4 17:09:55 2008 +0100
4565
4566     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
4567
4568     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4569     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4570
4571 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
4572 Author: Yuri Tikhonov <yur@pollux.denx.de>
4573 Date:   Mon Feb 4 14:11:03 2008 +0100
4574
4575     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.
4576
4577     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4578     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4579
4580 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
4581 Author: Yuri Tikhonov <yur@pollux.denx.de>
4582 Date:   Mon Feb 4 14:10:42 2008 +0100
4583
4584     The patch adds new POST tests for the Lwmon5 board. These are:
4585
4586     * External Watchdog test;
4587     * dsPIC tests;
4588     * FPGA test;
4589     * GDC test;
4590     * Sysmon tests.
4591
4592     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4593     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4594
4595 commit c2ed33efbfff5767bca236828e021c55fd547b6c
4596 Author: Yuri Tikhonov <yur@pollux.denx.de>
4597 Date:   Mon Feb 4 14:10:01 2008 +0100
4598
4599     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
4600
4601     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4602
4603 commit 3a5d1e7f1309998791702b2a559e3126781746b9
4604 Author: Yuri Tikhonov <yur@pollux.denx.de>
4605 Date:   Tue Mar 18 13:33:30 2008 +0100
4606
4607     lwmon5: Fix register test logic to match the specific GDC h/w.
4608
4609     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4610     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4611
4612 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
4613 Author: Yuri Tikhonov <yur@pollux.denx.de>
4614 Date:   Tue Mar 18 13:27:57 2008 +0100
4615
4616     Fix backlight in the lwmon5 POST.
4617
4618     Backlight was switcehd on even when temperature was too low.
4619
4620     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4621     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4622
4623 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
4624 Author: Yuri Tikhonov <yur@pollux.denx.de>
4625 Date:   Wed Feb 6 18:48:36 2008 +0100
4626
4627      The patch introduces the alternative configuration of the log buffer for
4628     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
4629     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
4630     PPC440EPX_GPT0_COMP5).
4631
4632      To enable this, alternative, configuration the U-Boot board configuration
4633     file for lwmon5 includes the definitions of alternative addresses for header
4634     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
4635
4636      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
4637     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
4638     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
4639
4640     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4641
4642 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
4643 Author: Yuri Tikhonov <yur@pollux.denx.de>
4644 Date:   Mon Feb 4 17:11:53 2008 +0100
4645
4646     Add support for the lwmon5 board reset via GPIO58.
4647
4648     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4649     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4650
4651 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
4652 Author: Yuri Tikhonov <yur@pollux.denx.de>
4653 Date:   Mon Feb 4 17:09:55 2008 +0100
4654
4655     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
4656     Disable external watch-dog for now.
4657
4658     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4659     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4660
4661 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
4662 Author: Yuri Tikhonov <yur@pollux.denx.de>
4663 Date:   Mon Feb 4 14:11:03 2008 +0100
4664
4665     The patch introduces the CRITICAL feature of POST tests. If the test
4666     marked as POST_CRITICAL fails then the alternative, post_critical,
4667     boot-command is used. If this command is not defined then U-Boot
4668     enters into interactive mode.
4669
4670     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4671     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4672
4673 commit 65b20dcefc89618193fa51947968dada91e4c778
4674 Author: Yuri Tikhonov <yur@pollux.denx.de>
4675 Date:   Mon Feb 4 14:10:42 2008 +0100
4676
4677     The patch adds new POST tests for the Lwmon5 board.
4678     These are:
4679
4680     * External Watchdog test;
4681     * dsPIC tests;
4682     * FPGA test;
4683     * GDC test;
4684     * Sysmon tests.
4685
4686     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4687     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4688
4689 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
4690 Author: Yuri Tikhonov <yur@pollux.denx.de>
4691 Date:   Mon Feb 4 14:10:01 2008 +0100
4692
4693     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
4694
4695     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
4696
4697 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
4698 Author: Wolfgang Denk <wd@denx.de>
4699 Date:   Tue Mar 18 17:35:51 2008 +0100
4700
4701     HMI1001: fix compile problem.
4702
4703     Signed-off-by: Wolfgang Denk <wd@denx.de>
4704
4705 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
4706 Author: Mike Frysinger <vapier@gentoo.org>
4707 Date:   Mon Feb 18 05:32:30 2008 -0500
4708
4709     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
4710
4711     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
4712     for the board specific driver at all.  Just use the common CFI driver.
4713
4714     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4715
4716 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
4717 Author: Mike Frysinger <vapier@gentoo.org>
4718 Date:   Tue Feb 19 00:36:14 2008 -0500
4719
4720     Blackfin: add proper ELF markings to some assembly functions
4721
4722     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4723
4724 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
4725 Author: Mike Frysinger <vapier@gentoo.org>
4726 Date:   Tue Feb 19 00:35:17 2008 -0500
4727
4728     Blackfin: new cplbinfo command for viewing cplb tables
4729
4730     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4731
4732 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
4733 Author: Mike Frysinger <vapier@gentoo.org>
4734 Date:   Mon Feb 18 05:37:51 2008 -0500
4735
4736     Blackfin: update MAINTAINERS list
4737
4738     Add maintainer information for the Blackfin boards.
4739
4740     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4741
4742 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
4743 Author: Mike Frysinger <vapier@gentoo.org>
4744 Date:   Mon Feb 18 05:26:48 2008 -0500
4745
4746     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
4747
4748     Stop tying things to the processor that should be tied to other defines and
4749     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
4750     system to select the -mcpu option.
4751
4752     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4753
4754 commit 86a20fb920bd198105acf7b1191117f566d637ed
4755 Author: Mike Frysinger <vapier@gentoo.org>
4756 Date:   Sat Feb 16 07:40:36 2008 -0500
4757
4758     Blackfin: move bootldr command to common code
4759
4760     This moves the Blackfin-common bootldr command out of the BF537-STAMP
4761     specific board directory and into the common directory so that all Blackfin
4762     boards may utilize it.
4763
4764     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4765
4766 commit decbe029b2a9d3333d02c433389b1c821eea96d7
4767 Author: Heiko Schocher <hs@denx.de>
4768 Date:   Fri Mar 14 11:05:20 2008 +0100
4769
4770     mgcoge: update configuration
4771
4772     Fix configuration for mgcoge board
4773
4774     Signed-off-by: Heiko Schocher <hs@denx.de>
4775
4776 commit c136724cda0219c49f1d4b346f00da29b14fdf14
4777 Author: Wolfgang Denk <wd@denx.de>
4778 Date:   Sun Mar 16 01:22:59 2008 +0100
4779
4780     drivers/rtc/Makefile: keep list sorted
4781
4782     Signed-off-by: Wolfgang Denk <wd@denx.de>
4783
4784 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
4785 Author: Tor Krill <tor@excito.com>
4786 Date:   Sat Mar 15 15:40:26 2008 +0100
4787
4788     Add support for Intersil isl1208 RTC
4789
4790     Signed-off-by: Tor Krill <tor@excito.com>
4791
4792 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
4793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4794 Date:   Sat Mar 15 17:36:41 2008 +0100
4795
4796     cramfs: Fix ifdef
4797
4798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4799
4800 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
4801 Author: Wolfgang Denk <wd@denx.de>
4802 Date:   Sun Mar 16 01:12:58 2008 +0100
4803
4804     Conding style cleanup
4805
4806     Signed-off-by: Wolfgang Denk <wd@denx.de>
4807
4808 commit 41712b4e8c95dff23354bcd620e1f9477160c190
4809 Author: Stefan Roese <sr@denx.de>
4810 Date:   Wed Mar 5 12:31:53 2008 +0100
4811
4812     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
4813
4814     This patch adds USB OHCI support to the Canyonlands board port. It also
4815     enables EXT2 support.
4816
4817     Signed-off-by: Stefan Roese <sr@denx.de>
4818
4819 commit 2596f5b9d353ff3e4387a3325d05740f16958038
4820 Author: Stefan Roese <sr@denx.de>
4821 Date:   Wed Mar 5 12:29:32 2008 +0100
4822
4823     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
4824
4825     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
4826     way a board just needs to define this new option to enable the "force
4827     NoPowerSwitching mode" instead of adding new CPU/architecture defines
4828     to the USB source itself.
4829
4830     This new option will be used first with the new AMCC 460EX Canyonlands
4831     board port, which will be posted in a few days.
4832
4833     This patch also fixes a small compilation problem when DEBUG is enabled.
4834
4835     Signed-off-by: Stefan Roese <sr@denx.de>
4836
4837 commit 71665ebf88408ff2acb762af47989fd4365b321a
4838 Author: Stefan Roese <sr@denx.de>
4839 Date:   Mon Mar 3 17:27:02 2008 +0100
4840
4841     ppc4xx: Add Canyonlands NAND booting support
4842
4843     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
4844     NAND devices. The only bootstrap option for NAND booting is option F for
4845     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
4846     EEPROM needs to be programmed accordingly.
4847
4848     This patch adds basic NAND booting support for the AMCC Canyonlands aval
4849     board and also adds support to the "bootstrap" command, to enable NAND
4850     booting I2C setting.
4851
4852     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
4853
4854     Signed-off-by: Stefan Roese <sr@denx.de>
4855
4856 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
4857 Author: Stefan Roese <sr@denx.de>
4858 Date:   Tue Mar 11 16:53:00 2008 +0100
4859
4860     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
4861
4862     This patch adds support for the AMCC Canyonlands 460EX evaluation
4863     board.
4864
4865     Signed-off-by: Stefan Roese <sr@denx.de>
4866
4867 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
4868 Author: Stefan Roese <sr@denx.de>
4869 Date:   Tue Mar 11 16:52:24 2008 +0100
4870
4871     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
4872
4873     This patch adds support for the AMCC Canyonlands 460EX evaluation
4874     board.
4875
4876     Signed-off-by: Stefan Roese <sr@denx.de>
4877
4878 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
4879 Author: Stefan Roese <sr@denx.de>
4880 Date:   Tue Mar 11 16:51:17 2008 +0100
4881
4882     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
4883
4884     This patch adds support for the AMCC Canyonlands 460EX evaluation
4885     board.
4886
4887     Signed-off-by: Stefan Roese <sr@denx.de>
4888
4889 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
4890 Author: Stefan Roese <sr@denx.de>
4891 Date:   Tue Mar 11 15:11:43 2008 +0100
4892
4893     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
4894
4895     This patch adds basic support for the AMCC 460EX/460GT PPC's.
4896
4897     Signed-off-by: Stefan Roese <sr@denx.de>
4898
4899 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
4900 Author: Stefan Roese <sr@denx.de>
4901 Date:   Tue Mar 11 15:11:18 2008 +0100
4902
4903     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
4904
4905     This patch adds basic support for the AMCC 460EX/460GT PPC's.
4906
4907     Signed-off-by: Stefan Roese <sr@denx.de>
4908
4909 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
4910 Author: Stefan Roese <sr@denx.de>
4911 Date:   Tue Mar 11 15:07:10 2008 +0100
4912
4913     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
4914
4915     This patch adds basic support for the AMCC 460EX/460GT PPC's.
4916
4917     Signed-off-by: Stefan Roese <sr@denx.de>
4918
4919 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
4920 Author: Stefan Roese <sr@denx.de>
4921 Date:   Tue Mar 11 15:05:50 2008 +0100
4922
4923     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
4924
4925     This patch adds basic support for the AMCC 460EX/460GT PPC's.
4926
4927     Signed-off-by: Stefan Roese <sr@denx.de>
4928
4929 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
4930 Author: Stefan Roese <sr@denx.de>
4931 Date:   Tue Mar 11 15:05:26 2008 +0100
4932
4933     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
4934
4935     This patch adds basic support for the AMCC 460EX/460GT PPC's.
4936
4937     Signed-off-by: Stefan Roese <sr@denx.de>
4938
4939 commit 56e410178375d9f20be25fb24e180974f0ae120b
4940 Author: Stefan Roese <sr@denx.de>
4941 Date:   Tue Feb 19 22:07:57 2008 +0100
4942
4943     ppc4xx: interrupt.c reworked
4944
4945     This patch is a rework of the 4xx interrupt handling done while
4946     adding the 460EX/GT support. Interrupts are needed on 4xx for the
4947     EMAC driver.
4948
4949     Signed-off-by: Stefan Roese <sr@denx.de>
4950
4951 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
4952 Author: Stefan Roese <sr@denx.de>
4953 Date:   Tue Feb 19 22:01:57 2008 +0100
4954
4955     ppc4xx: program_tlb now uses 64bit physical addess
4956
4957     This patch changes the physical addess parameter from 32bit to 64bit.
4958     This is needed for 36bit 4xx platforms to access areas located
4959     beyond the 4GB border, like SoC peripherals (EBC etc.).
4960
4961     Signed-off-by: Stefan Roese <sr@denx.de>
4962
4963 commit c3307fa186af85771924c434997089b8104c0a46
4964 Author: Stefan Roese <sr@denx.de>
4965 Date:   Tue Feb 19 21:58:25 2008 +0100
4966
4967     ppc4xx: miiphy.c reworked
4968
4969     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
4970     badly neede some cleanup.
4971
4972     Signed-off-by: Stefan Roese <sr@denx.de>
4973
4974 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
4975 Author: Stefan Roese <sr@denx.de>
4976 Date:   Tue Feb 19 16:21:49 2008 +0100
4977
4978     rtc: Add M41T62 support
4979
4980     This patch add support for the STM M41T62 RTC. It is used and tested
4981     on the AMCC Canyonlands 406EX platform.
4982
4983     Signed-off-by: Stefan Roese <sr@denx.de>
4984
4985 commit 217d383e201adc7f2271145ae345ea5eae2b7170
4986 Author: Niklaus Giger <niklaus.giger@netstal.com>
4987 Date:   Mon Feb 25 18:46:43 2008 +0100
4988
4989     ppc4xx: Add 405GPr based MCU25 board specific files
4990
4991     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
4992
4993 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
4994 Author: Niklaus Giger <niklaus.giger@netstal.com>
4995 Date:   Mon Feb 25 18:46:42 2008 +0100
4996
4997     ppc4xx: Add 405GPr based MCU25 board config file
4998
4999     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5000
5001 commit b05f35436b733a240559e77e46bed8439665ecc5
5002 Author: Niklaus Giger <niklaus.giger@netstal.com>
5003 Date:   Mon Feb 25 18:46:41 2008 +0100
5004
5005     ppc4xx: Add 405GPr based MCU25 board. Global files
5006
5007     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5008
5009 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
5010 Author: Niklaus Giger <niklaus.giger@netstal.com>
5011 Date:   Mon Feb 25 18:37:02 2008 +0100
5012
5013     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
5014
5015     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5016
5017 commit a079494853cc2bfeddb26673219db0b4b2b31566
5018 Author: Niklaus Giger <niklaus.giger@netstal.com>
5019 Date:   Mon Feb 25 18:37:01 2008 +0100
5020
5021     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
5022
5023     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
5024     the FLASH_CFI_LEGACY et al. config options.
5025
5026     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5027
5028 commit e4170e5a50c8110f792bc37472833ae669d69951
5029 Author: Stefan Roese <sr@denx.de>
5030 Date:   Tue Mar 11 13:52:25 2008 +0100
5031
5032     ppc4xx: Fix comment in 405EX DDR2 init code
5033
5034     Signed-off-by: Stefan Roese <sr@denx.de>
5035
5036 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
5037 Author: Bartlomiej Sieka <tur@semihalf.com>
5038 Date:   Fri Mar 14 16:22:34 2008 +0100
5039
5040     Add MD5 support to the new uImage format
5041
5042     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5043
5044 commit 0ede0c383530a418cf98be9122371a86573cd0db
5045 Author: Bartlomiej Sieka <tur@semihalf.com>
5046 Date:   Fri Mar 14 16:22:34 2008 +0100
5047
5048     Add the MD5 algorithm
5049
5050     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
5051     calculated using the md5() function -- see include/md5.h for details.
5052
5053     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5054
5055 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
5056 Author: Wolfgang Denk <wd@denx.de>
5057 Date:   Fri Mar 14 16:04:54 2008 +0100
5058
5059     tools/setlocalversion: use a git-describe-ish format
5060
5061     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
5062     where 'nnnnn' is the number of commits since the last tag (i.e.,
5063     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
5064     and to see how much has been changed since the referenced tag.
5065
5066     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
5067
5068     Signed-off-by: Wolfgang Denk <wd@denx.de>
5069
5070 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
5071 Author: Wolfgang Denk <wd@denx.de>
5072 Date:   Thu Mar 13 14:32:03 2008 +0100
5073
5074     HMI1001: add support for MPC5200 Rev. B processors.
5075
5076     Signed-off-by: Wolfgang Denk <wd@denx.de>
5077
5078 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
5079 Author: Wolfgang Denk <wd@denx.de>
5080 Date:   Thu Mar 13 14:29:49 2008 +0100
5081
5082     TQM5200: remove dead code
5083
5084     This board never used a MGT5100 processor.
5085
5086     Signed-off-by: Wolfgang Denk <wd@denx.de>
5087
5088 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
5089 Author: Marian Balakowicz <m8@semihalf.com>
5090 Date:   Wed Mar 12 12:14:15 2008 +0100
5091
5092     [new uImage] Fix build issue on ARM
5093
5094     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
5095
5096     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5097
5098 commit 3310c549a73a949430bfda90876df7552a1dab0c
5099 Author: Marian Balakowicz <m8@semihalf.com>
5100 Date:   Wed Mar 12 12:13:13 2008 +0100
5101
5102     [new uImage] Add new uImage format documentation and examples
5103
5104     Create doc/uImage.FIT documentation directory with the following files:
5105     - command_syntax_extensions.txt : extended command syntax description
5106     - howto.txt                     : short usage howto
5107     - source_file_format.txt        : internal new uImage format description
5108
5109     Add example image source files:
5110     - kernel.its
5111     - kernel_fdt.its
5112     - multi.its
5113
5114     Update README appropriately.
5115
5116     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5117     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5118
5119 commit 1ec73761d2e247078f4520a265d463e8b73391a2
5120 Author: Marian Balakowicz <m8@semihalf.com>
5121 Date:   Wed Mar 12 10:35:52 2008 +0100
5122
5123     [new uImage] Fix definition of common bootm_headers_t fields
5124
5125     verify, autostart and lmb fields are used regardless of CONFIG_FIT
5126     setting, move their definitions to common section.
5127
5128     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5129
5130 commit 1d1cb4270edc6a99276834064069717f9782c491
5131 Author: Marian Balakowicz <m8@semihalf.com>
5132 Date:   Wed Mar 12 10:35:51 2008 +0100
5133
5134     [new uImage] Fix build problems on trab board
5135
5136     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5137
5138 commit f773bea8e11f4a11c388dcee956b2444203e6b65
5139 Author: Marian Balakowicz <m8@semihalf.com>
5140 Date:   Wed Mar 12 10:35:46 2008 +0100
5141
5142     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
5143
5144     Save FIT configuration provied in the first bootm argument and use it
5145     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
5146     arguments are not specified.
5147
5148     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5149
5150 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
5151 Author: Marian Balakowicz <m8@semihalf.com>
5152 Date:   Wed Mar 12 10:33:01 2008 +0100
5153
5154     [new uImage] More verbose kernel image uncompress error message
5155
5156     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5157
5158 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
5159 Author: Marian Balakowicz <m8@semihalf.com>
5160 Date:   Wed Mar 12 10:33:01 2008 +0100
5161
5162     [new uImage] Use show_boot_progress() for new uImage format
5163
5164     This patch allocates a set of show_boot_progress() IDs for new uImage format
5165     and adds show_boot_progress() calls in new uImage format handling code.
5166
5167     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5168
5169 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
5170 Author: Marian Balakowicz <m8@semihalf.com>
5171 Date:   Wed Mar 12 10:33:01 2008 +0100
5172
5173     [new uImage] Add new uImage fromat support to fpga command
5174
5175     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5176
5177 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
5178 Author: Marian Balakowicz <m8@semihalf.com>
5179 Date:   Wed Mar 12 10:33:01 2008 +0100
5180
5181     [new uImage] Add new uImage format handling to other bootm related commands
5182
5183     Updated commands:
5184
5185     docboot  - cmd_doc.c
5186     fdcboot  - cmd_fdc.c
5187     diskboot - cmd_ide.c
5188     nboot    - cmd_nand.c
5189     scsiboot - cmd_scsi.c
5190     usbboot  - cmd_usb.c
5191
5192     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5193
5194 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
5195 Author: Marian Balakowicz <m8@semihalf.com>
5196 Date:   Wed Mar 12 10:33:00 2008 +0100
5197
5198     [new uImage] Add new uImage format support to imgextract command
5199
5200     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5201
5202 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
5203 Author: Marian Balakowicz <m8@semihalf.com>
5204 Date:   Wed Mar 12 10:33:00 2008 +0100
5205
5206     [new uImage] Add new uImage format support to autoscript routine
5207
5208     autoscript() routine is updated to accept second argument, which
5209     is only used for FIT images and provides a FIT subimage unit name.
5210
5211     autoscript() routine callers must now pass two arguments. For
5212     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
5213     variable 'autoscript_uname' is introduced and used as a FIT
5214     subimage unit name source.
5215
5216     autoscript command accepts extended syntax of the addr argument:
5217     addr:<subimg_uname>
5218
5219     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5220
5221 commit cd7c596e9f561dbbc17b717277438aee78cde14f
5222 Author: Marian Balakowicz <m8@semihalf.com>
5223 Date:   Wed Mar 12 10:33:00 2008 +0100
5224
5225     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
5226
5227     This patch updates architecture specific implementations of
5228     do_bootm_linux() adding new uImage format handling for
5229     operations like get kernel entry point address, get kernel
5230     image data start address.
5231
5232     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5233
5234 commit 3dfe110149311425919e6d6a14b561b4207498f1
5235 Author: Marian Balakowicz <m8@semihalf.com>
5236 Date:   Wed Mar 12 10:32:59 2008 +0100
5237
5238     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
5239
5240     This patch adds new node offset fields to struct bootm_headers
5241     and updates bootm_headers processing code to make use of them.
5242     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
5243
5244     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5245
5246 commit bc8ed486b125452ba3bd8344f052f437329150c5
5247 Author: Marian Balakowicz <m8@semihalf.com>
5248 Date:   Wed Mar 12 10:32:53 2008 +0100
5249
5250     [new uImage] ppc: Add new uImage format support to FDT handling routines
5251
5252     Support for new (FIT) format uImages is added to powerpc specific
5253     boot_get_fdt() routine which now recognizes, sanity checks FIT image
5254     and is able to access data sections of the requested component image.
5255
5256     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5257
5258 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
5259 Author: Marian Balakowicz <m8@semihalf.com>
5260 Date:   Wed Mar 12 10:14:57 2008 +0100
5261
5262     [new uImage] Re-enable interrupts for non automatic booting
5263
5264     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
5265     environment variable is not set to 'yes'.
5266
5267     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5268
5269 commit d985c8498c4e47095820da97aa722381d39172c5
5270 Author: Marian Balakowicz <m8@semihalf.com>
5271 Date:   Wed Mar 12 10:14:38 2008 +0100
5272
5273     [new uImage] Remove unnecessary arguments passed to ramdisk routines
5274
5275     boot_get_ramdisk() and image_get_ramdisk() do not need all
5276     cmdtp, flag, argc and argv arguments. Simplify routines definition.
5277
5278     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5279
5280 commit c87796483bc7c2900470dc747c367f602577608d
5281 Author: Marian Balakowicz <m8@semihalf.com>
5282 Date:   Wed Mar 12 10:12:37 2008 +0100
5283
5284     [new uImage] Add new uImage format support for ramdisk handling
5285
5286     This patch updates boot_get_ramdisk() routine adding format
5287     verification and handling for new (FIT) uImages.
5288
5289     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5290
5291 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
5292 Author: Marian Balakowicz <m8@semihalf.com>
5293 Date:   Wed Mar 12 10:01:05 2008 +0100
5294
5295     [new uImage] Add new uImage format support for kernel booting
5296
5297     New format uImages are recognized by the bootm command,
5298     validity of specified kernel component image is checked and
5299     its data section located and used for further processing
5300     (uncompress, load, etc.)
5301
5302     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5303
5304 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
5305 Author: Marian Balakowicz <m8@semihalf.com>
5306 Date:   Tue Mar 11 12:35:20 2008 +0100
5307
5308     [new uImage] Add new uImage format support for imls and iminfo commands
5309
5310     imls and iminfo can now recognize nad print out contents of the new (FIT)
5311     format uImages.
5312
5313     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5314
5315 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
5316 Author: Bartlomiej Sieka <tur@semihalf.com>
5317 Date:   Tue Mar 11 12:34:47 2008 +0100
5318
5319     [new uImage] Add support for new uImage format to mkimage tool
5320
5321     Support for the new uImage format (FIT) is added to mkimage tool.
5322     Commandline syntax is appropriately extended:
5323
5324     mkimage [-D dtc_options] -f fit-image.its fit-image
5325
5326     mkimage (together with dtc) takes fit-image.its and referenced therein
5327     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
5328     final image that can be transferred to the target (e.g., via tftp) and then
5329     booted using the bootm command in U-Boot.
5330
5331     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5332
5333 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
5334 Author: Marian Balakowicz <m8@semihalf.com>
5335 Date:   Mon Mar 10 17:53:49 2008 +0100
5336
5337     [new uImage] Make node unit names const in struct bootm_headers
5338
5339     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5340
5341 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
5342 Author: Marian Balakowicz <m8@semihalf.com>
5343 Date:   Fri Feb 29 21:24:06 2008 +0100
5344
5345     [new uImage] New uImage low-level API
5346
5347     Add FDT-based functions for handling new format component images,
5348     configurations, node operations, property get/set, etc.
5349
5350     fit_        - routines handling global new format uImage operations
5351                   like get/set top level property, process all nodes, etc.
5352     fit_image_  - routines handling component images subnodes
5353     fit_conf_   - routines handling configurations node
5354
5355     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5356     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5357
5358 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
5359 Author: Wolfgang Denk <wd@denx.de>
5360 Date:   Sun Mar 9 16:20:02 2008 +0100
5361
5362     Release v1.3.2
5363
5364     Update CHANGELOG for release.
5365
5366     Signed-off-by: Wolfgang Denk <wd@denx.de>
5367
5368 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
5369 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5370 Date:   Sun Mar 9 14:52:11 2008 +0100
5371
5372     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
5373
5374     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5375     Signed-off-by: Wolfgang Denk <wd@denx.de>
5376
5377 commit db695b78515ddb88a2d4f3357c120345efbf59ec
5378 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5379 Date:   Sun Mar 9 10:44:01 2008 +0100
5380
5381     scb9328: Fix flash warning: type qualifiers ignored on function return type
5382
5383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5384
5385 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
5386 Author: Wolfgang Denk <wd@denx.de>
5387 Date:   Sun Mar 9 10:50:41 2008 +0100
5388
5389     esd/common/fpga.c: fix indentation.
5390
5391     Signed-off-by: Wolfgang Denk <wd@denx.de>
5392
5393 commit cc3843e36453e2b8db65d7e56de938ba045016a0
5394 Author: Wolfgang Denk <wd@denx.de>
5395 Date:   Sun Mar 9 10:33:31 2008 +0100
5396
5397     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
5398
5399     and get rid of a couple of unneeded casts.
5400
5401     Signed-off-by: Wolfgang Denk <wd@denx.de>
5402
5403 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
5404 Author: Wolfgang Denk <wd@denx.de>
5405 Date:   Sun Mar 9 10:09:53 2008 +0100
5406
5407     esd/common/fpga.c: fix 'assignment of read-only location' error
5408
5409     Signed-off-by: Wolfgang Denk <wd@denx.de>
5410
5411 commit c6fe4dabac066e8758345d249032768496983a3e
5412 Author: Wolfgang Denk <wd@denx.de>
5413 Date:   Sun Mar 9 02:13:19 2008 +0100
5414
5415     Makefile: make build silently again.
5416
5417     Signed-off-by: Wolfgang Denk <wd@denx.de>
5418
5419 commit 76babc86576f092573599334c85ec543fdbc6015
5420 Author: Wolfgang Denk <wd@denx.de>
5421 Date:   Sun Mar 9 02:07:49 2008 +0100
5422
5423     m501sk: Fix out of tree building
5424
5425     Signed-off-by: Wolfgang Denk <wd@denx.de>
5426
5427 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
5428 Author: Wolfgang Denk <wd@denx.de>
5429 Date:   Sun Mar 9 00:06:09 2008 +0100
5430
5431     ADS5121: fix out of tree build
5432
5433     and simplify Makefile a bit.
5434
5435     Signed-off-by: Wolfgang Denk <wd@denx.de>
5436
5437 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
5438 Author: Wolfgang Denk <wd@denx.de>
5439 Date:   Sat Mar 8 22:35:31 2008 +0100
5440
5441     Release v1.3.2
5442
5443     Signed-off-by: Wolfgang Denk <wd@denx.de>
5444
5445 commit 78a90f827df74520e939c794fc7413dace21c4db
5446 Author: Wolfgang Denk <wd@denx.de>
5447 Date:   Sat Mar 8 22:35:04 2008 +0100
5448
5449     Update CHANGELOG
5450
5451     Signed-off-by: Wolfgang Denk <wd@denx.de>
5452
5453 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
5454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5455 Date:   Sat Mar 8 21:30:04 2008 +0100
5456
5457     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
5458
5459     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5460
5461 commit d75469d48c05795144f4b8ba76addbb4920a7bba
5462 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5463 Date:   Sat Mar 8 09:25:49 2008 +0900
5464
5465     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
5466
5467     When rtl_recv() of rtl8169 is called, OWNbit of status register
5468     is not enable occasionally.
5469     rtl_recv() doesn't work normally when the driver doesn't do
5470     appropriate processing.
5471     This patch fix this problem.
5472
5473     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5474
5475 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
5476 Author: Heiko Schocher <hs@denx.de>
5477 Date:   Fri Mar 7 08:15:28 2008 +0100
5478
5479     mgsuvd: update board configuration
5480
5481     initialize the UPIOx controller.
5482
5483     Signed-off-by: Heiko Schocher <hs@denx.de>
5484
5485 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
5486 Author: Heiko Schocher <hs@denx.de>
5487 Date:   Fri Mar 7 08:13:41 2008 +0100
5488
5489     mgcoge: update board configuration
5490
5491     add support for the config Flash.
5492     initialize the UPIOx controller.
5493
5494     Signed-off-by: Heiko Schocher <hs@denx.de>
5495
5496 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
5497 Author: Kim Phillips <kim.phillips@freescale.com>
5498 Date:   Fri Mar 7 12:27:31 2008 -0600
5499
5500     mpc83xx: make dtb basename file references equal those of linux
5501
5502     the dts file basenames were updated in linux - this helps avoid
5503     inadvertently loading any old dtbs laying around.
5504
5505     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5506
5507 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
5508 Author: Kim Phillips <kim.phillips@freescale.com>
5509 Date:   Wed Feb 27 16:08:22 2008 -0600
5510
5511     net: uec_phy: actually increment the timeout counter
5512
5513     allow u-boot to recover (and, e.g., switch to another interface) in the
5514     case where a PHY does not report autonegotiation is complete within its
5515     two second timeout value.
5516
5517     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5518
5519 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
5520 Author: Markus Brunner <super.firetwister@googlemail.com>
5521 Date:   Wed Mar 5 21:38:12 2008 +0100
5522
5523     fix taihu soft spi_read
5524
5525     The taihu board used gpio_read_out_bit which reads the output register and not
5526     the pin state.
5527
5528     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
5529
5530 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
5531 Author: Stefan Roese <sr@denx.de>
5532 Date:   Fri Mar 7 08:01:43 2008 +0100
5533
5534     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
5535
5536     Signed-off-by: Stefan Roese <sr@denx.de>
5537
5538 commit bd4458cb47abecabd406b1210457be96c69fc49d
5539 Author: Dave Liu <r63238@freescale.com>
5540 Date:   Tue Mar 4 16:59:22 2008 +0800
5541
5542     837xEMDS: Improve the system performance
5543
5544     1. Make the CSB bus pipeline depth as 4, and enable
5545        the repeat mode;
5546     2. Raise the eTSEC emergency priority;
5547     3. Use the highest IP blocks clock.
5548
5549     Signed-off-by: Dave Liu <daveliu@freescale.com>
5550
5551 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
5552 Author: Detlev Zundel <dzu@denx.de>
5553 Date:   Thu Mar 6 16:45:53 2008 +0100
5554
5555     Replace "run load; run update" with conditionalized "run load update".
5556
5557     The latter version stops when "run load" fails for whatever reasons
5558     rendering the combination *a lot* more secure.
5559
5560     Signed-off-by: Detlev Zundel <dzu@denx.de>
5561
5562 commit 6bc113886d7d316df1a4e459bec8baf027518551
5563 Author: Stefan Roese <sr@denx.de>
5564 Date:   Tue Mar 4 17:40:41 2008 +0100
5565
5566     net: Print error message upon net usage when no ethernet-interface is found
5567
5568     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
5569     defined. Then no ethernet interface is available but a simple "tftp"
5570     command will return without any error message which is quite confusing.
5571
5572     Signed-off-by: Stefan Roese <sr@denx.de>
5573
5574 commit a30a549a3553032d809e0356306b62de0b125901
5575 Author: Jon Loeliger <jdl@freescale.com>
5576 Date:   Tue Mar 4 10:03:03 2008 -0600
5577
5578     Remove erroneous or extra spd.h #includers.
5579
5580     Many of the spd.h #includers don't need it,
5581     and wanted to have spd_sdram() declared instead.
5582     Since they didn't get that, some also had open
5583     coded extern declarations of it instead or as well.
5584     Fix it all up by using spd_sdram.h where needed.
5585
5586     Signed-off-by: Jon Loeliger <jdl@freescale.com>
5587
5588 commit a4475386cef14af3fd88f0518b688e755669486d
5589 Author: Wolfgang Denk <wd@denx.de>
5590 Date:   Tue Mar 4 17:41:28 2008 +0100
5591
5592     PCS440EP: fix build problems (redundant #define)
5593
5594     Signed-off-by: Wolfgang Denk <wd@denx.de>
5595
5596 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
5597 Author: Stefan Roese <sr@denx.de>
5598 Date:   Tue Mar 4 17:39:25 2008 +0100
5599
5600     net: Print error message upon net usage when no ethernet-interface is found
5601
5602     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
5603     defined. Then no ethernet interface is available but a simple "tftp"
5604     command will return without any error message which is quite confusing.
5605
5606     Signed-off-by: Stefan Roese <sr@denx.de>
5607
5608 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
5609 Author: Wolfgang Denk <wd@denx.de>
5610 Date:   Tue Mar 4 17:38:50 2008 +0100
5611
5612     W7OLMC/W7OLMG: fix build problems (redundant #define)
5613
5614     Signed-off-by: Wolfgang Denk <wd@denx.de>
5615
5616 commit f9301e1cda296245ba052d7b08321199c3d0af9d
5617 Author: Wolfgang Denk <wd@denx.de>
5618 Date:   Tue Mar 4 14:58:31 2008 +0100
5619
5620     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
5621
5622     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
5623     problem for out-of-tree builds which caused "make clean" to fail.
5624
5625     Signed-off-by: Wolfgang Denk <wd@denx.de>
5626
5627 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
5628 Author: Wolfgang Denk <wd@denx.de>
5629 Date:   Tue Mar 4 11:58:26 2008 +0100
5630
5631     examples/Makefile: build "hello_world" on 8xx, too.
5632
5633     Signed-off-by: Wolfgang Denk <wd@denx.de>
5634
5635 commit 74eb0222594fd23aafdf168e60e872814eea8b62
5636 Author: Mike Nuss <mike@terascala.com>
5637 Date:   Mon Mar 3 15:27:05 2008 -0500
5638
5639     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
5640
5641     Every now and then a Sequoia board (or equivalent hardware) had
5642     problems connecting to a Gigabit capable network interface.
5643
5644     There were differences in the PHY setup between Linux and U-Boot.
5645
5646     This patch fixes the problem. Apparently "remote fault" is being set,
5647     which signals to some devices (on the other end of the cable) that a
5648     fault has occurred, while other devices ignore it. I believe the RF bit
5649     was causing the issue, but I removed T4 also, to match up with Linux.
5650
5651     Signed-off-by: Mike Nuss <mike@terascala.com>
5652
5653 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
5654 Author: Timur Tabi <timur@freescale.com>
5655 Date:   Mon Mar 3 09:58:52 2008 -0600
5656
5657     fix QE firmware uploading limit
5658
5659     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
5660     systems with more than one RISC core.
5661
5662     Signed-off-by: Timur Tabi <timur@freescale.com>
5663
5664 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
5665 Author: Bernhard Nemec <bnemec@ganssloser.com>
5666 Date:   Mon Mar 3 11:57:23 2008 +0000
5667
5668     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
5669
5670     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
5671     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
5672
5673     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
5674
5675 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
5676 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
5677 Date:   Mon Mar 3 10:39:13 2008 +0200
5678
5679     fix copy from ram to dataflash
5680
5681     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
5682     routines instead of dataflash. This is because it checks "if source
5683     address is not dataflash" instead of target address.
5684
5685     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
5686
5687 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
5688 Author: Wolfgang Denk <wd@denx.de>
5689 Date:   Mon Mar 3 12:16:44 2008 +0100
5690
5691     Fix quoting problem (preboot setting) in many board config files.
5692
5693     Signed-off-by: Wolfgang Denk <wd@denx.de>
5694
5695 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
5696 Author: Wolfgang Denk <wd@denx.de>
5697 Date:   Mon Mar 3 12:36:49 2008 +0100
5698
5699     ADS5121: Fix default environment.
5700
5701     Signed-off-by: Wolfgang Denk <wd@denx.de>
5702
5703 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
5704 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5705 Date:   Sun Mar 2 16:12:31 2008 +0100
5706
5707     Makefile: Fix missing unconfig and mkconfig use
5708
5709     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5710
5711 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
5712 Author: michael <trimarchi@gandalf.sssup.it>
5713 Date:   Sun Mar 2 23:33:46 2008 +0100
5714
5715     Fix checking fat32 cluster size.
5716
5717     This fixes the cluster size tests in the FAT32 file system.
5718     The current implementation of VFAT support doesn't work if the
5719     referred cluster has an offset > 16bit representation, causing
5720     "fatload" and "fatls" commands etc. to fail.
5721
5722     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
5723
5724 commit 661bad63a076a96c39c64f136915f146725af92b
5725 Author: Wolfgang Denk <wd@denx.de>
5726 Date:   Sun Mar 2 22:57:23 2008 +0100
5727
5728     Prepare v1.3.2-rc2 release candidate
5729
5730     Signed-off-by: Wolfgang Denk <wd@denx.de>
5731
5732 commit 76957cb3d621bf664311908e5962e151c633c285
5733 Author: Stefan Roese <sr@denx.de>
5734 Date:   Sat Mar 1 12:11:40 2008 +0100
5735
5736     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
5737
5738     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
5739     currently 4k/2k is configured. This patch fixes this issue.
5740
5741     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
5742
5743     Signed-off-by: Stefan Roese <sr@denx.de>
5744
5745 commit 118978c8eb43803e2794233922df4249fa278b83
5746 Author: Woodruff, Richard <r-woodruff2@ti.com>
5747 Date:   Fri Feb 29 17:34:35 2008 -0600
5748
5749     Fix alignment error on ARM for modules
5750
5751     Fix alignment fault on ARM when running modules.  With out an explicit
5752     linker file gcc4.2.1 will half word align __bss_start's value.  The word
5753     dereference will crash hello_world.
5754
5755     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
5756
5757 commit ce1120dd703e6f12c59e4eba9962356a0300b832
5758 Author: Dave Liu <r63238@freescale.com>
5759 Date:   Fri Feb 29 17:45:31 2008 +0800
5760
5761     fs: Fix ext2 read issue
5762
5763     The ext2 aligned process will corrupt the key
5764     data struct, the patch fix this.
5765
5766     Signed-off-by: Dave Liu <daveliu@freescale.com>
5767
5768 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
5769 Author: Wolfgang Denk <wd@denx.de>
5770 Date:   Sun Mar 2 22:45:33 2008 +0100
5771
5772     Makefile: cleanup "clean" target
5773
5774     Make sure CDPATH settings cannot interfere.
5775     Update CHANGELOG.
5776
5777     Signed-off-by: Wolfgang Denk <wd@denx.de>
5778
5779 commit ffda586fc1373243c9794babde69500f6293a8d8
5780 Author: Li Yang <leoli@freescale.com>
5781 Date:   Fri Feb 29 11:46:05 2008 +0800
5782
5783     add cscope build target
5784
5785     Add cscope build target to generate cscope database for code browsing.
5786
5787     Signed-off-by: Li Yang <leoli@freescale.com>
5788
5789 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
5790 Author: Kim Phillips <kim.phillips@freescale.com>
5791 Date:   Wed Feb 27 15:06:39 2008 -0600
5792
5793     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
5794
5795     erratum 5.6 states the autoneg completion bit is functional only if the
5796     autoneg bit is asserted.
5797
5798     This fixes any secondarily-issued networking commands on non-gigabit
5799     links on the mpc8360 mds board.
5800
5801     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5802
5803 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
5804 Author: John Rigby <jrigby@freescale.com>
5805 Date:   Tue Feb 26 09:38:14 2008 -0700
5806
5807     MPC5121e ADS PCI support take 3
5808
5809     Adds PCI support for MPC5121
5810
5811     Tested with drivers/net/rtl8139.c
5812
5813     Support is conditional since PCI on old silicon does not work.
5814
5815     ads5121_PCI_config turns on PCI
5816
5817     In this version, condition compilation of PCI code has been moved
5818     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
5819     suggested by Jean-Christophe PLAGNIOL-VILLARD
5820
5821     Signed-off-by: John Rigby <jrigby@freescale.com>
5822
5823 commit 44b4dbed4133f657705b7c5193209da9978243a7
5824 Author: Anatolij Gustschin <agust@denx.de>
5825 Date:   Mon Feb 25 23:53:07 2008 +0100
5826
5827     Fix warnings while compilation of post/drivers/memory.c
5828
5829     Fix warnings while compilation with new gcc in eldk-4.2
5830
5831     Signed-off-by: Anatolij Gustschin <agust@denx.de>
5832
5833 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
5834 Author: Anatolij Gustschin <agust@denx.de>
5835 Date:   Mon Feb 25 20:54:04 2008 +0100
5836
5837     ppc4xx: Fix problem in 4xx_enet.c driver
5838
5839     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
5840     enabled. To reproduce the problem ensure that 'ethrotate'
5841     environment variable isn't set to "no" and then run
5842     "tftp 200000 not_existent_file".
5843     This patch tries to fix the issue.
5844
5845     Signed-off-by: Anatolij Gustschin <agust@denx.de>
5846
5847 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
5848 Author: Anatolij Gustschin <agust@denx.de>
5849 Date:   Mon Feb 25 20:04:20 2008 +0100
5850
5851     POST: Disable cache while SPR POST
5852
5853     Currently (since commit b2e2142c) u-boot crashes on
5854     sequoia board while SPR test if CONFIG_4xx_DCACHE is
5855     enabled. This patch disables the cache while SPR test.
5856
5857     Signed-off-by: Anatolij Gustschin <agust@denx.de>
5858
5859 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
5860 Author: Martin Krause <martin.krause@tqs.de>
5861 Date:   Mon Feb 25 17:52:40 2008 +0100
5862
5863     TQM5200: use automatic fdt memory fixup (part 2)
5864
5865     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
5866     TB5200 and TB5200_B to fixup the /memory node with the memory values
5867     detected by U-Boot.
5868
5869     Signed-off-by: Martin Krause <martin.krause@tqs.de>
5870
5871 commit 44ceec253ea941b301abf4b079d52324def69d92
5872 Author: Martin Krause <martin.krause@tqs.de>
5873 Date:   Mon Feb 25 15:17:05 2008 +0100
5874
5875     TQM5200: use automatic fdt memory fixup
5876
5877     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
5878     TB5200 and TB5200_B to fixup the /memory node with the memory values
5879     detected by U-Boot.
5880
5881     Signed-off-by: Martin Krause <martin.krause@tqs.de>
5882
5883 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
5884 Author: Martin Krause <martin.krause@tqs.de>
5885 Date:   Mon Feb 25 13:27:52 2008 +0100
5886
5887     TQM5200: fix bug in SDRAM initialization code
5888
5889     This patch fixes a bug in the SDRAM initialization code for the
5890     TQM5200. The hi_addr bit is now set correctly. Without this patch
5891     the hi_addr bit is always set to 1, if the second SDRAM bank is
5892     not populated.
5893
5894     For other MPC5200 boards a correspondig patch has already been applied
5895     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
5896
5897     Signed-off-by: Martin Krause <martin.krause@tqs.de>
5898     --
5899     Forget the first patch please. I confused flash with SDRAM in
5900     the comment ...
5901
5902 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
5903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5904 Date:   Mon Feb 25 00:03:12 2008 +0100
5905
5906     mx1fs2/flash: Fix multiple compiler warnings
5907
5908     "pointer targets in assignment differ in signedness"
5909
5910     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5911
5912 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
5913 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5914 Date:   Mon Feb 25 00:03:11 2008 +0100
5915
5916     arm-imx: Fix register definitions
5917
5918     Sync register definitions with linux
5919
5920     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5921
5922 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
5923 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5924 Date:   Mon Feb 25 00:03:10 2008 +0100
5925
5926     actua1/actua2/actua3: Fix multiple unused variable warnings
5927
5928     - actua1:
5929         actux1.c: In function 'checkboard':
5930         actux1.c:92: warning: unused variable 'revision'
5931
5932     - actua2:
5933         actux2.c: In function 'checkboard':
5934         actux2.c:100: warning: unused variable 's'
5935         actux2.c:99: warning: unused variable 'revision'
5936         actux2.c: In function 'reset_phy':
5937         actux2.c:130: warning: unused variable 'i'
5938
5939     - actua3:
5940         actux3.c: In function 'checkboard':
5941         actux3.c:114: warning: unused variable 'revision'
5942
5943     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5944
5945 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
5946 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5947 Date:   Sun Feb 24 11:44:29 2008 +0900
5948
5949     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
5950
5951     The previous patch was lacking of i386, microblaze, nios and nios2. This
5952     patch tries to fix them.
5953
5954     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5955
5956 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
5957 Author: Marian Balakowicz <m8@semihalf.com>
5958 Date:   Fri Feb 29 22:22:46 2008 +0100
5959
5960     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
5961
5962     Do not use global fdt blob pointer, calculate blob size from routine
5963     argument blob pointer.
5964
5965     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5966
5967 commit d1cc52879c8966507dad9fb575481e6d3985e64e
5968 Author: David Gibson <david@gibson.dropbear.id.au>
5969 Date:   Tue Feb 12 00:58:31 2008 +1100
5970
5971     libfdt: Add and use a node iteration helper function.
5972
5973     This patch adds an fdt_next_node() function which can be used to
5974     iterate through nodes of the tree while keeping track of depth.  This
5975     function is used to simplify the iteration code in a lot of other
5976     functions, and is also exported for use by library users.
5977
5978     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5979
5980 commit 8cf30809a82902a471866d2f07725ce3b8a22291
5981 Author: Bartlomiej Sieka <tur@semihalf.com>
5982 Date:   Fri Feb 29 16:00:24 2008 +0100
5983
5984     [new uImage] Add libfdt support to mkimage
5985
5986     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5987
5988 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
5989 Author: Bartlomiej Sieka <tur@semihalf.com>
5990 Date:   Fri Feb 29 16:00:23 2008 +0100
5991
5992     [new uImage] Add sha1.o object to mkimage binary build
5993
5994     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5995
5996 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
5997 Author: Marian Balakowicz <m8@semihalf.com>
5998 Date:   Fri Feb 29 16:00:06 2008 +0100
5999
6000     [new uImage] Fix component handling for legacy multi component images
6001
6002     Use uint32_t when accessing size table in image_multi_count() and
6003     image_multi_getimg() for multi component images.
6004
6005     Add missing uimage_to_cpu() endianness conversion.
6006
6007     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6008
6009 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
6010 Author: Marian Balakowicz <m8@semihalf.com>
6011 Date:   Fri Feb 29 15:59:59 2008 +0100
6012
6013     [new uImage] Share common uImage code between mkimage and U-boot
6014
6015     This patch adds the following common routines:
6016
6017     1) Dedicated mkimage print_header() is replaced with common
6018     image_print_contents()
6019     image_print_contents_noindent()
6020
6021     2) Common os/arch/type/comp fields name <--> id translation routines
6022     genimg_get_os_name()
6023     genimg_get_arch_name()
6024     genimg_get_type_name()
6025     genimg_get_comp_name()
6026     genimg_get_os_id()
6027     genimg_get_arch_id()
6028     genimg_get_type_id()
6029     genimg_get_comp_id()
6030
6031     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6032
6033 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
6034 Author: Marian Balakowicz <m8@semihalf.com>
6035 Date:   Fri Feb 29 14:58:34 2008 +0100
6036
6037     [new uImage] Update naming convention for bootm/uImage related code
6038
6039     This patch introduces the following prefix convention for the
6040     image format handling and bootm related code:
6041
6042     genimg_             - dual format shared code
6043     image_              - legacy uImage format specific code
6044     fit_                - new uImage format specific code
6045     boot_               - booting process related code
6046
6047     Related routines are renamed and a few pieces of code are moved around and
6048     re-grouped.
6049
6050     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6051
6052 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
6053 Author: Kumar Gala <galak@kernel.crashing.org>
6054 Date:   Wed Feb 27 21:51:51 2008 -0600
6055
6056     [new uImage] Respect autostart setting in linux bootm
6057
6058     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6059     Acked-by: Marian Balakowicz <m8@semihalf.com>
6060
6061 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
6062 Author: Kumar Gala <galak@kernel.crashing.org>
6063 Date:   Wed Feb 27 21:51:50 2008 -0600
6064
6065     [new uImage] Provide ability to restrict region used for boot images
6066
6067     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
6068     to restrict what memory range is used for bootm.
6069
6070     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6071     Acked-by: Marian Balakowicz <m8@semihalf.com>
6072
6073 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
6074 Author: Kumar Gala <galak@kernel.crashing.org>
6075 Date:   Wed Feb 27 21:51:49 2008 -0600
6076
6077     [new uImage] Use lmb for bootm allocations
6078
6079     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
6080     functions over to using lmb for allocation of the ramdisk, command line
6081     and kernel bd info.
6082
6083     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
6084     tree.
6085
6086     Provided a weak function that board code can call to do additional
6087     lmb reserves if needed.
6088
6089     Also introduce the concept of bootmap_base to specify the offset in
6090     physical memory that the bootmap is located at.  This is used for
6091     allocations of the cmdline, kernel bd, and device tree as they should
6092     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
6093
6094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6095
6096 commit f5614e7926863bf0225ec860d9b319741a9c4004
6097 Author: Kumar Gala <galak@kernel.crashing.org>
6098 Date:   Wed Feb 27 21:51:48 2008 -0600
6099
6100     [new uImage] Add autostart flag to bootm_headers structure
6101
6102     The autostart env variable was dropped as part of the initial new uImage
6103     cleanup.  Add it back here so the arch specific code can decide if it
6104     wants to really boot or not.
6105
6106     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6107     Acked-by: Marian Balakowicz <m8@semihalf.com>
6108
6109 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
6110 Author: Kumar Gala <galak@kernel.crashing.org>
6111 Date:   Wed Feb 27 21:51:47 2008 -0600
6112
6113     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
6114
6115     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
6116     the memory spaces used by various boot images and structures.  This code
6117     will allow us to simplify the code in bootm and its support functions.
6118
6119     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6120
6121 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
6122 Author: Kumar Gala <galak@kernel.crashing.org>
6123 Date:   Tue Feb 19 22:03:47 2008 -0600
6124
6125     [new uImage] ppc: Allow boards to specify effective amount of memory
6126
6127     For historical reasons we limited the stack to 256M because some boards
6128     could only map that much via BATS.  However newer boards are capable of
6129     mapping more memory (for example 85xx is capable of doing up to 2G).
6130
6131     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6132     Acked-by: Marian Balakowicz <m8@semihalf.com>
6133
6134 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
6135 Author: Kumar Gala <galak@kernel.crashing.org>
6136 Date:   Wed Feb 27 21:51:46 2008 -0600
6137
6138     [new uImage] rework error handling so common functions don't reset
6139
6140     Changed image_get_ramdisk() to just return NULL on error and have
6141     get_ramdisk() propogate that error to the caller.  It's left to the
6142     caller to call do_reset() if it wants to.
6143
6144     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
6145     to a common location.  In the future we will change get_fdt() and
6146     fdt_relocate() to return success/failure and not call do_reset() at all.
6147
6148     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6149     Acked-by: Marian Balakowicz <m8@semihalf.com>
6150
6151 commit d2bc095a639672def11d5d043b5688d0dbd692ec
6152 Author: Kumar Gala <galak@kernel.crashing.org>
6153 Date:   Wed Feb 27 21:51:45 2008 -0600
6154
6155     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
6156
6157     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
6158     however it does mean we have to go in and fixup the initrd info since
6159     we don't know where it will be.
6160
6161     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6162
6163 commit 27953493ef025fb698d68c5dee39b36f01f4d530
6164 Author: Kumar Gala <galak@kernel.crashing.org>
6165 Date:   Wed Feb 27 21:51:44 2008 -0600
6166
6167     [new uImage] ppc: Determine if we are booting an OF style
6168
6169     If we are bootin OF style than we can skip setting up some things
6170     that are used for the old boot method.
6171
6172     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6173     Acked-by: Marian Balakowicz <m8@semihalf.com>
6174
6175 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
6176 Author: Kumar Gala <galak@kernel.crashing.org>
6177 Date:   Wed Feb 27 21:51:43 2008 -0600
6178
6179     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
6180
6181     We don't actually need the kdb param as we are just using it to get
6182     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
6183     boot via OF we might not actually fill out a kdb.
6184
6185     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6186     Acked-by: Marian Balakowicz <m8@semihalf.com>
6187
6188 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
6189 Author: Kumar Gala <galak@kernel.crashing.org>
6190 Date:   Wed Feb 27 16:30:47 2008 -0600
6191
6192     85xx: Don't icbi when unlocking the cache
6193
6194     There is no reason to icbi when invalidating the temporary stack in
6195     the d-cache.  Its impossible on e500 to have the i-cache contain
6196     any addresses in the temp stack and it can be problematic in generating
6197     transactions on the bus to non-valid addresses.
6198
6199     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6200
6201 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
6202 Author: Andy Fleming <afleming@freescale.com>
6203 Date:   Wed Feb 27 15:50:50 2008 -0600
6204
6205     Fix source for ECM error IVPR
6206
6207     The source vector for the ECM was being set to 2,
6208     but that's what the source vector for DDR was being
6209     set to.  Change it to 1.
6210
6211     Signed-off-by: Andy Fleming <afleming@freescale.com>
6212
6213 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
6214 Author: Andy Fleming <afleming@freescale.com>
6215 Date:   Wed Feb 27 14:29:58 2008 -0600
6216
6217     Invalidate INIT_RAM TLB mappings
6218
6219     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
6220     mappings to be unguarded.  This collided with an existing "bug"
6221     where the mappings for the INIT_RAM were being kept around.
6222     This meant that speculative loads to those addresses were
6223     succeeding in the TLB, and going out to the bus, where they
6224     were causing an exception (there's nothing at that address). The
6225     Flash code was coincidentally causing such a speculative load.
6226     Rather than go back to mapping the INIT RAM as guarded, we fix
6227     it so that the entries for the INIT_RAM are invalidated.  Thus
6228     the speculative loads will fail in the TLB, and have no effect.
6229
6230     Signed-off-by: Andy Fleming <afleming@freescale.com>
6231
6232 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
6233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6234 Date:   Sun Feb 17 22:56:17 2008 +0100
6235
6236     sbc8548: Fix Revision reading and unused variable 'path'
6237
6238     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6239
6240 commit 495d162374c472f46454453553382ad0735dc725
6241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6242 Date:   Sun Feb 17 22:56:16 2008 +0100
6243
6244     sbc8548: Fix cfi flash bank declaration
6245
6246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6247
6248 commit 4efbe9dbb129f857f27856936112c8c02f016be6
6249 Author: Marian Balakowicz <m8@semihalf.com>
6250 Date:   Wed Feb 27 11:02:26 2008 +0100
6251
6252     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
6253
6254     Dual format image code must properly handle all three FDT passing methods:
6255     - raw FDT blob passed
6256     - FDT blob embedded in the legacy uImage
6257     - FDT blob embedded in the new uImage
6258
6259     This patch enables proper raw FDT handling when no FIT imaeg support
6260     is compiled in. This is a bit tricky as we must dected FIT format even
6261     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
6262     blobs use tha same low level format (libfdt).
6263
6264     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6265
6266 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
6267 Author: Marian Balakowicz <m8@semihalf.com>
6268 Date:   Wed Feb 27 11:02:26 2008 +0100
6269
6270     [new uImage] POWERPC: Add image_get_fdt() routine
6271
6272     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
6273     (3) or embedded in the new uImage. For the (2) case embedding image must be
6274     verified before we get FDT from it. This patch factors out legacy image
6275     specific verification routine to the separate helper routine.
6276
6277     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6278     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6279
6280 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
6281 Author: Marian Balakowicz <m8@semihalf.com>
6282 Date:   Wed Feb 27 11:02:07 2008 +0100
6283
6284     [new uImage] Add image_get_kernel() routine
6285
6286     Legacy image specific verification is factored out to a separate helper
6287     routine to keep get_kernel() generic and simple.
6288
6289     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6290     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6291
6292 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
6293 Author: Marian Balakowicz <m8@semihalf.com>
6294 Date:   Wed Feb 27 11:01:04 2008 +0100
6295
6296     [new uImage] Move image verify flag to bootm_headers structure
6297
6298     Do not pass image verification flag directly to related routines.
6299     Simplify argument passing and move it to the bootm_header structure which
6300     contains curently processed image specific data and is already being passed
6301     on the argument list.
6302
6303     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6304     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6305
6306 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
6307 Author: Marian Balakowicz <m8@semihalf.com>
6308 Date:   Wed Feb 27 11:00:47 2008 +0100
6309
6310     [Makefile] Sort COBJS in lib_<arch> Makefiles
6311
6312     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6313
6314 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
6315 Author: Marian Balakowicz <m8@semihalf.com>
6316 Date:   Wed Feb 27 11:00:47 2008 +0100
6317
6318     [new uImage] Optimize gen_get_image() flow control
6319
6320     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
6321     to do, update its control flow to better reflect that simple case.
6322
6323     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6324     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6325
6326 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
6327 Author: Marian Balakowicz <m8@semihalf.com>
6328 Date:   Mon Feb 4 08:28:17 2008 +0100
6329
6330     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
6331
6332     PPC specific FDT blob handling code is divided into two separate routines:
6333
6334     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
6335     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
6336
6337     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6338     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6339
6340 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
6341 Author: Jon Loeliger <jdl@freescale.com>
6342 Date:   Mon Feb 25 13:13:37 2008 -0600
6343
6344     86xx: Fix renamed GUR symbols in sbc8641d board.
6345
6346     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
6347     (86xx: Fix GUR PCI config registers properly), we should have
6348     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
6349     symbols in the sbc8641d board as well.  Fix this oversight.
6350
6351     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6352
6353 commit 64cd594e623c39f73964d18787763e4533f791f7
6354 Author: Stefan Roese <sr@denx.de>
6355 Date:   Mon Feb 25 16:50:48 2008 +0100
6356
6357     ppc4xx: Fix acadia_nand build problem
6358
6359     Don't include testdram() on NAND-booting target acadia_nand. This saves
6360     a few bytes and makes the target build clean again.
6361
6362     Signed-off-by: Stefan Roese <sr@denx.de>
6363
6364 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
6365 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6366 Date:   Sun Feb 24 23:03:12 2008 +0000
6367
6368     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
6369
6370     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6371
6372 commit 724902c8464e610642b3a170278b99710325888e
6373 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6374 Date:   Sun Feb 24 23:03:11 2008 +0000
6375
6376     arm-imx: Fix registers definition
6377
6378     Sync registers definition with linux
6379
6380     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6381
6382 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
6383 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6384 Date:   Sun Feb 24 23:03:10 2008 +0000
6385
6386     actua1/actua2/actua3: Fix multipleunused variable
6387
6388     - actua1:
6389         actux1.c: In function 'checkboard':
6390         actux1.c:92: warning: unused variable 'revision'
6391
6392     - actua2:
6393         actux2.c: In function 'checkboard':
6394         actux2.c:100: warning: unused variable 's'
6395         actux2.c:99: warning: unused variable 'revision'
6396         actux2.c: In function 'reset_phy':
6397         actux2.c:130: warning: unused variable 'i'
6398
6399     - actua3:
6400         actux3.c: In function 'checkboard':
6401         actux3.c:114: warning: unused variable 'revision'
6402
6403     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6404
6405 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
6406 Author: Marian Balakowicz <m8@semihalf.com>
6407 Date:   Mon Feb 4 08:28:09 2008 +0100
6408
6409     [new uImage] Add dual format uImage support framework
6410
6411     This patch adds framework for dual format images. Format detection is added
6412     and the bootm controll flow is updated to include cases for new FIT format
6413     uImages.
6414
6415     When the legacy (image_header based) format is detected appropriate
6416     legacy specific handling is invoked. For the new (FIT based) format uImages
6417     dual boot framework has a minial support, that will only print out a
6418     corresponding debug messages. Implementation of the FIT specific handling will
6419     be added in following patches.
6420
6421     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6422
6423 commit b29661fc1151077776454288051bc9a488351ce8
6424 Author: Wolfgang Denk <wd@denx.de>
6425 Date:   Sun Feb 24 15:21:36 2008 +0100
6426
6427     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
6428
6429     Signed-off-by: Wolfgang Denk <wd@denx.de>
6430
6431 commit 00b48a48424894daa589d166d73277830b1c6ac4
6432 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6433 Date:   Sat Feb 23 12:15:56 2008 +0100
6434
6435     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
6436
6437     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6438
6439 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
6440 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6441 Date:   Sat Feb 23 17:24:16 2008 +0900
6442
6443     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
6444
6445     ----------------------------------------------------------------
6446     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
6447
6448     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
6449     32bit targets.
6450
6451     GCC can be made to warn about usage of long long types with ISO C90
6452     (-ansi), but only with -pedantic.  You can write this in a way that even
6453     then it doesn't cause warnings, namely by:
6454
6455     #ifdef __GNUC__
6456     __extension__ typedef __signed__ long long __s64;
6457     __extension__ typedef unsigned long long __u64;
6458     #endif
6459
6460     The __extension__ keyword in front of this switches off any pedantic
6461     warnings for this expression.
6462
6463     Signed-off-by: Olaf Hering <olh@suse.de>
6464     Cc: <linux-arch@vger.kernel.org>
6465     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
6466     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6467     ----------------------------------------------------------------
6468
6469     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6470
6471 commit 208acd112e6517b21fc30c420396902b103563ac
6472 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6473 Date:   Sat Feb 23 17:07:57 2008 +0900
6474
6475     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
6476
6477     This will reduce the build time.
6478
6479     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6480
6481 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
6482 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6483 Date:   Sat Feb 23 17:05:00 2008 +0900
6484
6485     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
6486
6487     This will reduce the build time.
6488
6489     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6490
6491 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
6492 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6493 Date:   Sat Feb 23 16:58:41 2008 +0900
6494
6495     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
6496
6497     This reduces the build time by ~10%. Here's the gth2_config example.
6498
6499             BEFORE       AFTER
6500     real    0m31.441s    0m27.833s
6501     user    0m24.766s    0m23.045s
6502     sys     0m10.425s    0m7.468s
6503
6504     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6505
6506 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
6507 Author: Marcel Moolenaar <marcelm@juniper.net>
6508 Date:   Fri Feb 22 10:48:07 2008 -0800
6509
6510     make define2mk.sed work on FreeBSD
6511
6512     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
6513     the define2mk.sed script was identified as the source of the link
6514     failure on FreeBSD. The problem is that sed(1) does not always support
6515     the '+' operator. It isn't on FreeBSD. The attach patch implements the
6516     equivalent, using the '*' operator instead and should work everywhere.
6517
6518     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
6519
6520 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
6521 Author: Detlev Zundel <dzu@denx.de>
6522 Date:   Fri Feb 22 17:21:32 2008 +0100
6523
6524     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
6525
6526     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
6527     final traces of long-deprecated "ramdisk" kernel parm") makes these
6528     changes neccessary.
6529
6530     Signed-off-by: Detlev Zundel <dzu@denx.de>
6531
6532 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
6533 Author: Larry Johnson <lrj@acm.org>
6534 Date:   Thu Feb 21 13:58:16 2008 -0500
6535
6536     LM75 bug fix for negative temperatures
6537
6538     When the LM75 temperature sensor measures a temperature below 0 C, the
6539     current driver does not perform sign extension, so the result returned is
6540     256 C too high.  This patch fixes the problem.
6541
6542     Signed-off-by: Larry Johnson <lrj@acm.org>
6543
6544 commit 5a910c224b13e413bda41922379add6d75c32da3
6545 Author: Heiko Schocher <hs@denx.de>
6546 Date:   Thu Feb 21 18:33:45 2008 +0100
6547
6548     IDS8247: update MAINTAINER entry.
6549
6550     Signed-off-by: Heiko Schocher <hs@denx.de>
6551
6552 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
6553 Author: Heiko Schocher <hs@denx.de>
6554 Date:   Thu Feb 21 18:31:15 2008 +0100
6555
6556     Fix device tree for mgsuvd board.
6557
6558     Rename the "scc" node in "ethernet" for the mgsuvd board.
6559
6560     Signed-off-by: Heiko Schocher <hs@denx.de>
6561
6562 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
6563 Author: Yuri Tikhonov <yur@emcraft.com>
6564 Date:   Thu Feb 21 14:23:42 2008 +0100
6565
6566     lwmon5: enable hardware watchdog
6567
6568     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
6569     causing it to reboot the board if U-Boot does a long busy-wait with
6570     udelay(). Thus, for these boards we have to restart WD more
6571     frequently.
6572
6573     This patch splits the busy-wait udelay() into smaller, predefined,
6574     intervals, so that the watchdog timer may be resetted with the
6575     configurable (CONFIG_WD_PERIOD) interval.
6576
6577     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6578
6579 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
6580 Author: Anatolij Gustschin <agust@denx.de>
6581 Date:   Thu Feb 21 12:52:29 2008 +0100
6582
6583     ppc4xx: Support for ATI Radeon 9200 card on sequoia
6584
6585     Adds configuration option for ATI Radeon 9200 card
6586     support to sequoia config file. If CONFIG_VIDEO
6587     is enabled, TEXT_BASE should be changed to 0xFFF80000.
6588
6589     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6590
6591 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
6592 Author: Kumar Gala <galak@kernel.crashing.org>
6593 Date:   Mon Feb 18 08:18:07 2008 -0600
6594
6595     Remove duplicate defines for ARRAY_SIZE
6596
6597     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
6598     the define in common.h.
6599
6600     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6601
6602 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
6603 Author: Kumar Gala <galak@kernel.crashing.org>
6604 Date:   Mon Feb 18 08:09:37 2008 -0600
6605
6606     ppc: Allow boards to specify effective amount of memory
6607
6608     For historical reasons we limited the stack to 256M because some boards
6609     could only map that much via BATS.  However newer boards are capable of
6610     mapping more memory (for example 85xx is capable of doing up to 2G).
6611
6612     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6613
6614 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
6615 Author: Mike Frysinger <vapier@gentoo.org>
6616 Date:   Mon Feb 18 05:24:13 2008 -0500
6617
6618     include autoconf.mk before any other .mk files
6619
6620     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
6621     those .mk files can have make if statements based on the current config.
6622
6623     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6624
6625 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
6626 Author: Mike Frysinger <vapier@gentoo.org>
6627 Date:   Mon Feb 18 05:10:07 2008 -0500
6628
6629     error check autoconf.mk generation
6630
6631     If any of the steps for generating autoconf.mk fail currently, they go
6632     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
6633     This is simpler and more robust than placing '|| exit $$?' after every line.
6634
6635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6636
6637 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
6638 Author: Stefano Babic <sbabic@denx.de>
6639 Date:   Mon Feb 18 08:03:51 2008 +0100
6640
6641     Fix bug in dependency checking
6642
6643     By adding VERSION_FILE to the PHONY targets the script
6644     /tools/setlocalversion is always called and version_autogenerated.h
6645     is replaced only if the script find a modified source file.
6646
6647     Signed-off-by: Stefano Babic <sbabic@denx.de>
6648
6649 commit 98ba144ccc912eee90dd42699f023c497ce774c6
6650 Author: Kyungmin Park <kmpark@infradead.org>
6651 Date:   Mon Feb 18 14:35:43 2008 +0900
6652
6653     Fix GPMC CS2 memory setup at apollon
6654
6655     It disables the current map first
6656
6657     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6658
6659 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
6660 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6661 Date:   Sun Feb 17 23:52:46 2008 +0100
6662
6663     uli526x: Fix multiple differ in signedness and parentheses around comparison
6664
6665     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6666
6667 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
6668 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6669 Date:   Sun Feb 17 16:58:04 2008 +0100
6670
6671     MIPS: Fix CFG_NO_FLASH support
6672
6673     - Fix flash_init call when CFG_NO_FLASH is used
6674     - Remove no more needed flash.c for qemu-mips
6675
6676     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6677
6678 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
6679 Author: Mike Frysinger <vapier@gentoo.org>
6680 Date:   Sat Feb 16 02:40:18 2008 -0500
6681
6682     easylogo: clean up some more and add -r (rgb) support
6683
6684     Michael Hennerich added support for outputting an image in RGB format rather
6685     than forcing YUYV all the time.  This makes obvious sense if the display you
6686     have takes RGB input rather than YUYV.
6687
6688     Rather than hack in support for options, I've converted it to use getopt and
6689     cleaned up the argument parsing in the process.
6690
6691     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
6692     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6693
6694 commit f65c98129ccada3f7caf97d80395a95b84e911de
6695 Author: Mike Frysinger <vapier@gentoo.org>
6696 Date:   Sat Feb 16 02:12:37 2008 -0500
6697
6698     Makefile: add target for $(LDSCRIPT)
6699
6700     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
6701     then change into the board directory and try and create it.  This allows you
6702     to generate the linker script on the fly based upon board defines (like the
6703     Blackfin boards do).
6704
6705     There should be no regressions due to this change as the normal case is to
6706     already have a u-boot.lds file.  If that's the case, then there's nothing to
6707     generate, and so make will always exit.  The fix here is that if the linker
6708     script does not exist, the implicit rules take over and attempt to guess how
6709     to generate the file.
6710
6711     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6712
6713 commit 5583cbf736474ef754e128a54fb78632f57b48fd
6714 Author: Marian Balakowicz <m8@semihalf.com>
6715 Date:   Thu Feb 21 17:27:49 2008 +0100
6716
6717     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
6718
6719     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6720
6721 commit 2242f5369822bc7780db95c47985bb408ea9157b
6722 Author: Marian Balakowicz <m8@semihalf.com>
6723 Date:   Thu Feb 21 17:27:41 2008 +0100
6724
6725     [new uImage] Rename and move print_image_hdr() routine
6726
6727     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6728
6729 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
6730 Author: Marian Balakowicz <m8@semihalf.com>
6731 Date:   Thu Feb 21 17:20:20 2008 +0100
6732
6733     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
6734
6735     Introducing routines for parsing new uImage format bootm arguments:
6736     [<addr>]#<conf>             - configuration specification
6737     [<addr>]:<subimg>   - subimage specification
6738
6739     New format images can contain multiple subimages of the same type. For example
6740     a single new format image file can contain three kernels, two ramdisks and a
6741     couple of FDT blobs. Subimage and configuration specifications are extensions
6742     to bootm (and other image-related commands) arguments' syntax that allow to
6743     specify which particular subimage should be operated on.
6744
6745     Subimage specification is used to denote a particular subimage. Configurations
6746     are a bit more complex -- they are used to define a particualr booting setup,
6747     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
6748     etc.
6749
6750     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6751
6752 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
6753 Author: Marian Balakowicz <m8@semihalf.com>
6754 Date:   Thu Feb 21 17:20:19 2008 +0100
6755
6756     [new uImage] Add gen_get_image() routine
6757
6758     This routine assures that image (whether legacy or FIT) is not
6759     in a special dataflash storage.
6760
6761     If image address is a dataflash address image is moved to system RAM.
6762
6763     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6764
6765 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
6766 Author: Marian Balakowicz <m8@semihalf.com>
6767 Date:   Thu Feb 21 17:20:18 2008 +0100
6768
6769     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
6770
6771     New uImage format (Flattened Image Tree) requires libfdt
6772     functionality, print out error message if CONFIG_OF_LIBFDT
6773     is not defined.
6774
6775     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
6776     This commit turns it on by default.
6777
6778     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6779
6780 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
6781 Author: Michael Schwingen <michael@schwingen.org>
6782 Date:   Mon Feb 18 23:16:35 2008 +0100
6783
6784     CFI: Do not use uninitialized cmd_reset
6785
6786     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
6787     commands instead
6788
6789     From a short test, it looks like AMD-style flash roms treat *any* unknown
6790     command write as a reset, at least when in CFI Query mode, so issuing the
6791     Intel reset command to AMD-style flashs seems safe (from the small sample I
6792     have), plus the 3-cycle magic sequence should kick the state machine into
6793     the right state even without a reset command. Since the AMD-style flashs
6794     require the unlock sequence for real operation, I chose to try the AMD reset
6795     command first, so that Intel flashs do no see an invalid command prior to
6796     the CFI query.
6797
6798     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
6799     plus Intel StrataFlash.
6800
6801     Signed-off-by: Michael Schwingen <michael@schwingen.org>
6802     Signed-off-by: Stefan Roese <sr@denx.de>
6803
6804 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
6805 Author: Rafal Jaworowski <raj@semihalf.com>
6806 Date:   Thu Feb 21 11:56:44 2008 +0100
6807
6808     API: Add (c) and licensing notice to the public API header.
6809
6810     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
6811
6812 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
6813 Author: Yuri Tikhonov <yur@emcraft.com>
6814 Date:   Thu Feb 21 11:06:07 2008 +0100
6815
6816     Fix CPU POST test failure
6817
6818     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
6819     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
6820     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
6821     This patch just saves the CR value before running the test code, so allowing
6822     it to do anything it wants with CR.
6823
6824     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6825     Acked-by: Yuri Tikhonov <yur@emcraft.com>
6826     --
6827
6828 commit d5908b093955415f3d340706378b991f911af671
6829 Author: Jon Loeliger <jdl@freescale.com>
6830 Date:   Wed Feb 20 15:26:51 2008 -0600
6831
6832     8610HPCD: Document the flashbank selection switches.
6833
6834     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6835
6836 commit a551cee99ad1d1da20fd23ad265de47448852f56
6837 Author: Jon Loeliger <jdl@freescale.com>
6838 Date:   Wed Feb 20 14:22:26 2008 -0600
6839
6840     86xx: Fix GUR PCI config registers properly.
6841
6842     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
6843     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
6844     botched it due to not realizing that 8610 and 8641 had different
6845     Global Utility Register defintions, one of which was like 85xx,
6846     and the other wasn't.  Correct this problem by introducing two
6847     symbols, one for each 86xx SoC, but neither of which is named
6848     anything like 85xx.
6849
6850     My bad.  Lovely Wednesday with git bisect.  You know.
6851
6852     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6853
6854 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
6855 Author: Jon Loeliger <jdl@freescale.com>
6856 Date:   Wed Feb 20 12:24:11 2008 -0600
6857
6858     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
6859
6860     Without an actual supported video card hooked up, enabling
6861     the CONFIG_VIDEO by default just makes it look broken by
6862     routing all console output to the video card.   Don't.
6863
6864     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6865
6866 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
6867 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
6868 Date:   Wed Jan 30 15:08:15 2008 -0600
6869
6870     ColdFire: Fix missing code flash size for M5485EVB
6871
6872     Signed-off-by: James Mahan <kmahan@freescale.com>
6873     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6874
6875 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
6876 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
6877 Date:   Wed Jan 30 15:04:42 2008 -0600
6878
6879     ColdFire: Fix 5282 and 5271 interrupt mask bit
6880
6881     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6882
6883 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
6884 Author: Jon Loeliger <jdl@freescale.com>
6885 Date:   Tue Feb 19 12:31:08 2008 -0600
6886
6887     8610HPCD: Fix typos in two PCI setup registers.
6888
6889     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
6890     were erroneously present as 85xx names and values, leftover from
6891     the clone wars.  Fix this by removing the 85xx cruft from the
6892     86xx codebase.
6893
6894     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6895
6896 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
6897 Author: Jon Loeliger <jdl@freescale.com>
6898 Date:   Mon Feb 18 14:01:56 2008 -0600
6899
6900     86xx: Convert sbc8641d to use libfdt.
6901
6902     This is the proper fix for a missing closing brace in the function
6903     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
6904     The ft_cpu_setup() function in mpc8641hpcn.c should have been
6905     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
6906     but was missed.  Only, the sbc8641d was nominally still using it.
6907     It all got ripped out, and the funcality that was in ft_board_setup()
6908     was refactored to remove the CPU portions into the new file
6909     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
6910
6911     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
6912
6913     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6914
6915 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
6916 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6917 Date:   Sun Feb 17 23:35:31 2008 +0100
6918
6919     mpc86xx: Fix unused variable 'config' and 'immap'
6920
6921     and remove useless CONFIG_DDR_INTERLEAVE
6922
6923     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6924
6925 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
6926 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6927 Date:   Sun Feb 17 23:03:36 2008 +0100
6928
6929     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
6930
6931     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6932
6933 commit b6f29c84c208a091f95a10cbc9852d729659ba20
6934 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6935 Date:   Sun Feb 17 14:15:31 2008 +0100
6936
6937     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
6938
6939     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6940
6941 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
6942 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6943 Date:   Sun Feb 17 14:15:32 2008 +0100
6944
6945     pxa: fix assignment from incompatible pointer type
6946
6947     fix mmc_bread function prototype
6948
6949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6950
6951 commit 64d792063fff90b8118179b092feee09fe5cae13
6952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6953 Date:   Sun Feb 17 14:15:30 2008 +0100
6954
6955     at91cap9adk: fix implicit declaration of function 'eth_init'
6956
6957     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6958
6959 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
6960 Author: Wolfgang Denk <wd@denx.de>
6961 Date:   Sun Feb 17 15:43:44 2008 +0100
6962
6963     Remove files added by mistake, update CHANGELOG.
6964
6965     Signed-off-by: Wolfgang Denk <wd@denx.de>
6966
6967 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
6968 Author: Mike Nuss <mike@terascala.com>
6969 Date:   Wed Feb 6 11:10:11 2008 -0500
6970
6971     PPC440EPx: Optionally enable second I2C bus
6972
6973     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
6974     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
6975     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
6976
6977     Signed-off-by: Mike Nuss <mike@terascala.com>
6978     Cc: Stefan Roese <sr@denx.de>
6979
6980 commit ef5b4f221c22d05770878513951745f236b5b43f
6981 Author: Niklaus Giger <niklaus.giger@netstal.com>
6982 Date:   Tue Feb 5 10:26:44 2008 +0100
6983
6984     ppc4xx: HCU4/5. Cleanup configs
6985
6986     - hcu4.h: Removed define of CONFIG_PPC405GPr
6987     - Corrected phy addresses
6988     - Fix boot variables
6989     - Respect line length of 80 chars
6990
6991     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6992
6993 commit 74973126d1be63ac75bdc192f46234dca3a7c421
6994 Author: Niklaus Giger <niklaus.giger@netstal.com>
6995 Date:   Tue Feb 5 11:31:28 2008 +0100
6996
6997     ppc4xx: HCU4/5. Cleanups
6998
6999     - Fix some coding style violations.
7000     - Use in/out_u16/32 where appropriate.
7001     - Use register names from ppc405.h.
7002     - Fix trace useage for Lauterbach.
7003     - Remove obsolete generation HCU2.
7004     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
7005
7006     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7007
7008 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
7009 Author: Niklaus Giger <niklaus.giger@netstal.com>
7010 Date:   Tue Feb 5 10:26:41 2008 +0100
7011
7012     ppc4xx: PPC405GPr fix missing register definitions
7013
7014     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7015
7016 commit 214398d9cb22268d9d4f7563359edca0f78297a2
7017 Author: Larry Johnson <lrj@acm.org>
7018 Date:   Fri Jan 18 21:49:05 2008 -0500
7019
7020     ppc4xx: Beautify configuration files for Sequoia and Korat boards
7021
7022     Signed-off-by: Larry Johnson <lrj@acm.org>
7023
7024 commit 30c6a241e88499f536e86d325759e29ba00ff67f
7025 Author: Anatolij Gustschin <agust@denx.de>
7026 Date:   Fri Feb 15 20:09:01 2008 +0100
7027
7028     Wipe out assembler warnings while compiling x86 biosemu
7029
7030     This patch tries to get rid of some assembler warnings about
7031     changed .got2 section type while compiling x86 bios emulator
7032     code.
7033
7034     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7035
7036 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
7037 Author: Wolfgang Denk <wd@denx.de>
7038 Date:   Fri Feb 15 00:57:09 2008 +0100
7039
7040     Prepare v1.3.2-rc1 release candidate
7041
7042 commit f33e9653c9c09868995d788511d573771c209fe5
7043 Author: Anatolij Gustschin <agust@denx.de>
7044 Date:   Fri Feb 15 00:13:20 2008 +0100
7045
7046     Fix compile warning on lib_ppc/board.c
7047
7048     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7049
7050 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
7051 Author: Anatolij Gustschin <agust@denx.de>
7052 Date:   Thu Feb 14 18:22:04 2008 +0100
7053
7054     Add Radeon Mobility 9200 pci device id to the radeon driver
7055
7056     This patch extends PCI device id table of the
7057     radeon driver so that the driver will also support
7058     Radeon Mobility 9200 (M9+) based boards.
7059
7060     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7061
7062 commit 1b8607e1f7143548c6062c28371449ec69588c00
7063 Author: Anatolij Gustschin <agust@denx.de>
7064 Date:   Thu Feb 14 18:19:50 2008 +0100
7065
7066     Extend ATI Radeon driver to support more video modes
7067
7068     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
7069     800x600, 640x480 at 24, 16 and 8 bpp.
7070
7071     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7072
7073 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
7074 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7075 Date:   Sun Feb 10 17:05:20 2008 +0100
7076
7077     xsengine: fix typo and few coding style
7078
7079     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7080
7081 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
7082 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7083 Date:   Fri Feb 8 21:25:58 2008 +0100
7084
7085     Fix wrong memory limit calculation in memory-test
7086
7087     If the length of the memory address range passed to the "mtest" command is
7088     not of the form 2^x - 1, not all address lines are tested. This bug is
7089     inherited from the original software at
7090     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
7091     this.
7092
7093     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7094
7095 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
7096 Author: Wolfgang Denk <wd@denx.de>
7097 Date:   Fri Feb 15 00:11:39 2008 +0100
7098
7099     Coding STyle cleanup.
7100
7101     Signed-off-by: Wolfgang Denk <wd@denx.de>
7102
7103 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
7104 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7105 Date:   Tue Feb 5 13:30:43 2008 +0900
7106
7107     sh: Fix register address of SH7722
7108
7109     The address of SH7722 is wrong by old document.
7110     This patch fixes this problem.
7111
7112     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7113
7114 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
7115 Author: Mike Frysinger <vapier@gentoo.org>
7116 Date:   Mon Feb 4 17:44:23 2008 -0500
7117
7118     only update version header as needed
7119
7120     Constantly rebuilding the version header will force useless relinking, so we
7121     simply need to compare the new header with the existing one before updating
7122     it.
7123
7124     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7125
7126 commit 208447f8e953f347425eb92c8e28d59e6d911363
7127 Author: Mike Frysinger <vapier@gentoo.org>
7128 Date:   Mon Jan 28 05:56:19 2008 -0500
7129
7130     Do not specify a CROSS_COMPILE default when executing size
7131
7132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7133
7134 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
7135 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7136 Date:   Wed Feb 13 11:19:19 2008 +0100
7137
7138     Fix return value of mtest when CFG_ALT_MEMTEST set
7139
7140     Fix a missing return statement from a non-void function.
7141
7142     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7143
7144 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
7145 Author: Timur Tabi <timur@freescale.com>
7146 Date:   Wed Jan 9 14:35:26 2008 -0600
7147
7148     85xx, 86xx: Determine I2C clock frequencies and store in global_data
7149
7150     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
7151
7152     Update the get_clocks() function in 85xx and 86xx to determine the I2C
7153     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
7154
7155     Signed-off-by: Timur Tabi <timur@freescale.com>
7156
7157 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
7158 Author: Wolfgang Denk <wd@denx.de>
7159 Date:   Thu Feb 14 23:18:01 2008 +0100
7160
7161     TQM834x: clean up configuration
7162
7163     Get board name consistent with Linux and elsewhere;
7164     get rid of local network definitions etc.
7165
7166     Signed-off-by: Wolfgang Denk <wd@denx.de>
7167
7168 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
7169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7170 Date:   Thu Feb 14 08:02:12 2008 +0100
7171
7172     TFTP: fix search of ':' in BootFile
7173
7174     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7175
7176 commit 0bc9efada170096c6b273f19165e32936d330d80
7177 Author: Wolfgang Denk <wd@denx.de>
7178 Date:   Thu Feb 14 22:46:55 2008 +0100
7179
7180     Coding style cleanup; update CHANGELOG.
7181
7182     Signed-off-by: Wolfgang Denk <wd@denx.de>
7183
7184 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
7185 Author: Wolfgang Denk <wd@denx.de>
7186 Date:   Thu Feb 14 22:43:22 2008 +0100
7187
7188     PPC: Use r2 instead of r29 as global data pointer
7189
7190     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
7191     will refuse to use load/store multiple insns; instead, it issues a
7192     list of simple load/store instructions upon function entry and exit,
7193     resulting in bigger code size, which in turn makes the build for a
7194     few boards fail.
7195
7196     Use r2 instead.
7197
7198     Signed-off-by: Wolfgang Denk <wd@denx.de>
7199
7200 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
7201 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
7202 Date:   Wed Jan 30 09:08:49 2008 +0100
7203
7204     ARM: make the machid configurable via the environment
7205
7206     If the variable "machid" exists, let do_bootm_linux use that instead
7207     of bd->bi_arch_number.
7208
7209     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
7210
7211 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
7212 Author: Vlad Lungu <vlad@comsys.ro>
7213 Date:   Wed Jan 23 16:34:46 2008 +0200
7214
7215     Use #ifdef CONFIG_FSLDMAFEC
7216
7217     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
7218     fails
7219
7220     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7221
7222 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
7223 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7224 Date:   Sat Jan 19 10:25:59 2008 +0900
7225
7226     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
7227
7228     Current MII_DEBUG is confusing in two ways. One is useless define-then-
7229     undef at the top of the file. The other is there is only one debug() in
7230     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
7231     While there are many useful printf()/puts() debug codes, but they are for
7232     DEBUG, not for MII_DEBUG.
7233
7234     This patch tries to put them all together into MII_DEBUG and debug().
7235
7236     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7237
7238 commit 751b9b5189f3274b03c809172631316d6b002c82
7239 Author: Kyungmin Park <kmpark@infradead.org>
7240 Date:   Thu Jan 17 16:43:25 2008 +0900
7241
7242     OneNAND Initial Program Loader (IPL) support
7243
7244     This patch enables the OneNAND boot within U-Boot.
7245     Before this work, we used another OneNAND IPL called X-Loader based
7246     on open source. With this work, we can build the oneboot.bin image
7247     without other program.
7248
7249     The build sequence is simple.
7250     First, it compiles the u-boot.bin
7251     Second, it compiles OneNAND IPL
7252     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
7253     The mechanism is similar with NAND boot except it boots from itself.
7254
7255     Another thing is that you can only use the OneNAND IPL only to work
7256     other bootloader such as RedBoot and so on.
7257
7258     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7259
7260 commit 21f6f9636f0e978397548751347425fbf8d42bb3
7261 Author: Andy Fleming <afleming@freescale.com>
7262 Date:   Wed Jan 16 13:06:59 2008 -0600
7263
7264     Fix CONFIG_MMC usage in fat code
7265
7266     A #if statement in fat.c depended on CONFIG_MMC, instead of
7267     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
7268     as "1" rather than just defined.  Now it's better.
7269
7270     Signed-off-by: Andy Fleming <afleming@freescale.com>
7271
7272 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
7273 Author: Rafal Jaworowski <raj@semihalf.com>
7274 Date:   Tue Jan 15 12:52:31 2008 +0100
7275
7276     ppc: Refactor cache routines, so there is only one common set.
7277
7278     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
7279
7280 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
7281 Author: Jon Loeliger <jdl@jdl.com>
7282 Date:   Wed Jan 23 15:55:02 2008 -0600
7283
7284     86xx: Fix compilation warning in sys_eprom.c
7285
7286     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
7287
7288     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7289
7290 commit 65230107025733e89e28fd5e5cfd916d4953c28a
7291 Author: Haavard Skinnemoen <hskinnemoen at>
7292 Date:   Fri Feb 22 11:40:50 2008 +0000
7293
7294     Move AT91RM9200DK board support under board/atmel
7295
7296     We already have a vendor subdir for Atmel, so we should use it.
7297
7298     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
7299
7300 commit 6d0943a6be99977d6d853d51749e9963d68eb192
7301 Author: Andreas Engel <andreas.engel@ericsson.com>
7302 Date:   Mon Jan 14 09:06:52 2008 +0000
7303
7304     ARM: cleanup duplicated exception handlingcode
7305
7306     Move duplicated exception handling code into lib_arm.
7307
7308     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
7309
7310 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
7311 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
7312 Date:   Fri Feb 1 10:09:03 2008 +0000
7313
7314     Support for Artila M-501 starter kit
7315
7316     Kimmo Leppala / Sysart and
7317     Timo Tuunainen / Sysart
7318
7319 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
7320 Author: Stelian Pop <stelian@popies.net>
7321 Date:   Mon Feb 11 10:50:19 2008 +0000
7322
7323     AT91CAP9 support
7324
7325     ---------------------------------
7326
7327     read_dataflash() takes a signed char pointer as a parameter. Silence a
7328     few warnings dues to incorrect parameter types in env_dataflash.c.
7329
7330     Signed-off-by: Stelian Pop <stelian@popies.net>
7331
7332 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
7333 Author: Stelian Pop <stelian@popies.net>
7334 Date:   Thu Feb 7 09:42:57 2008 +0000
7335
7336     AT91CAP9 support : move board files to Atmel vendor directory.
7337
7338     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
7339
7340     Signed-off-by: Stelian Pop <stelian@popies.net>
7341
7342 commit 7263ef191b87da94768f762c7093bedeb70db98f
7343 Author: Stelian Pop <stelian at>
7344 Date:   Thu Jan 3 21:15:56 2008 +0000
7345
7346     AT91CAP9 support : MACB changes
7347
7348     Signed-off-by: Stelian Pop <stelian <at> popies.net>
7349     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
7350
7351 commit 6afcabf11d7321850f4feaadfee841488ace54c5
7352 Author: Stelian Pop <stelian@popies.net>
7353 Date:   Thu Feb 7 16:37:54 2008 +0000
7354
7355     AT91CAP9 support : board/ files
7356
7357     Signed-off-by: Stelian Pop <stelian@popies.net>
7358
7359 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
7360 Author: Stelian Pop <stelian at>
7361 Date:   Wed Jan 30 21:15:54 2008 +0000
7362
7363     AT91CAP9 support : cpu/ files
7364
7365     Signed-off-by: Stelian Pop <stelian <at> popies.net>
7366
7367 commit fa506a926cec348805143576c941f8e61b333cc0
7368 Author: Stelian Pop <stelian@popies.net>
7369 Date:   Thu Jan 31 21:15:53 2008 +0000
7370
7371     AT91CAP9 support : include/ files
7372
7373     Signed-off-by: Stelian Pop <stelian@popies.net>
7374
7375 commit 20b197c6f2799af399a68f96a1aff543a75621b8
7376 Author: Stelian Pop <stelian@popies.net>
7377 Date:   Sun Jan 20 19:49:21 2008 +0000
7378
7379     AT91CAP9 support : build integration
7380
7381     Signed-off-by: Stelian Pop <stelian@popies.net>
7382
7383 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
7384 Author: Stelian Pop <stelian@popies.net>
7385 Date:   Sun Jan 20 21:07:00 2008 +0000
7386
7387     Improve DataFlash CS definition.
7388
7389     Use a structure instead of the error prone unnamed array to
7390     define the possible dataflash banks.
7391
7392     Signed-off-by: Stelian Pop <stelian@popies.net>
7393
7394 commit a6cdd21b56014208706238712a853a9e9a0a2290
7395 Author: Stelian Pop <stelian@popies.net>
7396 Date:   Sat Jan 19 21:09:35 2008 +0000
7397
7398     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
7399
7400     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
7401
7402     cpu/arm926ejs/start.o: In function `cpu_init_crit':
7403     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
7404
7405     Signed-off-by: Stelian Pop <stelian@popies.net>
7406
7407 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
7408 Author: Peter Pearse <peter.pearse@arm.com>
7409 Date:   Fri Feb 1 16:50:24 2008 +0000
7410
7411     Fix timer overflow in DaVinci
7412     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7413
7414 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
7415 Author: Peter Pearse <peter.pearse@arm.com>
7416 Date:   Fri Feb 1 16:49:08 2008 +0000
7417
7418     Update board NetStar
7419     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7420
7421 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
7422 Author: Niklaus Giger <niklaus.giger@netstal.com>
7423 Date:   Tue Feb 5 10:26:42 2008 +0100
7424
7425     ppc4xx: HCU4/5. Fix make O=../xx
7426
7427     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7428
7429 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
7430 Author: Larry Johnson <lrj@acm.org>
7431 Date:   Tue Jan 22 08:51:59 2008 -0500
7432
7433     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
7434
7435     Signed-off-by: Larry Johnson <lrj@acm.org>
7436
7437 commit fe891ecf4d187e9d11dde869ed4623af52b54451
7438 Author: Hiroshi Ito <ito@mlb.co.jp>
7439 Date:   Thu Jan 31 18:35:04 2008 +0900
7440
7441     NFS Timeout with large files.
7442
7443     Retry to send NFS packet before reaching timeout.
7444
7445     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
7446
7447 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
7448 Author: Johannes Stezenbach <js@sig21.net>
7449 Date:   Tue Jan 29 00:11:25 2008 +0100
7450
7451     Add dependencies to avoid race conditions with parallel make.
7452
7453     Signed-off-by: Johannes Stezenbach <js@sig21.net>
7454
7455 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
7456 Author: Mike Frysinger <vapier@gentoo.org>
7457 Date:   Mon Jan 28 05:46:01 2008 -0500
7458
7459     Mark board_init_[fr] as noreturn
7460
7461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7462
7463 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
7464 Author: Mike Frysinger <vapier@gentoo.org>
7465 Date:   Mon Jan 28 05:28:50 2008 -0500
7466
7467     Only use TEXT_BASE if defined by the board
7468
7469     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7470
7471 commit 1b769881750030f10743808b9d6013e11f559350
7472 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7473 Date:   Fri Jan 25 07:54:47 2008 +0100
7474
7475     Fix remaining CONFIG_COMMANDS
7476
7477     update comments
7478     Fix coding style
7479
7480     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7481
7482 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
7483 Author: Niklaus Giger <niklaus.giger@netstal.com>
7484 Date:   Mon Jan 21 16:46:00 2008 +0100
7485
7486     Add *~ to .gitignore
7487
7488     One should never add a backup file ending in with ~ to the git repository.
7489
7490     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7491
7492 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
7493 Author: Kumar Gala <galak@kernel.crashing.org>
7494 Date:   Thu Jan 17 00:02:10 2008 -0600
7495
7496     Remove duplicate defines for ARRAY_SIZE
7497
7498     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7499
7500 commit c77ce474b1c57b13e9d36d9830f147966c143694
7501 Author: Stelian Pop <stelian@popies.net>
7502 Date:   Mon Jan 14 22:08:14 2008 +0100
7503
7504     Fix incorrect address test in AT91F_DataflashSelect().
7505
7506     Signed-off-by: Stelian Pop <stelian@popies.net>
7507
7508 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
7509 Author: Kumar Gala <galak@kernel.crashing.org>
7510 Date:   Wed Feb 13 15:09:58 2008 -0600
7511
7512     Fix building of fdt_support.c if DEBUG set
7513
7514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7515
7516 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
7517 Author: Jon Loeliger <jdl@freescale.com>
7518 Date:   Tue Feb 12 14:53:28 2008 -0600
7519
7520     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
7521
7522     These replace direct structure references for IMMR sections.
7523
7524     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7525
7526 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
7527 Author: Wolfgang Denk <wd@denx.de>
7528 Date:   Tue Feb 12 00:45:06 2008 +0100
7529
7530     Get rid of "#undef DEBUG" from board config files.
7531
7532     Signed-off-by: Wolfgang Denk <wd@denx.de>
7533
7534 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
7535 Author: Timur Tabi <timur@freescale.com>
7536 Date:   Tue Jan 15 17:09:41 2008 -0600
7537
7538     Remove #undef DEBUG from MPC83xx board header files
7539
7540     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
7541     The inclusion of this line makes it impossible to enable debug code in
7542     other source files, because "#define DEBUG" typically needs to be defined
7543     before any header files are included.
7544
7545     Signed-off-by: Timur Tabi <timur@freescale.com>
7546
7547 commit 69018ce2e086e9caf35b914d675b82bc4888f077
7548 Author: Kumar Gala <galak@kernel.crashing.org>
7549 Date:   Thu Jan 17 08:25:45 2008 -0600
7550
7551     QE: Move FDT support into a common file
7552
7553     Move the flat device tree setup for QE related devices into
7554     a common file shared between 83xx & 85xx platforms that have QE's.
7555
7556     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7557
7558 commit 5cf746c303710329f8040d9c62ee354313e3e91f
7559 Author: Marian Balakowicz <m8@semihalf.com>
7560 Date:   Thu Jan 31 13:59:09 2008 +0100
7561
7562     [new uImage] Move kernel data find code to get_kernel() routine
7563
7564     Verification of the kernel image (in old format) and finding kernel
7565     data is moved to a dedicated routine. The routine will also hold
7566     support for, to be added, new image format.
7567
7568     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7569
7570 commit 7b325454fd231d4273de3fe373850f777fb086bf
7571 Author: Marian Balakowicz <m8@semihalf.com>
7572 Date:   Thu Jan 31 13:58:20 2008 +0100
7573
7574     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
7575
7576     Move FDT blob finding and relocation to a dedicated
7577     get_fdt() routine. It increases code readability and
7578     will make adding support for new uImage format easier.
7579
7580     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7581
7582 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
7583 Author: Marian Balakowicz <m8@semihalf.com>
7584 Date:   Thu Jan 31 13:58:13 2008 +0100
7585
7586     [new uImage] Cleanup do_botm_linux() boot allocations
7587
7588     This patch moves common pre-boot allocation steps shared between PPC
7589     and M68K to a helper routines:
7590
7591     common:
7592     - get_boot_sp_limit()
7593     - get_boot_cmline()
7594     - get_boot_kbd()
7595
7596     platform:
7597     - set_clocks_in_mhz()
7598
7599     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7600
7601 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
7602 Author: Marian Balakowicz <m8@semihalf.com>
7603 Date:   Thu Jan 31 13:57:17 2008 +0100
7604
7605     [new uImage] Move ramdisk loading to a common routine
7606
7607     Ramdisk loading code, including initrd_high variable handling,
7608     was duplicated for PPC and M68K platforms. This patch creates
7609     common helper routine that is being called from both platform
7610     do_bootm_linux() routines.
7611
7612     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7613
7614 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
7615 Author: Marian Balakowicz <m8@semihalf.com>
7616 Date:   Thu Jan 31 13:55:53 2008 +0100
7617
7618     [new uImage] Removed dead ramdisk code on microblaze architectures
7619
7620     Microblaze do_bootm_linux() includes ramdisk processing code but
7621     the ramdisk does not get used anywhere later on.
7622
7623     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7624
7625 commit 5ad03eb3854c162684222a718b44c0716ea0db03
7626 Author: Marian Balakowicz <m8@semihalf.com>
7627 Date:   Thu Jan 31 13:55:39 2008 +0100
7628
7629     [new uImage] Factor out common image_get_ramdisk() routine
7630
7631     Architecture specific do_bootm_linux() routines share common
7632     ramdisk image processing code. Move this code to a common
7633     helper routine.
7634
7635     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7636
7637 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
7638 Author: Marian Balakowicz <m8@semihalf.com>
7639 Date:   Thu Jan 31 13:20:08 2008 +0100
7640
7641     [new uImage] Move FDT error printing to common fdt_error() routine
7642
7643     FDT error handling in PPC do_bootm_linux() shares the same message format.
7644     This patch moves error message printing to a helper fdt_error() routine.
7645
7646     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7647     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7648
7649 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
7650 Author: Marian Balakowicz <m8@semihalf.com>
7651 Date:   Thu Jan 31 13:20:07 2008 +0100
7652
7653     [new uImage] Factor out common routines for getting os/arch/type/comp names
7654
7655     Move numeric-id to name translation for image os/arch/type/comp header
7656     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
7657     image_get_type_name(), image_get_comp_name().
7658
7659     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7660
7661 commit e99c26694a384221d336f6448c06a57479c0baa4
7662 Author: Marian Balakowicz <m8@semihalf.com>
7663 Date:   Thu Jan 31 13:20:07 2008 +0100
7664
7665     [new uImage] Remove standalone applications handling from boootm
7666
7667     Standalone applications are supposed to be run using the "go" command.
7668     This patch removes standalone images handling from the do_bootm().
7669
7670     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7671
7672 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
7673 Author: Marian Balakowicz <m8@semihalf.com>
7674 Date:   Thu Jan 31 13:20:07 2008 +0100
7675
7676     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
7677
7678     Support for OF_FLAT_TREE is to be obsoleted in the near future,
7679     remove related code from the bootm routines.
7680
7681     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7682
7683 commit 82850f3d32a2661868ec6876bed7a22c55cef718
7684 Author: Marian Balakowicz <m8@semihalf.com>
7685 Date:   Thu Jan 31 13:20:06 2008 +0100
7686
7687     [new uImage] Use image API in SH do_bootm_linux() routine
7688
7689     Introduce image handling API for lately added Hitachi SH architecture.
7690
7691     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7692
7693 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
7694 Author: Marian Balakowicz <m8@semihalf.com>
7695 Date:   Thu Jan 31 13:20:06 2008 +0100
7696
7697     [new uImage] Rename architecture specific bootm code files
7698
7699     Implementation of the do_bootm_linux() and other bootm helper routines is
7700     architecture specific code. As such it resides in lib_<arch> directories
7701     in files named <arch>_linux.c
7702
7703     This patch renames those files to a more clear and accurate
7704     lib_<arch>/bootm.c form.
7705
7706     List of the renamed files:
7707        lib_arm/armlinux.c -> lib_arm/bootm.c
7708        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
7709        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
7710        lib_i386/i386_linux.c -> lib_i386/bootm.c
7711        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
7712        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
7713        lib_mips/mips_linux.c -> lib_mips/bootm.c
7714        lib_nios/nios_linux.c -> lib_nios/bootm.c
7715        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
7716        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
7717        lib_sh/sh_linux.c -> lib_sh/bootm.c
7718
7719     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7720
7721 commit 7582438c285bf0cef82909d0f232de64ec567a8a
7722 Author: Marian Balakowicz <m8@semihalf.com>
7723 Date:   Thu Jan 31 13:20:06 2008 +0100
7724
7725     [new uImage] Return error on image move/uncompress overwrites
7726
7727     Check for overwrites during image move/uncompress, return with error
7728     when the original image gets corrupted. Report clear message to the user
7729     and prevent further troubles when pointer to the corrupted images is passed
7730     to do_bootm_linux routine.
7731
7732     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7733
7734 commit f13e7b2e993c61fed1f607962501e051940d6e80
7735 Author: Marian Balakowicz <m8@semihalf.com>
7736 Date:   Tue Jan 8 18:12:17 2008 +0100
7737
7738     [new uImage] Cleanup image header pointer use in bootm code
7739
7740     - use single image header pointer instead of a set of auxilliary variables.
7741     - add multi component image helper routines: get component size/data address
7742
7743     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7744
7745 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
7746 Author: Marian Balakowicz <m8@semihalf.com>
7747 Date:   Tue Jan 8 18:17:10 2008 +0100
7748
7749     [new uImage] Cleanup cmd_bootm.c
7750
7751     - sort and cleanup headers, declarations, etc.
7752     - group related routines
7753     - cleanup indentation, white spaces
7754
7755     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7756
7757 commit af13cdbc01eaf88880978bfb4f603e012818ba24
7758 Author: Marian Balakowicz <m8@semihalf.com>
7759 Date:   Tue Jan 8 18:11:45 2008 +0100
7760
7761     [new uImage] Add memmove_wd() common routine
7762
7763     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
7764
7765     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7766
7767 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
7768 Author: Marian Balakowicz <m8@semihalf.com>
7769 Date:   Tue Jan 8 18:11:44 2008 +0100
7770
7771     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
7772
7773     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7774
7775 commit 15158971f49255ccef54f0979a942cfd3de2ae52
7776 Author: Marian Balakowicz <m8@semihalf.com>
7777 Date:   Tue Jan 8 18:11:44 2008 +0100
7778
7779     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
7780
7781     Use image header copy instead of a (possibly corrupted) pointer to
7782     a initial image location.
7783
7784     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7785
7786 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
7787 Author: Marian Balakowicz <m8@semihalf.com>
7788 Date:   Tue Jan 8 18:11:44 2008 +0100
7789
7790     [new uImage] Remove I386 uImage fake_header() routine
7791
7792     I386 targets are not using a uImage format, instead fake header
7793     is added to ram image before it is further processed by bootm.
7794
7795     Remove this fixup and force proper uImage use for I386.
7796
7797     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7798
7799 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
7800 Author: Marian Balakowicz <m8@semihalf.com>
7801 Date:   Tue Jan 8 18:11:44 2008 +0100
7802
7803     [new uImage] Move CHUNKSZ definition to image.h
7804
7805     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
7806     move this definition to a common header.
7807
7808     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7809
7810 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
7811 Author: Marian Balakowicz <m8@semihalf.com>
7812 Date:   Tue Jan 8 18:11:43 2008 +0100
7813
7814     [new uImage] Move gunzip() common code to common/gunzip.c
7815
7816     Move gunzip(), zalloc() and zfree() to a separate file.
7817     Share zalloc() and zfree() with cramfs uncompress routine.
7818
7819     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7820
7821 commit d45d5a18b6b36688f2365623f9d550566c664b5b
7822 Author: Marian Balakowicz <m8@semihalf.com>
7823 Date:   Tue Jan 8 18:11:43 2008 +0100
7824
7825     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
7826
7827     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
7828     readable in PPC variant of do_bootm_linux() routine.
7829
7830     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7831
7832 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
7833 Author: Marian Balakowicz <m8@semihalf.com>
7834 Date:   Tue Jan 8 18:11:43 2008 +0100
7835
7836     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
7837
7838     PPC implementation of do_bootm_linux() routine is moved to
7839     a dedicated file lib_ppc/ppc_linux.c
7840
7841     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7842
7843 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
7844 Author: Marian Balakowicz <m8@semihalf.com>
7845 Date:   Tue Jan 8 18:14:09 2008 +0100
7846
7847     [new uImage] Define a API for image handling operations
7848
7849     - Add inline helper macros for basic header processing
7850     - Move common non inline code common/image.c
7851     - Replace direct header access with the API routines
7852     - Rename IH_CPU_* to IH_ARCH_*
7853
7854     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7855
7856 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
7857 Author: Marian Balakowicz <m8@semihalf.com>
7858 Date:   Thu Jan 31 13:19:58 2008 +0100
7859
7860     Add missing cmd_ximg.o to common/Makefile
7861
7862     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7863
7864 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
7865 Author: Grzegorz Bernacki <gjb@semihalf.com>
7866 Date:   Mon Jan 28 10:15:02 2008 +0100
7867
7868     ADS5121e: DDR2 init/timing update.
7869
7870     Signed-off-by: John Rigby <jrigby@freescale.com>
7871     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
7872
7873 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
7874 Author: John Rigby <jrigby@freescale.com>
7875 Date:   Wed Jan 30 13:36:57 2008 -0700
7876
7877     Device tree updates
7878
7879     Changes to match 5121 device tree going mainline in 2.6.25.
7880
7881     Change OF_SOC from "soc5121" to plain "soc".
7882     Remove unneeded "ref-frequency" fixups.
7883     Remove "address" enetaddr fixup.
7884
7885     Add bus-frequency fixup for old OF_SOC so old
7886     kernels with old device trees will work with new
7887     u-boot with 66MHz IPS clock
7888
7889     Signed-off-by: John Rigby <jrigby@freescale.com>
7890
7891 commit de55d18df3ff2ea614624e74793de7c43520e0e7
7892 Author: John Rigby <jrigby@freescale.com>
7893 Date:   Wed Jan 30 13:36:56 2008 -0700
7894
7895     Change IPS freq to 66MHz
7896
7897     Recommended frequency is 66MHz
7898     Change divider from 4 to 3.
7899
7900     Signed-off-by: John Rigby <jrigby@freescale.com>
7901
7902 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
7903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7904 Date:   Mon Jan 14 22:38:55 2008 +0100
7905
7906     xsengine: rename board_post_init to board_late_init
7907
7908     missing migration from "Cleanup of some init functions"
7909     in c837dcb1a316745092567bfe4fb266d0941884ff
7910
7911     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7912
7913 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
7914 Author: Larry Johnson <lrj@acm.org>
7915 Date:   Sat Jan 12 23:35:33 2008 -0500
7916
7917     Add attribute POST_PREREL to ECC memory POST
7918
7919     Signed-off-by: Larry Johnson <lrj@acm.org>
7920
7921 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
7922 Author: Kumar Gala <galak@kernel.crashing.org>
7923 Date:   Thu Jan 17 08:25:45 2008 -0600
7924
7925     QE: Move FDT support into a common file
7926
7927     Move the flat device tree setup for QE related devices into
7928     a common file shared between 83xx & 85xx platforms that have QE's.
7929
7930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7931
7932 commit d38da537943cd36356b9d3d9d9b60533554b81d8
7933 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7934 Date:   Wed Jan 23 17:20:14 2008 +0100
7935
7936     AVR32: Make SDRAM refresh rate configurable
7937
7938     The existing code assumes the SDRAM row refresh period should always
7939     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
7940     refresh rate should really be 7.81 us.
7941
7942     Add a refresh_period member to struct sdram_info and initialize it
7943     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
7944     panic() until the refresh_period member is updated properly.
7945
7946     Big thanks to Gerhard Berghofer for pointing out this issue.
7947
7948     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7949
7950 commit 61151cccb660cdb06a07fb283de6089913d7bde0
7951 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7952 Date:   Thu Apr 19 10:10:11 2007 +0200
7953
7954     ATSTK1000: Fix potential flash programming bug
7955
7956     The (now obsolete) atngw100 flash programming code was having problems
7957     programming the onboard at49bv642 chip. The atstk1000 flash
7958     programming code may have the same bug, so import fix for this problem
7959     from the AVR32 Linux BSP.
7960
7961     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7962
7963 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
7964 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7965 Date:   Thu Nov 22 17:04:13 2007 +0100
7966
7967     ATSTK1004: Fix comment about default load address
7968
7969     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
7970     wouldn't have worked anyway since the board can only access 4MB of
7971     SDRAM.
7972
7973     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7974
7975 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
7976 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7977 Date:   Thu Nov 22 17:01:24 2007 +0100
7978
7979     ATSTK1002: Use SDRAM + 4MB as default load address
7980
7981     Many people run into problems when they compile a big kernel and load
7982     the uImage at the default SDRAM + 2MB address as the kernel will
7983     overwrite the uImage as it is being unpacked. Increase the default
7984     load address so that we can load a 4MB kernel image without any
7985     problems.
7986
7987     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7988
7989 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
7990 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7991 Date:   Thu Nov 22 16:51:39 2007 +0100
7992
7993     ATNGW100: Fix default mtest range
7994
7995     Let mtest cover the whole SDRAM except the last megabyte, which is
7996     where u-boot lives.
7997
7998     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7999
8000 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
8001 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8002 Date:   Tue Jan 22 15:31:56 2008 +0900
8003
8004     sh: Fix register address of SH7722.
8005
8006     The address of SH7722 is wrong by old document.
8007     This patch fixes this problem.
8008
8009     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8010
8011 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
8012 Author: Mike Frysinger <vapier@gentoo.org>
8013 Date:   Mon Feb 4 19:26:57 2008 -0500
8014
8015     new command for displaying strings at specified memory locations
8016
8017     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8018
8019 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
8020 Author: Mike Frysinger <vapier@gentoo.org>
8021 Date:   Mon Feb 4 19:26:57 2008 -0500
8022
8023     rewrite/cleanup Blackfin RTC driver
8024
8025     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8026
8027 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
8028 Author: Mike Frysinger <vapier@gentoo.org>
8029 Date:   Mon Feb 4 19:26:57 2008 -0500
8030
8031     generate u-boot.ldr for Blackfin targets
8032
8033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8034
8035 commit b779f7a59530436040f157f7841db7ab796542df
8036 Author: Mike Frysinger <vapier@gentoo.org>
8037 Date:   Mon Feb 4 19:26:57 2008 -0500
8038
8039     scrub unused symbols
8040
8041     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8042
8043 commit cc2977acc3bbbb7850f16645dd1081f95335868d
8044 Author: Mike Frysinger <vapier@gentoo.org>
8045 Date:   Mon Feb 4 19:26:57 2008 -0500
8046
8047     move Blackfin cpu object list to respective cpu directories
8048
8049     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8050
8051 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
8052 Author: Mike Frysinger <vapier@gentoo.org>
8053 Date:   Mon Feb 4 19:26:57 2008 -0500
8054
8055     interface to Blackfin on-chip One-Time-Programmable memory
8056
8057     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8058
8059 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
8060 Author: Mike Frysinger <vapier@gentoo.org>
8061 Date:   Mon Feb 4 19:26:56 2008 -0500
8062
8063     add support for memory commands with Blackfin L1 instruction memory
8064
8065     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8066
8067 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
8068 Author: Mike Frysinger <vapier@gentoo.org>
8069 Date:   Mon Feb 4 19:26:56 2008 -0500
8070
8071     use C code rather than inline assembly
8072
8073     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8074
8075 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
8076 Author: Mike Frysinger <vapier@gentoo.org>
8077 Date:   Mon Feb 4 19:26:56 2008 -0500
8078
8079     add Blackfin-specific reginfo command
8080
8081     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8082
8083 commit 0858b835e7ea501ea084d34cef75932f098342bb
8084 Author: Mike Frysinger <vapier@gentoo.org>
8085 Date:   Mon Feb 4 19:26:55 2008 -0500
8086
8087     add support for Blackfin symbol prefixes to examples
8088
8089     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8090
8091 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
8092 Author: Mike Frysinger <vapier@gentoo.org>
8093 Date:   Mon Feb 4 19:26:55 2008 -0500
8094
8095     add Blackfin-specific bdinfo command
8096
8097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8098
8099 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
8100 Author: Mike Frysinger <vapier@gentoo.org>
8101 Date:   Mon Feb 4 19:26:55 2008 -0500
8102
8103     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
8104
8105     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8106
8107 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
8108 Author: Mike Frysinger <vapier@gentoo.org>
8109 Date:   Mon Feb 4 19:26:55 2008 -0500
8110
8111     unify the Blackfin board targets
8112
8113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8114
8115 commit d4d7730853e5d675f76ec666807da3028c91d592
8116 Author: Mike Frysinger <vapier@gentoo.org>
8117 Date:   Mon Feb 4 19:26:55 2008 -0500
8118
8119     punt Blackfin VDSP headers and import sanitized/auto-generated ones
8120
8121     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8122
8123 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
8124 Author: Mike Frysinger <vapier@gentoo.org>
8125 Date:   Mon Feb 4 19:26:54 2008 -0500
8126
8127     always pull in asm/blackfin.h for Blackfin ports
8128
8129     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8130
8131 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
8132 Author: Mike Frysinger <vapier@gentoo.org>
8133 Date:   Mon Feb 4 19:26:54 2008 -0500
8134
8135     add missing __raw versions of Blackfin read/write io functions
8136
8137     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8138
8139 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
8140 Author: Mike Frysinger <vapier@gentoo.org>
8141 Date:   Mon Feb 4 19:26:54 2008 -0500
8142
8143     add the default Blackfin logo used by Blackfin boards with splash screens
8144
8145     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8146
8147 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
8148 Author: Mike Frysinger <vapier@gentoo.org>
8149 Date:   Mon Feb 4 19:26:54 2008 -0500
8150
8151     add some more Blackfin docs
8152
8153     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8154
8155 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
8156 Author: Mike Frysinger <vapier@gentoo.org>
8157 Date:   Mon Feb 4 19:26:54 2008 -0500
8158
8159     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
8160
8161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8162
8163 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
8164 Author: Mike Frysinger <vapier@gentoo.org>
8165 Date:   Mon Feb 4 19:26:54 2008 -0500
8166
8167     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
8168
8169     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8170
8171 commit b45264ee85cbd92020640a32e02fb434fd557108
8172 Author: Mike Frysinger <vapier@gentoo.org>
8173 Date:   Mon Feb 4 19:26:53 2008 -0500
8174
8175     add gitignores for Blackfin pieces
8176
8177     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8178
8179 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
8180 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8181 Date:   Fri Jan 18 01:14:03 2008 +0100
8182
8183     TFTP: add host ip addr support
8184
8185     allow to use a different server as set in serverip
8186     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
8187     if not defined the max length will be at 128
8188
8189     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8190
8191 commit e56b4b494cd92def577969f9678395aa22d34c9f
8192 Author: Timur Tabi <timur@freescale.com>
8193 Date:   Wed Jan 9 14:35:26 2008 -0600
8194
8195     85xx,86xx: Determine I2C clock frequencies and store in global_data
8196
8197     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
8198
8199     Update the get_clocks() function in 85xx and 86xx to determine the I2C
8200     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
8201
8202     Signed-off-by: Timur Tabi <timur@freescale.com>
8203
8204 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
8205 Author: Wolfgang Denk <wd@denx.de>
8206 Date:   Thu Dec 27 10:56:54 2007 +0100
8207
8208     OMAP5912: fix FIFO handling in UART driver
8209
8210     According to the OMAP5912 Serial Interfaces Reference Guide (see
8211     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
8212     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
8213     changed when the baud clock is not running, i. e. when both DLL and
8214     DLH are set to 0.
8215
8216     Thus make sure that DLL and DLH are 0 when writing the FCR.
8217
8218     Signed-off-by: Wolfgang Denk <wd@denx.de>
8219
8220 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
8221 Author: Harald Welte <laforge@openmoko.org>
8222 Date:   Wed Dec 19 15:10:52 2007 +0100
8223
8224     ARM: S3C24x0 SoC NAND controller support
8225
8226     This patch adds NAND support to the S3C24x0 SoC code in u-boot
8227
8228     Signed-off-by: Harald Welte <laforge@openmoko.org>
8229
8230 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
8231 Author: Harald Welte <laforge@openmoko.org>
8232 Date:   Wed Dec 19 14:24:40 2007 +0100
8233
8234     ARM: s3c24xx: Multiple serial port support
8235
8236     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
8237
8238     Signed-off-by: Harald Welte <laforge@openmoko.org>
8239
8240 commit a25f72f1f73a11de68251fb88c89991e202e68fa
8241 Author: Harald Welte <laforge@openmoko.org>
8242 Date:   Wed Dec 19 14:16:57 2007 +0100
8243
8244     ARM: arm920t: Allow use of 'gd' pointer from IRQ
8245
8246     This patch allows us to use the 'gd' pointer (and thus environment
8247     and everything else associated with it) from interrupt context on
8248     arm920t.
8249
8250     Signed-off-by: Harald Welte <laforge@openmoko.org>
8251
8252 commit be19bd5cd0f454b63298844a0b5377e029b2caad
8253 Author: Harald Welte <laforge@openmoko.org>
8254 Date:   Wed Dec 19 14:19:38 2007 +0100
8255
8256     ARM: arm920/s3c24xx: IRQ demulitplexer callback
8257
8258     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
8259     plus a stub implementation of it for the S3C2410.
8260
8261     The purpose is to allow arm920t implementations such as the s3c24x0 to
8262     implement interrupt handlers in u-boot without having to touch core
8263     arm920t code.
8264
8265     Signed-off-by: Harald Welte <laforge@openmoko.org>
8266
8267 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
8268 Author: Hebbar <gururajakr@sanyo.co.in>
8269 Date:   Tue Dec 18 16:03:07 2007 -0800
8270
8271     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
8272
8273     Add ifdef to bdinfo command to display ethernet information
8274     only if CONFIG_CMD_NET is defined for arm modules.
8275
8276     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
8277
8278 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
8279 Author: Hebbar <gururajakr@sanyo.co.in>
8280 Date:   Tue Dec 18 16:00:54 2007 -0800
8281
8282     ARM: add I2C init function call in lib_arm/board.c
8283
8284     Adds I2C init func call to init sequence for ARM boards. This is
8285     present in ppc,blackfin and other processor init sequence.
8286
8287     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
8288
8289 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
8290 Author: Stefan Roese <sr@denx.de>
8291 Date:   Fri Feb 1 09:38:29 2008 +0100
8292
8293     ppc4xx: Fix ndfc HW ECC byte order
8294
8295     The current ndfc HW ECC implementation swaps the first two ECC bytes.
8296     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
8297     so this swapping in the HW ECC driver is bogus. This patch fixes this
8298     problem and now really uses the SMC ECC byte order.
8299
8300     Thanks to Sean MacLennan for pointing this out.
8301
8302     Signed-off-by: Stefan Roese <sr@denx.de>
8303
8304 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
8305 Author: Stefan Roese <sr@denx.de>
8306 Date:   Wed Jan 30 15:35:50 2008 +0100
8307
8308     ppc4xx: Fix GPIO configuration for pcs440ep
8309
8310     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
8311     49-63 for GPIO. They have been configured as trace signals. This patch
8312     fixes this by clearing the corresponding bit.
8313
8314     Signed-off-by: Stefan Roese <sr@denx.de>
8315
8316 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
8317 Author: Stefan Roese <sr@denx.de>
8318 Date:   Wed Jan 30 14:48:28 2008 +0100
8319
8320     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
8321
8322     Signed-off-by: Stefan Roese <sr@denx.de>
8323
8324 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
8325 Author: Ladislav Michl <ladis@linux-mips.org>
8326 Date:   Fri Dec 7 00:42:32 2007 +0100
8327
8328     ARM: Board voiceblue update
8329
8330     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
8331
8332 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
8333 Author: Ladislav Michl <ladis@linux-mips.org>
8334 Date:   Thu Dec 6 23:24:57 2007 +0100
8335
8336     ARM: AT91RM9200 based boards config cleanup
8337
8338     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
8339
8340     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
8341     indentation.
8342
8343 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
8344 Author: Ladislav Michl <ladis@linux-mips.org>
8345 Date:   Thu Dec 6 22:59:16 2007 +0100
8346
8347     ARM: Fix at91rm9200dk base address
8348
8349     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
8350     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
8351     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
8352     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
8353     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
8354     I'm sending this patch 4th (!) time in hope it produces at least some
8355     reaction.
8356
8357     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
8358
8359     Fix at91rm9200dk base and environment address.
8360
8361 commit c95219fae2a7add7daa2f91aedca65b1698465c7
8362 Author: stefano babic <sbabic@denx.de>
8363 Date:   Tue Nov 20 10:40:24 2007 +0100
8364
8365     MMC for PXA 27X (resubmit)
8366
8367     MMC support for X_Scale PXA is broken and does not work.
8368     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
8369     There were already some patches around the world but none of them was
8370     merged into the official u-boot tree.
8371
8372     This patch makes order fixing this issue. Resubmit after code cleanup.
8373
8374     Applied and tested on PXA 270 (TrizepsIV module).
8375
8376     Signed-off-by: Stefano Babic <sbabic@denx.de>
8377
8378 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
8379 Author: stefano babic <sbabic@denx.de>
8380 Date:   Tue Nov 20 10:37:04 2007 +0100
8381
8382     Fix gcc issues in pxa-regs.h
8383
8384     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
8385     issues generates wrong code.
8386     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
8387     This patch fixes the problem and solves the gcc-4 issues as the linux
8388     kernel does.
8389
8390     Signed-off-by: Stefano Babic <sbabic@denx.de>
8391     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
8392
8393 commit 7047b388876e7b905b2ec4edb8010543e3641b85
8394 Author: Jens Gehrlein <sew_s@tqs.de>
8395 Date:   Tue Jan 29 08:45:03 2008 +0100
8396
8397     TQM834x: enable DHCP
8398
8399     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
8400     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8401
8402 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
8403 Author: Jens Gehrlein <sew_s@tqs.de>
8404 Date:   Tue Jan 29 08:45:02 2008 +0100
8405
8406     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
8407
8408     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
8409     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8410
8411 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
8412 Author: Ben Warren <biggerbadderben@gmail.com>
8413 Date:   Sat Jan 26 23:41:19 2008 -0500
8414
8415     Fix conditional compilation of mpx8xxx_spi driver
8416
8417     This driver should only compile if CONFIG_MPC8XXX_SPI is set
8418
8419     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8420     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8421
8422 commit 63f732d3d3880feb531f48af247c025bf01462b0
8423 Author: Rafal Jaworowski <raj@semihalf.com>
8424 Date:   Tue Jan 29 17:00:34 2008 +0100
8425
8426     API: Provide dummy halt() in the glue layer.
8427
8428     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
8429
8430     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
8431
8432 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
8433 Author: Rafal Jaworowski <raj@semihalf.com>
8434 Date:   Tue Jan 29 16:57:38 2008 +0100
8435
8436     API: Convert conditional building to the new scheme.
8437
8438     This fixes a build breakage with CONFIG_API enabled, which appeared after
8439     the recent changes in the U-Boot build system.
8440
8441     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
8442
8443 commit 98b742489c09780be6a832eeaa4e5eff824792bb
8444 Author: Wolfgang Denk <wd@denx.de>
8445 Date:   Fri Jan 25 09:56:17 2008 +0100
8446
8447     inka4x0: remove dead code
8448
8449     Signed-off-by: Wolfgang Denk <wd@denx.de>
8450
8451 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
8452 Author: Becky Bruce <becky.bruce@freescale.com>
8453 Date:   Wed Jan 23 16:31:06 2008 -0600
8454
8455     86xx: Add reginfo command
8456
8457     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8458
8459 commit ddcebcb638715a6278da93b553d5016f99823816
8460 Author: Becky Bruce <becky.bruce@freescale.com>
8461 Date:   Wed Jan 23 16:31:05 2008 -0600
8462
8463     86xx: Add print_laws function to fsl_law.c
8464
8465     This can be used for debug, and will be used by board code
8466     to help implement reginfo.
8467
8468     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8469
8470 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
8471 Author: Becky Bruce <becky.bruce@freescale.com>
8472 Date:   Wed Jan 23 16:31:04 2008 -0600
8473
8474     86xx: Remove old-style law setup code
8475
8476     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
8477
8478     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8479
8480 commit 713d8186649dae874613d495b0cecaa039a98b30
8481 Author: Becky Bruce <becky.bruce@freescale.com>
8482 Date:   Wed Jan 23 16:31:03 2008 -0600
8483
8484     86xx: Convert sbc8641d to use new law setup code.
8485
8486     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8487
8488 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
8489 Author: Becky Bruce <becky.bruce@freescale.com>
8490 Date:   Wed Jan 23 16:31:02 2008 -0600
8491
8492     86xx: Convert mpc8610hpcd to new law setup method.
8493
8494     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8495
8496 commit 4933b91f8a49e436681f163df3173beb91cac44a
8497 Author: Becky Bruce <becky.bruce@freescale.com>
8498 Date:   Wed Jan 23 16:31:01 2008 -0600
8499
8500     86xx: Support new law setup method and convert mpc8641
8501
8502     Adds the support code in cpu/mpc86xx for the new law setup code
8503     recently created fsl_law.c, and changes the MPC8641HPCN config
8504     to use this code.
8505
8506     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8507
8508 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
8509 Author: Becky Bruce <becky.bruce@freescale.com>
8510 Date:   Wed Jan 23 16:31:00 2008 -0600
8511
8512     86xx: Rearrange the sequence in start.S
8513
8514     * split the BAT initialization so that only 2 BATs (for the boot page
8515     and stack) are programmed very early on.  The rest are initialized later.
8516     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
8517     after translation has been enabled.
8518
8519     These changes will facilitate the moving of law and BAT initialization
8520     to C code, and will aid with 36-bit physical addressing support.
8521
8522     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8523
8524 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
8525 Author: Wolfgang Denk <wd@denx.de>
8526 Date:   Wed Jan 23 14:41:37 2008 +0100
8527
8528     Coding Style Cleanup; update CHANGELOG
8529
8530     Signed-off-by: Wolfgang Denk <wd@denx.de>
8531
8532 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
8533 Author: Wolfgang Denk <wd@denx.de>
8534 Date:   Wed Jan 23 14:31:17 2008 +0100
8535
8536     Coding Style Cleanup; update CHANGELOG
8537
8538     Signed-off-by: Wolfgang Denk <wd@denx.de>
8539
8540 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
8541 Author: Dave Liu <r63238@freescale.com>
8542 Date:   Fri Jan 18 10:07:04 2008 +0800
8543
8544     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
8545
8546     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
8547     cause the 83xx immap broken, so the DMA and PCI will
8548     be failed.
8549
8550     The patch fix the struct spi8xxx and rm struct spi83xx.
8551
8552     Signed-off-by: Dave Liu <daveliu@freescale.com>
8553     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8554
8555 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
8556 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
8557 Date:   Sat Apr 14 17:11:49 2007 +0200
8558
8559     AVR32: ATNGW100 board support
8560
8561     Add support for the ATNGW100 Network Gateway reference design,
8562     including flash, ethernet and MMC support.
8563
8564     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
8565
8566 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
8567 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
8568 Date:   Sat Nov 24 18:15:31 2007 +0100
8569
8570     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
8571
8572     I don't know why the relevant layers can't do this by itself, but this
8573     is what ppc does.
8574
8575     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
8576
8577 commit 799891ef7b1b3432032ec23466df6b665a797fa4
8578 Author: Michael Schwingen <michael@schwingen.org>
8579 Date:   Fri Jan 18 00:04:28 2008 +0100
8580
8581     Add AcTux board support
8582
8583     Hi,
8584
8585     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
8586     files that
8587     contain changes for multiple boards, the board-specific files follow as
8588     separate patches.
8589
8590     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8591
8592 commit 66a4344a4d910a11125df7768899ad529719855e
8593 Author: Michael Schwingen <michael@schwingen.org>
8594 Date:   Wed Jan 16 19:53:23 2008 +0100
8595
8596     add AcTux-4 board support
8597
8598     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8599
8600 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
8601 Author: Michael Schwingen <michael@schwingen.org>
8602 Date:   Wed Jan 16 19:51:55 2008 +0100
8603
8604     add AcTux-3 board support
8605
8606     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8607
8608 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
8609 Author: Michael Schwingen <michael@schwingen.org>
8610 Date:   Wed Jan 16 19:51:14 2008 +0100
8611
8612     add AcTux-2 board support
8613
8614     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8615
8616 commit ea99e8f05b7240fd657739e286664664ae160abe
8617 Author: Michael Schwingen <michael@schwingen.org>
8618 Date:   Wed Jan 16 19:50:37 2008 +0100
8619
8620     add AcTux-1 board support
8621
8622     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8623
8624 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
8625 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8626 Date:   Mon Jan 14 19:20:08 2008 +0100
8627
8628     ARM: remove useless function board_post_init
8629
8630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8631
8632 commit 96bd462942022e4569b582c072a0ed26de1cd19b
8633 Author: Michael Schwingen <michael@schwingen.org>
8634 Date:   Thu Jan 10 14:59:46 2008 +0100
8635
8636     IXP: enable RTS
8637
8638     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
8639     No handshaking is done, but the active RTS signal allows to
8640     connect to the target using a PC which is using RTS/CTS
8641     handshake, and does no harm if the PC is set to ignore RTS.
8642
8643     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8644
8645 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
8646 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8647 Date:   Mon Jan 7 08:41:34 2008 +0100
8648
8649     IXP: add dynamic microcode addr
8650
8651     allow to load the microde from flash or ram by download it through
8652     the serial or other.
8653
8654     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8655     Acked-by: Stefan Roese <sr@denx.de>
8656
8657 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
8658 Author: Michael Schwingen <michael@schwingen.org>
8659 Date:   Sat Nov 10 15:44:12 2007 +0100
8660
8661     load ixp42x NPE firmware from separate flash block, remove dead code
8662
8663     Hi,
8664
8665     the following patch adds support to move the IXP42X NPE firmware to a
8666     separate flash block, whose start address is defined in
8667     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
8668     NPE-enabled u-boot without copyright problems due to the NPE firmware.
8669
8670     I hope the patch applies, I get whitespace-related differences in the NPE
8671     files due to trailing whitespace in the original versions.
8672
8673     Signed-off-by: Michael Schwingen <michael@schwingen.org>
8674     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8675
8676 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
8677 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8678 Date:   Tue Jan 15 14:15:46 2008 -0600
8679
8680     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
8681
8682     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8683     Signed-off by: John Rigby <jrigby@freescale.com>
8684
8685 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
8686 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8687 Date:   Tue Jan 15 14:02:49 2008 -0600
8688
8689     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
8690
8691     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8692     Signed-off by: John Rigby <jrigby@freescale.com>
8693
8694 commit 777d1abd9796f1c2e148417cc10657e847d318ce
8695 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8696 Date:   Tue Jan 15 14:00:25 2008 -0600
8697
8698     ColdFire: Add MCF547x_8x FEC driver
8699
8700     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8701     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8702     Signed-off by: John Rigby <jrigby@freescale.com>
8703
8704 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
8705 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8706 Date:   Tue Jan 15 13:54:09 2008 -0600
8707
8708     ColdFire: Add MCF547x_8x dma code and header files
8709
8710     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8711     Signed-off by: John Rigby <jrigby@freescale.com>
8712
8713 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
8714 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8715 Date:   Tue Jan 15 13:52:03 2008 -0600
8716
8717     ColdFire: Add MCF547x_8x dma code - 2
8718
8719     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8720     Signed-off by: John Rigby <jrigby@freescale.com>
8721
8722 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
8723 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8724 Date:   Tue Jan 15 13:48:52 2008 -0600
8725
8726     ColdFire: Add MCF547x_8x dma code - 1
8727
8728     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8729     Signed-off by: John Rigby <jrigby@freescale.com>
8730
8731 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
8732 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8733 Date:   Tue Jan 15 13:39:44 2008 -0600
8734
8735     ColdFire: Add MCF547x_8x related header files
8736
8737     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8738     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8739     Signed-off by: John Rigby <jrigby@freescale.com>
8740
8741 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
8742 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8743 Date:   Tue Jan 15 13:37:34 2008 -0600
8744
8745     ColdFire: Add MCF547x_8x cpu arch
8746
8747     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8748     Signed-off by: John Rigby <jrigby@freescale.com>
8749
8750 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
8751 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8752 Date:   Mon Jan 14 17:47:23 2008 -0600
8753
8754     ColdFire: Add MCF5227x cpu and M52277EVB support-3
8755
8756     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8757     Signed-off by: John Rigby <jrigby@freescale.com>
8758
8759 commit c87581027994c148131b2f11aa75501f782ec19a
8760 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8761 Date:   Mon Jan 14 17:46:19 2008 -0600
8762
8763     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
8764
8765     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8766     Signed-off by: John Rigby <jrigby@freescale.com>
8767
8768 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
8769 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8770 Date:   Mon Jan 14 17:43:33 2008 -0600
8771
8772     ColdFire: Add MCF5227x cpu and M52277EVB support-1
8773
8774     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8775     Signed-off by: John Rigby <jrigby@freescale.com>
8776
8777 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
8778 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8779 Date:   Mon Jan 14 17:35:44 2008 -0600
8780
8781     ColdFire: Fix CFI Flash low level Read/Write macro
8782
8783     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8784     Signed-off by: John Rigby <jrigby@freescale.com>
8785
8786 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
8787 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8788 Date:   Mon Jan 14 17:23:08 2008 -0600
8789
8790     ColdFire: Add M5373EVB platform support - 2
8791
8792     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8793     Signed-off by: John Rigby <jrigby@freescale.com>
8794
8795 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
8796 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8797 Date:   Mon Jan 14 17:19:54 2008 -0600
8798
8799     ColdFire: Add M5373EVB platform support - 1
8800
8801     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8802     Signed-off by: John Rigby <jrigby@freescale.com>
8803
8804 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
8805 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8806 Date:   Mon Jan 14 17:17:03 2008 -0600
8807
8808     ColdFire: Update FlexBus CS for MCF532x
8809
8810     Definition update and change from 16bit to 32bit
8811
8812     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8813     Signed-off by: John Rigby <jrigby@freescale.com>
8814
8815 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
8816 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8817 Date:   Mon Jan 14 17:11:47 2008 -0600
8818
8819     ColdFire: PCI and misc updates for MCF5445x
8820
8821     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8822     Signed-off by: John Rigby <jrigby@freescale.com>
8823
8824 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
8825 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8826 Date:   Mon Jan 14 17:06:55 2008 -0600
8827
8828     ColdFire: MCF5445x header files cleanup
8829
8830     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8831     Signed-off by: John Rigby <jrigby@freescale.com>
8832
8833 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
8834 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8835 Date:   Mon Jan 14 16:59:42 2008 -0600
8836
8837     ColdFire: MCF532x header files cleanup
8838
8839     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8840     Signed-off by: John Rigby <jrigby@freescale.com>
8841
8842 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
8843 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8844 Date:   Mon Jan 14 15:30:15 2008 -0600
8845
8846     ColdFire: Add modules header files
8847
8848     Add CF specific modules header files
8849
8850     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8851     Signed-off-by: John Rigby <jrigby@freescale.com>
8852
8853 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
8854 Author: Kim Phillips <kim.phillips@freescale.com>
8855 Date:   Thu Jan 17 12:48:00 2008 -0600
8856
8857     codingstyle cleanup for spi driver
8858
8859     ..and rm unused CONFIG_FSL_SPI define
8860
8861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8862
8863 commit d59feffb42c9f174116db7a82a311df98983dfce
8864 Author: Haiying Wang <Haiying.Wang@freescale.com>
8865 Date:   Wed Jan 16 17:12:12 2008 -0500
8866
8867     FSL: Fix common EEPROM_data structure definition
8868
8869     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
8870     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
8871       bd->bi_ethaddr.
8872
8873     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8874
8875 commit 6bee764bd6da510a4aad614880300c968bc7318d
8876 Author: Timur Tabi <timur@freescale.com>
8877 Date:   Wed Jan 16 15:48:12 2008 -0600
8878
8879     86xx: enable command-line editing
8880
8881     Enable command-line editing for all MPC86xx boards.
8882
8883     Signed-off-by: Timur Tabi <timur@freescale.com>
8884
8885 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
8886 Author: Ben Warren <biggerbadderben@gmail.com>
8887 Date:   Wed Jan 16 22:37:42 2008 -0500
8888
8889     Implement hard SPI driver on MPC8349EMDS
8890
8891     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
8892     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
8893
8894     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8895     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8896
8897 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
8898 Author: Ben Warren <biggerbadderben@gmail.com>
8899 Date:   Wed Jan 16 22:37:35 2008 -0500
8900
8901     Add support for a Freescale non-CPM SPI controller
8902
8903     This patch adds support for the SPI controller found on Freescale PowerPC
8904     processors such as the MCP834x family.  Additionally, a new config option,
8905     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
8906
8907     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8909
8910 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
8911 Author: Dave Liu <r63238@freescale.com>
8912 Date:   Thu Jan 17 18:23:19 2008 +0800
8913
8914     mpc83xx: Fix the fatal conflict of merge
8915
8916     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
8917     will cause the mpc8315erdb board can't boot up.
8918
8919     The patch fix that bug, and remove the duplicated #ifdef
8920     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
8921     MPC8313E processor.
8922
8923     Signed-off-by: Dave Liu <daveliu@freescale.com>
8924     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8925
8926 commit 3259eeaa4148125a81417477f62c05bd67f60587
8927 Author: Larry Johnson <lrj@acm.org>
8928 Date:   Thu Jan 17 08:50:09 2008 -0500
8929
8930     Merge Sequoia beautification into Korat code
8931
8932     Signed-off-by: Larry Johnson <lrj@acm.org>
8933
8934 commit e16925773211291b562e77187061e9dd1d757217
8935 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8936 Date:   Thu Jan 17 07:45:05 2008 +0100
8937
8938     net: add 'ethrotate' environment variable
8939
8940     [PATCH] net: add 'ethrotate' environment variable
8941
8942     This patch replaces the buildtime configuration option
8943     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
8944     configuration veriable. See README.
8945
8946     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8947     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8948
8949 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
8950 Author: Stefan Roese <sr@denx.de>
8951 Date:   Thu Jan 17 14:29:04 2008 +0100
8952
8953     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
8954
8955     Signed-off-by: Stefan Roese <sr@denx.de>
8956
8957 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
8958 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8959 Date:   Thu Jan 17 18:07:32 2008 +0900
8960
8961     sh: Remove CONFIG_COMMANDS from MS7720SE config file
8962
8963     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8964
8965 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
8966 Author: Niklaus Giger <niklaus.giger@netstal.com>
8967 Date:   Wed Jan 16 18:39:20 2008 +0100
8968
8969     ppc4xx: Netstal HCU4 board: added various fixes and POST
8970
8971     - Moved some common code to netstal/common/nm_bsp.c.
8972     - sdram initialisation goes go netstal/common/fixed_sdram.c.
8973     - Added support for POST.
8974     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
8975
8976     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8977
8978 commit 69b0634a4ee98c9791815600d43b99f626a952f3
8979 Author: Niklaus Giger <niklaus.giger@netstal.com>
8980 Date:   Thu Jan 17 12:53:56 2008 +0100
8981
8982     ppc4xx: netstal/common define routines used by all boards
8983
8984     Added some routines used by all Netstal boards:
8985     - nm_bsp.c: - nm_show_print and
8986             -  common_misc_init_r
8987             - set_params_for_sw_install. Very specific code to handle our SW
8988               installation procedure
8989     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
8990       to handle sdram initialization.
8991     - nm.h: Common header
8992
8993     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8994
8995 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
8996 Author: Niklaus Giger <niklaus.giger@netstal.com>
8997 Date:   Wed Jan 16 18:39:18 2008 +0100
8998
8999     ppc4xx: Netstal HCU5 board: added various fixes and POST
9000
9001     - Moved some common code to nestal/common/nm_bsp.c.
9002     - Added support for the vxWorks EDR.
9003     - Enable trace for Lauterbach, if present.
9004     - Added support for POST.
9005     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
9006
9007     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9008
9009 commit 4371090e5da77edc7bf9f296364db4801639d9c4
9010 Author: Niklaus Giger <niklaus.giger@netstal.com>
9011 Date:   Wed Jan 16 18:39:08 2008 +0100
9012
9013     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
9014
9015     - Various fixes
9016     - Reduced rom_size from 384 to 320 kB
9017     - Environment is now in flash
9018     - Added POST
9019     - Support for OF
9020
9021     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9022
9023 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
9024 Author: Niklaus Giger <niklaus.giger@netstal.com>
9025 Date:   Wed Jan 16 18:37:50 2008 +0100
9026
9027     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
9028
9029     - Various fixes
9030     - Reduced rom_size from 384 to 320 kB
9031     - Environment is now in flash
9032     - Added POST
9033     - Support for OF
9034
9035     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9036
9037 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
9038 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9039 Date:   Thu Jan 17 10:53:08 2008 +0100
9040
9041     ppc4xx: Complete DU440 board support
9042
9043     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9044
9045 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
9046 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9047 Date:   Thu Jan 17 10:52:30 2008 +0100
9048
9049     ppc4xx: Add DU440 board support
9050
9051     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9052
9053 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
9054 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9055 Date:   Thu Jan 17 15:53:52 2008 +0900
9056
9057     sh: Update SuperH SCIF driver
9058
9059     This patch fixed wrong SH7720 CPU macro and changed macro that
9060     calculated value of SCBRR register.
9061
9062     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9063
9064 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
9065 Author: Grzegorz Bernacki <gjb@semihalf.com>
9066 Date:   Wed Jan 16 15:12:47 2008 +0100
9067
9068     Set ips dividor to 1/4 of csb clock.
9069
9070     Previous setting cause ips clock to be out of spec. This bug was found by John
9071     Rigby from Freescale.
9072
9073     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
9074
9075 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
9076 Author: Kumar Gala <galak@kernel.crashing.org>
9077 Date:   Thu Jan 17 02:19:18 2008 -0600
9078
9079     85xx: Get ride of old TLB setup code
9080
9081     Now that all boards have been converted, remove old config code and the
9082     config option for the new style.
9083
9084     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9085
9086 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
9087 Author: Kumar Gala <galak@kernel.crashing.org>
9088 Date:   Thu Jan 17 02:02:10 2008 -0600
9089
9090     85xx: Convert TQM85xx to new TLB setup
9091
9092     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9093
9094 commit 74121b470c14f7eaf284ee838bffca6f9521069e
9095 Author: Kumar Gala <galak@kernel.crashing.org>
9096 Date:   Thu Jan 17 01:56:32 2008 -0600
9097
9098     85xx: Convert STXGP3 & STXSSA to new TLB setup
9099
9100     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9101
9102 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
9103 Author: Kumar Gala <galak@kernel.crashing.org>
9104 Date:   Thu Jan 17 01:44:34 2008 -0600
9105
9106     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
9107
9108     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9109
9110 commit 818218bac6a11591e2542c344d2330e0f4e1968b
9111 Author: Kumar Gala <galak@kernel.crashing.org>
9112 Date:   Thu Jan 17 01:31:34 2008 -0600
9113
9114     85xx: Convert PM854/PM856 to new TLB setup
9115
9116     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9117
9118 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
9119 Author: Kumar Gala <galak@kernel.crashing.org>
9120 Date:   Thu Jan 17 01:25:33 2008 -0600
9121
9122     85xx: Convert MPC8540EVAL to new TLB setup
9123
9124     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9125
9126 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
9127 Author: Kumar Gala <galak@kernel.crashing.org>
9128 Date:   Thu Jan 17 01:12:22 2008 -0600
9129
9130     85xx: Convert MPC8568 MDS to new TLB setup
9131
9132     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9133
9134 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
9135 Author: Kumar Gala <galak@kernel.crashing.org>
9136 Date:   Thu Jan 17 01:01:09 2008 -0600
9137
9138     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
9139
9140     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9141
9142 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
9143 Author: Kumar Gala <galak@kernel.crashing.org>
9144 Date:   Thu Jan 17 00:52:29 2008 -0600
9145
9146     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
9147
9148     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9149
9150 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
9151 Author: Kumar Gala <galak@kernel.crashing.org>
9152 Date:   Thu Jan 17 00:32:17 2008 -0600
9153
9154     85xx: Convert ATUM8548 to new TLB setup
9155
9156     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9157
9158 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
9159 Author: Kumar Gala <galak@kernel.crashing.org>
9160 Date:   Wed Jan 16 23:11:57 2008 -0600
9161
9162     85xx: Convert MPC8544 DS to new TLB setup
9163
9164     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9165
9166 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
9167 Author: Kumar Gala <galak@kernel.crashing.org>
9168 Date:   Wed Jan 16 22:38:34 2008 -0600
9169
9170     85xx: Reworked initial processor init
9171
9172     Reworked the initial processor initialzation sequence:
9173     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
9174     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
9175     * Reworked initial asm code to do most of the core init before TLBs
9176
9177     The main reasons for these changes are to allow handling of 36-bit phys
9178     addresses in the future and some of the issues that will exist when we
9179     do that.
9180
9181     There are a few caveats on what can be initialized via the LAW and TLB
9182     static tables:
9183     * TLB entry 14/15 can't be initialized via the TLB table
9184     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
9185       the code that is currently executing.
9186
9187     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9188
9189 commit 44a23cfd6360a68eaa41f945190618a55519eac3
9190 Author: Kumar Gala <galak@kernel.crashing.org>
9191 Date:   Wed Jan 16 22:33:22 2008 -0600
9192
9193     85xx: Introduce new tlb API
9194
9195     Add a set of functions to manipulate TLB entries:
9196      * set_tlb() - write a tlb entry
9197      * invalidate_tlb() - invalidate a tlb array
9198      * disable_tlb() - disable a variable size tlb entry
9199      * init_tlbs() - setup initial tlbs based on static table
9200
9201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9202
9203 commit be88b1699863c262818f3af7f60173b4d48df8fc
9204 Author: Stefan Roese <sr@denx.de>
9205 Date:   Thu Jan 17 07:50:17 2008 +0100
9206
9207     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
9208
9209     Signed-off-by: Stefan Roese <sr@denx.de>
9210
9211 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
9212 Author: Kumar Gala <galak@kernel.crashing.org>
9213 Date:   Wed Jan 16 10:04:42 2008 -0600
9214
9215     85xx: Use proper defines for PCI addresses
9216
9217     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
9218     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
9219     be used for configuring the PCI ATMU.
9220
9221     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9222
9223 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
9224 Author: Kumar Gala <galak@kernel.crashing.org>
9225 Date:   Wed Jan 16 09:22:29 2008 -0600
9226
9227     85xx: Remove old style of LAW init
9228
9229     All boards are now using the new fsl_law code so we can drop the old version.
9230
9231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9232
9233 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
9234 Author: Kumar Gala <galak@kernel.crashing.org>
9235 Date:   Wed Jan 16 09:15:29 2008 -0600
9236
9237     85xx: convert remaining 85xx boards over to use new LAW init code
9238
9239     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
9240     to use new LAW init code.
9241
9242     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9243
9244 commit 572b13afc42710f2957c382a710360429c0e099b
9245 Author: Kumar Gala <galak@kernel.crashing.org>
9246 Date:   Wed Jan 16 09:11:53 2008 -0600
9247
9248     85xx: convert STXGP3/STXSSA over to use new LAW init code
9249
9250     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9251
9252 commit 45f2166ac0233a9263058378f39612bd11f61196
9253 Author: Kumar Gala <galak@kernel.crashing.org>
9254 Date:   Wed Jan 16 09:06:48 2008 -0600
9255
9256     85xx: convert PM854/PM856 over to use new LAW init code
9257
9258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9259
9260 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
9261 Author: Kumar Gala <galak@kernel.crashing.org>
9262 Date:   Wed Jan 16 09:05:27 2008 -0600
9263
9264     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
9265
9266     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9267
9268 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
9269 Author: Kumar Gala <galak@kernel.crashing.org>
9270 Date:   Wed Jan 16 01:45:10 2008 -0600
9271
9272     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
9273
9274     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9275
9276 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
9277 Author: Kumar Gala <galak@kernel.crashing.org>
9278 Date:   Wed Jan 16 01:32:06 2008 -0600
9279
9280     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
9281
9282     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9283
9284 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
9285 Author: Kumar Gala <galak@kernel.crashing.org>
9286 Date:   Wed Jan 16 01:16:16 2008 -0600
9287
9288     85xx: convert MPC8544 DS over to use new LAW init code
9289
9290     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9291
9292 commit 83d40dfd79fe868796275802f60116d84b9e4395
9293 Author: Kumar Gala <galak@kernel.crashing.org>
9294 Date:   Wed Jan 16 01:13:58 2008 -0600
9295
9296     85xx: Move LAW init code into C
9297
9298     Move the initialization of the LAWs into C code and provide an API
9299     to allow modification of LAWs after init.
9300
9301     Board code is responsible to provide a law_table and num_law_entries.
9302
9303     We should be able to use the same code on 86xx as well.
9304
9305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9306
9307 commit bed8ce838a609aaab136d43b25e6df2a520bc854
9308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9309 Date:   Sat Dec 22 15:03:12 2007 +0100
9310
9311     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
9312
9313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9314
9315 commit 0764c164fed6277d359cf132d55187ea34290114
9316 Author: Vlad Lungu <vlad@comsys.ro>
9317 Date:   Wed Jan 16 19:27:51 2008 +0200
9318
9319     MIPS:Target support for qemu -M mips
9320
9321     With serial, NE2000, IDE support. Tested in big-endian mode.
9322     Memory size hard-coded to 128M for now, so don't play with
9323     the -m option.
9324
9325     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
9326
9327 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
9328 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9329 Date:   Fri Jan 11 00:01:37 2008 +0100
9330
9331     Fix nfs command help to reflect that the serverip is optional
9332
9333     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9334     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9335
9336 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
9337 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9338 Date:   Mon Dec 10 22:32:14 2007 +0100
9339
9340     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
9341
9342     and move is_valid_ether_addr board file
9343
9344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9345     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9346
9347 commit c2f896b8fc4722e36915903e1942e138e68ce804
9348 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9349 Date:   Wed Jan 16 16:13:31 2008 +0900
9350
9351     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
9352
9353     rx_status on the memory is basically in LE, but needs to be handled in CPU
9354     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
9355     it'll work fine.
9356
9357     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9358     Cc: Masami Komiya <mkomiya@sonare.it>
9359     Cc: Lucas Jin <lucasjin@gmail.com>
9360     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9361
9362 commit 96a236746fe6a7b84802afb4ed31536696d34812
9363 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9364 Date:   Wed Jan 16 16:12:26 2008 +0900
9365
9366     drivers/net/rtl8139.c: Fix cache coherency issues
9367
9368     Current driver is meant for cache coherent systems. This patch adds
9369     flush_cache() routines to support cache non-coherent systems.
9370
9371     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9372     Cc: Masami Komiya <mkomiya@sonare.it>
9373     Cc: Lucas Jin <lucasjin@gmail.com>
9374     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9375
9376 commit d1276c76c1e2b5035296689280ba1acb2c425104
9377 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9378 Date:   Wed Jan 16 16:11:14 2008 +0900
9379
9380     drivers/net/rtl8139.c: Fix tx timeout
9381
9382     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
9383     does, the condition "(currticks() < to)" becomes invalid and immediately
9384     leads to tx timeout error. This patch introduces the fine-graded udely(10)
9385     loops to ease the impact of wrapping around.
9386
9387     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9388     Cc: Masami Komiya <mkomiya@sonare.it>
9389     Cc: Lucas Jin <lucasjin@gmail.com>
9390     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9391
9392 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
9393 Author: Dave Liu <r63238@freescale.com>
9394 Date:   Fri Jan 11 18:45:28 2008 +0800
9395
9396     TSEC: Add the support for RealTek RTL8211B PHY
9397
9398     Add the support of RealTek RTL8211B PHY, the RTL8211B
9399     PHY only supports RGMII and MII mode.
9400
9401     Signed-off-by: Dave Liu <daveliu@freescale.com>
9402     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9403
9404 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
9405 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9406 Date:   Wed Jan 16 09:40:41 2008 +0100
9407
9408     Remove annoying debug printout for PHY less boards.
9409
9410     PHY less board prints out lots of "read wrong ...":
9411     read wrong value : mii_id 3,mii_reg 2, base e0102320
9412     read wrong value : mii_id 3,mii_reg 3, base e0102320
9413     UEC: PHY is Generic MII (ffffffff)
9414     read wrong value : mii_id 3,mii_reg 4, base e0102320
9415     read wrong value : mii_id 3,mii_reg 0, base e0102320
9416     read wrong value : mii_id 3,mii_reg 1, base e0102320
9417     read wrong value : mii_id 3,mii_reg 1, base e0102320
9418     read wrong value : mii_id 3,mii_reg 5, base e0102320
9419     read wrong value : mii_id 3,mii_reg 1, base e0102320
9420     read wrong value : mii_id 3,mii_reg 1, base e0102320
9421     read wrong value : mii_id 3,mii_reg 5, base e0102320
9422     FSL UEC0: Full Duplex
9423     FSL UEC0: Speed 100BT
9424     FSL UEC0: Link is up
9425     Using FSL UEC0 device
9426
9427     Make this printout depend on UEC_VERBOSE_DEBUG and
9428     remove its definition in uec_phy.c
9429
9430     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9431     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9432
9433 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
9434 Author: Kim Phillips <kim.phillips@freescale.com>
9435 Date:   Tue Jan 15 14:11:00 2008 -0600
9436
9437     net: reduce boot latency on QE UEC based boards
9438
9439     actually polling for PHY autonegotiation to finish enables us to remove the
9440     5 second boot prompt latency present on QE based boards.
9441
9442     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
9443     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
9444     code shamelessly stolen from tsec driver.
9445
9446     also rm unused CONFIG_RMII_MODE code.
9447
9448     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9449     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9450     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9451
9452 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
9453 Author: michael.firth@bt.com <michael.firth@bt.com>
9454 Date:   Wed Jan 16 11:40:51 2008 +0000
9455
9456     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
9457
9458     The current TSEC driver limits MDIO access to the devices that have been configured as attached
9459     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
9460
9461     Signed-off-by: Michael Firth <michael.firth@bt.com>
9462     Acked-by: Andy Fleming <afleming@freescale.com>
9463     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9464
9465 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
9466 Author: Kim Phillips <kim.phillips@freescale.com>
9467 Date:   Wed Jan 16 00:38:05 2008 -0600
9468
9469     Add support for the MPC837xERDB
9470
9471     MPC837xERDB board support includes:
9472     * DDR2 330MHz hardcoded (soldered on the board)
9473     * Local Bus NOR Flash
9474     * I2C, UART and RTC
9475     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
9476     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
9477     *                  load)
9478
9479     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
9480     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
9481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9482
9483 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
9484 Author: Kim Phillips <kim.phillips@freescale.com>
9485 Date:   Wed Jan 16 12:06:16 2008 -0600
9486
9487     mpc83xx: add support for more system clock performance controls
9488
9489     System registers that are modified are the Arbiter Configuration
9490     Register (ACR), the System Priority Control Register (SPCR), and the
9491     System Clock Configuration Register (SCCR).
9492
9493     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
9494     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
9495     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9496
9497 commit 16c3cde050e2d243e62b37486f1558570787beb8
9498 Author: James Yang <james.yang@freescale.com>
9499 Date:   Wed Jan 16 11:58:08 2008 -0600
9500
9501     FSL: Generalize PIXIS reset command parsing.
9502
9503     Before, the order of arguments to the pixis_reset
9504     command needed to be supplied in a hard-coded order.
9505     Generalize the command parsing to allow any order.
9506
9507     Signed-off-by: James Yang <james.yang@freescale.com>
9508     Acked-by: Jon Loeliger <jdl@freescale.com>
9509
9510 commit ad8f8687b78c3e917b173f038926695383c55555
9511 Author: Jon Loeliger <jdl@freescale.com>
9512 Date:   Tue Jan 15 13:42:41 2008 -0600
9513
9514     FSL: Convert board/freescale/common/Makefile to use CONFIG_
9515
9516     Convert the board/freescale/common/Makefile to use
9517     CONFIG_* options to select which files to conditionally
9518     compile into the board/freescale/common library rather
9519     than conditionally compiling entire files.
9520
9521     Now handles::
9522         CONFIG_FSL_PIXIS
9523         CONFIG_FSL_DIU_FB
9524         CONFIG_PQ_MDS_PIB
9525
9526     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
9527
9528     Signed-off-by: Jon Loeliger <jdl@freescale.com>
9529
9530 commit 7c2221eb230372a9e537c4f6636b147b0909325f
9531 Author: Roy Zang <tie-fei.zang@freescale.com>
9532 Date:   Tue Jan 15 16:38:38 2008 +0800
9533
9534     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
9535
9536     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
9537     Remove unused ethernet CONFIG_ options.
9538
9539     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9540     Acked-by: Jon Loeliger <jdl@freescale.com>
9541
9542 commit 711a7946277d2e29af481011e8635e9975c54e45
9543 Author: Kim Phillips <kim.phillips@freescale.com>
9544 Date:   Tue Jan 15 14:05:14 2008 -0600
9545
9546     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
9547
9548     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
9549
9550     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9551
9552 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
9553 Author: Kim Phillips <kim.phillips@freescale.com>
9554 Date:   Tue Jan 15 09:51:12 2008 -0600
9555
9556     mpc83xx: clean up mpc8360emds.c warnings
9557
9558     mpc8360emds.c: In function 'ft_board_setup':
9559     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
9560     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
9561     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
9562     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
9563     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
9564     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
9565
9566     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9567
9568 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
9569 Author: Kim Phillips <kim.phillips@freescale.com>
9570 Date:   Mon Jan 14 16:14:46 2008 -0600
9571
9572     mpc83xx: fix phy-connection-type fixup code
9573
9574     use tree passed to us in local blob, not global fdt.
9575
9576     Also use fdt_path_offset to convert to relative offset, since absolute
9577     reference is needed to check for rgmii-id mode string value.
9578
9579     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9580
9581 commit 2b4c952be7c4357a13e839d48df80853820c33eb
9582 Author: Kumar Gala <galak@kernel.crashing.org>
9583 Date:   Mon Jan 14 09:01:40 2008 -0600
9584
9585     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
9586
9587     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9588     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9589
9590 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
9591 Author: Poonam Aggrwal <b10812@freescale.com>
9592 Date:   Mon Jan 14 09:41:14 2008 +0530
9593
9594     Changes in uboot DDR configuration for MPC8313eRDB
9595
9596     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
9597     DDR configuration in u-boot code. Some are related to performance, some
9598     affect stability and some correct few basic errors in the current
9599     configuration.
9600
9601     The changes have been tested and found to give better memory latency
9602     figures on MPC8313eRDB.LMBench figures prove it.
9603
9604     The changes are:
9605
9606     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
9607       (this may improve performance for application with many read
9608       or write to open pages).
9609     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
9610       001 (activating all the CS when only one is used may cause
9611       unwanted noise on the system)
9612
9613     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
9614       Tras=45ns)
9615     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
9616
9617     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
9618       comply with the 3 ODT clk requirements)
9619     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
9620     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
9621
9622     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
9623     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
9624
9625     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
9626     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
9627
9628     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
9629     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
9630
9631     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
9632     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
9633     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
9634     Cc: Josep P J <PJ.Joseph@freescale.com>
9635     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9636
9637 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
9638 Author: Jerry Van Baren <gvb.uboot@gmail.com>
9639 Date:   Sat Jan 12 13:24:14 2008 -0500
9640
9641     Enable the isdram command on the MPC8360EMDS board
9642
9643     The isdram command prints out decoded information the "serial presence
9644     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
9645     debugging memory configuration problems.
9646
9647     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9648     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9649
9650 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
9651 Author: Dave Liu <r63238@freescale.com>
9652 Date:   Fri Jan 11 18:48:24 2008 +0800
9653
9654     mpc83xx: Add the support for MPC8315ERDB board
9655
9656     The features list:
9657     - Boot from NOR Flash
9658     - DDR2 266MHz hardcoded configuration
9659     - Local bus NOR Flash R/W operation
9660     - I2C, UART, MII and RTC
9661     - eTSEC0/1 support
9662     - PCI host
9663
9664     Signed-off-by: Dave Liu <daveliu@freescale.com>
9665     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9666
9667 commit b05884efa614e4d8a9413158fc228e0dc02ab704
9668 Author: Dave Liu <r63238@freescale.com>
9669 Date:   Fri Jan 11 18:46:50 2008 +0800
9670
9671     mpc83xx: Add config of eTSEC emergency priority in SPCR
9672
9673     The TSEC emergency priority definition of 831x/837x
9674     is different than the definition of 834x in SPCR register.
9675
9676     Add the other config of TSEC emergency priority into
9677     cpu_init.c
9678
9679     Signed-off-by: Dave Liu <daveliu@freescale.com>
9680     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9681
9682 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
9683 Author: Dave Liu <r63238@freescale.com>
9684 Date:   Fri Jan 11 18:42:19 2008 +0800
9685
9686     mpc83xx: Remove cache config from MPC8360ERDK.h
9687
9688     The MPC8360ERDK board support patch is added before
9689     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
9690     so, miss clean up it.
9691
9692     The patch clean up the miss cache config.
9693
9694     Signed-off-by: Dave Liu <daveliu@freescale.com>
9695     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9696
9697 commit cd9d23053d435c08fc8695017b5cb9003fcda786
9698 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9699 Date:   Mon Jan 14 23:09:32 2008 +0300
9700
9701     nand: FSL UPM NAND driver
9702
9703     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9704
9705 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
9706 Author: Kyungmin Park <kmpark@infradead.org>
9707 Date:   Tue Jan 15 08:59:44 2008 +0900
9708
9709     OneNAND: Separate U-Boot dependent code from OneNAND
9710
9711     OneNAND: Separate U-Boot dependent code from OneNAND
9712
9713     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9714
9715 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
9716 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9717 Date:   Wed Jan 16 10:33:46 2008 +0100
9718
9719     ppc4xx: Sequoia coding style cleanup and beautification
9720
9721     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9722
9723 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
9724 Author: Larry Johnson <lrj@acm.org>
9725 Date:   Tue Jan 15 14:35:58 2008 -0500
9726
9727     ppc4xx: Refactor ECC POST for AMCC Denali core
9728
9729     The ECC POST reported intermittent failures running after power-up on
9730     the Korat PPC440EPx board.  Even when the test passed, the debugging
9731     output occasionally reported additional unexpected ECC errors.
9732
9733     This refactoring has three main objectives: (1) minimize the code
9734     executed with ECC enabled during the tests, (2) add more checking of the
9735     results so any unexpected ECC errors would cause the test to fail, and
9736     (3) use synchronization (only) where required by the processor.
9737
9738     Signed-off-by: Larry Johnson <lrj@acm.org>
9739
9740 commit 2465665b73ac2f688af945b1ed510752afa816a4
9741 Author: David Saada <David.Saada@ecitele.com>
9742 Date:   Tue Jan 15 10:40:24 2008 +0200
9743
9744     QE UEC: Extend number of supported UECs to 4
9745
9746     This patch extends the number of supported UECs to 4. Note that the
9747     problem of QE thread resources exhaustion is resolved by setting the
9748     correct number of QE threads according to Ethernet type (GBE or FE).
9749
9750     Signed-off-by: David Saada <david.saada@ecitele.com>
9751     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9752
9753 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
9754 Author: Wolfgang Denk <wd@denx.de>
9755 Date:   Wed Jan 16 00:01:01 2008 +0100
9756
9757     LWMON5: enable hush shell as command line parser
9758
9759     Signed-off-by: Wolfgang Denk <wd@denx.de>
9760
9761 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
9762 Author: Wolfgang Denk <wd@denx.de>
9763 Date:   Tue Jan 15 17:22:28 2008 +0100
9764
9765     ADS5121: disable watchdog; enable image timestamps
9766
9767     Signed-off-by: Wolfgang Denk <wd@denx.de>
9768
9769 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
9770 Author: Wolfgang Denk <wd@denx.de>
9771 Date:   Tue Jan 15 17:21:28 2008 +0100
9772
9773     TK885D: fixes for bigger flash sector sizes on new modules;
9774     adjust default environment;
9775     disable SCC ethernet (not used on this board).
9776
9777     Signed-off-by: Wolfgang Denk <wd@denx.de>
9778
9779 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
9780 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9781 Date:   Tue Jan 15 17:48:13 2008 +0900
9782
9783     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
9784
9785     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9786
9787 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
9788 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9789 Date:   Tue Jan 15 23:25:25 2008 +0900
9790
9791     sh: Add support SH7710/SH7712
9792
9793     SH7710/SH7712 of SH3 CPU are supported.
9794     SH771X is called SH-Ether, and has the Ether controller in CPU.
9795     The driver of Ether is not included in this patch.
9796
9797     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9798
9799 commit 63a11be68306870e04d3851ed9fa41955cdf4894
9800 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9801 Date:   Tue Jan 15 23:06:17 2008 +0900
9802
9803     sh: Add support of map_physmem() and unmap_physmem() to SuperH
9804
9805     This patch add the support of map_physmem() and unmap_physmem()
9806     used with Common Flash Interface(CFI) driver.
9807
9808     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9809
9810 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
9811 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9812 Date:   Wed Jan 9 14:42:27 2008 +0900
9813
9814     sh: Add maintainer of MS7720SE to the MAINTAINER file
9815
9816     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9817
9818 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
9819 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9820 Date:   Wed Jan 9 14:39:58 2008 +0900
9821
9822     sh: Fix board name in MS7720SE's config.mk
9823
9824     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9825
9826 commit c0a04d93734d768b39dbb72fb501b65614c8615d
9827 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9828 Date:   Wed Jan 9 14:37:36 2008 +0900
9829
9830     sh: Add MS7720SE to MAKEALL
9831
9832     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9833
9834 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
9835 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9836 Date:   Mon Dec 3 22:58:50 2007 +0900
9837
9838     sh: Add support for MS7720RP02 board
9839
9840     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9841     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9842     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9843
9844 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
9845 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9846 Date:   Wed Jan 9 14:30:02 2008 +0900
9847
9848     sh: Add support for SH7720 in serial_sh driver.
9849
9850     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9851     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9852     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9853
9854 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
9855 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9856 Date:   Mon Dec 3 22:58:45 2007 +0900
9857
9858     sh: Add support SH3 and SH7720
9859
9860     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9861     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9862     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9863
9864 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
9865 Author: Stefan Roese <sr@denx.de>
9866 Date:   Tue Jan 15 10:11:02 2008 +0100
9867
9868     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
9869
9870     Signed-off-by: Stefan Roese <sr@denx.de>
9871
9872 commit 17bef68097ab3692500a36fb31115bff7910aa99
9873 Author: Niklaus Giger <niklausgiger@gmx.ch>
9874 Date:   Mon Jan 14 14:04:42 2008 +0100
9875
9876     ppc_4xx: Fix post spr.c for PPC405
9877
9878     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
9879     for PPC440 and derivates processor.
9880
9881     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9882
9883 commit 06c428bcd4413014b43236e77765022071424fa6
9884 Author: Dave Liu <r63238@freescale.com>
9885 Date:   Mon Jan 14 11:12:01 2008 +0800
9886
9887     QE: fix compile warning
9888
9889     qe.c: In function 'qe_upload_firmware':
9890     qe.c:390: warning: pointer targets in passing argument 2
9891     uec.c: In function 'uec_initialize':
9892     uec.c:1236: warning: 'uec_info' may be used uninitialized
9893
9894     Signed-off-by: Dave Liu <daveliu@freescale.com>
9895
9896 commit a0dd99d51efa55fe023e19c97ead92683725eb11
9897 Author: Stefan Roese <sr@denx.de>
9898 Date:   Mon Jan 14 10:05:05 2008 +0100
9899
9900     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
9901
9902     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
9903     to remove the USB PHY reset after powerup. The CPLD will keep the
9904     USB PHY in reset (active low) until the bit is set to 1 in
9905     board_early_init_f().
9906
9907     Signed-off-by: Stefan Roese <sr@denx.de>
9908
9909 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
9910 Author: Wolfgang Denk <wd@denx.de>
9911 Date:   Sun Jan 13 23:26:45 2008 +0100
9912
9913     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
9914
9915     Signed-off-by: Wolfgang Denk <wd@denx.de>
9916
9917 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
9918 Author: Wolfgang Denk <wd@denx.de>
9919 Date:   Sun Jan 13 23:37:50 2008 +0100
9920
9921     ADS5121: Fix typo in ads5121.c, adjust default environment
9922
9923     Signed-off-by: Wolfgang Denk <wd@denx.de>
9924
9925 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
9926 Author: John Rigby <jrigby@freescale.com>
9927 Date:   Fri Aug 24 18:18:43 2007 -0600
9928
9929     ADS5121: MAX slew rate for PATA pins
9930
9931     Signed-off-by: John Rigby <jrigby@freescale.com>
9932
9933 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
9934 Author: Wolfgang Denk <wd@denx.de>
9935 Date:   Sun Jan 13 21:05:52 2008 +0100
9936
9937     Fix Makefile dependency problem with parallel builds.
9938
9939     Signed-off-by: Wolfgang Denk <wd@denx.de>
9940
9941 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
9942 Author: Wolfgang Denk <wd@denx.de>
9943 Date:   Sun Jan 13 19:51:39 2008 +0100
9944
9945     MPC8544DS: fix board Makefile for silent build (with -s)
9946
9947     Signed-off-by: Wolfgang Denk <wd@denx.de>
9948
9949 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
9950 Author: Wolfgang Denk <wd@denx.de>
9951 Date:   Sun Jan 13 16:44:08 2008 +0100
9952
9953     PMC440 board: fix board Makefile for out-of-tree building
9954
9955     Signed-off-by: Wolfgang Denk <wd@denx.de>
9956
9957 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
9958 Author: Wolfgang Denk <wd@denx.de>
9959 Date:   Sun Jan 13 16:07:44 2008 +0100
9960
9961     Makalu: fix compile warning
9962
9963     Signed-off-by: Wolfgang Denk <wd@denx.de>
9964
9965 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
9966 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9967 Date:   Sun Jan 13 12:36:12 2008 +0100
9968
9969     cmd_nand : fix compiler warning.
9970
9971     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9972
9973 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
9974 Author: Michael Schwingen <rincewind@discworld.dascon.de>
9975 Date:   Sat Jan 12 20:29:47 2008 +0100
9976
9977     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
9978
9979     Signed-off-by: Michael Schwingen <michael@schwingen.org>
9980     Acked-by: Stefan Roese <sr@denx.de>
9981
9982 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
9983 Author: Wolfgang Denk <wd@denx.de>
9984 Date:   Sun Jan 13 02:19:44 2008 +0100
9985
9986     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
9987
9988     Signed-off-by: Wolfgang Denk <wd@denx.de>
9989
9990 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
9991 Author: Wolfgang Denk <wd@denx.de>
9992 Date:   Sun Jan 13 02:19:13 2008 +0100
9993
9994     MPC8xx FEC driver: fix compiler warning.
9995
9996     Signed-off-by: Wolfgang Denk <wd@denx.de>
9997
9998 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
9999 Author: Wolfgang Denk <wd@denx.de>
10000 Date:   Sun Jan 13 00:59:21 2008 +0100
10001
10002     Fix Makefile dependencies issues; allow silent build
10003
10004     - get rid of "version" target whichdidn't really work
10005     - make autoconf.mk depend on version_autogenerated.h to make sure
10006       to rebuild files as needed
10007     - add XECHO macro to allow for silent build using "make -s"
10008
10009     Signed-off-by: Wolfgang Denk <wd@denx.de>
10010
10011 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
10012 Author: Wolfgang Denk <wd@denx.de>
10013 Date:   Sun Jan 13 00:55:47 2008 +0100
10014
10015     ADS5121e: fix compile warning
10016
10017     Signed-off-by: Wolfgang Denk <wd@denx.de>
10018
10019 commit f2b6f4610627fe3d607620e25082916a01538875
10020 Author: Wolfgang Denk <wd@denx.de>
10021 Date:   Sun Jan 13 00:55:18 2008 +0100
10022
10023     MUNICes: fix board Makefile for remote build directory
10024
10025     Signed-off-by: Wolfgang Denk <wd@denx.de>
10026
10027 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
10028 Author: Oliver Weber <almoeli@gmx.de>
10029 Date:   Wed Jan 9 17:04:38 2008 +0100
10030
10031     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
10032
10033     Signed-off-by: Oliver Weber <almoeli@gmx.de>
10034
10035 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
10036 Author: Andreas Engel <andreas.engel@ericsson.com>
10037 Date:   Wed Jan 9 17:10:56 2008 +0100
10038
10039     Make bootretry work when command line editing is enabled
10040
10041     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
10042     This patch fixes the problem.
10043
10044     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
10045
10046 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
10047 Author: Larry Johnson <lrj@acm.org>
10048 Date:   Fri Jan 11 23:26:18 2008 -0500
10049
10050     Refactor code for "i2c sdram" command
10051
10052     Signed-off-by: Larry Johnson <lrj@acm.org>
10053
10054 commit 0df6b8446c4721b91ce311548114891130371083
10055 Author: Larry Johnson <lrj@acm.org>
10056 Date:   Thu Jan 10 22:23:39 2008 -0500
10057
10058     Fix "i2c sdram" command for DDR2 DIMMs
10059
10060     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
10061     "i2c sdram" command.  This patch provides correct alternative
10062     interpretations when DDR2 memory is detected.
10063
10064     Signed-off-by: Larry Johnson <lrj@acm.org>
10065
10066 commit 64134f011254123618798ff77c42ba196b2ec485
10067 Author: Wolfgang Denk <wd@denx.de>
10068 Date:   Sat Jan 12 20:31:39 2008 +0100
10069
10070     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
10071
10072     With recent toolchain versions, some boards would not build because
10073     or errors like this one (here for ocotea board when building with
10074     ELDK 4.2 beta):
10075     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
10076
10077     For many boards, the .bss section is big enough that it wraps around
10078     at the end of the address space (0xFFFFFFFF), so the problem will not
10079     be visible unless you use a 64 bit tool chain for development. On
10080     some boards however, changes to the code size (due to different
10081     optimizations) we bail out with section overlaps like above.
10082
10083     The fix is to add the NOLOAD attribute to the .bss and .sbss
10084     sections, telling the linker that .bss does not consume any space in
10085     the image.
10086
10087     Signed-off-by: Wolfgang Denk <wd@denx.de>
10088
10089 commit 3afac79ec27b91df185f090b31dad9620779f440
10090 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10091 Date:   Fri Jan 11 20:42:58 2008 -0600
10092
10093     USB: Add Philips 1561 PCI-OHCI ids
10094     (needed for M5475EVB)
10095
10096     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
10097
10098 commit 5e8def6731cd7bec74bff42a16b139de04010353
10099 Author: Wolfgang Denk <wd@denx.de>
10100 Date:   Sat Jan 12 15:51:34 2008 +0100
10101
10102     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
10103     boards.
10104
10105     Signed-off-by: Heiko Schocher <hs@denx.de>
10106     Signed-off-by: Wolfgang Denk <wd@denx.de>
10107
10108 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
10109 Author: Grzegorz Bernacki <gjb@semihalf.com>
10110 Date:   Fri Jan 11 12:03:43 2008 +0100
10111
10112     MPC512X: Cleanup bus clock names.
10113
10114     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
10115
10116 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
10117 Author: Grzegorz Bernacki <gjb@semihalf.com>
10118 Date:   Tue Jan 8 17:16:59 2008 +0100
10119
10120     MPC512X: Fixed typo in macro name.
10121
10122     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
10123
10124 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
10125 Author: Grzegorz Bernacki <gjb@semihalf.com>
10126 Date:   Tue Jan 8 17:16:15 2008 +0100
10127
10128     ads5121: Added support for FDT.
10129
10130     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
10131
10132 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
10133 Author: Wolfgang Denk <wd@denx.de>
10134 Date:   Sat Jan 12 01:05:50 2008 +0100
10135
10136     Coding Style cleanup; update CHANGELOG.
10137
10138     Signed-off-by: Wolfgang Denk <wd@denx.de>
10139
10140 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
10141 Author: Heiko Schocher <hs@denx.de>
10142 Date:   Fri Jan 11 15:15:17 2008 +0100
10143
10144     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
10145
10146     Signed-off-by: Timur Tabi <timur@freescale.com>
10147     Signed-off-by: Heiko Schocher <hs@denx.de>
10148
10149 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
10150 Author: Heiko Schocher <hs@denx.de>
10151 Date:   Fri Jan 11 15:15:16 2008 +0100
10152
10153     MUNICes: Set the right CFG_DEFAULT_MBAR value.
10154
10155     Signed-off-by: Heiko Schocher <hs@denx.de>
10156
10157 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
10158 Author: Heiko Schocher <hs@denx.de>
10159 Date:   Fri Jan 11 15:15:15 2008 +0100
10160
10161     added the config File for the MUNICes board.
10162
10163     Signed-off-by: Heiko Schocher <hs@denx.de>
10164
10165 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
10166 Author: Heiko Schocher <hs@denx.de>
10167 Date:   Fri Jan 11 15:15:14 2008 +0100
10168
10169     added basic support for the MUNICes board.
10170
10171     Signed-off-by: Heiko Schocher <hs@denx.de>
10172
10173 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
10174 Author: Wolfgang Denk <wd@denx.de>
10175 Date:   Sat Jan 12 00:39:37 2008 +0100
10176
10177     Update CHANGELOG and MAINTAINERS files.
10178
10179     Signed-off-by: Wolfgang Denk <wd@denx.de>
10180
10181 commit 5ba7390c3cb579172be66888a371707b47b5be4e
10182 Author: Anatolij Gustschin <agust@denx.de>
10183 Date:   Fri Jan 11 02:15:02 2008 +0100
10184
10185     Fix compilation problem in common/cmd_bmp.c
10186
10187     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
10188     isn't defined. This patch fix this.
10189
10190     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10191
10192 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
10193 Author: Heiko Schocher <hs@denx.de>
10194 Date:   Fri Jan 11 01:12:09 2008 +0100
10195
10196     Fix defaultconfig for the mgcoge board.
10197
10198     Signed-off-by: Heiko Schocher <hs@denx.de>
10199
10200 commit ac9db066b26935f31bff15c98168b19faeb603f3
10201 Author: Heiko Schocher <hs@denx.de>
10202 Date:   Fri Jan 11 01:12:08 2008 +0100
10203
10204     Added support for the mgcoge board from keymile.
10205
10206     Signed-off-by: Heiko Schocher <hs@denx.de>
10207
10208 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
10209 Author: Heiko Schocher <hs@denx.de>
10210 Date:   Fri Jan 11 01:12:07 2008 +0100
10211
10212     Enable SMC microcode relocation patch for SMC1.
10213
10214     Signed-off-by: Heiko Schocher <hs@denx.de>
10215
10216 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
10217 Author: Heiko Schocher <hs@denx.de>
10218 Date:   Fri Jan 11 01:12:06 2008 +0100
10219
10220     Added support for the mgsuvd board from keymile.
10221
10222     Signed-off-by: Heiko Schocher <hs@denx.de>
10223
10224 commit bf05293973b348f6946c9df92cd3c65ece42d0be
10225 Author: James Yang <james.yang@freescale.com>
10226 Date:   Thu Jan 10 16:02:07 2008 -0600
10227
10228     Fix 64-bit vsprintf.
10229
10230     There were some size and unsigned problems.
10231     Also add support for "ll" size modifier in format string like glibc
10232
10233     Signed-off-by: James Yang <James.Yang@freescale.com>
10234     Acked-by: Jon Loeliger <jdl@freescale.com>
10235
10236 commit 92fa37eac530860643afa26ae347af3d23d67309
10237 Author: Larry Johnson <lrj@acm.org>
10238 Date:   Wed Jan 9 12:42:35 2008 -0500
10239
10240     Remove superfluous preprocessor conditionals from LM73 driver
10241
10242     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
10243
10244     (2) Use conditional Makefile.o.
10245
10246     Signed-off-by: Larry Johnson <lrj@acm.org>
10247
10248 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
10249 Author: Guennadi Liakhovetski <lg@denx.de>
10250 Date:   Thu Jan 10 17:59:07 2008 +0100
10251
10252     Add support for the TK885D baseboard from TELE-DATA
10253
10254     The TK885D board uses a TQM885D module from TQ, this port adds an
10255     own configuration file and adds a last_stage_init() method to
10256     configure the two PHYs, depending on the phy_auto_nego environment
10257     variable.
10258
10259     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10260
10261 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
10262 Author: Kumar Gala <galak@kernel.crashing.org>
10263 Date:   Thu Jan 10 02:22:05 2008 -0600
10264
10265     Fix compiler warning
10266
10267     main.c: In function 'readline_into_buffer':
10268     main.c:927: warning: unused variable 'p_buf'
10269
10270     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10271
10272 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
10273 Author: Anatolij Gustschin <agust@denx.de>
10274 Date:   Fri Jan 11 14:30:01 2008 +0100
10275
10276     Add Fujitsu CoralP/Lime video driver
10277
10278     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10279     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
10280
10281 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
10282 Author: Anatolij Gustschin <agust@denx.de>
10283 Date:   Fri Jan 11 02:39:47 2008 +0100
10284
10285     Fix video console newline and carriage return handling
10286
10287     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
10288     are not displayed correctly. This is an attempt to fix
10289     this issue. Also add carriage return handling.
10290
10291     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10292     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
10293
10294 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
10295 Author: Stefan Roese <sr@denx.de>
10296 Date:   Fri Jan 11 15:53:58 2008 +0100
10297
10298     ppc4xx: Fix sdram init on Sequoia boards
10299
10300     Clear possible errors in MCSR resulting from data-eye-search.
10301     If not done, then we could get an interrupt later on when
10302     exceptions are enabled.
10303
10304     Signed-off-by: Stefan Roese <sr@denx.de>
10305
10306 commit d610a60730b7464f6f659db49d264d89a7c71061
10307 Author: Anatolij Gustschin <agust@denx.de>
10308 Date:   Fri Jan 11 15:31:09 2008 +0100
10309
10310     ppc4xx: Rework Lime support for lwmon5
10311
10312     Rework Lime support for lwmon5 using new video driver
10313
10314     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10315
10316 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
10317 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10318 Date:   Fri Jan 11 14:55:16 2008 +0100
10319
10320     ppc4xx: Update PMC440 config file
10321
10322     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10323
10324 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
10325 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10326 Date:   Fri Jan 11 14:55:08 2008 +0100
10327
10328     ppx4xx: Fix sdram init on PMC440 boards
10329
10330     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10331
10332 commit 061aad4d320dddce26247699dcf2875ee2ea1366
10333 Author: Dave Liu <r63238@freescale.com>
10334 Date:   Thu Jan 10 23:09:33 2008 +0800
10335
10336     mpc83xx: Fix the bug of 266MHz data rate DDR
10337
10338     The DDR doesn't work on the 266MHz data rate,
10339     the patch fix the bug.
10340
10341     Signed-off-by: Dave Liu <daveliu@freescale.com>
10342     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10343
10344 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
10345 Author: Dave Liu <r63238@freescale.com>
10346 Date:   Thu Jan 10 23:08:26 2008 +0800
10347
10348     mpc83xx: Make the code more readable
10349
10350     Format the code, make it more readable
10351
10352     Signed-off-by: Dave Liu <daveliu@freescale.com>
10353     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10354
10355 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
10356 Author: Dave Liu <r63238@freescale.com>
10357 Date:   Thu Jan 10 23:07:23 2008 +0800
10358
10359     mpc83xx: Reduce the latency of DDR
10360
10361     Reduce the AL from 2 to 1 clock to improve the performance.
10362
10363     Signed-off-by: Dave Liu <daveliu@freescale.com>
10364     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10365
10366 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
10367 Author: Dave Liu <r63238@freescale.com>
10368 Date:   Thu Jan 10 23:06:05 2008 +0800
10369
10370     mpc83xx: Fix the wrong definition of MPC8315E
10371
10372     According to the latest user manual of MPC8315E,
10373     1) The SVCOD of HRCWL is different than 837x
10374     2) The SCCR has changes
10375
10376     Signed-off-by: Dave Liu <daveliu@freescale.com>
10377     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10378
10379 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
10380 Author: Dave Liu <r63238@freescale.com>
10381 Date:   Thu Jan 10 23:05:00 2008 +0800
10382
10383     mpc83xx: Fix the typo in mpc83xx.h
10384
10385     The SPCR about TSEC priority is wrong.
10386
10387     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
10388     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
10389     Signed-off-by: Dave Liu <daveliu@freescale.com>
10390     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10391
10392 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
10393 Author: Dave Liu <r63238@freescale.com>
10394 Date:   Thu Jan 10 23:04:13 2008 +0800
10395
10396     mpc83xx: Fix the typo in global data struct
10397
10398     Fix the typo in global_data.h
10399
10400     Signed-off-by: Dave Liu <daveliu@freescale.com>
10401     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10402
10403 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
10404 Author: Dave Liu <r63238@freescale.com>
10405 Date:   Thu Jan 10 23:03:03 2008 +0800
10406
10407     mpc83xx: Remove cache config from config.h
10408
10409     clean up the cache config from configs.h of board
10410
10411     Signed-off-by: Dave Liu <daveliu@freescale.com>
10412     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10413
10414 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
10415 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10416 Date:   Wed Jan 9 20:57:47 2008 +0300
10417
10418     mpc83xx: add support for the MPC8360E-RDK
10419
10420     This is MPC8360E based board with:
10421     - 256MB fixed SDRAM;
10422     - 8MB Intel Strata NOR flash;
10423     - StMICRO 64MiB NAND flash;
10424     - two 10/100/1000 ethernet ports connected via Broadcom
10425       BCM5481 PHYs;
10426     - two 10/100 ethernet ports connected via National
10427       DP83848 PHYs;
10428     - one PCI and one miniPCI slots;
10429     - four serial ports (two NS16550-compatible, two UCCs);
10430     - four USB ports working through MPC8360E "FHCI" USB controller;
10431     - Fujitsu MB86277 graphics controller;
10432     - Analog to Digital Converter/Touchscreen controller, AD7843
10433       connected to SPI.
10434
10435     Features not supported in this patch are:
10436     - StMICRO 64MiB NAND flash (patch sent);
10437     - MINT framebuffer initialization (patch is pending);
10438     - Fetching production information from the EEPROM via I2C;
10439     - FHCI USB;
10440     - Two slow UCCs used as RS-485 UARTs.
10441
10442     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10443     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10444
10445 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
10446 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10447 Date:   Wed Jan 9 20:57:40 2008 +0300
10448
10449     mpc83xx: add "fsl, qe" compatible fixups
10450
10451     New device trees will use "fsl,qe" compatible properties.
10452
10453     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10454     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10455
10456 commit 977b57583a7c34010e566a09a679ec3c1836f996
10457 Author: Kim Phillips <kim.phillips@freescale.com>
10458 Date:   Wed Jan 9 15:24:06 2008 -0600
10459
10460     mpc83xx: add missing CONFIG_HAS_ETH0 defines
10461
10462     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
10463     is defined; add the define to the missing board configs.
10464
10465     Thanks to Emilian Medve for finding this.
10466
10467     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10468
10469 commit b830b7f1635984ba607219fcbd78597c28eeb529
10470 Author: Becky Bruce <bgill@freescale.com>
10471 Date:   Thu Jan 10 14:00:28 2008 -0600
10472
10473     86xx: Support 2GB DIMMs
10474
10475     Configure the number of bits used to address the banks inside the SDRAM
10476     device.  The default register value of 0 means 2 bits to address 4 banks.
10477     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
10478
10479     Signed-off-by: Becky Bruce <bgill@freescale.com>
10480
10481 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
10482 Author: Niklaus Giger <niklausgiger@gmx.ch>
10483 Date:   Thu Jan 10 18:50:33 2008 +0100
10484
10485     ppc4xx: Make Sequoia boot vxWorks
10486
10487     vxWorks expects in
10488     TLB 0 a entry for the Machine Check interrupt
10489     TLB 1 a entry for the RAM
10490     TLB 2 a entry for the EBC
10491     TLB 3 a entry for the boot flash
10492
10493     After changing the baudrate to 9600 I had no problems to boot the
10494     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
10495     June 18, 2007)
10496
10497     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
10498
10499 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
10500 Author: Larry Johnson <lrj@arlinx.com>
10501 Date:   Wed Jan 9 23:10:27 2008 -0500
10502
10503     ppc4xx: Fix dflush() to restore DVLIM register
10504
10505     Signed-off-by: Larry Johnson <lrj@acm.org>
10506
10507 commit 252f60b068d1f94190b5bcfda169db582387e15e
10508 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10509 Date:   Thu Jan 10 03:52:44 2008 -0500
10510
10511     Nios2: remove common/cmd_bdinfo.c unused variable.
10512
10513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10514     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10515
10516 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
10517 Author: Ben Warren <biggerbadderben@gmail.com>
10518 Date:   Wed Jan 9 18:15:53 2008 -0500
10519
10520     Fix Ethernet init() return codes
10521
10522     Change return values of init() functions in all Ethernet drivers to conform
10523     to the following:
10524
10525         >=0: Success
10526         <0:  Failure
10527
10528     All drivers going forward should return 0 on success.  Current drivers that
10529     return 1 on success were left as-is to minimize changes.
10530
10531     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10532     Acked-by: Stefan Roese <sr@denx.de>
10533     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10534     Acked-by: Kim Phillips <kim.phillips@freescale.com>
10535     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10536     Acked-By: Timur Tabi <timur@freescale.com>
10537
10538 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
10539 Author: Wolfgang Denk <wd@denx.de>
10540 Date:   Thu Jan 10 00:55:14 2008 +0100
10541
10542     Coding Style cleanup; update CHANGELOG
10543
10544     Signed-off-by: Wolfgang Denk <wd@denx.de>
10545
10546 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
10547 Author: Kim Phillips <kim.phillips@freescale.com>
10548 Date:   Wed Jan 9 16:56:54 2008 -0600
10549
10550     Add QE brg freq and correct qe bus freq fdt update code
10551
10552     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10553     Signed-off-by: Andy Fleming <afleming@freescale.com>
10554
10555 commit 890dfef06c2d169a3356359596890754dfb8ee1c
10556 Author: Andy Fleming <afleming@freescale.com>
10557 Date:   Wed Jan 9 16:34:51 2008 -0600
10558
10559     Remove cache config from ATUM8548 and sbc8548 configs
10560
10561     These boards weren't updated by Kumar's config patch because they
10562     weren't in the tree, yet.
10563
10564     Signed-off-by: Andy Fleming <afleming@freescale.com>
10565
10566 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
10567 Author: Timur Tabi <timur@freescale.com>
10568 Date:   Mon Jan 7 13:31:19 2008 -0600
10569
10570     85xx: add ability to upload QE firmware
10571
10572     Define the layout of a binary blob that contains a QE firmware and instructions
10573     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
10574     perform the actual upload.  Add command-line command "qe fw" to take a firmware
10575     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
10576     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
10577     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
10578
10579     Signed-off-by: Timur Tabi <timur@freescale.com>
10580
10581 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
10582 Author: Kumar Gala <galak@kernel.crashing.org>
10583 Date:   Tue Jan 8 01:22:21 2008 -0600
10584
10585     85xx: Remove cache config from configs.h
10586
10587     Either use the standard defines in asm/cache.h or grab the information
10588     at runtime from the L1CFG SPR.
10589
10590     Also, minor cleanup in cache.h to make the code a bit more readable.
10591
10592     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10593
10594 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
10595 Author: robert lazarski <robertlazarski@gmail.com>
10596 Date:   Fri Dec 21 10:39:27 2007 -0500
10597
10598     mpc85xx: Add support for ATUM8548 (updated)
10599
10600     Add support for Instituto Atlantico's ATUM8548 board
10601
10602     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
10603     Signed-off-by: Andy Fleming <afleming@freescale.com>
10604
10605 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
10606 Author: robert lazarski <robertlazarski@gmail.com>
10607 Date:   Fri Dec 21 10:36:37 2007 -0500
10608
10609     mpc85xx: Add support for ATUM8548 (updated)
10610
10611     Add support for Instituto Atlantico's ATUM8548 board
10612
10613     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
10614
10615 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
10616 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
10617 Date:   Thu Dec 13 06:45:14 2007 -0600
10618
10619     mpc85xx: Add support for SBC8548 (updated)
10620
10621     Add support for Wind River's SBC8548 reference board.
10622
10623     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
10624
10625 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
10626 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
10627 Date:   Thu Dec 13 06:45:08 2007 -0600
10628
10629     mpc85xx: Add support for SBC8548 (updated)
10630
10631     Add support for Wind River's SBC8548 reference board.
10632
10633     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
10634     Signed-off by: Andy Fleming <afleming@freescale.com>
10635
10636 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
10637 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10638 Date:   Mon Oct 22 19:58:19 2007 +0400
10639
10640     MPC8568E-MDS: set up QE pario for UART1
10641
10642     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
10643     be set up appropriately.
10644
10645     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10646
10647 commit ad162249cb371e9e38971676f09be791e5f3cf4a
10648 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10649 Date:   Mon Oct 22 18:12:46 2007 +0400
10650
10651     MPC8568E-MDS: reset UCCs to use them reliably
10652
10653     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
10654     UCCs.
10655
10656     p.s Similar code exists in the Linux kernel board file (for capability
10657     reasons with older U-Boots), but should be removed some day.
10658
10659     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10660
10661 commit 2146cf56821c3364786ca94a7306008c5824b238
10662 Author: Kumar Gala <galak@kernel.crashing.org>
10663 Date:   Wed Dec 19 01:18:15 2007 -0600
10664
10665     Reworked FSL Book-E TLB macros to be more readable
10666
10667     The old macros made it difficult to know what WIMGE and perm bits
10668     were set for a TLB entry.  Actually use the bit masks for these items
10669     since they are only a single bit.
10670
10671     Also moved the macros into mmu.h out of e500.h since they aren't specific
10672     to e500.
10673
10674     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10675
10676 commit 1d47273d46925929f8f2c1913cd96d7257aade88
10677 Author: Kumar Gala <galak@kernel.crashing.org>
10678 Date:   Tue Dec 18 23:21:51 2007 -0600
10679
10680     Use FSL Book-E MMU macros from Linux Kernel
10681
10682     Grab the FSL Book-E MAS register macros from Linux.  Also added
10683     defines for page sizes up to 4TB and removed SHAREN since it doesnt
10684     really exist.
10685
10686     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10687
10688 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
10689 Author: Andy Fleming <afleming@freescale.com>
10690 Date:   Wed Jan 9 13:51:32 2008 -0600
10691
10692     Fix my own merge stupidity
10693
10694     Way back in August I merged Heiko's patch:
10695     566a494f592: [PCS440EP] upgrade the PCS440EP board
10696
10697     with Jon's CONFIG_COMMANDS patches.
10698
10699     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
10700
10701     However, in the process, I left out some of Heiko's good changes.
10702
10703     Now Heiko's and Jon's patches are properly merged in fat_register_device()
10704
10705     Signed-off-by: Andy Fleming <afleming@freescale.com>
10706
10707 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
10708 Author: James Yang <James.Yang@freescale.com>
10709 Date:   Wed Jan 9 11:17:49 2008 -0600
10710
10711     Expose parse_line() globally.
10712
10713     Add new function readline_into_buffer() that allows the
10714     output of readline to be put into a pointer to char buffer.
10715
10716     This refactoring allows other functions besides the
10717     main command loop to also use the same input mechanism.
10718
10719     Signed-off-by: James Yang <James.Yang@freescale.com>
10720     Acked-by: Jon Loeliger <jdl@freescale.com>
10721
10722 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
10723 Author: Guennadi Liakhovetski <lg@denx.de>
10724 Date:   Wed Jan 9 01:15:25 2008 +0100
10725
10726     trivial: fix consequences of a bad merge
10727
10728     Fix what looks like a merge artifact.
10729
10730     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10731
10732 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
10733 Author: Zhang Wei <wei.zhang@freescale.com>
10734 Date:   Thu Jan 3 10:51:15 2008 +0800
10735
10736     Add Ctrl combo key support to usb keyboard driver.
10737
10738     Ctrl combo key support is added, which is very useful to input Ctrl-C
10739     for interrupt current job.
10740     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
10741     key input when tstc() is called.
10742
10743     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
10744
10745 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
10746 Author: Marcel Ziswiler <marcel@ziswiler.com>
10747 Date:   Sun Dec 30 03:30:56 2007 +0100
10748
10749     fix various comments
10750
10751     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
10752
10753 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
10754 Author: Marcel Ziswiler <marcel@ziswiler.com>
10755 Date:   Sun Dec 30 03:30:46 2007 +0100
10756
10757     fix comments with new drivers organization
10758
10759     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
10760
10761 commit a9b410dc7d2a4721c408b13abfc037988150f145
10762 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10763 Date:   Fri Dec 28 12:50:59 2007 +0900
10764
10765     Remove the obsolete terse version of do_mii()
10766
10767     We now have more useful version of do_mii() and everybody use it.
10768     Gerald Van Baren says:
10769
10770     > When I originally wrote the mii command 6(!) years ago, I wrote a
10771     > verbose version that printed human readable decomposition of the flags,
10772     > etc., and a terse one that didn't print as much stuff and thus had a
10773     > smaller memory footprint.
10774     >
10775     > It sounds like the terse version has withered and died, apparently
10776     > people are only using the verbose version (which is very understandable,
10777     > I do myself).
10778
10779     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10780     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10781
10782 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
10783 Author: Mike Frysinger <vapier@gentoo.org>
10784 Date:   Thu Dec 27 13:42:56 2007 -0500
10785
10786     Do not reference sha1.c when building mkimage.
10787
10788     remove sha1.o from mkimage linking since it isn't actually used.
10789
10790     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
10791
10792 commit b9173af73e524d37c812f210173cf83385c5171a
10793 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10794 Date:   Thu Dec 27 15:39:54 2007 +0900
10795
10796     common/cmd_mii.c: Add sanity argc check
10797
10798     If type mii command without arguments, we suffer from uninitialized argv[]
10799     entries; for example we MIPS get stuck by TLB error.
10800
10801     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10802
10803 commit 500856eb1707ed17d9204baa61dd59948d3b2899
10804 Author: Rafal Jaworowski <raj@semihalf.com>
10805 Date:   Wed Jan 9 19:39:36 2008 +0100
10806
10807     API for external applications.
10808
10809     This is an API for external (standalone) applications running on top of
10810     U-Boot, and is meant to be more extensible and robust than the existing
10811     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
10812     for more details.
10813
10814     Included is the demo application using this new framework (api_examples).
10815
10816     Please note this is still an experimental feature, and is turned off by
10817     default.
10818
10819     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
10820
10821 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
10822 Author: Jon Loeliger <jdl@freescale.com>
10823 Date:   Wed Jan 9 12:14:55 2008 -0600
10824
10825     86xx: Remove cache config from configs.h
10826
10827     Just use the standard defines in asm/cache.h.
10828
10829     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10830
10831 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
10832 Author: Rafal Jaworowski <raj@semihalf.com>
10833 Date:   Wed Jan 9 18:05:27 2008 +0100
10834
10835     Globalize envmatch()
10836
10837     The newly introduced API (routines related to env vars) will need to call
10838     it.
10839
10840     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
10841
10842 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
10843 Author: Jon Loeliger <jdl@freescale.com>
10844 Date:   Fri Jan 4 12:07:27 2008 -0600
10845
10846     Convert MPC8610HPCD to use libfdt.
10847
10848     Assumes the presence of the aliases node in the DTS to
10849     locate the pci and serial nodes for fixups.
10850
10851     Use consistent fdtaddr and fdtfile in environment variables.
10852
10853     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10854
10855 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
10856 Author: Jon Loeliger <jdl@freescale.com>
10857 Date:   Fri Jan 4 11:58:23 2008 -0600
10858
10859     8610: Fix lingering compile warnings.
10860
10861     Turn off DEBUG.
10862
10863     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10864
10865 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
10866 Author: Wolfgang Denk <wd@denx.de>
10867 Date:   Wed Jan 9 15:14:46 2008 +0100
10868
10869     Coding Style cleanup, update CHANGELOG
10870
10871     Signed-off-by: Wolfgang Denk <wd@denx.de>
10872
10873 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
10874 Author: Mike Frysinger <vapier@gentoo.org>
10875 Date:   Tue Dec 18 04:29:55 2007 -0500
10876
10877     fix easylogo on big endian dev systems
10878
10879     didnt realize how out of shape easylogo actually was until i tried using it.
10880     this patch does byte swapping as need be on the input tga header since the tga
10881     is in little endian but the host could just as well be big endian.  i didnt
10882     bother using bswap macros or such stuff from system headers as nothing in
10883     POSIX dictates byte swapping functionality.
10884
10885     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
10886
10887 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
10888 Author: Mike Frysinger <vapier@gentoo.org>
10889 Date:   Tue Dec 18 03:23:25 2007 -0500
10890
10891     cleanup easylogo
10892
10893     - make the Makefile not suck
10894     - include proper headers for prototypes
10895     - fix obvious broken handling of strchr() when handling '.' in filenames
10896
10897     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
10898
10899 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
10900 Author: raptorbrino@aim.com <raptorbrino@aim.com>
10901 Date:   Thu Dec 13 21:23:28 2007 -0500
10902
10903     Fix build problems under Cygwin
10904
10905     This patch allows u-boot to build without error in a cygwin
10906     environment.  Cygwin does not define __u64 in it's
10907     include/asm/types.h file.  The -idirafter flag in the u-boot
10908     build causes the inclusion of the cygwin types.h file as opposed
10909     to u-bot/include/asm/types.h file which does define __u64.
10910     Subsequently, sha1.c compile fails due to unknown symbol.
10911
10912     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
10913
10914 commit 43ef1c381f9195504a2488f5cb909227eb97d475
10915 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
10916 Date:   Fri Nov 30 17:29:59 2007 +0100
10917
10918     cmd_bmp: Add support for displaying gzip compressed bmps
10919
10920     The existing code can show information about a gzip compressed BMP
10921     image, but can't actually display it.
10922
10923     Therefore, move the decompression code out of bmp_info() and use it in
10924     bmp_display() as well in order to display a compressed BMP image.
10925
10926     Also, clean things up a bit and fix a memory leak while we're at it.
10927
10928     [hskinnemoen@atmel.com: a bit of refactoring]
10929     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10930
10931 commit d197ffd8172c6fdef38733424640a9a47295d6e9
10932 Author: Guennadi Liakhovetski <lg@denx.de>
10933 Date:   Thu Nov 29 21:15:56 2007 +0100
10934
10935     Fix and optimize MII operations on FEC (MPC8xx) controllers
10936
10937     This patch fixes several issues at least on a MPC885 based system with two
10938     FEC interfaces used in MII mode.
10939
10940     1. PHY discovery should first read PHY_PHYIDR2 register and only then
10941        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
10942        otherwise the values read are wrong. Also notice, that PHY discovery
10943        cannot work on MPC88x / MPC87x in setups with both FECs active at all
10944        in its present form, because for both interfaces the registers from FEC
10945        1 are used to communicate over MII.
10946
10947     2. Remove code duplication for resetting the FEC by isolating it into a
10948        separate function.
10949
10950     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
10951
10952     4. Optimize mii_init() to only reset the FEC 1 controller once.
10953
10954     5. Fix a typo in mii_init() using index i instead of j thus potentially
10955        leading to unpredictable results.
10956
10957     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10958
10959 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
10960 Author: Guennadi Liakhovetski <lg@denx.de>
10961 Date:   Tue Nov 20 13:14:20 2007 +0100
10962
10963     Fix endianness conversions in rtl8169 driver
10964
10965     It is unclear on what platforms this driver has been tested, since
10966     noone up to now defines CONFIG_RTL8169 in the board configuration
10967     header. Now it has been fixed for a big-endian mpc8241 based
10968     linkstation platform. This patch presents the necessary endianness
10969     conversion fixes.
10970
10971     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10972
10973 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
10974 Author: Zhang Wei <wei.zhang@freescale.com>
10975 Date:   Thu Jan 3 10:51:15 2008 +0800
10976
10977     Add Ctrl combo key support to usb keyboard driver.
10978
10979     Ctrl combo key support is added, which is very useful to input Ctrl-C
10980     for interrupt current job.
10981     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
10982     key input when tstc() is called.
10983
10984     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
10985     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10986
10987 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
10988 Author: Wolfgang Denk <wd@denx.de>
10989 Date:   Wed Jan 9 13:43:38 2008 +0100
10990
10991     Coding Style clenaup; update CHANGELOG
10992
10993     Signed-off-by: Wolfgang Denk <wd@denx.de>
10994
10995 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
10996 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10997 Date:   Thu Dec 27 17:13:11 2007 +0100
10998
10999     Remove bit swapping in Xilinx Spartan bitfile loading
11000
11001     This patch removes the unnecessary bit swapping when
11002     booting .bit files with the 'fpga loadb' command.
11003
11004     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11005
11006 commit 437fc7327f0611f82937858f2d80e4cd61b40984
11007 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11008 Date:   Thu Dec 27 17:13:05 2007 +0100
11009
11010     Fix MSB check in Xilinx Spartan slave serial mode
11011
11012     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11013
11014 commit 3bff4ffa33729a42645e328a21e8d16488872958
11015 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11016 Date:   Thu Dec 27 17:12:56 2007 +0100
11017
11018     Add new Xilinx Spartan FPGA types
11019
11020     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11021
11022 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
11023 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11024 Date:   Thu Dec 27 17:12:43 2007 +0100
11025
11026     Add pre and post configuration callbacks for Spartan FPGAs
11027
11028     This patch adds a post configuration callback for Spartan2/3 FPGAs.
11029     pre and post configuration callback are now optional and
11030     not called when the function pointer is set to NULL.
11031
11032     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11033
11034 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
11035 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11036 Date:   Thu Dec 27 17:12:34 2007 +0100
11037
11038     Improve configuration of FPGA subsystem
11039
11040     This patch removes the FPGA subsystem configuration through
11041     the CONFIG_FPGA bitmask configuration option.
11042
11043     See README for the new options:
11044
11045         CONFIG_FPGA,
11046         CONFIG_FPGA_<vendor>,
11047         CONFIG_FPGA_<family>
11048
11049     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11050
11051 commit 95c6bc7d4a3588b452baca610f8c795a83630477
11052 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11053 Date:   Thu Dec 27 16:55:17 2007 +0100
11054
11055     Add Epson RX8025 RTC support
11056
11057     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11058
11059 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
11060 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11061 Date:   Thu Dec 27 16:57:23 2007 +0100
11062
11063     serial: Make default_serial_console() a weak function
11064
11065     With this patch it is possible to reimplement default_serial_console()
11066     in board specific code. This will be done in the upcomming PMC440
11067     U-Boot port. This also allows the lwmon board maintainer to
11068     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
11069
11070     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11071
11072 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
11073 Author: Harald Welte <laforge@openmoko.org>
11074 Date:   Wed Dec 19 14:14:47 2007 +0100
11075
11076     add 'terminal program' functionality
11077
11078     This patch adds a 'cu' like serial terminal command to u-boot
11079     using which you can access other serial ports from the system console.
11080
11081     OpenMoko uses this in their Neo1973 phones to get access to the GSM
11082     Modem and GPS chip from the bootloader.
11083
11084     Signed-off-by: Harald Welte <laforge@openmoko.org>
11085
11086 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
11087 Author: Harald Welte <laforge@openmoko.org>
11088 Date:   Wed Dec 19 14:12:53 2007 +0100
11089
11090     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
11091     that used to exist with the legacy NAND code
11092
11093     Signed-off-by: Harald Welte <laforge@openmoko.org>
11094
11095 commit f540c42d9564854b19ce9bbb70affe172529fe70
11096 Author: Harald Welte <laforge@openmoko.org>
11097 Date:   Wed Dec 19 14:09:58 2007 +0100
11098
11099     Fix building with CRAMFS but not JFFS2 support
11100
11101     Signed-off-by: Harald Welte <laforge@openmoko.org>
11102
11103 commit 23d0baf967fecdaf1804f045f6339337c5607eec
11104 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11105 Date:   Sat Dec 22 15:52:58 2007 +0100
11106
11107     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
11108
11109     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11110     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11111
11112 commit 23776ff292966a85d811126933830bed48211826
11113 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11114 Date:   Tue Dec 11 10:53:12 2007 +0100
11115
11116     ARM: support board-specific ethernet PHY init
11117
11118     Add until the new phylib will be arrived
11119
11120     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11121
11122 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
11123 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11124 Date:   Sat Dec 8 16:34:08 2007 +0100
11125
11126     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
11127
11128     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11129
11130 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
11131 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11132 Date:   Sun Dec 9 11:01:10 2007 +0100
11133
11134     Add missing file in gitignore and comments
11135
11136     based on Linux source tree's .gitignore files
11137
11138     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11139
11140 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
11141 Author: Wolfgang Denk <wd@denx.de>
11142 Date:   Wed Jan 9 11:36:21 2008 +0100
11143
11144     Coding Style cleanup, update CHANGELOG
11145
11146     Signed-off-by: Wolfgang Denk <wd@denx.de>
11147
11148 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
11149 Author: Stefan Roese <sr@denx.de>
11150 Date:   Wed Jan 9 10:38:58 2008 +0100
11151
11152     POST: Execute SPR test after relocation
11153
11154     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
11155     self modifying code and this doesn't work with stack in d-cache, since
11156     I can't move the code from d-cache to i-cache. We move the SPR test to
11157     be executed a little later, after relocation. Then stack is located in
11158     SDRAM and this self-modifying code is no problem anymore.
11159
11160     Signed-off-by: Stefan Roese <sr@denx.de>
11161
11162 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
11163 Author: Stefan Roese <sr@denx.de>
11164 Date:   Wed Jan 9 10:28:20 2008 +0100
11165
11166     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
11167
11168     This patch configures the LWMON5 port to use d-cache as init-ram and
11169     the unused GPT0_COMP6 as POST WORD storage.
11170
11171     Signed-off-by: Stefan Roese <sr@denx.de>
11172
11173 commit 1754f50b710194f886b6f2831803d8960171a14d
11174 Author: Stefan Roese <sr@denx.de>
11175 Date:   Wed Jan 9 10:25:46 2008 +0100
11176
11177     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
11178
11179     The privious 4xx POST implementation only supported storing the POST
11180     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
11181     we need to store the POST WORD in some other non volatile location.
11182     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
11183     a location.
11184
11185     Signed-off-by: Stefan Roese <sr@denx.de>
11186
11187 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
11188 Author: Stefan Roese <sr@denx.de>
11189 Date:   Wed Jan 9 10:23:16 2008 +0100
11190
11191     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
11192
11193     This patch adds support for locking the init-ram/stack in d-cache,
11194     so that other regions may use d-cache as well
11195
11196     Note, that this current implementation locks exactly 4k of d-cache,
11197     so please make sure that you don't define a bigger init-ram area. Take
11198     a look at the lwmon5 440EPx implementation as a reference.
11199
11200     Signed-off-by: Stefan Roese <sr@denx.de>
11201
11202 commit 0ddb89601a8d29e808db450366752ffdc6267c53
11203 Author: Wolfgang Denk <wd@denx.de>
11204 Date:   Wed Jan 9 10:16:33 2008 +0100
11205
11206     Fix memset bug in ext2fs_read_file()
11207
11208     ext2fs_read_file() had the function arguments swapped.
11209
11210     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
11211
11212     Signed-off-by: Wolfgang Denk <wd@denx.de>
11213
11214 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
11215 Author: Markus Klotzbücher <mk@denx.de>
11216 Date:   Tue Jan 5 08:17:15 1988 +0100
11217
11218     Fix problems with usb storage devices on MPC5200 /TQM5200
11219
11220     The MPC5200 OHCI controller operates in big endian, so
11221     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
11222
11223     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11224
11225 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
11226 Author: Wolfgang Denk <wd@denx.de>
11227 Date:   Tue Jan 8 22:58:27 2008 +0100
11228
11229     Fix compile problem with new env code.
11230
11231     Signed-off-by: Wolfgang Denk <wd@denx.de>
11232
11233 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
11234 Author: Markus Klotzbücher <mk@denx.de>
11235 Date:   Tue Nov 27 10:23:20 2007 +0100
11236
11237     tools: fix fw_printenv tool to compile again
11238
11239     This patch updates the fw_printenv/fw_setenv userspace tool to include
11240     the correct MTD header in order to compile against current kernel
11241     headers. Backward compatibility is preserved by introducing an option
11242     MTD_VERSION which can be set to "old" for compilation using the old MTD
11243     headers. Along with this a number of warnings are fixed.
11244
11245     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11246
11247 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
11248 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11249 Date:   Tue Jan 8 15:40:09 2008 +0100
11250
11251     ppc4xx: assign PCI interrupts on seuqoia boards
11252
11253     Some operating systems rely on assigned PCI interrupts.
11254
11255     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11256
11257 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
11258 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11259 Date:   Tue Jan 8 15:50:49 2008 +0100
11260
11261     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
11262
11263     This patch allows the use of 4xx interrupt vector number defines
11264     in board specific code outside cpu/ppc4xx.
11265
11266     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11267
11268 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
11269 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11270 Date:   Tue Jan 8 15:39:01 2008 +0100
11271
11272     ppc4xx: Fix UIC2 vector number base
11273
11274     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11275
11276 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
11277 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11278 Date:   Tue Jan 8 12:49:58 2008 +0100
11279
11280     ppc4xx: Update PLB/PCI divider for PMC440 board
11281
11282     This patch updates the PLB/PCI divider when running at
11283     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
11284
11285     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11286
11287 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
11288 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11289 Date:   Tue Jan 8 11:13:09 2008 +0100
11290
11291     ppc4xx: Disable error message when no NAND chip is installed on PMC440
11292
11293     Add CFG_NAND_QUIET_TEST option to disable error message when
11294     no NAND chip is installed on PMC440 boards.
11295
11296     Disable a couple of config defines that are only used for NAND_U_BOOT.
11297
11298     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11299
11300 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
11301 Author: Wolfgang Denk <wd@denx.de>
11302 Date:   Tue Jan 8 22:58:27 2008 +0100
11303
11304     Fix compile problem with new env code.
11305
11306     Signed-off-by: Wolfgang Denk <wd@denx.de>
11307
11308 commit 6de66b35426312a21174a9bf0576a094e2904bea
11309 Author: Markus Klotzbücher <mk@denx.de>
11310 Date:   Tue Nov 27 10:23:20 2007 +0100
11311
11312     tools: fix fw_printenv tool to compile again
11313
11314     This patch updates the fw_printenv/fw_setenv userspace tool to include
11315     the correct MTD header in order to compile against current kernel
11316     headers. Backward compatibility is preserved by introducing an option
11317     MTD_VERSION which can be set to "old" for compilation using the old MTD
11318     headers. Along with this a number of warnings are fixed.
11319
11320     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11321
11322 commit ad3006fe7e84667021753b74247b0bafd97ba35f
11323 Author: Gerald Van Baren <vanbaren@cideas.com>
11324 Date:   Mon Jan 7 23:47:32 2008 -0500
11325
11326     LIBFDT: use memmove() instead of memcpy()
11327
11328     This is partial patch from the DTC/libfdt
11329     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
11330     Author: David Gibson <david@gibson.dropbear.id.au>
11331     Date:   Wed Nov 21 11:56:14 2007 +1100
11332
11333         The patch also fixes one genuine bug caught by valgrind -
11334         _packblocks() in fdt_rw.c was using memcpy() where it should have been
11335         using memmove().
11336
11337     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11338
11339 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
11340 Author: David Gibson <david@gibson.dropbear.id.au>
11341 Date:   Mon Dec 17 14:42:07 2007 +1100
11342
11343     libfdt: Add more documentation (patch the seventh)
11344
11345     This patch adds more documenting comments to libfdt.h.  Specifically,
11346     these document the read/write functions (not including fdt_open_into()
11347     and fdt_pack(), for now).
11348
11349     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11350
11351 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
11352 Author: David Gibson <david@gibson.dropbear.id.au>
11353 Date:   Mon Dec 17 14:41:52 2007 +1100
11354
11355     libfdt: Add more documentation (patch the sixth)
11356
11357     This patch adds some more documenting comments to libfdt.h.
11358     Specifically this documents all the write-in-place functions.
11359
11360     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11361
11362 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
11363 Author: Gerald Van Baren <vanbaren@cideas.com>
11364 Date:   Sat Dec 29 22:45:27 2007 -0500
11365
11366     Fine grained per property /chosen updating.
11367
11368     Implement a suggestion by Scott Wood to make the /chosen handling fine
11369     grained.  Don't overwrite pre-existing properties on a per-property basis,
11370     so if /chosen exists but a necessary /chosen/property doesn't, it gets
11371     created.  If a /chosen property exists, it is NOT overwritten unless the
11372     "force" flag is true.
11373
11374     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11375
11376 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
11377 Author: Gerald Van Baren <vanbaren@cideas.com>
11378 Date:   Sat Jan 5 15:33:29 2008 -0500
11379
11380     Improve the FDT help message.
11381
11382     Add a note that "fdt copy" makes the new address active.
11383     Remove most of the extra hints at the end of the fdt help.
11384
11385     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11386
11387 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
11388 Author: Gerald Van Baren <vanbaren@cideas.com>
11389 Date:   Sat Jan 5 14:52:04 2008 -0500
11390
11391     Support setting FDT properties with optional values.
11392
11393     Fix a bug found and documented by Bartlomiej Sieka where the optional
11394     value on "fdt set <path> <prop> [<val>]" wasn't optional.
11395
11396     => fdt mknode / testnode
11397     => fdt print /testnode
11398     testnode {
11399     };
11400     => fdt set /testnode testprop
11401     => fdt print /testnode
11402     testnode {
11403             testprop;
11404     };
11405
11406     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11407
11408 commit 22fb2246df91bfc840d87f0c5910818bad55577a
11409 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11410 Date:   Fri Dec 28 11:56:30 2007 +0100
11411
11412     Add fdt_find_and_setprop() to fdt_support.h
11413
11414     fdt_find_and_setprop() is used by several 4xx boards and it's
11415     missing in the appropriate header. This patch eliminates a
11416     warning when building U-Boot for such boards.
11417
11418     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11419     Acked-by: Stefan Roese <sr@denx.de>
11420
11421 commit 802b769bac17b0560d3535a42c502469ee190cd1
11422 Author: Stefan Roese <sr@denx.de>
11423 Date:   Tue Jan 8 18:39:30 2008 +0100
11424
11425     ppc4xx: Return 0 on success in 4xx ethernet driver
11426
11427     Signed-off-by: Stefan Roese <sr@denx.de>
11428
11429 commit 6775c68683a53c7abc778774641aac6f833a2cbf
11430 Author: Kim Phillips <kim.phillips@freescale.com>
11431 Date:   Tue Jan 8 09:59:49 2008 -0600
11432
11433     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
11434
11435     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11436
11437 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
11438 Author: Kim Phillips <kim.phillips@freescale.com>
11439 Date:   Thu Dec 20 16:28:34 2007 -0600
11440
11441     mpc83xx: rm remaining FLAT_TREE code
11442
11443     ..in board pci.c files
11444
11445     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11446
11447 commit b3458d2cd55d01732e30a76d898afd99e871cd67
11448 Author: Kim Phillips <kim.phillips@freescale.com>
11449 Date:   Thu Dec 20 15:57:28 2007 -0600
11450
11451     mpc83xx: remove FLAT_TREE code
11452
11453     need to rm it from pci code, too!
11454
11455     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11456
11457 commit 5b8bc606c61456566af6912f818a153b6b06f242
11458 Author: Kim Phillips <kim.phillips@freescale.com>
11459 Date:   Thu Dec 20 14:09:22 2007 -0600
11460
11461     mpc83xx: convert to using do_fixup_*()
11462
11463     convert to using simpler mpc85xx style fdt update code; streamline by
11464     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
11465     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
11466     converted over to using libfdt).
11467
11468     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11469
11470 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
11471 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11472 Date:   Thu Dec 20 12:58:51 2007 -0500
11473
11474     sbc8349: enable libfdt by default on WRS SBC8349 board.
11475
11476     Make libfdt the default for the WRS SBC8349 board.
11477     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
11478     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
11479
11480     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11481
11482 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
11483 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11484 Date:   Thu Dec 20 12:58:16 2007 -0500
11485
11486     sbc8349: migrate board to libfdt
11487
11488     This adds libfdt support code for the Wind River sbc8349 board.
11489
11490     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
11491     the other Freescale 83xx boards.
11492
11493     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11494
11495 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
11496 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11497 Date:   Thu Dec 20 12:56:19 2007 -0500
11498
11499     sbc8349: Remove board specific ECC code
11500
11501     ECC code is now shared for all 83xx boards, so remove board specific one.
11502     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
11503
11504     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11505
11506 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
11507 Author: Kim Phillips <kim.phillips@freescale.com>
11508 Date:   Thu Dec 20 01:30:48 2007 -0600
11509
11510     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
11511
11512     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
11513
11514     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11515
11516 commit ccf21c311e68d48399eff1e72936052885f6e3f7
11517 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
11518 Date:   Thu Dec 6 16:43:40 2007 +0100
11519
11520     Add support CONFIG_UEC_ETH3 in MPC83xx
11521
11522     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
11523
11524 commit e6af9932d31171e35db880e7b2f29f903b1b7660
11525 Author: Kumar Gala <galak@kernel.crashing.org>
11526 Date:   Mon Nov 26 11:00:54 2007 -0600
11527
11528     Remove CONFIG options related to OF that we dont use
11529
11530     The MPC8360E MDS config defined:
11531         CONFIG_OF_HAS_BD_T
11532         CONFIG_OF_HAS_UBOOT_ENV
11533
11534     Which we don't use or ever needed.  This seems like copy-paste feature creep.
11535
11536     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11537
11538 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
11539 Author: Kim Phillips <kim.phillips@freescale.com>
11540 Date:   Mon Dec 10 14:16:22 2007 -0600
11541
11542     mpc83xx: supress compiler warning
11543
11544     mpc8360emds.c: In function â€˜ft_board_setup’:
11545     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
11546     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
11547
11548     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11549
11550 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
11551 Author: Kim Phillips <kim.phillips@freescale.com>
11552 Date:   Tue Nov 27 14:17:29 2007 -0600
11553
11554     mpc83xx: fix remaining fdt_find_node_by_path references
11555
11556     rename to fdt_path_offset
11557
11558     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11559
11560 commit 921d4b19ad1be704df58725485d9292dc0414adf
11561 Author: Kim Phillips <kim.phillips@freescale.com>
11562 Date:   Mon Nov 19 12:30:09 2007 -0600
11563
11564     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
11565
11566     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
11567     This change guarantees that the environment will be located on the
11568     first flash sector after the U-Boot image.
11569
11570     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11571
11572 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
11573 Author: Kim Phillips <kim.phillips@freescale.com>
11574 Date:   Fri Nov 9 14:28:08 2007 -0600
11575
11576     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
11577
11578     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
11579     properties in the device tree so the PHY gets configured for internal delay on
11580     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
11581
11582     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11583
11584 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
11585 Author: Dave Liu <r63238@freescale.com>
11586 Date:   Tue Sep 18 12:41:15 2007 +0800
11587
11588     mpc83xx: update the CREDITS and MAINTAINERS
11589
11590     update the CREDITS and MAINTAINERS.
11591
11592     Signed-off-by: Dave Liu <daveliu@freescale.com>
11593
11594 commit b21add4b42af7b767448251b599b91066a160e0d
11595 Author: Dave Liu <r63238@freescale.com>
11596 Date:   Tue Sep 18 12:40:21 2007 +0800
11597
11598     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
11599
11600     Add the MAINTAINER and MAKEALL entries for mpc837xemds
11601
11602     Signed-off-by: Dave Liu <daveliu@freescale.com>
11603
11604 commit f8900ce9094c462355eb792eea264ff16ac8fd16
11605 Author: Dave Liu <r63238@freescale.com>
11606 Date:   Tue Sep 18 12:38:53 2007 +0800
11607
11608     mpc83xx: Add the MPC837xEMDS board readme
11609
11610     Add the README.mpc837xemds to /doc
11611
11612     Signed-off-by: Dave Liu <daveliu@freescale.com>
11613
11614 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
11615 Author: Dave Liu <r63238@freescale.com>
11616 Date:   Tue Sep 18 12:37:57 2007 +0800
11617
11618     mpc83xx: Add the support of MPC837xEMDS board
11619
11620     The MPC837xEMDS board support:
11621     * DDR2 400MHz hardcoded and SPD init
11622     * Local bus NOR Flash
11623     * I2C, UART, MII and RTC
11624     * eTSEC RGMII
11625     * PCI host
11626
11627     Signed-off-by: Dave Liu <daveliu@freescale.com>
11628
11629 commit 555da61702771fe0f76f3de23b4e7590f3704161
11630 Author: Dave Liu <r63238@freescale.com>
11631 Date:   Tue Sep 18 12:36:58 2007 +0800
11632
11633     mpc83xx: Add the support of MPC8315E SoC
11634
11635     The MPC8315E SoC including e300c3 core and new IP blocks,
11636     such as TDM, PCI Express and SATA controller.
11637
11638     Signed-off-by: Dave Liu <daveliu@freescale.com>
11639
11640 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
11641 Author: Dave Liu <r63238@freescale.com>
11642 Date:   Tue Sep 18 12:36:11 2007 +0800
11643
11644     mpc83xx: Add the support of MPC837x SoC
11645
11646     The MPC837x SoC including e300c4 core and new IP blocks,
11647     such as SDHC, PCI Express and SATA controller.
11648
11649     Signed-off-by: Dave Liu <daveliu@freescale.com>
11650
11651 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
11652 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11653 Date:   Wed Nov 14 18:54:53 2007 +0300
11654
11655     MPC8360E-MDS: configure and enable second UART
11656
11657     Despite user manual, BCSR9.7 is negated (high) on HRST, so
11658     UART2 is disabled. Fix that and configure QE pins properly.
11659
11660     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11661
11662 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
11663 Author: Timur Tabi <timur@freescale.com>
11664 Date:   Mon Nov 5 09:34:06 2007 -0600
11665
11666     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
11667
11668     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
11669     currently-defined 83xx boards.  This change guarantees that the environment
11670     will be located on the first flash sector after the U-Boot image.
11671
11672     Signed-off-by: Timur Tabi <timur@freescale.com>
11673     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11674
11675 commit e05329516a13616b53240cd85b739217c2bf87f1
11676 Author: Larry Johnson <lrj@acm.org>
11677 Date:   Fri Jan 4 13:27:02 2008 -0500
11678
11679     ppc4xx: Remove weak binding from common Denali data-eye search code
11680
11681     Now that there are no board-specific versions of
11682     "denali_core_search_data_eye()", the weak binding on the common version
11683     can be removed.
11684
11685     Signed-off-by: Larry Johnson <lrj@acm.org>
11686
11687 commit 5ba576c01602fd328800a427964c36a0a05c5dce
11688 Author: Stefan Roese <sr@denx.de>
11689 Date:   Sat Jan 5 09:13:46 2008 +0100
11690
11691     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
11692
11693     Signed-off-by: Stefan Roese <sr@denx.de>
11694
11695 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
11696 Author: Stefan Roese <sr@denx.de>
11697 Date:   Sat Jan 5 09:12:41 2008 +0100
11698
11699     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
11700
11701     On Katmai the complete auto-calibration somehow doesn't seem to
11702     produce the best results, meaning optimal values for RQFD/RFFD.
11703     This was discovered by GDA using a high bandwidth scope,
11704     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
11705     so now on Katmai "only" RFFD is auto-calibrated.
11706
11707     This patch also adds RDCC calibration as mentioned on page 7 of
11708     the AMCC PowerPC440SP/SPe DDR2 application note:
11709     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
11710
11711     Signed-off-by: Stefan Roese <sr@denx.de>
11712
11713 commit 49db47b8ae6afff2b898be312948ff501357dc80
11714 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11715 Date:   Wed Jan 2 16:48:42 2008 +0100
11716
11717     ppc4xx: Remove sdram.h from PMC440 board
11718
11719     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11720
11721 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
11722 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11723 Date:   Wed Jan 2 16:48:34 2008 +0100
11724
11725     ppc4xx: use common denali core defines and data eye search code for PMC440
11726
11727     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11728
11729 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
11730 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11731 Date:   Wed Jan 2 12:05:14 2008 +0100
11732
11733     ppc4xx: More cleanup for esd's LCD code
11734
11735     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11736
11737 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
11738 Author: Stefan Roese <sr@denx.de>
11739 Date:   Fri Jan 4 12:00:01 2008 +0100
11740
11741     ppc4xx: Fix Sequoia NAND booting target
11742
11743     The Sequoia NAND booting target now uses the recently extracted
11744     cpu/ppc4xx/denali_data_eye.c file too.
11745
11746     Signed-off-by: Stefan Roese <sr@denx.de>
11747
11748 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
11749 Author: Lawrence R. Johnson <lrj@acm.org>
11750 Date:   Thu Jan 3 15:02:02 2008 -0500
11751
11752     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
11753
11754     Signed-off-by: Larry Johnson <lrj@acm.org>
11755
11756 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
11757 Author: Lawrence R. Johnson <lrj@acm.org>
11758 Date:   Fri Jan 4 02:11:56 2008 -0500
11759
11760     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
11761
11762     Note: this patch changes the configuration of some GPIO registers:
11763
11764        Register      Old Value   New Value
11765     ---------------  ----------  ----------
11766     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
11767     DCR GPIO0_TSRH   0x55005000  0x00000000
11768     DCR GPIO1_TCR    0xC2000000  0xE2000000
11769     DCR GPIO1_TSRL   0x0C000000  0x00200000
11770     DCR GPIO1_ISR2L  0x00050000  0x00110000
11771
11772     Signed-off-by: Larry Johnson <lrj@acm.org>
11773
11774 commit 5ab884b254ca2e707ab50545cd705f30108cf491
11775 Author: Lawrence R. Johnson <lrj@acm.org>
11776 Date:   Thu Jan 3 18:54:00 2008 -0500
11777
11778     ppc4xx: Add functionality to GPIO support
11779
11780     This patch makes two additions to GPIO support:
11781
11782     First, it adds function gpio_read_in_bit() to read the a bit from the
11783     GPIO Input Register (GPIOx_IR) in the same way that function
11784     gpio_read_out_bit() reads a bit from the GPIO Output Register
11785     (GPIOx_OR).
11786
11787     Second, it modifies function gpio_set_chip_configuration() to provide
11788     an additional option for configuring the GPIO from the
11789     "CFG_4xx_GPIO_TABLE".
11790
11791     According to the 440EPx User's Manual, when an alternate output is used,
11792     the three-state control is configured in one of two ways, depending on
11793     the particular output.  The first option is to select the corresponding
11794     alternate three-state control in the GPIOx_TRSH/L registers.  The second
11795     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
11796     the GPIOx_TRSH/L registers, and set the corresponding bit in the
11797     GPIOx_TCR register to enable the output.  For example, the Manual
11798     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
11799     the alternate three-state control (first option), and specifies
11800     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
11801     enabled in the GPIOx_TCR register (second option).
11802
11803     Currently, gpio_set_chip_configuration() configures all alternate signal
11804     outputs to use the first option.  This patch allow the second option to
11805     be selected by setting the "out_val" element in the table entry to
11806     "GPIO_OUT_1".  The first option is used when the "out_val" element is
11807     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
11808     alternate signal is selected, and because all current GPIO tables set
11809     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
11810     not change any existing configurations.
11811
11812     Signed-off-by: Larry Johnson <lrj@acm.org>
11813
11814 commit 196404cdc1de495d6182e84731c200fc5748df15
11815 Author: Larry Johnson <lrj@arlinx.com>
11816 Date:   Sun Dec 30 01:01:54 2007 -0500
11817
11818     PPC4xx: Remove sdram.h from board/lwmon5
11819
11820     These definitions are now in "include/ppc440.h".
11821
11822     Signed-off-by: Larry Johnson <lrj@acm.org>
11823
11824 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
11825 Author: Larry Johnson <lrj@arlinx.com>
11826 Date:   Sun Dec 30 01:01:32 2007 -0500
11827
11828     PPC4xx: Use common code for LWMON5 board SDRAM support
11829
11830     This patch also modifies the functionality of the code so that the data-eye
11831     search is now done with with the cache disabled.
11832
11833     Signed-off-by: Larry Johnson <lrj@acm.org>
11834
11835 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
11836 Author: Larry Johnson <lrj@arlinx.com>
11837 Date:   Sun Dec 30 01:01:14 2007 -0500
11838
11839     PPC4xx: Remove sdram.h from board/amcc/sequoia
11840
11841     These definitions are now in "include/ppc440.h".
11842
11843     Signed-off-by: Larry Johnson <lrj@acm.org>
11844
11845 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
11846 Author: Larry Johnson <lrj@arlinx.com>
11847 Date:   Sun Dec 30 01:00:50 2007 -0500
11848
11849     PPC4xx: Use common code for Sequoia board SDRAM support
11850
11851     Signed-off-by: Larry Johnson <lrj@acm.org>
11852
11853 commit 8b0c5c127690335758100c25eaec2b84db97c101
11854 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11855 Date:   Thu Dec 27 16:58:41 2007 +0100
11856
11857     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
11858
11859     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
11860     networking stack does not automatically switch to
11861     another interface. This patch does not touch the default
11862     behavior.
11863
11864     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11865     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11866
11867 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
11868 Author: Upakul Barkakaty <upakul@gmail.com>
11869 Date:   Thu Nov 29 12:16:13 2007 +0530
11870
11871     NET: Proper return code handling in eth_init() function in file eth.c
11872
11873     This patch modifies the return code handling in the eth_init()
11874     function, to be compatible with the handling of the return codes in
11875     the other network stack files. It now returns a 0 on Success and -1 on
11876     error.
11877
11878     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
11879     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11880
11881 commit 5ca2d0953e4579a80810966cca2077e20d912c97
11882 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
11883 Date:   Mon Nov 19 20:27:04 2007 +0900
11884
11885     net/eth.c: Fix env_enetaddr signed overflow
11886
11887     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
11888     warned as below:
11889
11890       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
11891
11892       DRAM:  256 MB
11893       Flash: 32 MB
11894       In:    serial
11895       Out:   serial
11896       Err:   serial
11897       Net:   NEC-Candy
11898       Warning: NEC-Candy MAC addresses don't match:
11899       Address in SROM is         00:00:4C:80:92:A2
11900       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
11901
11902     This patch changes env_enetaddr type from `char' to `unsigned char'.
11903
11904     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
11905     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
11906     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11907
11908 commit f85b60710571b37293d2233933b76e2aa3db5635
11909 Author: Rafal Jaworowski <raj@semihalf.com>
11910 Date:   Thu Dec 27 18:19:02 2007 +0100
11911
11912     Introduce new eth_receive routine
11913
11914     The purpose of this routine is receiving a single network frame, outside of
11915     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
11916     U-Boot will let them utilise networking facilities. For sending a raw frame
11917     the already existing eth_send() can be used.
11918
11919     The direct consumer of this routine is the newly introduced API layer for
11920     external applications (enabled with CONFIG_API).
11921
11922     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
11923     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
11924     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11925
11926 commit 5c740711f0ea5b51414b341b71597c4a0751be74
11927 Author: Jon Loeliger <jdl@freescale.com>
11928 Date:   Thu Jan 3 10:41:04 2008 -0600
11929
11930     8610: Move include of config.h earlier.
11931
11932     Include config.h earlier in the set of #includes
11933     so as to avoid a incidental and duplicate definition
11934     of CFG_CACHELINE_SIZE.
11935
11936     Signed-off-by: Jon Loeliger
11937
11938 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
11939 Author: Jon Loeliger <jdl@freescale.com>
11940 Date:   Tue Dec 4 10:53:34 2007 -0600
11941
11942     Don't slam #undef DEBUG in the 8641HPCN config file.
11943
11944     Doing so prevents it from being individually set
11945     and useful in other files.
11946
11947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11948
11949 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
11950 Author: Jon Loeliger <jdl@freescale.com>
11951 Date:   Wed Nov 28 14:47:18 2007 -0600
11952
11953     Convert MPC8641HPCN to use libfdt.
11954
11955     Assumes the presence of the aliases node in the DTS to
11956     locate the ethernet, pci and serial nodes for fixups.
11957
11958     Use consistent fdtaddr and fdtfile in environment variables.
11959
11960     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11961
11962 commit ce37422d0002e10490e268392e0c4e3028e52cec
11963 Author: Stefan Roese <sr@denx.de>
11964 Date:   Wed Jan 2 14:06:26 2008 +0100
11965
11966     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
11967
11968     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
11969     flash chips connected to a 32bit wide port.
11970
11971     Signed-off-by: Stefan Roese <sr@denx.de>
11972
11973 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
11974 Author: Wolfgang Denk <wd@denx.de>
11975 Date:   Wed Jan 2 15:58:44 2008 +0100
11976
11977     Fix compile problem introduced by "cleanup" commit 3dfd708c
11978
11979     Signed-off-by: Wolfgang Denk <wd@denx.de>
11980
11981 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
11982 Author: Wolfgang Denk <wd@denx.de>
11983 Date:   Wed Jan 2 15:54:45 2008 +0100
11984
11985     Make scripts and Makefiles POSIX compliant
11986
11987     The bash builtin versions of the "test" (resp. "[") command allow
11988     using "==" for string comparisons, but POSIX compatible implemen-
11989     tations (like /usr/bin/test) insist on using "=" only. On such systems
11990     you will see:
11991
11992         $ /usr/bin/test a == a && echo OK
11993         /usr/bin/test: ==: binary operator expected
11994
11995     This patch fixes Makefiles and scripts to use POSIX style.
11996
11997     Signed-off-by: Wolfgang Denk <wd@denx.de>
11998
11999 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
12000 Author: Stefan Roese <sr@denx.de>
12001 Date:   Wed Jan 2 14:05:37 2008 +0100
12002
12003     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
12004
12005     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
12006     flash chips connected to a 32bit wide port.
12007
12008     Signed-off-by: Stefan Roese <sr@denx.de>
12009
12010 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
12011 Author: Wolfgang Denk <wd@denx.de>
12012 Date:   Wed Jan 2 12:38:43 2008 +0100
12013
12014     Minor coding style cleanup.
12015
12016     Signed-off-by: Wolfgang Denk <wd@denx.de>
12017
12018 commit e174ac34adf5d5653df12bc3cf19c52063a71269
12019 Author: Stefan Roese <sr@denx.de>
12020 Date:   Fri Dec 28 17:29:56 2007 +0100
12021
12022     ppc4xx: Coding style cleanup
12023
12024     Signed-off-by: Stefan Roese <sr@denx.de>
12025
12026 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
12027 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12028 Date:   Fri Dec 28 17:07:24 2007 +0100
12029
12030     ppc4xx: Complete PMC440 board support
12031
12032     This patch brings the PMC440 board configuration file.
12033     Finally it enables the PMC440 board support.
12034
12035     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12036
12037 commit 407843a582560fc5231299561ab3c2b6b6cd3397
12038 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12039 Date:   Fri Dec 28 17:07:18 2007 +0100
12040
12041     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
12042
12043     This patch adds some BSP commands and FPGA booting support
12044     for esd's PMC440 boards.
12045
12046     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12047
12048 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
12049 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12050 Date:   Fri Dec 28 17:07:14 2007 +0100
12051
12052     ppc4xx: Add initial esd PMC440 board files
12053
12054     This patch adds the first files for the new esd PMC440 boards.
12055     The next two patches will complete the PMC440 board support.
12056
12057     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12058
12059 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
12060 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12061 Date:   Fri Dec 28 17:10:36 2007 +0100
12062
12063     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
12064
12065     - add EEPROM write protection for esd PLU405 boards.
12066     - initialize NAND GPIOs
12067     - use correct io accessors
12068     - cleanup
12069
12070     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12071
12072 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
12073 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12074 Date:   Fri Dec 28 17:10:44 2007 +0100
12075
12076     ppc4xx: use correct io accessors for esd's LCD code
12077
12078     This patch fixes esd's LCD dectection code to work correctly with
12079     newer gcc versions.
12080
12081     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12082
12083 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
12084 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12085 Date:   Fri Dec 28 17:10:42 2007 +0100
12086
12087     ppc4xx: Maintenance patch for VOH405 boards
12088
12089     - add EEPROM write protection
12090     - initialize NAND GPIOs
12091     - use correct io accessors
12092     - slow down I2C clock to 100kHz
12093     - enable ext. I2C bus
12094     - cleanup
12095
12096     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12097
12098 commit c05569066dbcba3fdf36d4d1943df265dc316a86
12099 Author: Stefan Roese <sr@denx.de>
12100 Date:   Fri Dec 28 16:08:08 2007 +0100
12101
12102     ppc4xx: Enable 405EP PCI arbiter per default on all boards
12103
12104     In an attmemt to clean up the 4xx start.S file, I removed the enabling
12105     of the internal 405EP PCI arbiter. This is needed for multiple other
12106     405EP platforms, like most of the esd 405EP. Now the internal PCI
12107     arbiter is enabled again per default as it has been before.
12108
12109     Signed-off-by: Stefan Roese <sr@denx.de>
12110     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12111
12112 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
12113 Author: Stefan Roese <sr@denx.de>
12114 Date:   Fri Dec 28 15:53:46 2007 +0100
12115
12116     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
12117
12118     Signed-off-by: Stefan Roese <sr@denx.de>
12119     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12120
12121 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
12122 Author: Stefan Roese <sr@denx.de>
12123 Date:   Fri Dec 28 06:06:04 2007 +0100
12124
12125     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
12126
12127     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
12128     platforms mentioned above.
12129
12130     Signed-off-by: Stefan Roese <sr@denx.de>
12131
12132 commit b568fd25574181a3b12ae3d66b2913903442cb83
12133 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12134 Date:   Thu Dec 27 17:03:46 2007 +0100
12135
12136     Remove CPCI440 board
12137
12138     This board never left prototyping state and it
12139     became a millstone round my neck. So remove it.
12140
12141     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12142
12143 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
12144 Author: Larry Johnson <lrj@arlinx.com>
12145 Date:   Thu Dec 27 11:28:51 2007 -0500
12146
12147     Add support for Korat PPC440EPx board
12148
12149     These patches add support for the PPC440EPx-based "Korat" board to
12150     U-Boot.  They are based primarily on support for the Sequoia board.
12151
12152     Signed-off-by: Larry Johnson <lrj@acm.org>
12153
12154 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
12155 Author: Larry Johnson <lrj@arlinx.com>
12156 Date:   Sat Dec 22 15:16:25 2007 -0500
12157
12158     Add configuration file for Korat board
12159
12160     This patch supplies the configuration file for the Korat PPC440EPx-
12161     processor board.
12162
12163     Signed-off-by: Larry Johnson <lrj@acm.org>
12164
12165 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
12166 Author: Larry Johnson <lrj@arlinx.com>
12167 Date:   Sat Dec 22 15:16:11 2007 -0500
12168
12169     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
12170
12171     Signed-off-by: Larry Johnson <lrj@acm.org>
12172
12173 commit aba19604d848b2838cfb9ebe818909e6a216058e
12174 Author: Larry Johnson <lrj@arlinx.com>
12175 Date:   Thu Dec 27 10:54:48 2007 -0500
12176
12177     Add 440EPx DDR2 SPD DIMM support
12178
12179     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
12180     controller.  It should also work on the 440GRx.  It is based on the DDR2
12181     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
12182
12183     This code has been tested on prototype Korat boards with three Kingston
12184     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
12185     (two ranks).  The Korat board has a single DIMM socket, but support has
12186     been provided (though not tested) for boards with two DIMM sockets.
12187
12188     Signed-off-by: Larry Johnson <lrj@acm.org>
12189
12190 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
12191 Author: Larry Johnson <lrj@arlinx.com>
12192 Date:   Sat Dec 22 15:15:30 2007 -0500
12193
12194     Copy 440EPx/GRx SDRAM data-eye search to common directory
12195
12196     This patch creates a non-board-specific file for performing the SDRAM
12197     data-eye search.  It also adds ECC error checking to the test of valid
12198     data on readback when ECC is enabled.
12199
12200     Signed-off-by: Larry Johnson <lrj@acm.org>
12201
12202 commit c46f53333b22b1f9098676bea8884fc7db820cf3
12203 Author: Larry Johnson <lrj@arlinx.com>
12204 Date:   Sat Dec 22 15:15:13 2007 -0500
12205
12206     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
12207
12208     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
12209     It also fixes two typos in the definitions, so the board-specific
12210     "sdram.h" files containing these definitions are also fixed to avoid
12211     compiler warnings.
12212
12213     Signed-off-by: Larry Johnson <lrj@acm.org>
12214
12215 commit c348578bf612d0c56d8d376d23cae16defbd86af
12216 Author: Larry Johnson <lrj@arlinx.com>
12217 Date:   Thu Dec 27 10:50:55 2007 -0500
12218
12219     Add Ethernet 1000BASE-X support for PPC4xx
12220
12221     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
12222     is defined, the PHY will advertise it's capabilities for autonegotiation
12223     based on the capabilities shown in the PHY's status registers, including
12224     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
12225     advertise hard-coded capabilities, as before.
12226
12227     Signed-off-by: Larry Johnson <lrj@acm.org>
12228
12229 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
12230 Author: Larry Johnson <lrj@arlinx.com>
12231 Date:   Thu Dec 27 09:52:17 2007 -0500
12232
12233     Add driver for National Semiconductor LM73 temperature sensor
12234
12235     This driver is based on the driver for the LM75.
12236
12237     Signed-off-by: Larry Johnson <lrj@acm.org>
12238
12239 commit 12618278688ea9b3d76536960a5ad2e3790fac40
12240 Author: Larry Johnson <lrj@arlinx.com>
12241 Date:   Sat Dec 22 15:14:00 2007 -0500
12242
12243     Add driver for STMicroelectronics M41T60 RTC
12244
12245     This driver is based on the driver for the M41T11.  In the intended
12246     application, the RTC will be powered by a large capacitor, rather than a
12247     battery.  The driver therefore checks to see whether the RTC has lost
12248     power.  The chip's OUT bit is normally reset from its power-up state.  If
12249     the OUT bit is read as set, or if the date and time are not valid, then the
12250     RTC is assumed to have lost power, and its date and time are reset to
12251     1900-01-01 00:00:00.
12252
12253     Support for adjusting the speed of the clock to improve accuracy is
12254     provided through an environment variable.
12255
12256     Signed-off-by: Larry Johnson <lrj@acm.org>
12257
12258 commit d3471173e14b7544bb60339eda8d3d3906694b0a
12259 Author: Larry Johnson <lrj@arlinx.com>
12260 Date:   Sat Dec 22 15:34:39 2007 -0500
12261
12262     Use out_be32() and friends to access memory-mapped registers in sequoia.c
12263
12264     Signed-off-by: Larry Johnson <lrj@acm.org>
12265
12266 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
12267 Author: Larry Johnson <lrj@arlinx.com>
12268 Date:   Sat Dec 22 15:34:20 2007 -0500
12269
12270     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
12271
12272     Signed-off-by: Larry Johnson <lrj@acm.org>
12273
12274 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
12275 Author: Larry Johnson <lrj@arlinx.com>
12276 Date:   Sat Dec 22 15:23:50 2007 -0500
12277
12278     Cosmetic changes to ECC POST for AMCC Denali core
12279
12280     Signed-off-by: Larry Johnson <lrj@acm.org>
12281
12282 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
12283 Author: Stefan Roese <sr@denx.de>
12284 Date:   Wed Dec 26 20:20:19 2007 +0100
12285
12286     ppc4xx: Fix compilation problem in 405 cache POST test
12287
12288     Signed-off-by: Stefan Roese <sr@denx.de>
12289
12290 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
12291 Author: Stefan Roese <sr@denx.de>
12292 Date:   Sat Dec 22 12:20:09 2007 +0100
12293
12294     ppc4xx: Move virtual address of POST cache test to bigger address
12295
12296     On Sequoia & LWMON5 the virtual address of the POST cache test is now
12297     moved to a bigger address. This enables usage of more memory on those
12298     boards.
12299
12300     Signed-off-by: Stefan Roese <sr@denx.de>
12301
12302 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
12303 Author: Stefan Roese <sr@denx.de>
12304 Date:   Sat Dec 22 12:18:26 2007 +0100
12305
12306     ppc4xx: Fix problem in 44x cache POST routine
12307
12308     As repoted by Larry Johnson, running "diag run cache" caused a crash
12309     in U-Boot. This problem was introduced by a patch that removed the
12310     TLB entry for the cache test after the test has completed. Since this
12311     TLB was only setup once, a 2nd attempt to run this cache test
12312     failed with a crash. Now this TLB entry is created every time the
12313     routine is called.
12314
12315     Signed-off-by: Stefan Roese <sr@denx.de>
12316
12317 commit b0265b576bb8fa9465f99e99c323768b562fadc2
12318 Author: Stefan Roese <sr@denx.de>
12319 Date:   Fri Dec 21 07:51:29 2007 +0100
12320
12321     ppc4xx: Update Makalu fdt support
12322
12323     Signed-off-by: Stefan Roese <sr@denx.de>
12324
12325 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
12326 Author: Stefan Roese <sr@denx.de>
12327 Date:   Wed Dec 19 09:05:40 2007 +0100
12328
12329     ppc4xx: Add fdt support to AMCC Katmai eval board
12330
12331     Signed-off-by: Stefan Roese <sr@denx.de>
12332
12333 commit 328a340392a5df9aaf00792be989df73e750859e
12334 Author: Stefan Roese <sr@denx.de>
12335 Date:   Tue Dec 18 08:44:51 2007 +0100
12336
12337     ppc4xx: fdt: Cleanup setup of cpu node setup
12338
12339     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
12340     without using the absolute path to the cpu node. This makes it possible
12341     to use this U-Boot version with both versions of cpu-node naming
12342     "cpu@0" and the former "PowerPC,440EPx@0".
12343
12344     Signed-off-by: Stefan Roese <sr@denx.de>
12345
12346 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
12347 Author: Stefan Roese <sr@denx.de>
12348 Date:   Mon Dec 17 17:26:21 2007 +0100
12349
12350     ppc4xx: Fix lwmon5 compilation problem
12351
12352     Now that the 440EPx ECC test is not board specific anymore
12353     remove this Makefile.
12354
12355     Signed-off-by: Stefan Roese <sr@denx.de>
12356
12357 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
12358 Author: Anatolij Gustschin <agustschin@t-online.de>
12359 Date:   Wed Dec 5 17:43:20 2007 +0100
12360
12361     Fix ppc4xx clear_bss() code
12362
12363     ppc4xx clear_bss() fails if BSS segment size is not
12364     divisible by 4 without remainder. This patch provides
12365     fix for this problem.
12366
12367     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12368
12369 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
12370 Author: Niklaus Giger <niklausgiger@gmx.ch>
12371 Date:   Fri Nov 30 18:35:11 2007 +0100
12372
12373     PPC4xx: Minimal changes to add vxWorks support
12374
12375     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12376
12377 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
12378 Author: Markus Klotzbücher <mk@denx.de>
12379 Date:   Fri Nov 23 13:09:18 2007 +0100
12380
12381     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
12382
12383     When using dhcp/bootp the "netmask" environment variable is not
12384     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
12385     desireable, so the following patch adds this this option to the board
12386     config.
12387
12388     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12389     Signed-off-by: Stefan Roese <sr@denx.de>
12390
12391 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
12392 Author: Larry Johnson <lrj@arlinx.com>
12393 Date:   Sat Oct 27 12:48:15 2007 -0400
12394
12395     Fix/enhance ECC POST for 440EPx/GRx
12396
12397     This patch allows the ECC POST to be used for different boards with the
12398     PPC440 Denali SDRAM controller.  Modifications include skipping the test
12399     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
12400     to prevent timing errors.
12401
12402     Signed-off-by: Larry Johnson <lrj@acm.org>
12403
12404 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
12405 Author: Larry Johnson <lrj@arlinx.com>
12406 Date:   Sat Oct 27 12:48:05 2007 -0400
12407
12408     PPC4xx: Move/rename ECC POST for 440EPx/GRx
12409
12410     Signed-off-by: Larry Johnson <lrj@acm.org>
12411
12412 commit c29d2d3680046d430022c55e50fcb27f5866517e
12413 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12414 Date:   Fri Dec 14 11:20:33 2007 +0100
12415
12416     ppc4xx: use correct io accessors for 4xx ethernet POST
12417
12418     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12419
12420 commit ba79fde58a48c0a6ff8e2a96caba951594142203
12421 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12422 Date:   Fri Dec 14 11:19:56 2007 +0100
12423
12424     ppc4xx: fix flush + invalidate_dcache_range arguments
12425
12426     flush + invalidate_dcache_range() expect the start and stop+1 address.
12427     So the stop address is the first address behind (!) the range.
12428
12429     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12430
12431 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
12432 Author: Stefan Roese <sr@denx.de>
12433 Date:   Fri Dec 14 08:41:29 2007 +0100
12434
12435     ppc4xx: fdt: use fdt_fixup_ethernet()
12436
12437     By using aliases in the dts file, the ethernet node fixup is
12438     much easier with the recently added functions.
12439
12440     Please note that the dts file needs the aliases for this to work.
12441
12442     Signed-off-by: Stefan Roese <sr@denx.de>
12443
12444 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
12445 Author: Stefan Roese <sr@denx.de>
12446 Date:   Thu Dec 13 14:52:53 2007 +0100
12447
12448     ppc4xx: Bring 4xx fdt support up-to-date
12449
12450     This patch update the 4xx fdt support. It enabled fdt booting
12451     on the AMCC Kilauea and Sequoia for now. More can follow later
12452     quite easily.
12453
12454     Signed-off-by: Stefan Roese <sr@denx.de>
12455
12456 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
12457 Author: Stefan Roese <sr@denx.de>
12458 Date:   Thu Dec 27 07:50:54 2007 +0100
12459
12460     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
12461
12462     The check for an sufficiently erased destination was missing in the
12463     buffered write function of the cfi flash driver (when
12464     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
12465     writing to such a region will fail with the currect error message.
12466
12467     Signed-off-by: Stefan Roese <sr@denx.de>
12468
12469 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
12470 Author: Martin Krause <martin.krause@tqs.de>
12471 Date:   Mon Nov 12 10:56:17 2007 +0100
12472
12473     Some configuration updates for the TQM5200 based TB5200 board:
12474
12475     - enable command line history
12476     - increase malloc space (because of bigger flash sectors)
12477
12478     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12479
12480 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
12481 Author: Martin Krause <martin.krause@tqs.de>
12482 Date:   Thu Sep 27 11:10:08 2007 +0200
12483
12484     TQM8xx: use the CFI flash driver on all TQM8xx boards
12485
12486     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12487
12488 commit 11d9eec479b470eab9242ab937fca70a876d9376
12489 Author: Martin Krause <martin.krause@tqs.de>
12490 Date:   Wed Sep 26 17:55:56 2007 +0200
12491
12492     TQM885D: adjust for doubled flash sector size + some minor fixes
12493
12494     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12495
12496 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
12497 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
12498 Date:   Wed Sep 26 17:55:54 2007 +0200
12499
12500     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
12501
12502     CAS-Latency=2, Write Recovery Time tWR=2
12503     The max. supported bus frequency is 66 MHz. Therefore, changed
12504     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
12505
12506     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12507
12508 commit b988b8cd443989be65161888eea0127ad03f846f
12509 Author: Martin Krause <martin.krause@tqs.de>
12510 Date:   Wed Sep 26 17:55:56 2007 +0200
12511
12512     TQM885D: use calculated cpuclk instead of measuring it
12513
12514     On the TQM885D the measurement of cpuclk with the PIT reference
12515     timer ist not necessary. Since all module variants use the same
12516     external 10 MHz oscillator, the cpuclk only depends on the PLL
12517     configuration - which is readable by software.
12518
12519     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12520
12521 commit 492c7049869348d31168de8dad89651315e468e0
12522 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
12523 Date:   Thu Sep 27 14:54:46 2007 +0200
12524
12525     TQM885D: fix SDRAM refresh
12526
12527     At 133 MHz the current SDRAM refresh rate is too fast
12528     (measured 4 * 1.17 us).
12529     CFG_MAMR_PTA changes from 39 to 128. This result
12530     in a refresh rate of 4 * 7.8 us at the default clock
12531     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
12532     This is a compromise until a new method is found to
12533     adjust the refresh rate.
12534
12535     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12536
12537 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
12538 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
12539 Date:   Thu Sep 27 14:54:46 2007 +0200
12540
12541     TQM860M: Support for 10col SDRAMs, max. 128 MiB
12542
12543     Signed-off-by: Martin Krause <martin.krause@tqs.de>
12544
12545 commit 61fb15c516fef5631e305f1976d7b3a679725856
12546 Author: Wolfgang Denk <wd@denx.de>
12547 Date:   Thu Dec 27 01:52:50 2007 +0100
12548
12549     Fix coding style issues; update CHANGELOG.
12550
12551     Signed-off-by: Wolfgang Denk <wd@denx.de>
12552
12553 commit 467bcee11fe26ad422f2de971aa70866079870f2
12554 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12555 Date:   Fri Dec 14 15:36:18 2007 +0100
12556
12557     cfi_flash: Add manufacturer-specific fixups
12558
12559     Run fixups based on the JEDEC manufacturer ID independent of the
12560     command set ID.
12561
12562     This changes current behaviour: Previously, geometry reversal for AMD
12563     chips were done based on the command set ID, while they are now done
12564     based on the JEDEC manufacturer and device ID.
12565
12566     Also add fixup for top-boot Atmel chips. A fixup is needed for
12567     AT49BV6416(T) too, but since u-boot currently only reads the low byte
12568     of the device ID, there's no way to tell it apart from AT49BV642D,
12569     which should not have this fixup. Since AT49BV642D support is
12570     necessary to get ATNGW100 board support into mainline, I've commented
12571     out the fixup for now.
12572
12573     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12574
12575 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
12576 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12577 Date:   Fri Dec 14 15:36:17 2007 +0100
12578
12579     cfi_flash: Add cmdset-specific init functions
12580
12581     Move things like reading JEDEC IDs and fixing up geometry reversal
12582     into separate functions. The geometry reversal fixup is now performed
12583     by altering the qry structure directly, which makes the sector init
12584     code slightly cleaner.
12585
12586     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12587
12588 commit e23741f4a6d8047520ef0d4971762749b3587d32
12589 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12590 Date:   Fri Dec 14 15:36:16 2007 +0100
12591
12592     cfi_flash: Read whole QRY structure in one go
12593
12594     Read out the whole CFI Standard Query structure after successful cfi
12595     identification. This allows subsequent code to access this information
12596     directly without having to go through flash_read_uchar() and friends.
12597
12598     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12599
12600 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
12601 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12602 Date:   Mon Dec 17 11:02:44 2007 +0100
12603
12604     AVR32: Fix logic inversion in disable_interrupts()
12605
12606     disable_interrupts() should return nonzero if interrupts were
12607     _enabled_ before, not disabled.
12608
12609     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12610
12611 commit acac475212cbedb17b321a363a1c878e2b47b37f
12612 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12613 Date:   Fri Dec 14 16:51:22 2007 +0100
12614
12615     AVR32: Enable interrupts at bootup
12616
12617     The timer code depends on the timer interrupt to keep track of the
12618     upper 32 bits of the cycle counter. This obviously doesn't work when
12619     interrupts are disabled the whole time.
12620
12621     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12622
12623 commit 9570bcd87f4db255514f43b6701746c412f8fef0
12624 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12625 Date:   Thu Nov 15 10:03:45 2007 +0100
12626
12627     AVR32: Fix wrong pin setup for USART3
12628
12629     As reported by Gerhard Berghofer:
12630
12631     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
12632     instead of PB18 and PB19.
12633
12634     which is obviously correct. There's currently no code that uses
12635     USART3, but custom boards may run into problems.
12636
12637     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12638
12639 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
12640 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12641 Date:   Thu Nov 1 12:44:20 2007 +0100
12642
12643     README: Remove ATSTK1000 daughterboard list
12644
12645     As noted by Kim Phillips, these lists tend to become out of date.
12646
12647     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12648
12649 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
12650 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12651 Date:   Tue Oct 30 14:56:36 2007 +0100
12652
12653     Add ATSTK100[234] to MAINTAINERS
12654
12655     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
12656     "mother". Also update the entry for ATSTK1000 to be not only about the
12657     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
12658
12659     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12660
12661 commit 64ff2357b1727213803591813dbc779c924bf772
12662 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12663 Date:   Mon Oct 29 13:02:54 2007 +0100
12664
12665     AVR32: Add support for the ATSTK1004 board
12666
12667     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
12668     which is a derivative of AT32AP7000.
12669
12670     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12671
12672 commit 667568db157f374b85abd7e03596ddd1f0b25681
12673 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12674 Date:   Mon Oct 29 13:02:54 2007 +0100
12675
12676     AVR32: Add support for the ATSTK1003 board
12677
12678     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
12679     which is a derivative of AT32AP7000.
12680
12681     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12682
12683 commit 5fee84a794a51ec830548cda485a770efb018b92
12684 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12685 Date:   Mon Oct 29 13:23:33 2007 +0100
12686
12687     AVR32: Make some AT32AP700x peripherals optional
12688
12689     Add a chip-features file providing definitions of the form
12690
12691     AT32AP700x_CHIP_HAS_<peripheral>
12692
12693     to indicate the availability of the given peripheral on the currently
12694     selected chip.
12695
12696     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12697
12698 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
12699 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12700 Date:   Mon Oct 29 13:09:56 2007 +0100
12701
12702     AVR32: Rename at32ap7000 -> at32ap700x
12703
12704     The SoC-specific code for all the AT32AP700x CPUs is practically
12705     identical; the only difference is that some chips have less features
12706     than others. By doing this rename, we can add support for the AP7000
12707     derivatives simply by making some features conditional.
12708
12709     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12710
12711 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
12712 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12713 Date:   Fri Jun 29 18:22:34 2007 +0200
12714
12715     atmel_mci: Show SR when block read fails
12716
12717     Show controller status as well as card status when an error occurs
12718     during block read.
12719
12720     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12721
12722 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
12723 Author: Stefan Roese <sr@denx.de>
12724 Date:   Thu Dec 13 14:52:53 2007 +0100
12725
12726     ppc4xx: Bring 4xx fdt support up-to-date
12727
12728     This patch update the 4xx fdt support. It enabled fdt booting
12729     on the AMCC Kilauea and Sequoia for now. More can follow later
12730     quite easily.
12731
12732     Signed-off-by: Stefan Roese <sr@denx.de>
12733
12734 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
12735 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12736 Date:   Thu Dec 13 12:56:34 2007 +0100
12737
12738     cfi_flash: Use map_physmem() and unmap_physmem()
12739
12740     Use map_physmem() and unmap_physmem() to convert from physical to
12741     virtual addresses. This gives the arch a chance to provide an uncached
12742     mapping for flash accesses.
12743
12744     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12745
12746 commit 4d7d6936eb29af7cca330937808312aa5f61454d
12747 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12748 Date:   Thu Dec 13 12:56:33 2007 +0100
12749
12750     Introduce map_physmem() and unmap_physmem()
12751
12752     map_physmem() returns a virtual address which can be used to access a
12753     given physical address without involving the cache. unmap_physmem()
12754     should be called when the virtual address returned by map_physmem() is
12755     no longer needed.
12756
12757     This patch adds a stub implementation which simply returns the
12758     physical address cast to a uchar * for all architectures except AVR32,
12759     which converts the physical address to an uncached virtual mapping.
12760     unmap_physmem() is a no-op on all architectures, but if any
12761     architecture needs to do such mappings through the TLB, this is the
12762     hook where those TLB entries can be invalidated.
12763
12764     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12765
12766 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
12767 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12768 Date:   Thu Dec 13 12:56:32 2007 +0100
12769
12770     cfi_flash: Introduce read and write accessors
12771
12772     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
12773     them to access the flash memory. This makes it clearer when the flash
12774     is actually being accessed; merely dereferencing a volatile pointer
12775     looks just like any other kind of access.
12776
12777     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12778
12779 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
12780 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12781 Date:   Thu Dec 13 12:56:31 2007 +0100
12782
12783     Implement __raw_{read,write}[bwl] on all architectures
12784
12785     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
12786     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
12787     from Linux.
12788
12789     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12790
12791 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
12792 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12793 Date:   Sat Oct 6 18:55:36 2007 +0200
12794
12795     cfi_flash: Reorder functions and eliminate extra prototypes
12796
12797     Reorder the functions in cfi_flash.c so that each function only uses
12798     functions that have been defined before it. This allows the static
12799     prototype declarations near the top to be eliminated and might allow
12800     gcc to do a better job inlining functions.
12801
12802     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12803
12804 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
12805 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12806 Date:   Thu Dec 13 12:56:29 2007 +0100
12807
12808     cfi_flash: Make some needlessly global functions static
12809
12810     Make functions not declared in any header file static.
12811
12812     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12813
12814 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
12815 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12816 Date:   Thu Dec 13 12:56:28 2007 +0100
12817
12818     cfi_flash: Break long lines
12819
12820     This patch tries to keep all lines in the cfi_flash driver below 80
12821     columns. There are a few lines left which don't fit this requirement
12822     because I couldn't find any trivial way to break them (i.e. it would
12823     take some restructuring, which I intend to do in a later patch.)
12824
12825     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12826
12827 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
12828 Author: Bartlomiej Sieka <tur@semihalf.com>
12829 Date:   Tue Dec 11 13:59:57 2007 +0100
12830
12831     CFI: synchronize command offsets with Linux CFI driver
12832
12833     Fixes non-working CFI Flash on the Inka4x0 board.
12834
12835     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12836
12837 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
12838 Author: Kumar Gala <galak@kernel.crashing.org>
12839 Date:   Fri Dec 7 12:17:34 2007 -0600
12840
12841     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
12842
12843     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
12844     (MPC8544DS, MPC8548CDS, MPC8568MDS).
12845
12846     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12847
12848 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
12849 Author: Kumar Gala <galak@kernel.crashing.org>
12850 Date:   Fri Dec 7 12:04:30 2007 -0600
12851
12852     Update Freescale MPC85xx ADS/CDS/MDS board config
12853
12854     * Enabled CONFIG_CMD_ELF
12855
12856     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12857
12858 commit d435793229ce29a42797c1edc39f5b34f987f91a
12859 Author: Kumar Gala <galak@kernel.crashing.org>
12860 Date:   Fri Dec 7 04:59:26 2007 -0600
12861
12862     Handle Asynchronous DDR clock on 85xx
12863
12864     The MPC8572 introduces the concept of an asynchronous DDR clock with
12865     regards to the platform clock.
12866
12867     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
12868     mode.
12869
12870     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12871
12872 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
12873 Author: Kumar Gala <galak@kernel.crashing.org>
12874 Date:   Thu Nov 29 10:34:28 2007 -0600
12875
12876     Update Freescale MPC85xx ADS/CDS/MDS board config
12877
12878     * Removed some misc environment setup
12879     * Enabled CONFIG_CMDLINE_EDITING
12880
12881     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12882
12883 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
12884 Author: Kumar Gala <galak@kernel.crashing.org>
12885 Date:   Thu Nov 29 10:47:44 2007 -0600
12886
12887     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
12888
12889     Minor path corrections needed to ensure buildability.
12890
12891     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12892
12893 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
12894 Author: Kumar Gala <galak@kernel.crashing.org>
12895 Date:   Thu Nov 29 10:16:18 2007 -0600
12896
12897     Move the MPC8540 ADS board under board/freescale.
12898
12899     Minor path corrections needed to ensure buildability.
12900
12901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12902
12903 commit 870ceac5b3a3486c109396e005af81ae762b5710
12904 Author: Kumar Gala <galak@kernel.crashing.org>
12905 Date:   Thu Nov 29 10:14:50 2007 -0600
12906
12907     Move the MPC8560 ADS board under board/freescale.
12908
12909     Minor path corrections needed to ensure buildability.
12910
12911     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12912
12913 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
12914 Author: Kumar Gala <galak@kernel.crashing.org>
12915 Date:   Thu Nov 29 10:13:47 2007 -0600
12916
12917     Move the MPC8568 MDS board under board/freescale.
12918
12919     Minor path corrections needed to ensure buildability.
12920
12921     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12922
12923 commit a853d56c59b33415304531443633808736acfc6e
12924 Author: Kumar Gala <galak@kernel.crashing.org>
12925 Date:   Thu Nov 29 02:18:59 2007 -0600
12926
12927     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
12928
12929     We already had defines for LAWAR_TRGT_IF_* that we should use
12930     rather than creating new ones.  Also, added some missing defines for
12931     PCIE targets.
12932
12933     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12934
12935 commit 04db400892da37b76a585e332a0c137954ad2015
12936 Author: Kumar Gala <galak@kernel.crashing.org>
12937 Date:   Thu Nov 29 02:10:09 2007 -0600
12938
12939     Stop using immap_t on 85xx
12940
12941     In the future the offsets to various blocks may not be in same location.
12942     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
12943     instead of getting it via &immap.
12944
12945     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12946
12947 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
12948 Author: Kumar Gala <galak@kernel.crashing.org>
12949 Date:   Thu Nov 29 01:23:09 2007 -0600
12950
12951     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
12952
12953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12954
12955 commit c480861bf000156e6a3e932c258db59ff2212dd3
12956 Author: Kumar Gala <galak@kernel.crashing.org>
12957 Date:   Thu Nov 29 01:06:19 2007 -0600
12958
12959     Update MPC8568 MDS to use libfdt
12960
12961     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
12962     ethernet, pci, and serial for the various fixups that are done.
12963
12964     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12965
12966 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
12967 Author: Haiying Wang <Haiying.Wang@freescale.com>
12968 Date:   Wed Nov 14 15:52:06 2007 -0500
12969
12970     Add PCI Express support on MPC8568MDS
12971
12972     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12974
12975 commit b90d25497625b90ffa3f2911a0895ca237556ff5
12976 Author: Kumar Gala <galak@kernel.crashing.org>
12977 Date:   Thu Nov 29 00:11:44 2007 -0600
12978
12979     Update MPC85xx CDS to use libfdt
12980
12981     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
12982     ethernet, pci, and serial for the various fixups that are done.
12983
12984     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12985
12986 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
12987 Author: Kumar Gala <galak@kernel.crashing.org>
12988 Date:   Wed Nov 28 22:54:27 2007 -0600
12989
12990     Update MPC8540 ADS to use libfdt
12991
12992     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
12993     ethernet, pci, and serial for the various fixups that are done.
12994
12995     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12996
12997 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
12998 Author: Kumar Gala <galak@kernel.crashing.org>
12999 Date:   Wed Nov 28 22:40:31 2007 -0600
13000
13001     Update MPC8560 ADS to use libfdt
13002
13003     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
13004     ethernet, pci, and serial for the various fixups that are done.
13005
13006     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13007
13008 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
13009 Author: Kumar Gala <galak@kernel.crashing.org>
13010 Date:   Wed Nov 28 00:36:33 2007 -0600
13011
13012     Stop using immap_t for cpm offset on 85xx
13013
13014     In the future the offsets to various blocks may not be in same location.
13015     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
13016     instead of getting it via &immap->im_cpm.
13017
13018     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13019
13020 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
13021 Author: Kumar Gala <galak@kernel.crashing.org>
13022 Date:   Tue Nov 27 23:25:02 2007 -0600
13023
13024     Stop using immap_t for guts offset on 85xx
13025
13026     In the future the offsets to various blocks may not be in same location.
13027     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
13028     instead of getting it via &immap->im_gur.
13029
13030     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13031
13032 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
13033 Author: Kumar Gala <galak@kernel.crashing.org>
13034 Date:   Tue Nov 27 22:42:34 2007 -0600
13035
13036     Update MPC8544 DS config
13037
13038     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
13039     * Removed some misc environment setup
13040     * Moved to using fdtfile & fdtaddr as fdt env var names
13041     * Enabled CONFIG_CMDLINE_EDITING
13042
13043     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13044
13045 commit addce57e2e4c49e77ffb2020a84690713bb18b47
13046 Author: Kumar Gala <galak@kernel.crashing.org>
13047 Date:   Mon Nov 26 17:12:24 2007 -0600
13048
13049     Update MPC8544DS to use libfdt
13050
13051     Updated the MPC8544DS config to use libfdt and assume use of aliases for
13052     ethernet, pci, and serial for the various fixups that are done.
13053
13054     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13055
13056 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
13057 Author: Kumar Gala <galak@kernel.crashing.org>
13058 Date:   Thu Nov 29 00:15:30 2007 -0600
13059
13060     Add libfdt based ft_cpu_setup for mpc85xx
13061
13062     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13063
13064 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
13065 Author: Stefan Roese <sr@denx.de>
13066 Date:   Tue Dec 11 13:38:19 2007 +0100
13067
13068     ppc4xx: Correct GPIO offset in gpio_config()
13069
13070     Thanks to Gary Jennejohn for pointing this out.
13071
13072     Signed-off-by: Stefan Roese <sr@denx.de>
13073
13074 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
13075 Author: Stefan Roese <sr@denx.de>
13076 Date:   Tue Dec 11 11:46:01 2007 +0100
13077
13078     rtc: Fix merging problem
13079
13080     Signed-off-by: Stefan Roese <sr@denx.de>
13081
13082 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
13083 Author: Stefan Roese <sr@denx.de>
13084 Date:   Sat Dec 8 14:47:34 2007 +0100
13085
13086     ppc4xx: 405EX: Correctly enable USB pins
13087
13088     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
13089     function control) registers. This is done for the AMCC Kilauea and
13090     Makalu eval boards.
13091
13092     Signed-off-by: Stefan Roese <sr@denx.de>
13093
13094 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
13095 Author: Stefan Roese <sr@denx.de>
13096 Date:   Sat Dec 8 08:25:09 2007 +0100
13097
13098     CFI: Coding style cleanup
13099
13100     Signed-off-by: Stefan Roese <sr@denx.de>
13101
13102 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
13103 Author: Michael Schwingen <michael@schwingen.org>
13104 Date:   Fri Dec 7 23:35:02 2007 +0100
13105
13106     CFI: support JEDEC flash roms in CFI-flash framework
13107
13108     The following patch adds support for non-CFI flash ROMS, by hooking into the
13109     CFI flash code and using most of its code, as recently discussed here in the
13110     thread "Mixing CFI and non-CFI flashs".
13111
13112     Signed-off-by: Michael Schwingen <michael@schwingen.org>
13113     Signed-off-by: Stefan Roese <sr@denx.de>
13114
13115 commit c01b17dd856fa120b2970f50d9598546a4927ec3
13116 Author: Gerald Van Baren <vanbaren@cideas.com>
13117 Date:   Wed Nov 28 21:24:50 2007 -0500
13118
13119     Conditionally compile fdt_fixup_ethernet()
13120
13121     Fix compiler warnings: On boards that don't have ethernets defined,
13122     don't compile fdt_fixup_ethernet().
13123
13124 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
13125 Author: Kumar Gala <galak@kernel.crashing.org>
13126 Date:   Tue Nov 27 21:59:46 2007 -0600
13127
13128     Convert boards that set memory node to use fdt_fixup_memory()
13129
13130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13131
13132 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
13133 Author: Kumar Gala <galak@kernel.crashing.org>
13134 Date:   Mon Nov 26 17:06:15 2007 -0600
13135
13136     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
13137
13138     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
13139     determine which serial alias we should set linux,stdout-path to.
13140
13141     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13142
13143 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
13144 Author: Kumar Gala <galak@kernel.crashing.org>
13145 Date:   Mon Nov 26 14:57:45 2007 -0600
13146
13147     Add common memory fixup function
13148
13149     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
13150
13151     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13152
13153 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
13154 Author: Kumar Gala <galak@kernel.crashing.org>
13155 Date:   Mon Nov 26 11:19:12 2007 -0600
13156
13157     Conditionally compile fdt_support.c
13158
13159     Modify common/Makefile to conditionally compile fdt_support.c based
13160     on CONFIG_OF_LIBFDT.
13161
13162     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13163
13164 commit d88e7ba0980773479e1a64badb293116071b7ef0
13165 Author: Kumar Gala <galak@kernel.crashing.org>
13166 Date:   Mon Nov 26 10:41:40 2007 -0600
13167
13168     Fix build breakage due to libfdt import
13169
13170     The IDS8247 got lost in the update and need an API update
13171     do to rename of functions in libfdt.
13172
13173     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13174
13175 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
13176 Author: Gerald Van Baren <vanbaren@cideas.com>
13177 Date:   Fri Nov 23 19:43:20 2007 -0500
13178
13179     Add spaces around the = in the fdt print format.
13180
13181     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13182
13183 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
13184 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13185 Date:   Fri Dec 7 01:25:38 2007 +0900
13186
13187     sh: Moved driver of the SuperH dependence
13188
13189     The composition of the directory in the drivers/ changed.
13190     I moved SuperH serial driver and marubun PCMCIA driver.
13191
13192     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13193
13194 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
13195 Author: Wolfgang Denk <wd@denx.de>
13196 Date:   Thu Dec 6 10:21:19 2007 +0100
13197
13198     Release v1.3.1
13199
13200     Signed-off-by: Wolfgang Denk <wd@denx.de>
13201
13202 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
13203 Author: Wolfgang Denk <wd@denx.de>
13204 Date:   Thu Dec 6 10:21:03 2007 +0100
13205
13206     ADS5121 Board: fix compile problem.
13207
13208     Signed-off-by: Wolfgang Denk <wd@denx.de>
13209
13210 commit a27044b14a9e93678a82d7b35f202b93e7687abc
13211 Author: Stefan Roese <sr@denx.de>
13212 Date:   Thu Dec 6 05:58:43 2007 +0100
13213
13214     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
13215
13216     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
13217     setting the FIXD bit in the SDR0_MFR register. Here a description of the
13218     symptoms:
13219
13220     Problem Description
13221     ------------------------------
13222     If a DMA is performed between memory and PCI with the DMA 1 Controller
13223     using prefetch, and as a result uses a special purpose buffer selected by
13224     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
13225     the first part of the transfer sequence is performed twice. The
13226     PPC440SPe PCI Controller requests more data than was needed such that in
13227     the case of enforce memory protection, a host CPU  exception can occur.
13228     No data is corrupted, because data transfer is stopped in the PCI
13229     Controller. Prefetch enable is specified by setting DMA Configuration
13230     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
13231
13232     Behavior that may be observed in a running system
13233     ---------------------------------------------------------------------------
13234
13235     1. DMA performance is decreased because of the double access on the PCI bus
13236     interface.
13237     2. If an illegal access to some address on the PCI bus is detected at the
13238     system level, a machine check or similar system error may occur.
13239
13240     Workarounds Available
13241     ----------------------------------
13242
13243     1. Do not program prefetch. Note that a prefetch command cannot be programmed
13244     without selecting a special purpose buffer.
13245     2. To avoid crossing a physical boundary of the PCI slave device, add 512
13246     bytes of address to the PCI address range.
13247
13248     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
13249     from AMCC and slighly changed.
13250
13251     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
13252     Signed-off-by: Stefan Roese <sr@denx.de>
13253
13254 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
13255 Author: Stefan Roese <sr@denx.de>
13256 Date:   Tue Dec 4 16:29:48 2007 +0100
13257
13258     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
13259
13260     Signed-off-by: Stefan Roese <sr@denx.de>
13261
13262 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
13263 Author: Wolfgang Denk <wd@denx.de>
13264 Date:   Mon Dec 3 00:15:28 2007 +0100
13265
13266     Prepare for 1.3.1-rc1
13267
13268     Signed-off-by: Wolfgang Denk <wd@denx.de>
13269
13270 commit e15e33433e7c05111968dc9b434a52fd42cbd221
13271 Author: Stefan Roese <sr@denx.de>
13272 Date:   Fri Nov 30 07:15:41 2007 +0100
13273
13274     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
13275
13276     This manual PCIe reset triggering solves the problem seen with the
13277     Intel EPRO/1000 card, which was not detected (link not established)
13278     upon power-up reset.
13279
13280     Signed-off-by: Stefan Roese <sr@denx.de>
13281
13282 commit 260eea5676ca46903a335686cc020b29c4ca46fe
13283 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13284 Date:   Thu Nov 29 01:21:54 2007 +0900
13285
13286     sh: Add SuperH boards maintainer to MAINTAINERS file
13287
13288     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
13289
13290     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13291
13292 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
13293 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13294 Date:   Thu Nov 29 00:13:04 2007 +0900
13295
13296     sh: Add ms7750se support in MAKEALL
13297
13298     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13299
13300 commit c7144373427a178332bf9754131c8c34c52c200a
13301 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13302 Date:   Tue Nov 27 09:44:53 2007 +0100
13303
13304     sh: Add sh3 and sh4 support in MAKEALL
13305
13306     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13307     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13308
13309 commit 130080874a3d28450098481a262c5f7c855e908d
13310 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13311 Date:   Sun Nov 25 02:51:17 2007 +0900
13312
13313     sh: Add document for SuperH.
13314
13315     This document is a summary of information concerning SuperH of U-Boot.
13316
13317     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13318
13319 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
13320 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13321 Date:   Sun Nov 25 02:39:31 2007 +0900
13322
13323     sh: Add marubun's pcmcia driver
13324
13325     Marubun pcmcia is a chip for PCMCIA used with SuperH.
13326     Of course, this can be used even by other architectures.
13327     When use this driver, came to be able to use CompactFlash
13328     and Ethernet.
13329
13330     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13331
13332 commit febd86b969b975289ed948f1ac0eb9722da41ced
13333 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13334 Date:   Sun Nov 25 02:32:13 2007 +0900
13335
13336     sh: Update SuperH SCIF driver
13337
13338     - Changed volatile unsigned to vu_.
13339     - Changed Makefile for kconfig.
13340
13341     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13342
13343 commit 8be760903645af09871be50ad0a6f9ebb62b311d
13344 Author: Stefan Roese <sr@denx.de>
13345 Date:   Tue Nov 27 11:57:35 2007 +0100
13346
13347     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
13348
13349     After an error in the AMCC 405EX users manual now correctly configure
13350     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
13351     usage.
13352
13353     Signed-off-by: Stefan Roese <sr@denx.de>
13354
13355 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
13356 Author: Wolfgang Denk <wd@denx.de>
13357 Date:   Mon Nov 26 19:18:21 2007 +0100
13358
13359     Cleanup coding style; update CHANGELOG
13360
13361     Signed-off-by: Wolfgang Denk <wd@denx.de>
13362
13363 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
13364 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13365 Date:   Sun Nov 25 22:39:25 2007 +0100
13366
13367     MAKEALL: add missing 512x boards in ppc
13368
13369     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13370
13371 commit a340c325e668ca7386c2276387681720be9c3757
13372 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13373 Date:   Sun Nov 25 18:45:47 2007 +0100
13374
13375     Makefile : fix tags ctags etags with new drivers organization
13376
13377     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13378
13379 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
13380 Author: Stefan Roese <sr@denx.de>
13381 Date:   Mon Nov 26 15:06:14 2007 +0100
13382
13383     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
13384
13385     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
13386     operation.
13387
13388     Signed-off-by: Stefan Roese <sr@denx.de>
13389
13390 commit ca1ce226287270bb01e25b8e3674c701f12edf19
13391 Author: Stefan Roese <sr@denx.de>
13392 Date:   Mon Nov 26 15:01:45 2007 +0100
13393
13394     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
13395
13396     Signed-off-by: Stefan Roese <sr@denx.de>
13397
13398 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
13399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13400 Date:   Sun Nov 25 18:45:47 2007 +0100
13401
13402     Makefile : fix tags ctags etags with new drivers organization
13403
13404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13405
13406 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
13407 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13408 Date:   Sat Nov 24 21:26:56 2007 +0100
13409
13410     drivers/mtd : move mtd drivers to drivers/mtd
13411
13412     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13413
13414 commit 318c0b90431f2648552e5ade78833f42652ce859
13415 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13416 Date:   Sat Nov 24 21:17:55 2007 +0100
13417
13418     drivers/misc : move misc drivers to drivers/misc
13419
13420     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13421
13422 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
13423 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13424 Date:   Sat Nov 24 21:13:59 2007 +0100
13425
13426     drivers/block : move block drivers to drivers/block
13427
13428     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13429
13430 commit 0c698dcaa70275eb8814f665b545547cee013892
13431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13432 Date:   Sat Nov 24 20:59:50 2007 +0100
13433
13434     drivers/rtc : move rtc drivers to drivers/rtc
13435
13436     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13437
13438 commit f868cc5a50757d94f36c312395481cb0f187d9e6
13439 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13440 Date:   Sat Nov 24 20:14:44 2007 +0100
13441
13442     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
13443
13444     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13445
13446 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
13447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13448 Date:   Sat Nov 24 19:46:45 2007 +0100
13449
13450     drivers/input : move input drivers to drivers/input
13451
13452     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13453
13454 commit e4558666293364fc3af1c1d9381ca933fa0f1275
13455 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13456 Date:   Sat Nov 24 19:40:11 2007 +0100
13457
13458     drivers/usb : move usb drivers to drivers/usb
13459
13460     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13461
13462 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
13463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13464 Date:   Sat Nov 24 19:33:38 2007 +0100
13465
13466     drivers/serial : move serial drivers to drivers/serial
13467
13468     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13469
13470 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
13471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13472 Date:   Wed Nov 21 21:19:24 2007 +0100
13473
13474     drivers/net : move net drivers to drivers/net
13475
13476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13477
13478 commit 352d259130b349fe9593b8dada641bd78a9659e5
13479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13480 Date:   Tue Nov 20 20:41:48 2007 +0100
13481
13482     drivers/video : move video drivers to drivers/video
13483
13484     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13485
13486 commit 73646217186aa17afc8e305c5f06f06dd335eaad
13487 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13488 Date:   Tue Nov 20 20:33:09 2007 +0100
13489
13490     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
13491
13492     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13493
13494 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
13495 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13496 Date:   Tue Nov 20 20:28:09 2007 +0100
13497
13498     drivers/pci : move pci drivers to drivers/pci
13499
13500     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13501
13502 commit 9162352817579840d7802da6d85872b3ca003c97
13503 Author: Gerald Van Baren <vanbaren@cideas.com>
13504 Date:   Thu Nov 22 17:23:23 2007 -0500
13505
13506     Fix fdt printing for updated libfdt
13507
13508     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
13509
13510     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13511
13512 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
13513 Author: Kumar Gala <galak@kernel.crashing.org>
13514 Date:   Wed Nov 21 13:30:15 2007 -0600
13515
13516     Add additional fdt fixup helper functions
13517
13518     Added the following fdt fixup helpers:
13519      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
13520      * do_fixup_by_compat{_u32} - Find matching nodes by compat
13521
13522     The _u32 variants work the same only the property they are setting
13523     is know to be a 32-bit integer instead of a byte buffer.
13524
13525     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13526
13527 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
13528 Author: Kumar Gala <galak@kernel.crashing.org>
13529 Date:   Wed Nov 21 11:11:03 2007 -0600
13530
13531     Add fdt_fixup_ethernet helper to set mac addresses
13532
13533     Added a fixup helper that uses aliases to set mac addresses
13534     in the device tree based on the bd_t
13535
13536     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13537
13538 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
13539 Author: Kumar Gala <galak@kernel.crashing.org>
13540 Date:   Wed Nov 21 14:07:46 2007 -0600
13541
13542     Fix warnings from import of libfdt
13543
13544     cmd_fdt.c: In function fdt_print:
13545     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
13546     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
13547     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
13548     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
13549
13550     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13551
13552 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
13553 Author: Kumar Gala <galak@kernel.crashing.org>
13554 Date:   Wed Oct 24 11:04:22 2007 -0500
13555
13556     Update libfdt from device tree compiler (dtc)
13557
13558     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
13559     the device tree compiler (dtc) project.
13560
13561     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13562
13563 commit e93becf80d732b64aef81b23e8b6ece02c40533d
13564 Author: Kumar Gala <galak@kernel.crashing.org>
13565 Date:   Sat Nov 3 19:46:28 2007 -0500
13566
13567     Move do_fixup* for libfdt into common code
13568
13569     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
13570     into common/fdt_support.c and renamed:
13571
13572     do_fixup()  -> do_fixup_by_path()
13573     do_fixup_u32()      -> do_fixup_by_path_u32()
13574
13575     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13576
13577 commit f738b4a75998f42a7408defadc9baac7a31c92db
13578 Author: Kumar Gala <galak@kernel.crashing.org>
13579 Date:   Thu Oct 25 16:15:07 2007 -0500
13580
13581     Make no options to fdt print default to '/'
13582
13583     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13584
13585 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
13586 Author: Kumar Gala <galak@kernel.crashing.org>
13587 Date:   Wed Oct 24 10:21:57 2007 -0500
13588
13589     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
13590
13591     Removed:
13592         fdt_node_is_compatible
13593         fdt_find_node_by_type
13594         fdt_find_compatible_node
13595
13596     To ease merge of newer libfdt as we aren't using them anywhere at this time.
13597
13598     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
13599     reason.
13600
13601     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13602
13603 commit 98e2867cc85409b919f862e6c16026461ec955df
13604 Author: Grant Likely <grant.likely@secretlab.ca>
13605 Date:   Wed Nov 21 09:19:37 2007 -0700
13606
13607     [BUILD] Remove libraries when updating autoconf.mk
13608
13609     Fix library problems caused by conditional compilation.  Using
13610     autoconf.mk to decide which files to compile has caused a problem when
13611     changing configuration from one board to another without clearing out
13612     the library (*.a) files.
13613
13614     It used to be that the linker was always passed the same list of .o
13615     files when building the .a files.  However, that is not longer true
13616     with conditional compilation.  Now, a different board config will have
13617     a different file list passed to the linker.  The problem occurs when
13618     a library has already been built and the board config is changed.
13619
13620     Since the linker will update instead of replace a preexisting library,
13621     then if the file list changes to remove some object files the old
13622     objects will still exist in the library.
13623
13624     The solution is to remove all old library files when autoconf.mk is
13625     made.
13626
13627     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13628
13629 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
13630 Author: Kumar Gala <galak@kernel.crashing.org>
13631 Date:   Wed Nov 21 08:49:50 2007 -0600
13632
13633     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
13634
13635     Modify libfdt/Makefile to conditionally compile the *.c files based
13636     on the board config.
13637
13638     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13639
13640 commit 4a43719a7738712811d822ca8125427b27a55cdc
13641 Author: Grant Likely <grant.likely@secretlab.ca>
13642 Date:   Mon Sep 24 09:05:31 2007 -0600
13643
13644     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
13645
13646     Modify common/Makefile to conditionally compile the cmd_*.c files based
13647     on the board config.
13648
13649     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13650
13651 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
13652 Author: Grant Likely <grant.likely@secretlab.ca>
13653 Date:   Mon Sep 24 09:05:31 2007 -0600
13654
13655     [BUILD] Generate include/autoconf.mk from board config files
13656
13657     Use cpp and sed to postprocess config.h and import the defined values
13658     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
13659     give 'make' access to the board configuration.
13660
13661     Doing this enables conditional compilation at the Makefile level instead
13662     of by wrapping every .c file with #ifdef/#endif wrappers.
13663
13664     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13665
13666 commit 68b88999da87ab88e71e1306192905be3450198e
13667 Author: Jon Loeliger <jdl@freescale.com>
13668 Date:   Tue Nov 20 15:02:26 2007 -0600
13669
13670     8610HPCD: Enable the 8610 Display Interface Unit
13671
13672     Signed-off-by: Jon Loeliger <jdl@freescale.com>
13673
13674 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
13675 Author: Jon Loeliger <jdl@freescale.com>
13676 Date:   Tue Nov 20 15:00:53 2007 -0600
13677
13678     Move 8610 DIU interface structure definitions to header file.
13679
13680     These two structures are still needed during the
13681     initialization and setup of the DIU hardware.
13682     So move them to the fsl_diu_fb.h file for now.
13683     Official "blah".
13684
13685     Noticed-by: York Sun <yorksun@freescale.com>
13686     Signed-off-by: Jon Loeliger <jdl@freescale.com>
13687
13688 commit 080c646dbf474a109c3f85718fb01ce042a38c45
13689 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13690 Date:   Tue Nov 20 20:14:18 2007 +0100
13691
13692     drivers/i2c : move i2c drivers to drivers/i2c
13693
13694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13695
13696 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
13697 Author: Wolfgang Denk <wd@denx.de>
13698 Date:   Mon Nov 19 22:20:24 2007 +0100
13699
13700     Prepare for 1.3.0 release.
13701
13702     Signed-off-by: Wolfgang Denk <wd@denx.de>
13703
13704 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
13705 Author: Haiying Wang <Haiying.Wang@freescale.com>
13706 Date:   Mon Nov 19 10:02:13 2007 -0500
13707
13708     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
13709
13710     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
13711
13712     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
13713
13714 commit f8c320609366176b31104d9bf5e295232e1c7f1d
13715 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13716 Date:   Mon Nov 19 11:14:16 2007 +0900
13717
13718     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
13719
13720     lowlevel_init.S: Assembler messages:
13721     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
13722
13723     Looking at codes, the `memtest' and `clearmem' are intentional mixed
13724     use of `global symbols' and `label' for debugging purpose. To make it
13725     build, just disable global-symbols-use for now. As a result `memtest'
13726     still remains as unused, but leave it be...
13727
13728     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13729
13730 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
13731 Author: Wolfgang Denk <wd@denx.de>
13732 Date:   Mon Nov 19 12:59:14 2007 +0100
13733
13734     Fix build problems with mp2usb board
13735
13736     Signed-off-by: Wolfgang Denk <wd@denx.de>
13737
13738 commit 6bf4c686afca1e86e1c384d59218f914605713bf
13739 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13740 Date:   Sun Nov 18 18:36:11 2007 +0100
13741
13742     s3c24x0: Fix usb_ohci.c missing in Makefile
13743     and usb_ohci.c warning differ in signedness
13744
13745     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13746
13747 commit 6073f61e078da5ddb521b56256bcc36508589883
13748 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13749 Date:   Sun Nov 18 12:55:02 2007 +0100
13750
13751     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
13752
13753     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13754
13755 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
13756 Author: Wolfgang Denk <wd@denx.de>
13757 Date:   Sun Nov 18 17:11:09 2007 +0100
13758
13759     Fix compiler warnings for ARM systems.
13760
13761     Signed-off-by: Wolfgang Denk <wd@denx.de>
13762
13763 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
13764 Author: Wolfgang Denk <wd@denx.de>
13765 Date:   Sun Nov 18 16:36:27 2007 +0100
13766
13767     Fix compiler warnings for PPC systems. Update CHANGELOG.
13768
13769     Signed-off-by: Wolfgang Denk <wd@denx.de>
13770
13771 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
13772 Author: Stefan Roese <sr@denx.de>
13773 Date:   Sun Nov 18 14:44:44 2007 +0100
13774
13775     ppc4xx: Correct 405EX PCIe UTL register mapping
13776
13777     Map 4k mem space for UTL registers for each port.
13778
13779     Signed-off-by: Stefan Roese <sr@denx.de>
13780
13781 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
13782 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13783 Date:   Sat Nov 17 11:31:10 2007 +0100
13784
13785     Fix warning differ in signedness in net/net.c and net/nfs.c
13786
13787 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
13788 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13789 Date:   Sat Nov 17 20:42:45 2007 +0900
13790
13791     gth2.c: Fix a warning on gth2 build.
13792
13793     gth2.c: In function 'misc_init_r':
13794     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
13795
13796     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13797
13798 commit 2309c130aa4c84b91bd874a41269c923eb61b555
13799 Author: Stefan Roese <sr@denx.de>
13800 Date:   Sat Nov 17 07:58:25 2007 +0100
13801
13802     Fix warning differ in signedness in common/cmd_scsi.c
13803
13804     Signed-off-by: Stefan Roese <sr@denx.de>
13805
13806 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
13807 Author: Stefan Roese <sr@denx.de>
13808 Date:   Sat Nov 17 14:52:29 2007 +0100
13809
13810     ppc4xx: Update AMCC Kilauea config file
13811
13812     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
13813
13814     Signed-off-by: Stefan Roese <sr@denx.de>
13815
13816 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
13817 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13818 Date:   Sat Nov 17 20:05:26 2007 +0900
13819
13820     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
13821
13822     Current trick to pick up GNU assembler minor version does not work with the
13823     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
13824     "(GNU Binutils) ".
13825
13826       $ sde-as --version |grep "GNU assembler"
13827       GNU assembler 2.15.94 mipssde-6.02.02-20050602
13828       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
13829       2.15.94
13830       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
13831       15
13832       $
13833
13834       $ mips-linux-as --version |grep "GNU assembler"
13835       GNU assembler (GNU Binutils) 2.18
13836       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
13837       (GNU
13838       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
13839       (no output)
13840       $
13841
13842     As a result of above, you'll see many noises with such binutils:
13843
13844       make -C cpu/mips/
13845       /bin/sh: line 0: [: : integer expression expected
13846       /bin/sh: line 0: [: : integer expression expected
13847       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
13848       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
13849       /bin/sh: line 0: [: : integer expression expected
13850       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
13851       /bin/sh: line 0: [: : integer expression expected
13852       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
13853       /bin/sh: line 0: [: : integer expression expected
13854
13855     This patch simplifies the trick and makes it work with both versions of gas.
13856     I also replace an expensive `awk (or gawk)' with `cut'.
13857
13858     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13859
13860 commit 16664f72850846e645616da1c0fa5afcd6d15f15
13861 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13862 Date:   Sat Nov 17 20:05:26 2007 +0900
13863
13864     [MIPS] Remove useless instructions for initializing $gp.
13865
13866     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13867
13868 commit 03c031d5660ea946c39af6e2e16267da857c609f
13869 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13870 Date:   Sat Oct 27 15:27:06 2007 +0900
13871
13872     [MIPS] MIPS 4K core: Coding style cleanups
13873
13874     No logical changes.
13875
13876     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13877
13878 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
13879 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13880 Date:   Sat Nov 17 20:05:20 2007 +0900
13881
13882     [MIPS] gth2.c: Fix a warning on gth2 build.
13883
13884     gth2.c: In function 'misc_init_r':
13885     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
13886
13887     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13888
13889 commit 4fbd0741b2b6441da10be93e10267122581b7079
13890 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13891 Date:   Sat Oct 27 15:22:33 2007 +0900
13892
13893     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
13894
13895     au1x00_eth.c: In function 'au1x00_miiphy_write':
13896     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
13897
13898     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13899
13900 commit f01320459736f156707425cf8112f98606301aa4
13901 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13902 Date:   Sat Oct 27 15:00:25 2007 +0900
13903
13904     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
13905
13906     au1x00_eth.c: In function 'au1x00_enet_initialize':
13907     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
13908     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
13909     au1x00_eth.c:246: error: for each function it appears in.)
13910     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
13911     au1x00_eth.c: In function 'au1x00_miiphy_write':
13912     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
13913     make[1]: *** [au1x00_eth.o] Error 1
13914
13915     Fixed by moving these two functions forward.
13916
13917     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13918
13919 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
13920 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13921 Date:   Sat Oct 27 15:00:25 2007 +0900
13922
13923     MAKEALL: Added missing pb1000 board
13924
13925     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13926
13927 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
13928 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13929 Date:   Sat Oct 27 15:00:24 2007 +0900
13930
13931     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
13932
13933     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13934
13935 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
13936 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13937 Date:   Sat Oct 27 15:00:24 2007 +0900
13938
13939     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
13940
13941     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13942
13943 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
13944 Author: Wolfgang Denk <wd@denx.de>
13945 Date:   Sat Nov 17 02:34:38 2007 +0100
13946
13947     Update CHANGELOIG, prepare for -rc4
13948
13949     Signed-off-by: Wolfgang Denk <wd@denx.de>
13950
13951 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
13952 Author: Luotao Fu <l.fu@pengutronix.de>
13953 Date:   Wed Nov 14 18:58:33 2007 +0100
13954
13955     Fix the i2c frequency and default address in rsdproto board
13956
13957     rsdproto board support has wrong I2C frequency and wrong return value
13958     handling.
13959
13960     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
13961
13962 commit 429c180edad038f91c989cb14b478228092e7054
13963 Author: Wolfgang Denk <wd@denx.de>
13964 Date:   Sat Nov 17 01:45:38 2007 +0100
13965
13966     powerpc: Backout relocation changes for MPC5121, too.
13967
13968     Apply Grant Likely's backout to MPC5121 code, too.
13969
13970     Pointed out by Rafal Jaworowski <raj@semihalf.com>
13971
13972     Signed-off-by: Wolfgang Denk <wd@denx.de>
13973
13974 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
13975 Author: Grant Likely <grant.likely@secretlab.ca>
13976 Date:   Tue Nov 13 22:18:33 2007 -0700
13977
13978     powerpc: Backout relocation changes.
13979
13980     Ugh.  I *hate* to back this change out, but these compiler flags don't
13981     work for relocation on all versions of GCC.  I've not been able to
13982     reproduce the environment in my setup (and hence, not been able to
13983     find a combination that *does* work), so I've got no choice but to go
13984     back to the old gcc flags and linker script.
13985
13986     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13987
13988 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
13989 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13990 Date:   Tue Nov 13 09:11:05 2007 +0100
13991
13992     Fixed mips_io_port_base build errors.
13993
13994     This patch has been sent on:
13995     - 29 Sep 2007
13996
13997     Although mips_io_port_base is currently a part of IDE command, it is quite
13998     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
13999     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
14000
14001     This patch is triggered by multiple definition of `mips_io_port_base' build
14002     error on gth2 (and tb0229 also needs this fix.)
14003
14004     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
14005     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
14006     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
14007     make: *** [u-boot] Error 1
14008
14009     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14011
14012 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
14013 Author: Wolfgang Denk <wd@denx.de>
14014 Date:   Sat Nov 17 01:30:40 2007 +0100
14015
14016     Fix a bug in the slave serial programming mode for the Xilinx
14017     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
14018     the most significant bit was set, which did not work on any
14019     architecture where "char" defaulted to be an unsigned type.
14020
14021     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
14022
14023     Signed-off-by: Wolfgang Denk <wd@denx.de>
14024
14025 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
14026 Author: Jon Loeliger <jdl@freescale.com>
14027 Date:   Thu Nov 1 12:23:29 2007 -0500
14028
14029     86xx: Fix broken variable reference when #def DEBUGing.
14030
14031     Sometimes you can't reference the DDR2 controller variables.
14032
14033     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14034
14035 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
14036 Author: Jason Jin <Jason.jin@freescale.com>
14037 Date:   Fri Oct 26 18:32:00 2007 +0800
14038
14039     make 8610 board use pixis reset
14040
14041     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14042
14043 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
14044 Author: Jason Jin <Jason.jin@freescale.com>
14045 Date:   Mon Oct 29 19:26:21 2007 +0800
14046
14047     Unify pixis_reset altbank across board families
14048
14049     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
14050     into the separate board config files.
14051
14052     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14054
14055 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
14056 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14057 Date:   Wed Nov 7 08:19:21 2007 +0100
14058
14059     Fix warning: pointer targets in assignment differ in signedness
14060
14061     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14062
14063 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
14064 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14065 Date:   Wed Nov 7 08:19:19 2007 +0100
14066
14067     Fix warning differ in signedness in common/cmd_ide.c
14068
14069     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14070
14071 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
14072 Author: Stefan Roese <sr@denx.de>
14073 Date:   Fri Nov 16 14:16:54 2007 +0100
14074
14075     ppc4xx: Enable 405EX PCIe UTL register configuration
14076
14077     Till now the UTL registers on 405EX were not initialized but left with
14078     their default values. This patch new initializes some of the UTL
14079     registers on 405EX.
14080
14081     Signed-off-by: Stefan Roese <sr@denx.de>
14082
14083 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
14084 Author: Stefan Roese <sr@denx.de>
14085 Date:   Fri Nov 16 14:00:59 2007 +0100
14086
14087     ppc4xx: Update AMCC Makalu for board rev 1.1
14088
14089     This patch adds changes needed for Makalu rev 1.1:
14090
14091     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
14092     - Enable 2nd ethernet port EMAC1
14093     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
14094     - Reset PCIe ports via GPIO upon bootup
14095
14096     Signed-off-by: Stefan Roese <sr@denx.de>
14097
14098 commit 4d4faae65e115e327425cd514c1a35146a85166b
14099 Author: Grant Likely <grant.likely@secretlab.ca>
14100 Date:   Mon Sep 24 09:05:31 2007 -0600
14101
14102     Group PCI and PCMCIA drivers in drivers/Makefile
14103
14104     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14105
14106 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
14107 Author: Grant Likely <grant.likely@secretlab.ca>
14108 Date:   Mon Sep 24 09:05:31 2007 -0600
14109
14110     Group block/flash drivers in drivers/Makefile
14111
14112     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14113
14114 commit df58c81551700f058b44cacf55a7997fa63bfe0a
14115 Author: Grant Likely <grant.likely@secretlab.ca>
14116 Date:   Mon Sep 24 09:05:31 2007 -0600
14117
14118     Group USB drivers in drivers/Makefile
14119
14120     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14121
14122 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
14123 Author: Grant Likely <grant.likely@secretlab.ca>
14124 Date:   Mon Sep 24 09:05:30 2007 -0600
14125
14126     Group i2c drivers in drivers/Makefile
14127
14128     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14129
14130 commit ec00c76de0e5971273905998d62d6bb119324218
14131 Author: Grant Likely <grant.likely@secretlab.ca>
14132 Date:   Mon Sep 24 09:05:30 2007 -0600
14133
14134     Group console drivers in drivers/Makefile
14135
14136     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14137
14138 commit 754f230aa01b8c789fc31f8013c2487954073300
14139 Author: Grant Likely <grant.likely@secretlab.ca>
14140 Date:   Mon Sep 24 09:05:30 2007 -0600
14141
14142     Group network drivers in drivers/Makefile
14143
14144     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14145
14146 commit f0037c56b0d12cd46215124667b9f83d60ef9391
14147 Author: Grant Likely <grant.likely@secretlab.ca>
14148 Date:   Mon Sep 24 09:05:30 2007 -0600
14149
14150     Build: split COBJS value into multiple lines
14151
14152     This change is in preparation for condtitionial compile support in the
14153     build system.  By spliting them all into seperate lines now, subsequent
14154     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
14155     be less invasive and easier to review
14156
14157     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14158
14159 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
14160 Author: Grant Likely <grant.likely@secretlab.ca>
14161 Date:   Mon Sep 24 09:05:30 2007 -0600
14162
14163     Add .gitignore files
14164
14165     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14166     Acked-by: Kim Phillips <kim.phillips@freescale.com>
14167
14168 commit 955413f35f054a82e40042f1dbcf501c6a05719b
14169 Author: Grant Likely <grant.likely@secretlab.ca>
14170 Date:   Thu Nov 15 08:27:52 2007 -0700
14171
14172     Revert "Correct relocation fixup for mpc5xx"
14173
14174     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
14175     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14176
14177 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
14178 Author: Grant Likely <grant.likely@secretlab.ca>
14179 Date:   Thu Nov 15 08:24:32 2007 -0700
14180
14181     Revert "Correct fixup relocation for MPC5xxx"
14182
14183     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
14184     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14185
14186 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
14187 Author: Grant Likely <grant.likely@secretlab.ca>
14188 Date:   Thu Nov 15 08:21:04 2007 -0700
14189
14190     Revert "Correct fixup relocation for mpc8220"
14191
14192     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
14193     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14194
14195 commit 70922342369e5e39b286fe21e768a239ca07a514
14196 Author: Grant Likely <grant.likely@secretlab.ca>
14197 Date:   Thu Nov 15 08:20:57 2007 -0700
14198
14199     Revert "Correct fixup relocation for mpc824x"
14200
14201     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
14202     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14203
14204 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
14205 Author: Grant Likely <grant.likely@secretlab.ca>
14206 Date:   Thu Nov 15 08:20:50 2007 -0700
14207
14208     Revert "Correct fixup relocation for mpc8260"
14209
14210     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
14211     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14212
14213 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
14214 Author: Grant Likely <grant.likely@secretlab.ca>
14215 Date:   Thu Nov 15 08:20:43 2007 -0700
14216
14217     Revert "Correct fixup relocation for mpc83xx"
14218
14219     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
14220     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14221
14222 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
14223 Author: Grant Likely <grant.likely@secretlab.ca>
14224 Date:   Thu Nov 15 08:20:25 2007 -0700
14225
14226     Revert "[MPC512x] Correct fixup relocation"
14227
14228     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
14229     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
14230
14231 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
14232 Author: Stefan Roese <sr@denx.de>
14233 Date:   Thu Nov 15 14:25:09 2007 +0100
14234
14235     ppc4xx: Small AMCC Kilauea cleanup
14236
14237     Remove not needed pci_target_init() function.
14238
14239     Signed-off-by: Stefan Roese <sr@denx.de>
14240
14241 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
14242 Author: Stefan Roese <sr@denx.de>
14243 Date:   Thu Nov 15 14:23:55 2007 +0100
14244
14245     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
14246
14247     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
14248     - Cleanup of the 4xx GPIO functions
14249     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
14250
14251     Signed-off-by: Stefan Roese <sr@denx.de>
14252
14253 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
14254 Author: Stefan Roese <sr@denx.de>
14255 Date:   Thu Nov 15 14:20:08 2007 +0100
14256
14257     ppc4xx: AMCC Taihu board config file cleanup
14258
14259     This patch makes the AMCC Taihu a little more compatible to the other
14260     AMCC eval boards.
14261
14262     Signed-off-by: Stefan Roese <sr@denx.de>
14263
14264 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
14265 Author: Marian Balakowicz <m8@semihalf.com>
14266 Date:   Thu Nov 15 13:37:28 2007 +0100
14267
14268     [INKA4x0] NG hardware: flash support
14269
14270     Disabled and remove inka4x0 custom flash driver, use CFI flash
14271     driver instead.
14272
14273     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14274
14275 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
14276 Author: Marian Balakowicz <m8@semihalf.com>
14277 Date:   Thu Nov 15 13:29:55 2007 +0100
14278
14279     [INKA4x0] NG hardware: SDRAM support
14280
14281     Add support for three new DDR chips that may  be present on a NG
14282     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
14283
14284     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
14285
14286     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14287
14288 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
14289 Author: Marian Balakowicz <m8@semihalf.com>
14290 Date:   Thu Nov 15 13:24:43 2007 +0100
14291
14292     [INKA4x0] NG hardware: platform code update
14293
14294     - Cleanup compile warnings.
14295     - Add missing '\0' in default environment.
14296     - Increase CFG_MONITOR_LEN to 256 KiB.
14297     - Add required CFG_USE_PPCENV.
14298
14299     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14300
14301 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
14302 Author: Peter Pearse <peter.pearse@arm.com>
14303 Date:   Thu Nov 15 08:58:00 2007 +0000
14304
14305     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
14306     Remove warnings re onenand_read() & write()
14307
14308 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
14309 Author: Peter Pearse <peter.pearse@arm.com>
14310 Date:   Thu Nov 15 08:45:13 2007 +0000
14311
14312     Correction patch
14313
14314 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
14315 Author: Roy Zang <tie-fei.zang@freescale.com>
14316 Date:   Thu Sep 13 18:52:28 2007 +0800
14317
14318     Enable ULi1575 Ethernet support in 8610HPCD config
14319
14320     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
14321     Acked-by: Jon Loeliger <jdl@freescale.com>
14322
14323 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
14324 Author: Stefan Roese <sr@denx.de>
14325 Date:   Tue Nov 13 08:18:20 2007 +0100
14326
14327     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
14328
14329     Signed-off-by: Stefan Roese <sr@denx.de>
14330
14331 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
14332 Author: Stefan Roese <sr@denx.de>
14333 Date:   Tue Nov 13 08:06:11 2007 +0100
14334
14335     ppc4xx: Fix 405EX PCIe UTLSET register setup
14336
14337     Signed-off-by: Stefan Roese <sr@denx.de>
14338
14339 commit 1ce55151c85d068f70317a8d65c61058b891afb4
14340 Author: Heiko Schocher <hs@denx.de>
14341 Date:   Tue Nov 13 07:50:29 2007 +0100
14342
14343     [UC101] SRAM now with 2 MB working.
14344
14345     Signed-off-by: Heiko Schocher <hs@denx.de>
14346
14347 commit 2d14684341109a69616e4d6016cd61402d55086f
14348 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14349 Date:   Fri Nov 9 15:37:53 2007 +0100
14350
14351     ppc4xx: Use generic usb-ohci driver for sequoia board
14352
14353     This patch makes the sequoia board use the generic usb-ohci driver
14354     instead of cpu/ppc4xx/usb_ohci.c.
14355
14356     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14357     Signed-off-by: Stefan Roese <sr@denx.de>
14358
14359 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
14360 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14361 Date:   Fri Nov 9 15:37:23 2007 +0100
14362
14363     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
14364
14365     This patch disables the 44x d-cache on 'usb start' and
14366     reenables it on 'usb stop'. This should be seen as a
14367     temporary fix until the generic usb-ohci driver can
14368     life with d-cache enabled.
14369
14370     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14371     Signed-off-by: Stefan Roese <sr@denx.de>
14372
14373 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
14374 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14375 Date:   Fri Nov 9 15:36:44 2007 +0100
14376
14377     ppc4xx: Remove redundant code from 4xx network driver
14378
14379     This patch removes some redundant code and decrements the end
14380     address of cache flush and invalidate by 1.
14381
14382     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14383     Signed-off-by: Stefan Roese <sr@denx.de>
14384
14385 commit 5ca9881aad8c413ac2a82868a5e3719178254502
14386 Author: Peter Pearse <peter.pearse@arm.com>
14387 Date:   Fri Nov 9 15:24:26 2007 +0000
14388
14389     Add apollon board support
14390     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14391
14392 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
14393 Author: Stefan Roese <sr@denx.de>
14394 Date:   Fri Nov 9 12:19:58 2007 +0100
14395
14396     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
14397
14398     Signed-off-by: Stefan Roese <sr@denx.de>
14399
14400 commit c7f69c340277935a6c19a956421852da944a365f
14401 Author: Stefan Roese <sr@denx.de>
14402 Date:   Fri Nov 9 12:18:54 2007 +0100
14403
14404     ppc4xx: Make output a little shorter on I2C bootrom detection
14405
14406     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
14407     already print a line with the information which I2C bootrom is
14408     used for bootstrap configuration. So we don't need this extra line
14409     with "I2C boot EEPROM en-/dis-abled".
14410
14411     This patch also has a little code cleanup integrated.
14412
14413     Signed-off-by: Stefan Roese <sr@denx.de>
14414
14415 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
14416 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14417 Date:   Thu Nov 8 12:50:18 2007 -0600
14418
14419     ColdFire: MCF5329 - Remove reset registers from CCM
14420
14421     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14422
14423 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
14424 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14425 Date:   Thu Nov 8 12:31:11 2007 -0600
14426
14427     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
14428
14429     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14430
14431 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
14432 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14433 Date:   Thu Nov 8 12:19:01 2007 -0600
14434
14435     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
14436
14437     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14438
14439 commit 225a24b5e062ad94627424508ae814f51dbe1a34
14440 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14441 Date:   Wed Nov 7 18:00:54 2007 -0600
14442
14443     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
14444
14445     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14446
14447 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
14448 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14449 Date:   Wed Nov 7 17:56:15 2007 -0600
14450
14451     ColdFire: MCF532x - Update do_reset() using core reset
14452
14453     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14454
14455 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
14456 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14457 Date:   Wed Nov 7 17:51:00 2007 -0600
14458
14459     ColdFire: Update cpu flag for 4.2-xx compiler
14460
14461     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14462
14463 commit 070ba56115b4da63b46e974287fa4550d4023386
14464 Author: York Sun <yorksun@freescale.com>
14465 Date:   Wed Oct 31 14:59:04 2007 -0500
14466
14467     8610: Add console frame buffer support to FSL 8610 DIU driver.
14468
14469     Add cfb console support to FSL 8610 DIU driver.
14470     Inspect board version from PIXIS to obtain correct pixel format.
14471
14472     Use #define CONFIG_VIDEO in config file to enable fb console.
14473
14474     To switch monitor, set monitor variable to
14475     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
14476     followed by "diufb init".
14477
14478     Preserve logo bitmap at the top of the fb console.
14479
14480     Signed-off-by: York Sun <yorksun@freescale.com>
14481     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14482
14483 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
14484 Author: York Sun <yorksun@freescale.com>
14485 Date:   Mon Oct 29 13:58:39 2007 -0500
14486
14487     8610: Add 8610 DIU display driver
14488
14489     1280x1024 and 1024x768 @ 32 bpp are supported now.
14490     DVI, Single-link LVDS, Double-link LVDS are all supported.
14491
14492     Environmental variable "monitor" is used to specify monitor port.
14493
14494     A new command "diufb" is introduced to reinitialize monitor
14495     and display a BMP file in the memory. So far, 1-bit, 4-bit,
14496     8-bit and 24-bit BMP formats are supported.
14497
14498         diufb init
14499             - initialize the diu driver
14500         Enable the port specified in the environmental variable "monitor"
14501
14502         diufb addr
14503             - display bmp file in memory.
14504         The bmp image should be no bigger than the resolution, 1280x1024
14505         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
14506
14507     Note, this driver allocate memory but doesn't free it after use
14508     It is written on purpose -- to avoid a failure of reallocation
14509     due to memory fragement.
14510
14511     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
14512
14513     Signed-off-by: York Sun <yorksun@freescale.com>
14514     Signed-off-by: Jon loeliger <jdl@freescale.com>
14515
14516 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
14517 Author: York Sun <yorksun@freescale.com>
14518 Date:   Wed Oct 31 10:43:59 2007 -0500
14519
14520     FSL: Add a freescale bitmap logo.
14521
14522     This Freescale logo is a 340 x 128 x 4bpp BMP file
14523     that can be displayed by the DIU Framebuffer driver.
14524
14525     Signed-off-by: York Sun <yorksun@freescale.com>
14526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14527
14528 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
14529 Author: York Sun <yorksun@freescale.com>
14530 Date:   Mon Oct 29 13:57:53 2007 -0500
14531
14532     8610: Make some extra debug environment variables conditional.
14533
14534     One may #define ENV_DEBUG to get them back again.
14535
14536     Signed-off-by: York Sun <yorksun@freescale.com>
14537
14538 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
14539 Author: Jason Jin <Jason.jin@freescale.com>
14540 Date:   Mon Oct 29 19:26:21 2007 +0800
14541
14542     8610: Actually enable pixis_reset CONFIGs
14543
14544     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14545
14546 commit f3bceaab230b4748d0afc4109b6837308f018b40
14547 Author: Jason Jin <Jason.jin@freescale.com>
14548 Date:   Fri Oct 26 18:31:59 2007 +0800
14549
14550     Fix the BAT definition of PCI IO on 8610 board
14551
14552     The address in the BAT register is aligned with the BAT size.
14553     The original definition actually did not define BAT for PCIE2 IO.
14554     This patch fix this.
14555
14556     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14557
14558 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
14559 Author: Jason Jin <Jason.jin@freescale.com>
14560 Date:   Mon Oct 29 19:26:21 2007 +0800
14561
14562     Unify pixis_reset altbank across board families
14563
14564     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
14565     into the separate board config files.
14566
14567     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14568     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14569
14570 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
14571 Author: Jason Jin <Jason.jin@freescale.com>
14572 Date:   Fri Oct 26 18:32:00 2007 +0800
14573
14574     make 8610 board use pixis reset
14575
14576     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14577
14578 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
14579 Author: Jon Loeliger <jdl@freescale.com>
14580 Date:   Thu Nov 1 12:23:29 2007 -0500
14581
14582     86xx: Fix broken variable reference when #def DEBUGing.
14583
14584     Sometimes you can't reference the DDR2 controller variables.
14585
14586     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14587
14588 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
14589 Author: Roy Zang <tie-fei.zang@freescale.com>
14590 Date:   Mon Nov 5 17:39:24 2007 +0800
14591
14592     Implement general ULi 526x Ethernet driver support in U-boot
14593
14594     This patch implements general ULi 526x Ethernet driver.
14595     Until now, it is the only native Ethernet port on
14596     MPC8610HPCD board, but it could be used on other boards
14597     with ULi 526x Ethernet port as well.
14598
14599     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
14600     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
14601     Acked-by: Jon Loeliger <jdl@freescale.com>
14602     Signed-off-by: Ben Warren <bwarren@qstreams.com>
14603
14604 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
14605 Author: Larry Johnson <lrj@arlinx.com>
14606 Date:   Thu Nov 1 08:46:50 2007 -0500
14607
14608     NET: Add Ethernet 1000BASE-X support for PPC4xx
14609
14610     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
14611     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
14612     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
14613     "mii info" command is modified to distinguish between 1000BASE-T and -X.
14614
14615     Signed-off-by: Larry Johnson <lrj@acm.org>
14616     Signed-off-by: Ben Warren <bwarren@qstreams.com>
14617
14618 commit 298035df4948b113d29ac0e694717d34b95bc5dc
14619 Author: Larry Johnson <lrj@arlinx.com>
14620 Date:   Wed Oct 31 11:21:29 2007 -0500
14621
14622     NET: Cosmetic changes
14623
14624     Signed-off-by: Larry Johnson <lrj@acm.org>
14625     Signed-off-by: Ben Warren <bwarren@qstreams.com>
14626
14627 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
14628 Author: Stefan Roese <sr@denx.de>
14629 Date:   Mon Nov 5 07:43:05 2007 +0100
14630
14631     ppc4xx: Make output a little shorter on PCIe detection
14632
14633     Now not max 3 lines but 2 lines are printed per PCIe port.
14634
14635     Signed-off-by: Stefan Roese <sr@denx.de>
14636
14637 commit 992742a5b09d9040adbd156fb90756af66ade310
14638 Author: Wolfgang Denk <wd@denx.de>
14639 Date:   Sat Nov 3 23:09:27 2007 +0100
14640
14641     Cleanup coding style; update CHANGELOG
14642
14643     Signed-off-by: Wolfgang Denk <wd@denx.de>
14644
14645 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
14646 Author: Bruce Adler <bruce.adler@ccpu.com>
14647 Date:   Fri Nov 2 13:15:42 2007 -0700
14648
14649     fix wording in README
14650
14651     Changed the wording to properly describe the shadowing
14652     of the environment from ROM to RAM
14653
14654     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
14655
14656 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
14657 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14658 Date:   Wed Oct 31 02:18:15 2007 +0900
14659
14660     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
14661
14662     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14663
14664 commit ec22755799466c8a103664bb3a5e647bf9c238f4
14665 Author: Vlad Lungu <vlad@comsys.ro>
14666 Date:   Thu Oct 25 16:08:14 2007 +0300
14667
14668     Trimmed some variables in ne2000.c
14669
14670     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
14671
14672 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
14673 Author: Zhang Wei <wei.zhang@freescale.com>
14674 Date:   Thu Oct 25 17:51:27 2007 +0800
14675
14676     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
14677
14678     The scan code of the key 'z' is 0x1d, which should be handled.
14679
14680     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
14681     controller.
14682
14683     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
14684
14685 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
14686 Author: Zhang Wei <wei.zhang@freescale.com>
14687 Date:   Thu Oct 25 17:30:04 2007 +0800
14688
14689     Fix USB support issue for MPC8641HPCN board.
14690
14691     The configuration file has already enabled USB, but it
14692     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
14693     on MPC8641HPCN can not work because of the wrong USB
14694     register endian.
14695
14696     And add the USB command to U-Boot commands list.
14697
14698     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
14699
14700 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
14701 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14702 Date:   Wed Oct 24 18:16:01 2007 +0200
14703
14704     Use config_cmd_default.h instead of config_cmd_all.h
14705
14706     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14707
14708 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
14709 Author: Marian Balakowicz <m8@semihalf.com>
14710 Date:   Wed Oct 24 01:37:36 2007 +0200
14711
14712     TQM5200: Call usb_cpu_init() during board init
14713
14714     usb_cpu_init() configures GPS USB pins, clocks, etc. and
14715     is required for proper operation of kernel USB subsystem.
14716     This setup was previously done in the kernel by the fixup
14717     code which is being removed, thus low level init must be
14718     done by U-boot now.
14719
14720     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14721
14722 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
14723 Author: Guennadi Liakhovetski <lg@denx.de>
14724 Date:   Tue Oct 23 16:25:50 2007 +0200
14725
14726     Fix typo in nfs.c
14727
14728     An obvious typo. Originally fixed in linkstation u-boot port.
14729
14730     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14731
14732 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
14733 Author: Guennadi Liakhovetski <lg@denx.de>
14734 Date:   Tue Oct 23 14:35:05 2007 +0200
14735
14736     Fix a typo in cpu/mpc824x/interrupts.c
14737
14738     Since December 2003 the timer_interrupt_cpu() function in
14739     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
14740     parameter. Remove it.
14741
14742     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14743
14744 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
14745 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
14746 Date:   Wed Oct 17 11:13:51 2007 +0200
14747
14748     add ft_cpu_setup(..) on mpc8260
14749
14750     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
14751     based on code from mpc5xxx
14752
14753     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
14754     --
14755
14756 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
14757 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
14758 Date:   Wed Oct 17 11:18:42 2007 +0200
14759
14760     changes for IDS8247 board support
14761
14762     To get the IDS8247 board working following are done:
14763      - FCC2 is deactivated
14764      - FCC1 is activated
14765      - I2C is activated
14766      - CFI driver is activated
14767      - Adapted for use with LIBFDT
14768
14769     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
14770     --
14771
14772 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
14773 Author: Stefan Roese <sr@denx.de>
14774 Date:   Sat Nov 3 12:08:28 2007 +0100
14775
14776     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
14777
14778     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
14779     Again, only one image supports both targets.
14780
14781     Signed-off-by: Stefan Roese <sr@denx.de>
14782
14783 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
14784 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
14785 Date:   Wed Oct 24 15:48:37 2007 +0200
14786
14787     ATSTK1002: Remove default ethernet addresses
14788
14789     Wolfgang is right: It's not a good idea to set up default initial
14790     ethernet addresses for a board, even though they belong to the local
14791     range.
14792
14793     This will change the failure mode from "IT manager screams at you for
14794     using duplicate ethernet addresses" to a nice error message explaining
14795     that the ethernet address hasn't been set properly.
14796
14797     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
14798
14799 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
14800 Author: Justin Flammia <jflammia@savantav.com>
14801 Date:   Mon Oct 29 17:40:35 2007 -0400
14802
14803     DHCP Client Fix
14804
14805     This is a multi-part message in MIME format.
14806
14807     commit e6e505eae94ed721e123e177489291fc4544b7b8
14808     Author: Justin Flammia <jflammia@savantav.com>
14809     Date:   Mon Oct 29 17:19:03 2007 -0400
14810
14811         Found a bug in the way the DHCP Request packet is built, where the IP address
14812         that is offered by the server is bound to prematurely. This patch is a fix of
14813         that bug where the IP address offered by the DHCP server is not used until
14814         after the DHCP ACK from the server is received.
14815
14816     Signed-off-by: Justin Flammia <jflammia@savantav.com>
14817     Signed-off-by: Ben Warren <bwarren@qstreams.com>
14818
14819 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
14820 Author: Stefan Roese <sr@denx.de>
14821 Date:   Wed Oct 31 20:58:34 2007 +0100
14822
14823     ppc4xx: Fix acadia_nand build problem
14824
14825     Since the cache handling functions were moved from start.S into cache.S
14826     the acadia NAND booting Makfile needs to be adapted accordingly.
14827
14828     Signed-off-by: Stefan Roese <sr@denx.de>
14829
14830 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
14831 Author: Stefan Roese <sr@denx.de>
14832 Date:   Wed Oct 31 20:57:11 2007 +0100
14833
14834     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
14835
14836     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
14837     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
14838     boards by defining CONFIG_4xx_DCACHE in the board config file. This
14839     option will disappear, when more boards use is successfully and no
14840     more known problems exist.
14841
14842     This is tested successfully on Sequoia and Katmai. The only problem that
14843     needs to be fixed is, that USB is not working on Sequoia right now, since
14844     it will need some cache handling code too, similar to the 4xx EMAC driver.
14845
14846     Signed-off-by: Stefan Roese <sr@denx.de>
14847
14848 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
14849 Author: Stefan Roese <sr@denx.de>
14850 Date:   Wed Oct 31 20:51:10 2007 +0100
14851
14852     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
14853
14854     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
14855     disable the cache for the CPU POST tests, since these tests consist
14856     of self modifying code. This is done via the new change_tlb() function.
14857
14858     Signed-off-by: Stefan Roese <sr@denx.de>
14859
14860 commit f71b2888b4b3c870909a0341427b2a914246f81f
14861 Author: Stefan Roese <sr@denx.de>
14862 Date:   Wed Oct 31 20:47:26 2007 +0100
14863
14864     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
14865
14866     This patch enables the 4xx EMAC POST driver to work too, when dcache is
14867     enabled.
14868
14869     Signed-off-by: Stefan Roese <sr@denx.de>
14870
14871 commit a2685904061b35a17583d65fe47cdc2686a69eaa
14872 Author: Stefan Roese <sr@denx.de>
14873 Date:   Wed Oct 31 20:45:53 2007 +0100
14874
14875     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
14876
14877     Signed-off-by: Stefan Roese <sr@denx.de>
14878
14879 commit ff768cb168d8157c24a25016dbfbeb465e47f420
14880 Author: Stefan Roese <sr@denx.de>
14881 Date:   Wed Oct 31 18:01:24 2007 +0100
14882
14883     ppc4xx: Change 4xx ethernet driver to handle cached memory too
14884
14885     This patch enables the 4xx EMAC driver to work too, when dcache is
14886     enabled.
14887
14888     Signed-off-by: Stefan Roese <sr@denx.de>
14889
14890 commit 483e09a223c666269ef81d3573a6591b1046b0ef
14891 Author: Stefan Roese <sr@denx.de>
14892 Date:   Wed Oct 31 17:59:22 2007 +0100
14893
14894     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
14895
14896     This function is used to either turn cache on or off in a specific
14897     memory area.
14898
14899     Signed-off-by: Stefan Roese <sr@denx.de>
14900
14901 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
14902 Author: Stefan Roese <sr@denx.de>
14903 Date:   Wed Oct 31 17:57:52 2007 +0100
14904
14905     ppc4xx: Remove cache definition from 4xx board config files
14906
14907     All 4xx board config files don't need the cache definitions anymore.
14908     These are now defined in common headers.
14909
14910     Signed-off-by: Stefan Roese <sr@denx.de>
14911
14912 commit 9b94ac61d2176185c30adf0793e079ec30e68687
14913 Author: Stefan Roese <sr@denx.de>
14914 Date:   Wed Oct 31 17:55:58 2007 +0100
14915
14916     ppc4xx: Rework 4xx cache support
14917
14918     New cache handling functions added and all existing functions
14919     moved from start.S into seperate cache.S.
14920
14921     Signed-off-by: Stefan Roese <sr@denx.de>
14922
14923 commit 06713773da4ac3d390c63d82641eb553224b27c2
14924 Author: Stefan Roese <sr@denx.de>
14925 Date:   Tue Oct 23 18:03:12 2007 +0200
14926
14927     ppc4xx: Remove compiler warning from previous commit
14928
14929     Signed-off-by: Stefan Roese <sr@denx.de>
14930
14931 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
14932 Author: Stefan Roese <sr@denx.de>
14933 Date:   Tue Oct 23 14:40:30 2007 +0200
14934
14935     ppc4xx: Remove temporary TLB entry in POST cache test
14936
14937     Signed-off-by: Stefan Roese <sr@denx.de>
14938
14939 commit 1338e6a81834099ba19733b69aafd8ef5f098094
14940 Author: Stefan Roese <sr@denx.de>
14941 Date:   Tue Oct 23 14:05:08 2007 +0200
14942
14943     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
14944
14945     I lately noticed, that newer 4xx board with GBit support sometimes don't
14946     finish link autonegotiation in 4 seconds. Changing this timeout to 5
14947     seconds seems fine here.
14948
14949     Signed-off-by: Stefan Roese <sr@denx.de>
14950
14951 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
14952 Author: Stefan Roese <sr@denx.de>
14953 Date:   Tue Oct 23 14:03:17 2007 +0200
14954
14955     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
14956
14957     This patch changes all in32/out32 calls to use the recommended in_be32/
14958     out_be32 macros instead.
14959
14960     Signed-off-by: Stefan Roese <sr@denx.de>
14961
14962 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
14963 Author: Stefan Roese <sr@denx.de>
14964 Date:   Thu Oct 25 12:24:59 2007 +0200
14965
14966     ppc4xx: Fix POST ethernet test for Haleakala
14967
14968     The POST ethernet test needed to be changed to dynamically determine
14969     the count of ethernet devices. This code is cloned from the 4xx
14970     ethernet driver.
14971
14972     Signed-off-by: Stefan Roese <sr@denx.de>
14973
14974 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
14975 Author: Stefan Roese <sr@denx.de>
14976 Date:   Tue Oct 23 11:31:05 2007 +0200
14977
14978     ppc4xx: Correct UART input clock calculation and passing to fdt
14979
14980     We now use a value in the gd (global data) structure for the UART input
14981     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
14982     in get_sys_info().
14983
14984     Signed-off-by: Stefan Roese <sr@denx.de>
14985
14986 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
14987 Author: Stefan Roese <sr@denx.de>
14988 Date:   Tue Oct 23 10:10:08 2007 +0200
14989
14990     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
14991
14992     The Haleakala is nearly identical with the Kilauea eval board. The only
14993     difference is that the 405EXr only supports one EMAC and one PCIe
14994     interface. This patch adds support for the Haleakala board by using
14995     the identical image for Kilauea and Haleakala. The distinction is done
14996     by comparing the PVR.
14997
14998     Signed-off-by: Stefan Roese <sr@denx.de>
14999
15000 commit 9f798766aa85e62eb8fa8c721e148df609b78137
15001 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
15002 Date:   Tue Oct 23 08:29:10 2007 +0200
15003
15004     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
15005
15006     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
15007
15008     Note:
15009     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
15010     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
15011     modules are still plugged in. So it is recommended to remove the DIMM
15012     modules while using the NAND booting code with the fixed SDRAM setup!
15013
15014     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
15015     Signed-off-by: Stefan Roese <sr@denx.de>
15016
15017 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
15018 Author: Stefan Roese <sr@denx.de>
15019 Date:   Mon Oct 22 16:24:44 2007 +0200
15020
15021     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
15022
15023     Signed-off-by: Stefan Roese <sr@denx.de>
15024
15025 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
15026 Author: Stefan Roese <sr@denx.de>
15027 Date:   Mon Oct 22 16:22:40 2007 +0200
15028
15029     ppc4xx: Rework of 4xx serial driver (4)
15030
15031     Change 4xx_uart.c:
15032
15033     - Use in_8/out_8 macros instead of in8/out8
15034     - No need for UART_BASE marco anymore, now really handled via function
15035       parameter
15036     - serial_init_common() introduced
15037     - Further coding style cleanup
15038
15039     Signed-off-by: Stefan Roese <sr@denx.de>
15040
15041 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
15042 Author: Stefan Roese <sr@denx.de>
15043 Date:   Mon Oct 22 15:45:49 2007 +0200
15044
15045     ppc4xx: Rework of 4xx serial driver (3)
15046
15047     Change all linker scripts to reference the changed driver name iop480_uart.o.
15048
15049     Signed-off-by: Stefan Roese <sr@denx.de>
15050
15051 commit 882ae41274921f9016131806bdeb27e19606f47a
15052 Author: Stefan Roese <sr@denx.de>
15053 Date:   Mon Oct 22 15:44:39 2007 +0200
15054
15055     ppc4xx: Rework of 4xx serial driver (2)
15056
15057     Change all linker scripts to reference the changed driver name 4xx_uart.o.
15058
15059     Note: In most cased all these explicit referencing of these object files
15060     in the linker scripts is not neccessary. Only for manually embedded
15061     environment into the U-Boot image, which is not done is most cases.
15062
15063     Signed-off-by: Stefan Roese <sr@denx.de>
15064
15065 commit ad31e40bed042cb670d0036fea96435007afb838
15066 Author: Stefan Roese <sr@denx.de>
15067 Date:   Mon Oct 22 15:09:59 2007 +0200
15068
15069     ppc4xx: Rework of 4xx serial driver (1)
15070
15071     This patch starts the rework of the PPC4xx serial driver. First we split
15072     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
15073     handling code and the other one iop480_uart.c with the UART code for the
15074     PLX-Tech IOP480 PPC (PPC403 based).
15075
15076     Signed-off-by: Stefan Roese <sr@denx.de>
15077
15078 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
15079 Author: Stefan Roese <sr@denx.de>
15080 Date:   Mon Oct 22 10:30:38 2007 +0200
15081
15082     ppc4xx: Correct UART input clock calculation and passing to fdt
15083
15084     Signed-off-by: Stefan Roese <sr@denx.de>
15085
15086 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
15087 Author: Stefan Roese <sr@denx.de>
15088 Date:   Mon Oct 22 07:34:34 2007 +0200
15089
15090     ppc4xx: Add initial AMCC Makalu 405EX support
15091
15092     Signed-off-by: Stefan Roese <sr@denx.de>
15093
15094 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
15095 Author: Stefan Roese <sr@denx.de>
15096 Date:   Mon Oct 22 07:33:52 2007 +0200
15097
15098     ppc4xx: Add freqUART to CPU speed detection
15099
15100     This value is needed later for the device tree configuration of
15101     the uart clock.
15102
15103     Signed-off-by: Stefan Roese <sr@denx.de>
15104
15105 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
15106 Author: Stefan Roese <sr@denx.de>
15107 Date:   Sun Oct 21 14:26:29 2007 +0200
15108
15109     ppc: Small Kilauea cleanup of config file
15110
15111     Signed-off-by: Stefan Roese <sr@denx.de>
15112
15113 commit 758c037aeead34b49631b8da3a90b1bba14c0410
15114 Author: Stefan Roese <sr@denx.de>
15115 Date:   Sun Oct 21 08:16:12 2007 +0200
15116
15117     rtc: Add Xicor/Intersil X1205 RTC support
15118
15119     This patch adds support for the Xicor/Intersil X1205 RTC used on the
15120     AMCC Makalu eval board. This driver is basically cloned from the Linux
15121     driver version (2.6.23).
15122
15123     This patch also introduces the Linux bcd.h header for the BCD2BIN/
15124     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
15125     should be converted to also use this header instead of implementing
15126     their own local copy of these functions/macros.
15127
15128     Signed-off-by: Stefan Roese <sr@denx.de>
15129
15130 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
15131 Author: Stefan Roese <sr@denx.de>
15132 Date:   Sun Oct 21 08:12:41 2007 +0200
15133
15134     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
15135
15136     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
15137     PPC440_SYS_INFO structure into the common ppc4xx.h header.
15138
15139     Lot's of other macros are good candidates to be consolidated this way
15140     in the future.
15141
15142     Signed-off-by: Stefan Roese <sr@denx.de>
15143
15144 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
15145 Author: Stefan Roese <sr@denx.de>
15146 Date:   Sun Oct 21 08:05:18 2007 +0200
15147
15148     ppc4xx: Fix size setup in Kilauea DDR2 init routine
15149
15150     The size was initilized wrong. Instead of 256MB, the DDR2 controller
15151     was setup to 512MB. Now the correct values is used.
15152
15153     This patch also does a little cleanup and adds a comment here.
15154
15155     Signed-off-by: Stefan Roese <sr@denx.de>
15156
15157 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
15158 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
15159 Date:   Thu Oct 18 17:29:04 2007 +0200
15160
15161     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
15162
15163     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
15164     number is used to access system registers.
15165
15166     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
15167     Signed-off-by: Stefan Roese <sr@denx.de>
15168
15169 commit c36c68160333ac5fe41ec3db12a728b7075b3912
15170 Author: Stefan Roese <sr@denx.de>
15171 Date:   Thu Oct 18 07:42:27 2007 +0200
15172
15173     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
15174
15175     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
15176     is the internal SRAM. Since I now ported and tested this endpoint mode
15177     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
15178     Katmai.
15179
15180     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
15181     this setup.
15182
15183     Signed-off-by: Stefan Roese <sr@denx.de>
15184
15185 commit 5cb4af4791f61843432155142b6cfac901f66c10
15186 Author: Stefan Roese <sr@denx.de>
15187 Date:   Thu Oct 18 07:39:38 2007 +0200
15188
15189     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
15190
15191     This patch adds endpoint support for the AMCC Kilauea eval board. It can
15192     be tested by connecting a reworked PCIe cable (only 1x lane singles
15193     connected) to another root-complex.
15194
15195     In this test setup, a 64MB inbound window is configured at BAR0 which maps
15196     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
15197     access the first 64MB of the SDRAM on the PPC side.
15198
15199     Signed-off-by: Stefan Roese <sr@denx.de>
15200
15201 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
15202 Author: Stefan Roese <sr@denx.de>
15203 Date:   Sat Oct 13 16:43:23 2007 +0200
15204
15205     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
15206
15207     This patch adds support for dynamic configuration of PCIe ports for the
15208     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
15209     boards Yucca & Katmai and the 405EX board Kilauea.
15210
15211     This dynamic configuration is done via the "pcie_mode" environement
15212     variable. This variable can be set to "EP" or "RP" for endpoint or
15213     rootpoint mode. Multiple values can be joined via the ":" delimiter.
15214     Here an example:
15215
15216     pcie_mode=RP:EP:EP
15217
15218     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
15219     as endpoint.
15220
15221     Per default Yucca will be configured as:
15222     pcie_mode=RP:EP:EP
15223
15224     Per default Katmai will be configured as:
15225     pcie_mode=RP:RP:REP
15226
15227     Per default Kilauea will be configured as:
15228     pcie_mode=RP:RP
15229
15230     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
15231     Signed-off-by: Stefan Roese <sr@denx.de>
15232
15233 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
15234 Author: Stefan Roese <sr@denx.de>
15235 Date:   Thu Oct 11 11:15:59 2007 +0200
15236
15237     ppc4xx: Enable device tree support (fdt) on Kilauea per default
15238
15239     This patch enables the fdt support on the AMCC Kilauea eval board.
15240     Additionally now EBC ranges fdt fixup is included to support NOR
15241     FLASH mapping via the Linux physmap_of driver.
15242
15243     This Kilauea port now support booting arch/ppc and arch/powerpc
15244     Linux kernels. The default environment "net_nfs" is for arch/ppc
15245     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
15246     support will be removed.
15247
15248     Signed-off-by: Stefan Roese <sr@denx.de>
15249
15250 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
15251 Author: Stefan Roese <sr@denx.de>
15252 Date:   Thu Oct 11 11:11:45 2007 +0200
15253
15254     ppc4xx: Add additional debug info to 4xx fdt support
15255
15256     Signed-off-by: Stefan Roese <sr@denx.de>
15257
15258 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
15259 Author: Stefan Roese <sr@denx.de>
15260 Date:   Fri Oct 5 21:28:58 2007 +0200
15261
15262     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
15263
15264     Signed-off-by: Stefan Roese <sr@denx.de>
15265
15266 commit 1941cce71b1ae975602854045061e82f94ecd012
15267 Author: Stefan Roese <sr@denx.de>
15268 Date:   Fri Oct 5 17:35:10 2007 +0200
15269
15270     ppc4xx: Fix small merge problem in 4xx_enet.c
15271
15272     Signed-off-by: Stefan Roese <sr@denx.de>
15273
15274 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
15275 Author: Stefan Roese <sr@denx.de>
15276 Date:   Fri Oct 5 17:11:30 2007 +0200
15277
15278     ppc4xx: Add initial AMCC Kilauea 405EX support
15279
15280     Signed-off-by: Stefan Roese <sr@denx.de>
15281
15282 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
15283 Author: Stefan Roese <sr@denx.de>
15284 Date:   Fri Oct 5 17:10:59 2007 +0200
15285
15286     ppc4xx: Add PPC405EX support
15287
15288     Signed-off-by: Stefan Roese <sr@denx.de>
15289
15290 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
15291 Author: Stefan Roese <sr@denx.de>
15292 Date:   Fri Oct 5 17:09:36 2007 +0200
15293
15294     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
15295
15296     Signed-off-by: Stefan Roese <sr@denx.de>
15297
15298 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
15299 Author: Stefan Roese <sr@denx.de>
15300 Date:   Fri Oct 5 17:07:50 2007 +0200
15301
15302     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
15303
15304     Signed-off-by: Stefan Roese <sr@denx.de>
15305
15306 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
15307 Author: Stefan Roese <sr@denx.de>
15308 Date:   Fri Oct 5 17:04:57 2007 +0200
15309
15310     POST: Add 405EX support to 4xx UART POST test
15311
15312     Signed-off-by: Stefan Roese <sr@denx.de>
15313
15314 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
15315 Author: Stefan Roese <sr@denx.de>
15316 Date:   Fri Oct 5 15:10:02 2007 +0200
15317
15318     DTT: Prepare DS1775 driver for use of different I2C addresses
15319
15320     Signed-off-by: Stefan Roese <sr@denx.de>
15321
15322 commit 19e93b1e16d267220440d827b920fbad8abfa70f
15323 Author: Stefan Roese <sr@denx.de>
15324 Date:   Fri Oct 5 14:23:43 2007 +0200
15325
15326     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
15327
15328     Signed-off-by: Stefan Roese <sr@denx.de>
15329
15330 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
15331 Author: Stefan Roese <sr@denx.de>
15332 Date:   Fri Oct 5 09:22:33 2007 +0200
15333
15334     ppc4xx: 4xx_pcie: Disable debug output as default
15335
15336     Signed-off-by: Stefan Roese <sr@denx.de>
15337
15338 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
15339 Author: Stefan Roese <sr@denx.de>
15340 Date:   Fri Oct 5 09:18:23 2007 +0200
15341
15342     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
15343
15344     Signed-off-by: Stefan Roese <sr@denx.de>
15345
15346 commit 4dbee8a90df613eb517aadbecebd70f168913d30
15347 Author: Stefan Roese <sr@denx.de>
15348 Date:   Fri Oct 5 07:57:20 2007 +0200
15349
15350     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
15351
15352     128MB seems to be the smallest possible value for the memory size
15353     for on PCIe port. With this change now the BAR's of the PCIe cards
15354     are accessible under U-Boot.
15355
15356     One big note: This only works for PCIe port 0 & 1. For port 2 this
15357     currently doesn't work, since the base address is now 0xc0000000
15358     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
15359     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
15360     to change the base addresses completely and this change would have
15361     too much impact right now.
15362
15363     This patch adds debug output to the 4xx pcie driver too.
15364
15365     Signed-off-by: Stefan Roese <sr@denx.de>
15366
15367 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
15368 Author: Stefan Roese <sr@denx.de>
15369 Date:   Wed Oct 3 21:16:32 2007 +0200
15370
15371     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
15372
15373     Signed-off-by: Stefan Roese <sr@denx.de>
15374
15375 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
15376 Author: Stefan Roese <sr@denx.de>
15377 Date:   Wed Oct 3 15:01:02 2007 +0200
15378
15379     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
15380
15381     These files were introduced with the IBM 405GP but are currently used on all
15382     4xx PPC platforms. So the name doesn't match the content anymore. This patch
15383     renames the files to 4xx_pci.c/h.
15384
15385     Signed-off-by: Stefan Roese <sr@denx.de>
15386
15387 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
15388 Author: Stefan Roese <sr@denx.de>
15389 Date:   Wed Oct 3 14:14:58 2007 +0200
15390
15391     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
15392
15393     Signed-off-by: Stefan Roese <sr@denx.de>
15394
15395 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
15396 Author: Stefan Roese <sr@denx.de>
15397 Date:   Wed Oct 3 10:38:09 2007 +0200
15398
15399     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
15400
15401     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
15402         the SDR registers of the PCIe ports. This makes the overall design
15403         clearer, since it removed a lot of switch statements which are not
15404         needed anymore.
15405
15406         Also, the functions ppc4xx_init_pcie_rootport() and
15407         ppc4xx_init_pcie_entport() are merged into a single function
15408         ppc4xx_init_pcie_port(), since most of the code was duplicated.
15409         This makes maintainance and porting to other 4xx platforms
15410         easier.
15411
15412     Signed-off-by: Stefan Roese <sr@denx.de>
15413
15414 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
15415 Author: Stefan Roese <sr@denx.de>
15416 Date:   Wed Oct 3 07:48:09 2007 +0200
15417
15418     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
15419
15420     This patch is the first patch of a series to make the 440SPe PCIe code
15421     usable on different 4xx PPC platforms. In preperation for the new 405EX
15422     which is also equipped with PCIe interfaces.
15423
15424     (2) This patch renames the functions from 440spe_ to 4xx_ with a
15425         little additional cleanup
15426
15427     Signed-off-by: Stefan Roese <sr@denx.de>
15428
15429 commit c7c6da23028f146d912514b95aefa3da7cf37699
15430 Author: Stefan Roese <sr@denx.de>
15431 Date:   Wed Oct 3 07:34:10 2007 +0200
15432
15433     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
15434
15435     This patch is the first patch of a series to make the 440SPe PCIe code
15436     usable on different 4xx PPC platforms. In preperation for the new 405EX
15437     which is also equipped with PCIe interfaces.
15438
15439     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
15440
15441     Signed-off-by: Stefan Roese <sr@denx.de>
15442
15443 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
15444 Author: Marian Balakowicz <m8@semihalf.com>
15445 Date:   Wed Oct 24 01:37:36 2007 +0200
15446
15447     TQM5200: Call usb_cpu_init() during board init
15448
15449     usb_cpu_init() configures GPS USB pins, clocks, etc. and
15450     is required for proper operation of kernel USB subsystem.
15451     This setup was previously done in the kernel by the fixup
15452     code which is being removed, thus low level init must be
15453     done by U-boot now.
15454
15455     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15456     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15457
15458 commit b5af773f8d92677e06f3295b45557c9d0a487c24
15459 Author: Zhang Wei <wei.zhang@freescale.com>
15460 Date:   Thu Oct 25 17:51:27 2007 +0800
15461
15462     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
15463
15464     The scan code of the key 'z' is 0x1d, which should be handled.
15465
15466     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
15467     controller.
15468
15469     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
15470     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15471
15472 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
15473 Author: Rodolfo Giometti <giometti@enneenne.com>
15474 Date:   Mon Oct 15 11:59:17 2007 +0200
15475
15476     PXA USB OHCI: "usb stop" implementation.
15477
15478     Some USB keys need to be switched off before loading the kernel
15479     otherwise they can remain in an undefined status which prevents them
15480     to be correctly recognized by the kernel.
15481
15482     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
15483     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15484
15485 commit 31548249decf18a6b877a18436b6139dd483fe4a
15486 Author: Justin Flammia <jflammia@savantav.com>
15487 Date:   Mon Oct 29 17:40:35 2007 -0400
15488
15489     DHCP Client Fix
15490
15491     This is a multi-part message in MIME format.
15492
15493     commit e6e505eae94ed721e123e177489291fc4544b7b8
15494     Author: Justin Flammia <jflammia@savantav.com>
15495     Date:   Mon Oct 29 17:19:03 2007 -0400
15496
15497         Found a bug in the way the DHCP Request packet is built, where the IP address
15498         that is offered by the server is bound to prematurely. This patch is a fix of
15499         that bug where the IP address offered by the DHCP server is not used until
15500         after the DHCP ACK from the server is received.
15501
15502     Signed-off-by: Justin Flammia <jflammia@savantav.com>
15503     Signed-off-by: Ben Warren <bwarren@qstreams.com>
15504
15505 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
15506 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15507 Date:   Thu Oct 25 17:16:22 2007 -0500
15508
15509     ColdFire 54455: Fix correct boot location for atmel and intel
15510
15511     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15512
15513 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
15514 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15515 Date:   Thu Oct 25 17:14:00 2007 -0500
15516
15517     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
15518
15519     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15520
15521 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
15522 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15523 Date:   Thu Oct 25 17:12:36 2007 -0500
15524
15525     ColdFire 5329: Assign correct SDRAM size and fix cache
15526
15527     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15528
15529 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
15530 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15531 Date:   Thu Oct 25 17:10:23 2007 -0500
15532
15533     ColdFire 5253: Assign correct SDRAM size
15534
15535     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15536
15537 commit 2acefa72ee0026f862ab65597ca687428f63a973
15538 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15539 Date:   Thu Oct 25 17:09:17 2007 -0500
15540
15541     ColdFire 5282: Fix external flash boot and return dramsize
15542
15543     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15544
15545 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
15546 Author: Bartlomiej Sieka <tur@semihalf.com>
15547 Date:   Thu Oct 25 17:20:01 2007 +0200
15548
15549     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
15550
15551     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
15552
15553 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
15554 Author: Martin Krause <martin.krause@tqs.de>
15555 Date:   Wed Oct 24 08:42:25 2007 +0200
15556
15557     TQM5200: fix spurious characters on second serial interface
15558
15559     With this patch PSC3 is configured as UART. This is done, because if
15560     the pins of PSC3 are not configured at all (-> all pins are GPI),
15561     due to crosstalk, spurious characters may be send over the RX232_2_TXD
15562     signal line.
15563
15564     Signed-off-by: Martin Krause <martin.krause@tqs.de>
15565     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
15566
15567 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
15568 Author: Martin Krause <martin.krause@tqs.de>
15569 Date:   Wed Oct 24 08:41:27 2007 +0200
15570
15571     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
15572
15573     Some commands for the STK52xx base board try to access the SM501 grafic
15574     controller. But the TQM5200S has no grafic controller (only the TQM5200
15575     and the TQM5200B have). This patch deactivates the commands accessing
15576     the SM501 for the TQM5200S.
15577
15578     Signed-off-by: Martin Krause <martin.krause@tqs.de>
15579     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
15580
15581 commit b31f64343ead9482cd439b1adbe4c34026a641b1
15582 Author: Martin Krause <martin.krause@tqs.de>
15583 Date:   Mon Oct 22 16:45:53 2007 +0200
15584
15585     TQM5200: fix spurious characters on second serial interface
15586
15587     With this patch PSC3 is configured as UART. This is done, because if
15588     the pins of PSC3 are not configured at all (-> all pins are GPI),
15589     due to crosstalk, spurious characters may be send over the RX232_2_TXD
15590     signal line.
15591
15592     Signed-off-by: Martin Krause <martin.krause@tqs.de>
15593
15594 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
15595 Author: Martin Krause <martin.krause@tqs.de>
15596 Date:   Mon Oct 22 16:40:06 2007 +0200
15597
15598     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
15599
15600     Some commands for the STK52xx base board try to access the SM501 grafic
15601     controller. But the TQM5200S has no grafic controller (only the TQM5200
15602     and the TQM5200B have). This patch deactivates the commands accessing
15603     the SM501 for the TQM5200S.
15604
15605     Signed-off-by: Martin Krause <martin.krause@tqs.de>
15606
15607 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
15608 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15609 Date:   Sun Oct 21 09:14:28 2007 +0200
15610
15611     Mips: Fix string functions differ prototype declaration
15612
15613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15614
15615 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
15616 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15617 Date:   Fri Oct 19 17:51:40 2007 -0500
15618
15619     fsl_pci_init enable COMMAND_MEMORY if inbound window
15620
15621     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
15622     to pciauto_setup_device has the side effect of not getting
15623     COMMAND_MEMORY set.
15624
15625     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15626
15627 commit e9d0d527992566ebef9826962ff1745b2f082b92
15628 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15629 Date:   Fri Oct 19 10:55:24 2007 +0200
15630
15631     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
15632
15633     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15634
15635 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
15636 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15637 Date:   Fri Oct 19 08:10:15 2007 +0200
15638
15639     fix warning: no return statement in function returning non-void
15640
15641     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15642
15643 commit e78220f6e514206757acfe247297fc9a328a881f
15644 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15645 Date:   Fri Oct 19 06:33:45 2007 +0200
15646
15647     xsengine: Fix no partition type specified, use DOS as default
15648
15649     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15650
15651 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
15652 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15653 Date:   Fri Oct 19 00:24:59 2007 +0200
15654
15655     lubbock: Fix no partition type specified, use DOS as default
15656
15657     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15658
15659 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
15660 Author: Wolfgang Denk <wd@denx.de>
15661 Date:   Tue Oct 23 16:50:03 2007 +0200
15662
15663     Coding style: keep lists sorted; update CHANGELOG
15664
15665     Signed-off-by: Wolfgang Denk <wd@denx.de>
15666
15667 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
15668 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15669 Date:   Fri Oct 19 00:09:05 2007 +0200
15670
15671     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
15672
15673     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15674
15675 commit 96455bfebc9887837095c9051d216f53c61b5f10
15676 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15677 Date:   Fri Oct 19 00:07:39 2007 +0200
15678
15679     Fix warning differ in signedness in board/innokom/innokom.c
15680
15681     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15682
15683 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
15684 Author: Marcel Ziswiler <marcel@ziswiler.com>
15685 Date:   Fri Oct 19 00:25:33 2007 +0200
15686
15687     fix pxa255_idp board
15688
15689     The pxa255_idp being an old unmaintained board showed several issues:
15690     1. CONFIG_INIT_CRITICAL was still defined.
15691     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
15692     3. Symbol flash_addr was undeclared.
15693     4. The boards lowlevel_init function was still called memsetup.
15694     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
15695     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
15696     'target CPU does not support interworking' warnings on recent compilers.
15697     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
15698     indexes rather than the register definitions from the pxa-regs header
15699     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
15700     avoid any ambiguities.
15701     8. There were several redefinition warnings concerning ICMR, OSMR3,
15702     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
15703     9. The board configuration file was rather outdated.
15704     10. The part header file defined the vendor, product and revision arrays
15705     as unsigned chars instead of just chars in the block_dev_desc_t
15706     structure.
15707
15708     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
15709
15710 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
15711 Author: Rune Torgersen <runet@innovsys.com>
15712 Date:   Wed Oct 17 11:56:31 2007 -0500
15713
15714     Make MPC8266ADS command selection more robust
15715
15716     Fix MPC8266 command line definition so it won't break when new commands
15717     are added to u-boot.
15718     Signed-off-by Rune Torgersen <runet@innovsys.com>
15719
15720 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
15721 Author: Bartlomiej Sieka <tur@semihalf.com>
15722 Date:   Tue Oct 23 13:14:10 2007 +0200
15723
15724     Motion-PRO: Update configuration to accomodate next generation board.
15725
15726     New board has faster oscillator and a different Flash chip. This affects:
15727     - CFG_MPC5XXX_CLKIN
15728     - SDRAM timings
15729     - Flash CS configuration (timings)
15730     - Flash sector size, and thus MTD partition layout
15731     - malloc() arena size (due to bigger Flash sectors)
15732     - smaller memory test range (due to bigger malloc() arena)
15733
15734     This patch also enables more extensive memory testing via "mtest".
15735
15736     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
15737
15738 commit eff501904df2bf1724a750062628ba2c51dbb1f8
15739 Author: Bartlomiej Sieka <tur@semihalf.com>
15740 Date:   Tue Oct 23 11:36:07 2007 +0200
15741
15742     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
15743
15744     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
15745     register must be written a value of 0x00000004 as the first step of the
15746     SDRAM contorller configuration.
15747
15748     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
15749
15750 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
15751 Author: Peter Pearse <peter.pearse@arm.com>
15752 Date:   Tue Oct 23 10:22:16 2007 +0100
15753
15754     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
15755
15756 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
15757 Author: Stefan Roese <sr@denx.de>
15758 Date:   Tue Oct 23 10:17:42 2007 +0200
15759
15760     ppc4xx: lwmon5: Some further GPIO config changes
15761
15762     Signed-off-by: Stefan Roese <sr@denx.de>
15763
15764 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
15765 Author: Vlad Lungu <vlad@comsys.ro>
15766 Date:   Sun Oct 21 22:10:10 2007 +0900
15767
15768     [MIPS] Fix UNCACHED_SDRAM
15769
15770     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
15771
15772     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
15773     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15774
15775 commit 00101dd7a32d12f698150123e47e4b3420279f86
15776 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15777 Date:   Sun Oct 21 21:30:42 2007 +0900
15778
15779     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
15780
15781     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15782
15783 commit eb700636db017d310edaeb559b13d82588560674
15784 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15785 Date:   Sun Oct 21 10:55:37 2007 +0900
15786
15787     [MIPS] u-boot.lds: Define _gp in a standard manner
15788
15789     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15790
15791 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
15792 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15793 Date:   Sun Oct 21 10:55:36 2007 +0900
15794
15795     [MIPS] Fix $gp usage
15796
15797     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
15798     As a general principle, we should use _gp for $gp.
15799
15800     Thanks to linker script's help we fortunately have _gp which equals to
15801     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
15802     be able to access to GOT entires, global variables and procedure entry
15803     points. The right thing to do is to use _gp.
15804
15805     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
15806     which holds the offset from _gp. When updating GOT entries, we use this
15807     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
15808
15809     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
15810     I made some change to leave over num_got_entries.
15811
15812     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15813     Cc: Vlad Lungu <vlad@comsys.ro>
15814
15815 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
15816 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15817 Date:   Sun Oct 21 10:55:36 2007 +0900
15818
15819     [MIPS] u-boot.lds: Fix __got_start and __got_end
15820
15821     Ensure that __got_start points to top of the `.got', and __got_end points
15822     to bottom as well, so that we never fail to count num_got_entries.
15823
15824     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15825
15826 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
15827 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15828 Date:   Sun Oct 21 10:55:36 2007 +0900
15829
15830     [MIPS] u-boot.lds: Remove duplicated .sdata section
15831
15832     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15833
15834 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
15835 Author: Wolfgang Denk <wd@denx.de>
15836 Date:   Sun Oct 21 01:01:17 2007 +0200
15837
15838     Minor coding style cleanup; update CHANGELOG
15839
15840     Signed-off-by: Wolfgang Denk <wd@denx.de>
15841
15842 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
15843 Author: Vlad Lungu <vlad@comsys.ro>
15844 Date:   Thu Oct 4 20:47:10 2007 +0300
15845
15846     Fix NE2000 driver:
15847
15848     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
15849     to do anything in eth_stop() if eth_init() was not called.
15850     Simplified RX path in order to avoid timeouts on really really
15851     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
15852     clever enough to cope with 1 packet per eth_rx().
15853
15854     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
15855
15856 commit df90968b48fb34fa9072fab150db2ac89678f537
15857 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
15858 Date:   Mon Sep 24 13:32:13 2007 -0400
15859
15860     Setting MSR[DE] in do_reset
15861
15862     Hello,
15863        This patch ensures the soft reset of the board for the 85xx boards
15864        by setting the MSR[DE] in the do_reset function.
15865
15866     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
15867
15868 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
15869 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
15870 Date:   Mon Sep 24 13:36:01 2007 -0400
15871
15872     MSR overwrite fix
15873
15874     Hello,
15875       This patch fixes the MSR overwrite in the start.S when moving out of
15876       the last 4K page.
15877
15878     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
15879
15880 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
15881 Author: Dan Wilson <dwilson@fulcrummicro.com>
15882 Date:   Fri Oct 19 11:33:48 2007 -0500
15883
15884     tsec driver should clear RHALT on startup
15885
15886     This was causing problems for some people.
15887
15888     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
15889     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
15890     Signed-off-by: Andy Fleming <afleming@freescale.com>
15891
15892 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
15893 Author: Kumar Gala <galak@kernel.crashing.org>
15894 Date:   Thu Oct 11 00:29:18 2007 -0500
15895
15896     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
15897
15898     On the MPC85xx CDS we have two issues:
15899
15900     1. The device tree fixup code did not check to see if the property we are
15901     trying to update is actually found.  Its possible that it would update
15902     random memory starting at 0.
15903
15904     2. Newer Linux kernel's have moved the location of the PCI nodes to be
15905     sibilings of the soc node and not children.  The explicit PATH to the PCI
15906     node would not be found for these device trees.  Add the ability to handle
15907     both paths.  In the future we shouldn't handle such fixups by explicit path.
15908
15909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15910
15911 commit a3063eec775719b7e91023bbec3f64b3118791df
15912 Author: Kumar Gala <galak@kernel.crashing.org>
15913 Date:   Thu Oct 11 00:18:48 2007 -0500
15914
15915     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
15916
15917     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
15918     console.  Make it so we match that config what we tell Linux as the early
15919     STDOUT console.
15920
15921     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15922
15923 commit e1ce3cb617bb06f91f82f98915391175addf3e82
15924 Author: Kumar Gala <galak@kernel.crashing.org>
15925 Date:   Tue Oct 2 11:12:27 2007 -0500
15926
15927     Remove magic numbers from cache related operations for mpc85xx
15928
15929     The mpc85xx start code uses some magic numbers that we actually
15930     have #defines for in <config.h> so use those instead.
15931
15932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15933
15934 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
15935 Author: Detlev Zundel <dzu@denx.de>
15936 Date:   Fri Oct 19 16:47:26 2007 +0200
15937
15938     Fix two typos.
15939
15940     Signed-off-by: Detlev Zundel <dzu@denx.de>
15941
15942 commit 281df457c1aa50d2752165d0c5c3282d4027b974
15943 Author: Tony Li <tony.li@freescale.com>
15944 Date:   Thu Oct 18 17:47:19 2007 +0800
15945
15946     mpc83xx: Add configure entry for MPC83xx ATM support
15947
15948     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
15949     Makfile and MAKEALL
15950
15951     Signed-off-by: Tony Li <tony.li@freescale.com>
15952     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15953
15954 commit d2646554f529a9577515eceb0ec5eceee18244ba
15955 Author: Tony Li <tony.li@freescale.com>
15956 Date:   Thu Oct 18 17:44:38 2007 +0800
15957
15958     mpc83xx: pq-mds-pib.c typo error
15959
15960     Correct to val8 from val.
15961
15962     Signed-off-by: Tony Li <tony.li@freescale.com>
15963     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15964
15965 commit 3e11ae80fec1ee12194940955431186abf6009c2
15966 Author: Stefan Roese <sr@denx.de>
15967 Date:   Wed Oct 17 15:40:19 2007 +0200
15968
15969     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
15970
15971     Signed-off-by: Stefan Roese <sr@denx.de>
15972
15973 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
15974 Author: Jon Loeliger <jdl@freescale.com>
15975 Date:   Tue Oct 16 15:27:43 2007 -0500
15976
15977     Initial mpc8610hpcd Makefile files.
15978
15979     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15980     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
15981     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
15982     Signed-off-by: Jon Loeliger <jdl@freescale.com>
15983
15984 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
15985 Author: Jon Loeliger <jdl@freescale.com>
15986 Date:   Tue Oct 16 15:26:51 2007 -0500
15987
15988     Initial mpc8610hpcd cpu/, README and include/ files.
15989
15990     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15991     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
15992     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
15993     Signed-off-by: Jon Loeliger <jdl@freescale.com>
15994
15995 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
15996 Author: Jon Loeliger <jdl@freescale.com>
15997 Date:   Tue Oct 16 13:54:01 2007 -0500
15998
15999     Initial mpc8610hpcd board files.
16000
16001     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16002     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
16003     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16004     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16005
16006 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
16007 Author: runet@innovsys.com <runet@innovsys.com>
16008 Date:   Tue Oct 16 14:50:40 2007 -0500
16009
16010     Make MPC8266ADS board compile again.
16011
16012     Signed-off-by: Runet Torgersen <runet@innovsys.com>
16013
16014 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
16015 Author: Jon Loeliger <jdl@freescale.com>
16016 Date:   Mon Aug 27 12:41:03 2007 -0500
16017
16018     86xx: Allow for fewer DDR slots per memory controller.
16019
16020     As a direct correlation exists between DDR DIMM slots
16021     and SPD EEPROM addresses used to configure them, use
16022     the individually defined SPD_EEPROM_ADDRESS* values to
16023     determine if a DDR DIMM slot should have its SPD
16024     configuration read or not.
16025
16026     Effectively, this now allows for 1 or 2 DIMM slots
16027     per memory controller.
16028
16029     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16030
16031 commit 4d4a945e189a2f384c66432316da2788a0ac1607
16032 Author: Rodolfo Giometti <giometti@enneenne.com>
16033 Date:   Mon Oct 15 11:59:17 2007 +0200
16034
16035     PXA USB OHCI: "usb stop" implementation.
16036
16037     Some USB keys need to be switched off before loading the kernel
16038     otherwise they can remain in an undefined status which prevents them
16039     to be correctly recognized by the kernel.
16040
16041     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
16042
16043 commit e2e93442e558cf1500e92861f99713b2f045ea22
16044 Author: Stefan Roese <sr@denx.de>
16045 Date:   Mon Oct 15 11:39:00 2007 +0200
16046
16047     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
16048
16049     The I2C bootstrap values that can be setup via the "bootstrap" command,
16050     were setup incorrect regarding the generation of the internal sync PCI
16051     clock. The values for PLB clock == 133MHz were slighly incorrect and the
16052     values for PLB clock == 166MHz were totally incorrect. This could
16053     lead to a hangup upon booting while PCI configuration scan.
16054
16055     This patch fixes this issue and configures valid PCI divisor values
16056     for the sync PCI clock, with respect to the provided external async
16057     PCI frequency.
16058
16059     Here the values of the formula in the chapter 14.2 "PCI clocking"
16060     from the 440EPx users manual:
16061
16062     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
16063
16064     33MHz async PCI frequency:
16065     PLB = 133:
16066     =>      32 <= 44.3 <= 65        (div = 3)
16067
16068     PLB = 166:
16069     =>      32 <= 55.3 <= 65        (div = 3)
16070
16071     66MHz async PCI frequency:
16072     PLB = 133:
16073     =>      65 <= 66.5 <= 132       (div = 2)
16074
16075     PLB = 166:
16076     =>      65 <= 83 <= 132         (div = 2)
16077
16078     Signed-off-by: Stefan Roese <sr@denx.de>
16079
16080 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
16081 Author: Stefan Roese <sr@denx.de>
16082 Date:   Mon Oct 15 11:29:33 2007 +0200
16083
16084     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
16085
16086     The BCSR status bit for the 66MHz PCI operation was correctly
16087     addressed (MSB/LSB problem). Now the correct currently setup
16088     PCI frequency is displayed upon bootup.
16089
16090     This patch also fixes this problem on Rainier & Yellowstone, since these
16091     boards use the same souce code as Sequoia & Yosemite do.
16092
16093     Signed-off-by: Stefan Roese <sr@denx.de>
16094
16095 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
16096 Author: Martin Krause <martin.krause@tqs.de>
16097 Date:   Wed Sep 26 17:55:56 2007 +0200
16098
16099     TQM860M: adjust for doubled flash sector size.
16100
16101     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
16102     doubled sector size.
16103
16104     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16105
16106 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
16107 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
16108 Date:   Wed Sep 26 17:55:54 2007 +0200
16109
16110     TQM8xx: Fix CAN timing.
16111
16112     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16113
16114 commit d43e489baf02afae49077791fb22332d240d8656
16115 Author: Martin Krause <martin.krause@tqs.de>
16116 Date:   Thu Sep 27 14:54:36 2007 +0200
16117
16118     TQM866M: fix SDRAM refresh
16119
16120     At 133 MHz the current SDRAM refresh rate is too fast
16121     (measured 4 * 1.17 us).
16122     CFG_MAMR_PTA changes from 39 to 97. This result
16123     in a refresh rate of 4 * 7.8 us at the default clock
16124     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
16125     This is a compromise until a new method is found to
16126     adjust the refresh rate.
16127
16128     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16129
16130 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
16131 Author: Martin Krause <martin.krause@tqs.de>
16132 Date:   Wed Sep 26 17:55:55 2007 +0200
16133
16134     TQM866M: adjust for doubled flash sector size.
16135
16136     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
16137     doubled sector size.
16138
16139     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16140
16141 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
16142 Author: Michal Simek <monstr@monstr.eu>
16143 Date:   Sun Oct 14 16:12:29 2007 +0200
16144
16145     [FIX] XUPV2P change command handling
16146     and remove code violation
16147
16148 commit 636400198228d96983c06657b17f760f5989958e
16149 Author: Wolfgang Denk <wd@denx.de>
16150 Date:   Sun Oct 14 00:13:19 2007 +0200
16151
16152     Prepare for 1.3.0-rc3 release
16153
16154     Signed-off-by: Wolfgang Denk <wd@denx.de>
16155
16156 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
16157 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16158 Date:   Sat Sep 29 13:41:37 2007 +0200
16159
16160     Fix warning differ in signedness in cpu/pxa/mmc.c
16161
16162     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16163
16164 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
16165 Author: Wolfgang Denk <wd@denx.de>
16166 Date:   Sat Oct 13 23:51:14 2007 +0200
16167
16168     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
16169
16170     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16171     Signed-off-by: Wolfgang Denk <wd@denx.de>
16172
16173 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
16174 Author: Wolfgang Denk <wd@denx.de>
16175 Date:   Sat Oct 13 21:15:39 2007 +0200
16176
16177     Coding Style cleanup.
16178
16179     Signed-off-by: Wolfgang Denk <wd@denx.de>
16180
16181 commit e1893815b0999410d7a327589611c7b38e95299e
16182 Author: Wolfgang Denk <wd@denx.de>
16183 Date:   Fri Oct 12 15:49:39 2007 +0200
16184
16185     GP3 SSA: enable RTC
16186
16187     Signed-off-by: Wolfgang Denk <wd@denx.de>
16188
16189 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
16190 Author: Grzegorz Bernacki <gjb@semihalf.com>
16191 Date:   Tue Oct 9 13:58:24 2007 +0200
16192
16193     [ads5121] EEPROM support added.
16194
16195     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16196
16197 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
16198 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
16199 Date:   Sat Oct 6 18:55:35 2007 +0200
16200
16201     AVR32: Initialize bi_flash* in board_init_r
16202
16203     The ATSTK1000-specific flash driver intializes bi_flashstart,
16204     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
16205     driver, don't.
16206
16207     Initialize these in board_init_r instead so that things will still be
16208     set up correctly when we switch to the CFI driver.
16209
16210     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16211
16212 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
16213 Author: Marian Balakowicz <m8@semihalf.com>
16214 Date:   Fri Oct 5 10:40:54 2007 +0200
16215
16216     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
16217
16218     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
16219
16220 commit 92869195ef8210758d2176230c0a36897afd50ed
16221 Author: Bartlomiej Sieka <tur@semihalf.com>
16222 Date:   Fri Oct 5 09:46:06 2007 +0200
16223
16224     CM5200: Fix missing null-termination in hostname manipulation code
16225
16226     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16227
16228 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
16229 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
16230 Date:   Tue Oct 2 19:09:01 2007 +0200
16231
16232     Fix memtest breakage
16233
16234     CFG_MEMTEST_START uses weird magic involving gd, which fails to
16235     compile. Use hardcoded values instead (we actually know how much RAM
16236     we have on board.)
16237
16238     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16239
16240 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
16241 Author: Stefan Roese <sr@denx.de>
16242 Date:   Tue Oct 2 11:44:46 2007 +0200
16243
16244     ppc4xx: Coding style cleanup
16245
16246     Signed-off-by: Stefan Roese <sr@denx.de>
16247
16248 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
16249 Author: Stefan Roese <sr@denx.de>
16250 Date:   Tue Oct 2 11:44:19 2007 +0200
16251
16252     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
16253
16254     Signed-off-by: Stefan Roese <sr@denx.de>
16255
16256 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
16257 Author: Grzegorz Bernacki <gjb@semihalf.com>
16258 Date:   Mon Oct 1 09:51:50 2007 +0200
16259
16260     Program EPLD to force full duplex mode for PHY.
16261
16262     EPLD forces modes of PHY operation. By default full duplex is turned off.
16263     This fix turns it on.
16264
16265     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16266
16267 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
16268 Author: Timo Ketola <timo.ketola@exertus.fi>
16269 Date:   Mon Sep 24 14:50:32 2007 +0300
16270
16271     Bugfix: Use only one PTD for one endpoint
16272
16273     Original isp116x-hcd code prepared multiple PTDs for longer than 16
16274     byte transfers for one endpoint. That is unnecessary because the
16275     ISP116x is able to split long data from one PTD into multiple
16276     transactions based on the buffer size of the endpoint. It also caused
16277     serious problems if the endpoint NAKed some of the transactions. In
16278     that case ISP116x wouldn't notice that the other PTDs were for the same
16279     endpoint and would try the other PTDs possibly out of order. That would
16280     break the whole transfer.
16281
16282     This patch makes isp116x_submit_job to use one PTD for one transfer.
16283
16284     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
16285     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16286
16287 commit 86ec86c04326c3913178a7679aa910de071da75d
16288 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16289 Date:   Thu Sep 27 23:27:47 2007 +0200
16290
16291     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
16292
16293     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16294
16295 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
16296 Author: Stefan Roese <sr@denx.de>
16297 Date:   Tue Sep 11 14:12:55 2007 +0200
16298
16299     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
16300
16301     Signed-off-by: Stefan Roese <sr@denx.de>
16302
16303 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
16304 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16305 Date:   Wed Sep 26 16:35:54 2007 -0500
16306
16307     85xx io out functions need sync after write.
16308
16309     This fixes the mc146818 rtc_read/write functions for 85xx.
16310
16311     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16312
16313 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
16314 Author: Grant Likely <grant.likely@secretlab.ca>
16315 Date:   Tue Sep 25 15:48:05 2007 -0600
16316
16317     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
16318
16319     CFG_FPGA_XILINX is a bit value used to test against the value in
16320     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
16321     think that is the intention in this code.
16322
16323     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16324
16325 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
16326 Author: Michal Simek <monstr@monstr.eu>
16327 Date:   Mon Sep 24 00:41:30 2007 +0200
16328
16329     [FIX] change command handling and removing code violation
16330
16331 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
16332 Author: Michal Simek <monstr@monstr.eu>
16333 Date:   Mon Sep 24 00:36:06 2007 +0200
16334
16335     [FIX] change sets of commands
16336     because changing of command handling brings
16337     compilation problems
16338
16339 commit cb1bc63b75a232571eb69aa2c8aa919321655845
16340 Author: Michal Simek <monstr@monstr.eu>
16341 Date:   Mon Sep 24 00:30:42 2007 +0200
16342
16343     [FIX] Email reparation & Copyright
16344     Both codes are written by myself without any
16345     support from CTU
16346
16347 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
16348 Author: Michal Simek <monstr@monstr.eu>
16349 Date:   Mon Sep 24 00:25:11 2007 +0200
16350
16351     [PATCH] Change macro name for UartLite
16352     because PowerPC 405 can use UartLite as console
16353
16354 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
16355 Author: Michal Simek <monstr@monstr.eu>
16356 Date:   Mon Sep 24 00:21:19 2007 +0200
16357
16358     [PATCH] Add support for design without interrupt controller
16359     Polling timer
16360
16361 commit 0731933ec8ec45d02ba89b52df673d526873cdde
16362 Author: Michal Simek <monstr@monstr.eu>
16363 Date:   Mon Sep 24 00:19:48 2007 +0200
16364
16365     [FIX] resolve problem with cpu without barrel shifter
16366
16367 commit db14d77995ce515b728b178b63f82babe60e3d56
16368 Author: Michal Simek <monstr@monstr.eu>
16369 Date:   Mon Sep 24 00:18:46 2007 +0200
16370
16371     [FIX] repair email address
16372
16373 commit 481d4328618804add1f818a6c96296121cd0528e
16374 Author: Michal Simek <monstr@monstr.eu>
16375 Date:   Mon Sep 24 00:17:42 2007 +0200
16376
16377     [FIX] repair MFSL commands
16378
16379 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
16380 Author: Michal Simek <monstr@monstr.eu>
16381 Date:   Mon Sep 24 00:08:37 2007 +0200
16382
16383     synchronizition with mainline
16384
16385 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
16386 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16387 Date:   Sun Sep 23 02:42:38 2007 +0900
16388
16389     sh: Add support command of ide with sh
16390
16391     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16392
16393 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
16394 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16395 Date:   Sun Sep 23 02:38:42 2007 +0900
16396
16397     sh: Update Makefile
16398
16399     Add support MS7722SE01 to Makefile.
16400
16401     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16402
16403 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
16404 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16405 Date:   Sun Sep 23 02:31:13 2007 +0900
16406
16407     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
16408
16409     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16410
16411 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
16412 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16413 Date:   Sun Sep 23 02:19:24 2007 +0900
16414
16415     sh: Update MS7750SE01 platform
16416
16417     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16418
16419 commit 516ad760db3553766267ada01b7d5d727faa4bbd
16420 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16421 Date:   Sun Sep 23 02:17:08 2007 +0900
16422
16423     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
16424
16425     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16426
16427 commit b02bad128669e567fce87d8df823b06a0144b8db
16428 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16429 Date:   Sun Sep 23 02:12:30 2007 +0900
16430
16431     sh: Update core code of SuperH.
16432
16433     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16434
16435 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
16436 Author: Wolfgang Denk <wd@denx.de>
16437 Date:   Thu Sep 20 00:04:14 2007 +0200
16438
16439     v1.3.0-rc2
16440
16441     Signed-off-by: Wolfgang Denk <wd@denx.de>
16442
16443 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
16444 Author: Wolfgang Denk <wd@denx.de>
16445 Date:   Tue Sep 18 21:36:35 2007 +0200
16446
16447     Avoid compiler warning.
16448
16449     Signed-off-by: Wolfgang Denk <wd@denx.de>
16450
16451 commit 8a783a65851bc7421ab69f442261215e21b8891a
16452 Author: Grant Likely <grant.likely@secretlab.ca>
16453 Date:   Tue Sep 18 12:24:57 2007 -0600
16454
16455     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
16456
16457     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
16458     nulls in a string differently.  For example, the following statement:
16459         echo "this is a string\0" > afile
16460     Will produce the following with /bin/bash:
16461         "this is a string\0"
16462     But with /bin/dash, will produce:
16463         "this is a string
16464
16465     Bug fixed by moving the embedded null out of the makefile and into the
16466     config header.  Also renamed the macro to avoid usage colision with the same
16467     macro used by other board ports.
16468
16469     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16470
16471 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
16472 Author: Wolfgang Denk <wd@denx.de>
16473 Date:   Tue Sep 18 17:40:27 2007 +0200
16474
16475     MCC200: fix build warning
16476
16477     The MCC200 board config file includes version.h for some customer-
16478     specific setting, which causes warnings with "make depend"; build
16479     version.h before depend.
16480
16481     Signed-off-by: Wolfgang Denk <wd@denx.de>
16482
16483 commit bd86220f58b99d6896198c385fda132f0c980915
16484 Author: Peter Pearse <peter.pearse@arm.com>
16485 Date:   Tue Sep 18 13:07:54 2007 +0100
16486
16487     Move coloured led API to status_led.h
16488     Improve indentation in drivers/at45.c
16489
16490 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
16491 Author: Eirik Aanonsen <eaa@wprmedical.com>
16492 Date:   Tue Sep 18 08:47:20 2007 +0200
16493
16494     Update atstk1002 bootargs.
16495
16496     Updates to atstk1002 U-Boot header file:
16497     - Changed bootargs:
16498         * Set the bootargs for at1002 to point to the SD-card partition instead
16499         * ... of the boot flash.
16500         * Removing the rootfstype since that argument are not needed.
16501
16502     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
16503     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16504
16505 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
16506 Author: Eirik Aanonsen <eaa@wprmedical.com>
16507 Date:   Wed Sep 12 13:32:37 2007 +0200
16508
16509     Add some comments to clocks in atstk1002.h
16510
16511     This patch applies some clarifying comments to how the different
16512     clocks are setup according to atstk1002.h Some of the previous
16513     comments where stating wrongful information.
16514
16515     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16516
16517 commit 97213f32416ead885deafea86774e912ffd60ad0
16518 Author: David Saada <David.Saada@ecitele.com>
16519 Date:   Mon Sep 17 17:04:47 2007 +0200
16520
16521     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
16522
16523     Signed-off-by: David Saada <david.saada@ecitele.com>
16524
16525 commit 30363e98fa470fbecea5e8bc0f1443352754f303
16526 Author: Stefan Roese <sr@denx.de>
16527 Date:   Mon Sep 17 08:20:47 2007 +0200
16528
16529     Small whitespace cleanup of OneNAND patch
16530
16531     Signed-off-by: Stefan Roese <sr@denx.de>
16532
16533 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
16534 Author: Kyungmin Park <kmpark@infradead.org>
16535 Date:   Mon Sep 10 17:15:14 2007 +0900
16536
16537     OneNAND support (take #2)
16538
16539     [PATCH 3/3] OneNAND support (take #2)
16540
16541     OneNAND support at U-Boot
16542
16543     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16544
16545 commit 17aa2800457df0c06b41516f46f126712c196219
16546 Author: Kyungmin Park <kmpark@infradead.org>
16547 Date:   Mon Sep 10 17:14:34 2007 +0900
16548
16549     OneNAND support (take #2)
16550
16551     [PATCH 2/3] OneNAND support (take #2)
16552
16553     OneNAND support at U-Boot
16554
16555     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16556
16557 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
16558 Author: Kyungmin Park <kmpark@infradead.org>
16559 Date:   Mon Sep 10 17:13:49 2007 +0900
16560
16561     OneNAND support (take #2)
16562
16563     [PATCH 1/3] OneNAND support (take #2)
16564
16565     OneNAND support at U-Boot
16566
16567     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16568
16569 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
16570 Author: Michal Simek <monstr@monstr.eu>
16571 Date:   Sun Sep 16 20:51:57 2007 +0200
16572
16573     [FIX] remove files form repository
16574
16575 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
16576 Author: Wolfgang Denk <wd@denx.de>
16577 Date:   Sun Sep 16 17:10:04 2007 +0200
16578
16579     TQM8xx[LM]: Fix broken environment alignment.
16580
16581     With recent toolchains, the environment sectors were no longer aligned to
16582     sector boundaries. The reason was a combination of two bugs:
16583
16584     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
16585        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
16586        this gets defined, is not included here (and cannot be included
16587        without causing lots of problems).
16588
16589        Added a new #define CFG_USE_PPCENV for all boards which really
16590        want to put the environment is a ".ppcenv" section.
16591
16592     2) The linker scripts just include environment.o, silently assuming
16593        that the objects in that file are really in the order in which
16594        they are coded in the C file, i. e. "environment" first, then
16595        "redundand_environment", and "env_size" last. However, current
16596        toolchains (GCC-4.x) reorder the objects, causing the environment
16597        data not to start on a flash sector boundary:
16598
16599        Instead of:                                      we got:
16600
16601         40008000 T environment                  40008000 T env_size
16602         4000c000 T redundand_environment        40008004 T redundand_environment
16603         40010000 T env_size                     4000c004 T environment
16604
16605        Note: this patch fixes just the first part, and cures the alignment
16606        problem by making sure that "env_size" gets placed correctly. However,
16607        we still have a potential issue because primary and redundant
16608        environment sectors are actually swapped, i. e. we have now:
16609
16610         40008000 T redundand_environment
16611         4000c000 T environment
16612         40010000 T env_size
16613
16614        This shall be fixed in the next version.
16615
16616     Signed-off-by: Wolfgang Denk <wd@denx.de>
16617
16618 commit eb6da8050797c204c9d010548424186c7ce32fc1
16619 Author: Wolfgang Denk <wd@denx.de>
16620 Date:   Sun Sep 16 02:39:35 2007 +0200
16621
16622     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
16623
16624     Signed-off-by: Wolfgang Denk <wd@denx.de>
16625
16626 commit cd2d1602c54cc6957bdef3872272a4b264893960
16627 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
16628 Date:   Mon Sep 10 14:54:56 2007 -0400
16629
16630     Typo fix in tsec.c
16631
16632     Fixup for the break statement in wrong place.
16633
16634     [Patch by urwithsughosh@gmail.com]
16635     Acked-by: Andy Fleming <afleming@freescale.com>
16636     Signed-off-by:      Wolfgang Denk <wd@denx.de>
16637
16638 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
16639 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16640 Date:   Tue Sep 11 17:04:00 2007 +0200
16641
16642     Fix do_div() usage in nand process output
16643
16644     Fix usage of do_div() in nand erase|read|write process output.
16645
16646     The last patch to nand_util.c introduced do_div() instead of libgcc's
16647     implementation. But do_div() returns the quotient in its first
16648     macro parameter and not as result.
16649
16650     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16651
16652 commit c750d2e6692a000a82f29de7bf24e3dc21239161
16653 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16654 Date:   Wed Sep 12 12:36:53 2007 +0200
16655
16656     NAND: Add CFG_NAND_QUIET option
16657
16658     This config option sets the default for the progress information
16659     output behavior that can also be configured through the 'quiet'
16660     environment variable.
16661
16662     The legacy NAND code does not print the current progress info
16663     on the console. So this option is for backward compatibility for
16664     units that are in the field and where setting the quiet variable
16665     is not an option. With CFG_NAND_QUIET set to '1' the console
16666     progress info is turned off. This can still be overwritten
16667     through the environment variable.
16668
16669     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16670
16671 commit dcb88630290d2bcd803386dd4c2be73142994c4f
16672 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
16673 Date:   Thu Sep 13 16:06:05 2007 -0700
16674
16675     ColdFire: fix build error becasue of bad type of mii_init()
16676
16677     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16678
16679 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
16680 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
16681 Date:   Thu Sep 13 16:04:05 2007 -0700
16682
16683     ColdFire: Fix build error caused by pixis.c
16684
16685     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
16686
16687     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16688
16689 commit e21659e30660a1377c42af135a6114efe39801d9
16690 Author: Sam Sparks <SSparks@twacs.com>
16691 Date:   Fri Sep 14 11:14:42 2007 -0600
16692
16693     Update MPC8349ITX*_config to place config.tmp in right place.
16694
16695     MPC834ITX*_config does not store config.tmp at the correct locatation,
16696     causing MPC8349ITXGP to have the wrong TEXT_BASE.
16697
16698     Signed-off-by: Sam Sparks <SSparks@twacs.com>
16699     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16700
16701 commit 1218abf1b5817a39a82399b4b928b00750575bda
16702 Author: Wolfgang Denk <wd@denx.de>
16703 Date:   Sat Sep 15 20:48:41 2007 +0200
16704
16705     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
16706
16707     Signed-off-by: Wolfgang Denk <wd@denx.de>
16708
16709 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
16710 Author: Dirk Behme <dirk.behme@googlemail.com>
16711 Date:   Sat Sep 15 11:55:42 2007 +0200
16712
16713     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
16714
16715     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
16716     function local.
16717
16718     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
16719
16720     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
16721
16722 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
16723 Author: Michal Simek <monstr@monstr.eu>
16724 Date:   Sat Sep 15 00:03:35 2007 +0200
16725
16726     Synchronize with U-BOOT mainline
16727
16728 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
16729 Author: Sam Sparks <SSparks@twacs.com>
16730 Date:   Fri Sep 14 11:14:42 2007 -0600
16731
16732     Update MPC8349ITX*_config to place config.tmp in right place.
16733
16734     MPC834ITX*_config does not store config.tmp at the correct locatation,
16735     causing MPC8349ITXGP to have the wrong TEXT_BASE.
16736
16737     Signed-off-by: Sam Sparks <SSparks@twacs.com>
16738     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16739     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16740
16741 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
16742 Author: Bartlomiej Sieka <tur@semihalf.com>
16743 Date:   Thu Sep 13 18:21:48 2007 +0200
16744
16745     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
16746
16747     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
16748
16749 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
16750 Author: Bartlomiej Sieka <tur@semihalf.com>
16751 Date:   Thu Sep 13 16:33:59 2007 +0200
16752
16753     tqm5200: Restore customary env. variable boot commands for powerpc kernels
16754
16755     - update default definitions of kernel_addr and fdt_addr env. variables
16756     - make arch/powerpc booting the default scenario
16757     - update MTD partition layout to match the above
16758
16759     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16760
16761 commit f34024d4a328e6edd906456da98d2c537155c4f7
16762 Author: Wolfgang Denk <wd@denx.de>
16763 Date:   Wed Sep 12 00:48:57 2007 +0200
16764
16765     Fix memory corruption problem on STX GP3 SSA Board.
16766
16767     Signed-off-by: Wolfgang Denk <wd@denx.de>
16768
16769 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
16770 Author: Peter Pearse <peter.pearse@arm.com>
16771 Date:   Tue Sep 11 15:35:01 2007 +0100
16772
16773     Final tidy
16774
16775 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
16776 Author: Grzegorz Bernacki <gjb@semihalf.com>
16777 Date:   Tue Sep 11 15:42:11 2007 +0200
16778
16779     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
16780     scan on second pci bus.
16781
16782     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16783
16784 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
16785 Author: Grzegorz Bernacki <gjb@semihalf.com>
16786 Date:   Tue Sep 11 12:57:52 2007 +0200
16787
16788     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
16789
16790     Bamboo has a file sdram.c which needs special treatment when building in
16791     separate directory. It has to be linked to build directory otherwise it is
16792     not seen.
16793
16794     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16795
16796 commit d45963854eff39d575124d859419bb4953ce2c87
16797 Author: Michal Simek <monstr@monstr.eu>
16798 Date:   Tue Sep 11 00:37:04 2007 +0200
16799
16800     [FIX] Microblaze ML401 - repare FLASH handling
16801
16802 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
16803 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
16804 Date:   Mon Sep 10 16:55:59 2007 +0100
16805
16806     Allocate CPU Architecture Code for STMicroelectronics' ST200.
16807
16808     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
16809     ---------------------------------------------------
16810
16811 commit 754bac48156f8958d8f6a53a51eda88ab5758929
16812 Author: Wolfgang Denk <wd@denx.de>
16813 Date:   Mon Sep 10 20:42:31 2007 +0200
16814
16815     Update version to match current state.
16816
16817     Signed-off-by: Wolfgang Denk <wd@denx.de>
16818
16819 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
16820 Author: Grzegorz Bernacki <gjb@semihalf.com>
16821 Date:   Mon Sep 10 17:39:08 2007 +0200
16822
16823     [MPC512x] Streamline frame handling in the FEC driver
16824
16825     - convert frame size settings to be derived from a single base
16826     - set frame size to the recommended default value
16827
16828     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16829
16830 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
16831 Author: Kyungmin Park <kmpark@infradead.org>
16832 Date:   Mon Sep 10 11:34:00 2007 +0900
16833
16834     Remove compiler warning: target CPU does not support interworking
16835
16836     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16837
16838 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
16839 Author: Wolfgang Denk <wd@denx.de>
16840 Date:   Sun Sep 9 21:21:33 2007 +0200
16841
16842     Fix compile error in spc1920 config.
16843
16844     Signed-off-by: Markus Klotzbücher <mk@denx.de>
16845     Signed-off-by: Wolfgang Denk <wd@denx.de>
16846
16847 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
16848 Author: Grant Likely <grant.likely@secretlab.ca>
16849 Date:   Fri Sep 7 09:25:07 2007 -0600
16850
16851     Bugfix: make bootm+libfdt compile on boards with no flash
16852
16853     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16854
16855 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
16856 Author: Grzegorz Bernacki <gjb@semihalf.com>
16857 Date:   Fri Sep 7 18:35:37 2007 +0200
16858
16859     [PPC440SPe] PCIe environment settings for Katmai and Yucca
16860
16861     - 'pciconfighost' is set by default in order to be able to scan bridges
16862     behind the primary host/PCIe
16863
16864     - 'pciscandelay' env variable is recognized to allow for user-controlled
16865     delay before the PCIe bus enumeration; some peripheral devices require a
16866     significant delay before they can be scanned (e.g. LSI8408E); without the
16867     delay they are not detected
16868
16869     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16870
16871 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
16872 Author: Grzegorz Bernacki <gjb@semihalf.com>
16873 Date:   Fri Sep 7 18:20:23 2007 +0200
16874
16875     [PPC440SPe] Improve PCIe configuration space access
16876
16877     - correct configuration space mapping
16878     - correct bus numbering
16879     - better access to config space
16880
16881     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
16882     first device on the first bus. We now allow to configure up to 16 buses;
16883     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
16884     peripheral devices farther in hierarchy can be identified.
16885
16886     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16887
16888 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
16889 Author: Grzegorz Bernacki <gjb@semihalf.com>
16890 Date:   Fri Sep 7 17:46:18 2007 +0200
16891
16892     [PPC440SPe] Convert machine check exceptions handling
16893
16894     Convert using fixup mechanism to suppressing MCK for the duration of config
16895     read/write transaction: while fixups work fine with the case of a precise
16896     exception, we identified a major drawback with this approach when there's
16897     an imprecise case. In this scenario there is the following race condition:
16898     the fixup is (by design) set to catch the instruction following the one
16899     actually causing the exception; if an interrupt (e.g. decrementer) happens
16900     between those two instructions, the ISR code is executed before the fixup
16901     handler the machine check is no longer protected by the fixup handler as it
16902     appears as within the ISR code. In consequence the fixup approach is being
16903     phased out and replaced with explicit suppressing of MCK during a PCIe
16904     config read/write cycle.
16905
16906     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16907
16908 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
16909 Author: Wolfgang Denk <wd@denx.de>
16910 Date:   Fri Sep 7 17:43:36 2007 +0200
16911
16912     Fix typo in MAKEALL script.
16913
16914     Signed-off-by: Wolfgang Denk <wd@denx.de>
16915
16916 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
16917 Author: Grzegorz Bernacki <gjb@semihalf.com>
16918 Date:   Fri Sep 7 17:09:21 2007 +0200
16919
16920     [MPC512x] Proper handling of larger frames in the FEC driver
16921
16922     When frame larger than local RX buffer is received, it is split and handled
16923     by two buffer descriptors. Prior to this patch the FEC driver discarded
16924     contents of a buffer descriptor without the 'LAST' bit set, so the first
16925     part of the frame was lost in case of larger frames. This fix allows to
16926     safely combine the two pieces into the whole frame.
16927
16928     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16929
16930 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
16931 Author: Rafal Jaworowski <raj@semihalf.com>
16932 Date:   Fri Sep 7 17:05:36 2007 +0200
16933
16934     [MPC512x] Correct fixup relocation
16935
16936     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
16937
16938 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
16939 Author: Wolfgang Denk <wd@denx.de>
16940 Date:   Fri Sep 7 01:21:25 2007 +0200
16941
16942     Update CHANGELOG, minor coding style cleanup.
16943
16944 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
16945 Author: stefano babic <sbabic@denx.de>
16946 Date:   Thu Aug 30 23:01:49 2007 +0200
16947
16948     PXA270: Added support for TrizepsIV board.
16949
16950     This patch add support for the Trizeps IV module (520Mhz).
16951
16952     Signed-off-by: Stefano Babic <sbabic@denx.de>
16953
16954 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
16955 Author: stefano babic <sbabic@denx.de>
16956 Date:   Thu Aug 30 22:57:04 2007 +0200
16957
16958     PXA270: Add support for multiple serial ports.
16959
16960     This patch adds support for multiple serial ports to the PXA target.
16961     FFUART, BTUART and STUART are supported.
16962
16963     Signed-off-by: Stefano Babic <sbabic@denx.de>
16964
16965 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
16966 Author: stefano babic <sbabic@denx.de>
16967 Date:   Thu Aug 30 22:48:47 2007 +0200
16968
16969     PXA270: fix compile issue (invalid lvalue)
16970
16971     Code is broken for PXA270 due to "invalid lvalue in assignment".
16972
16973     This patch fix it in pxa-regs.h
16974
16975     Signed-off-by: Stefano Babic <sbabic@denx.de>
16976
16977 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
16978 Author: Jason Jin <Jason.jin@freescale.com>
16979 Date:   Thu Aug 30 18:19:05 2007 +0800
16980
16981     Add BUILD_DIR support for bios emulator.
16982
16983     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16984
16985 commit b4d8a55145442f136982634862341a3e02002bda
16986 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16987 Date:   Fri Aug 31 14:41:51 2007 +0900
16988
16989     [MIPS] Remove inline asm string functions
16990
16991     Stop using inline string functions on MIPS as other ARCHs do so,
16992     since the optimized inline asm versions are not small.
16993
16994     This change is triggered by a following MIPS build error:
16995     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
16996     common/exports.c:32: undefined reference to `strcmp'
16997     make: *** [u-boot] Error 1
16998
16999     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17000
17001 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
17002 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17003 Date:   Fri Aug 31 14:41:45 2007 +0900
17004
17005     [MIPS] Update asm string header
17006
17007     This patches contains several bugfixes and cleanups in the latest upstream:
17008
17009      - Don't include linux/config.h
17010      - Remove buggy inline version of memscan.
17011      - Merge with Linux 2.6.11-rc3.
17012      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
17013      - Goodbye mips64.  31704 lines of code bite the dust.
17014      - Replace extern inline with static inline.
17015      - Fix return value of strncpy.
17016      - Remove a bunch more "$1" clobbers.
17017
17018     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17019
17020 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
17021 Author: Bartlomiej Sieka <tur@semihalf.com>
17022 Date:   Tue Sep 4 17:31:22 2007 +0200
17023
17024     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
17025
17026     Fix incorrect blob address calculation in do_bootm_linux() that prevents
17027     booting the kernel from a multi-file image (kernel + initrd + blob).
17028
17029     Also, make minor updates to the U-Boot's output and to the coding style.
17030
17031     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17032
17033 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
17034 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
17035 Date:   Fri Aug 31 14:29:04 2007 +0200
17036
17037     Add support for Sil680 IDE controller.
17038
17039     o add drivers/sil680.c to support the Sil680 IDE-controller.
17040     o drivers/Makefile: add sil680.o.
17041
17042     Signed-off-by: Gary Jennejohn <garyj@denx.de>
17043
17044 commit e79021223bc339df655e360645a52c457a74b067
17045 Author: Grant Likely <grant.likely@secretlab.ca>
17046 Date:   Thu Sep 6 09:47:40 2007 -0600
17047
17048     bootm/fdt: Only process the fdt if an fdt address was provided
17049
17050     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
17051     kernels using the board info structure (instead of passing a device tree)
17052     This change allows the old style booting to be used if the fdt argument
17053     was not passed to 'bootm'.
17054
17055     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17056     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17057
17058 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
17059 Author: Grant Likely <grant.likely@secretlab.ca>
17060 Date:   Thu Sep 6 09:46:23 2007 -0600
17061
17062     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
17063
17064     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
17065
17066     Tested on: lite5200b
17067
17068     Note: the fixup functions have not been moved to a common place.  This
17069     patch is targeted for immediate merging as in solves a build issue, but
17070     the final name/location of the fixups is still subject to debate.  I
17071     propose to merge this now, and move the fixups in the next merge window
17072     to be usable by all targets.
17073
17074     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17075
17076 commit 41bb76e941929f54a73206fb132f7a4c275543a3
17077 Author: Grant Likely <grant.likely@secretlab.ca>
17078 Date:   Thu Sep 6 09:46:17 2007 -0600
17079
17080     libfdt: add convenience function fdt_find_and_setprop()
17081
17082     Given the path to a node, fdt_find_and_setprop() allows a property value
17083     to be set directly.
17084
17085     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17086
17087 commit 80767a6cead9990d9e77e62be947843c2c72f469
17088 Author: Peter Pearse <peter.pearse@arm.com>
17089 Date:   Wed Sep 5 16:04:41 2007 +0100
17090
17091     Changed API name to coloured_led.h
17092     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
17093     Tidied other cpu/arm920t/start.S code
17094
17095 commit 56a9270521baaa00e12639a978302a67f61ef060
17096 Author: Kumar Gala <galak@kernel.crashing.org>
17097 Date:   Thu Aug 30 16:18:18 2007 -0500
17098
17099     Fix ULI RTC support on MPC8544 DS
17100
17101     The RTC on the M1575 ULI chipset requires a dummy read before
17102     we are able to talk to the RTC.  We accomplish this by adding a
17103     second memory region to the PHB the ULI is on and read from it.
17104
17105     The second region is added to maintain compatiabilty with Linux's
17106     view of the PCI memory map.
17107
17108     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17109
17110 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
17111 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17112 Date:   Thu Aug 30 01:58:48 2007 -0500
17113
17114     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
17115
17116     pcie is now differentiated from pci.  Add 8641 bus-range updates.
17117
17118     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17119
17120 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
17121 Author: Peter Pearse <peter.pearse@arm.com>
17122 Date:   Tue Sep 4 16:18:38 2007 +0100
17123
17124     Add coloured led interface for ARM boards.
17125     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
17126
17127 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
17128 Author: Peter Pearse <peter.pearse@arm.com>
17129 Date:   Tue Sep 4 14:49:28 2007 +0100
17130
17131     Move include/led.h to board/at91rm9200dk
17132
17133 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
17134 Author: Peter Pearse <peter.pearse@arm.com>
17135 Date:   Tue Sep 4 14:25:51 2007 +0100
17136
17137     Ran Lindent on drivers/at45.c
17138
17139 commit 557ab89d294f08dd532f21d19861b40093200a33
17140 Author: Peter Pearse <peter.pearse@arm.com>
17141 Date:   Tue Sep 4 14:23:50 2007 +0100
17142
17143     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
17144
17145 commit 81b73dec16fd1227369a191e725e10044a9d56b8
17146 Author: Gary Jennejohn <garyj@denx.de>
17147 Date:   Fri Aug 31 15:21:46 2007 +0200
17148
17149     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
17150
17151     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
17152     set to non-zero, because it doesn't support MRM (memory-read-
17153     multiple) correctly. We now added the possibility to configure
17154     this register in the board config file, so that the default value
17155     of 8 can be overridden.
17156
17157     Here the details of this patch:
17158
17159     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
17160       board-specific settings. As an example the sequoia board requires 0.
17161       Idea from Stefan Roese <sr@denx.de>.
17162     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
17163       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
17164     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
17165       CFG_PCI_CACHE_LINE_SIZE to 0.
17166
17167     Signed-off-by: Gary Jennejohn <garyj@denx.de>
17168     Signed-off-by: Stefan Roese <sr@denx.de>
17169
17170 commit 60174746c668b309378a91488dded898e9553eae
17171 Author: Wolfgang Denk <wd@denx.de>
17172 Date:   Fri Aug 31 10:01:51 2007 +0200
17173
17174     Fix TFTP OACK code for short packets.
17175
17176     The old code had a loop limit overflow bug which caused a semi-
17177     infinite loop for small packets, because in "i<len-8", "i" was signed,
17178     but "len" was unsigned, and "len-8" became a huge number for small
17179     values of "len".
17180
17181     This is a workaround which replaces broken commit 8f1bc284.
17182
17183     Signed-off-by: Wolfgang Denk <wd@denx.de>
17184
17185 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
17186 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
17187 Date:   Thu Aug 30 15:03:05 2007 +0200
17188
17189     Reduce BOOTDELAY variable to 1 second by default for STK1002
17190
17191     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
17192     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17193
17194 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
17195 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
17196 Date:   Thu Aug 30 15:03:04 2007 +0200
17197
17198     Remove double quotation marks around MAC address for STK1002
17199
17200     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
17201     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17202
17203 commit ff13ac8c7bbebb238e339592de765c546dba1073
17204 Author: Wolfgang Denk <wd@denx.de>
17205 Date:   Thu Aug 30 14:42:15 2007 +0200
17206
17207     Backout commit 8f1bc284 as it causes TFTP to fail.
17208
17209     Signed-off-by: Wolfgang Denk <wd@denx.de>
17210
17211 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
17212 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17213 Date:   Thu Aug 30 02:26:17 2007 -0500
17214
17215     Revert "Fix MPC8544DS PCIe3 scsi."
17216
17217     This reverts commit 9468e680.
17218     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
17219
17220     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17221
17222 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
17223 Author: Grant Likely <grant.likely@secretlab.ca>
17224 Date:   Wed Aug 29 18:26:24 2007 -0600
17225
17226     tftp: don't implicity trust the format of recevied packets
17227
17228     The TFTP OACK code trusts that the incoming packet is formated as
17229     ASCII text and can be processed by string functions. It also has a
17230     loop limit overflow bug where if the packet length is less than 8, it
17231     ends up looping over *all* of memory to find the 'blksize' string.
17232
17233     This patch solves the problem by forcing the packet to be null
17234     terminated and using strstr() to search for the sub string.
17235
17236     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17237
17238 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
17239 Author: Stefan Roese <sr@denx.de>
17240 Date:   Wed Aug 29 16:31:18 2007 +0200
17241
17242     ppc4xx: Change lwmon5 default environment to support Linux RTC
17243
17244     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
17245     to supply the RTC I2C address as bootline parameter. This patch
17246     adds support for this rtc probing parameter to the bootargs:
17247
17248     "rtc-pcf8563.probe=0,0x51"
17249
17250     Signed-off-by: Stefan Roese <sr@denx.de>
17251
17252 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
17253 Author: Kim Phillips <kim.phillips@freescale.com>
17254 Date:   Wed Aug 29 09:06:05 2007 -0500
17255
17256     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
17257
17258     this had slipped through the cracks, since the sbc board was added
17259     after I wrote the original patch to remove all these symbols, and
17260     before it was merged.
17261
17262     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17263
17264 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
17265 Author: Wolfgang Denk <wd@denx.de>
17266 Date:   Wed Aug 29 14:05:30 2007 +0200
17267
17268     Add mii_init() prototype
17269
17270     to get rid of a *lot* of compiler warnings.
17271
17272     Signed-off-by: Wolfgang Denk <wd@denx.de>
17273
17274 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
17275 Author: Wolfgang Denk <wd@denx.de>
17276 Date:   Wed Aug 29 13:35:03 2007 +0200
17277
17278     Disable network support on cmi_mpc5xx board
17279
17280     ..because it caused compiler errors and there seems to be no
17281     board maintainer to take care of this.
17282
17283     Signed-off-by: Wolfgang Denk <wd@denx.de>
17284
17285 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
17286 Author: Kumar Gala <galak@kernel.crashing.org>
17287 Date:   Mon Aug 20 09:44:00 2007 -0500
17288
17289     Fix MPC8544DS PCIe3 scsi.
17290
17291     <ed.swarthout@freescale.com>
17292
17293     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
17294     is allocating memory space it doesn't need.
17295
17296     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
17297     Signed-off-by: Andy Fleming <afleming@freescale.com>
17298
17299 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
17300 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17301 Date:   Tue Aug 21 09:38:59 2007 -0500
17302
17303     8548cds fixes
17304
17305     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
17306     correct consoledev needed for linux boot.
17307     Standardize on fdt{file,addr} var to hold dtb file name.
17308
17309     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
17310
17311     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17312
17313 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
17314 Author: Haiying Wang <Haiying.Wang@freescale.com>
17315 Date:   Thu Aug 23 15:20:54 2007 -0400
17316
17317     Enable L2 cache for MPC8568MDS board
17318
17319     The L2 cache size is 512KB for 8568, print out the correct informaiton.
17320
17321     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17322
17323 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
17324 Author: Jason Jin <Jason.jin@freescale.com>
17325 Date:   Wed Aug 22 17:54:49 2007 +0800
17326
17327     Remove the bios emulator binary files from MAI board
17328
17329     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17330
17331 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
17332 Author: Kim Phillips <kim.phillips@freescale.com>
17333 Date:   Tue Aug 21 17:00:17 2007 -0500
17334
17335     support board vendor-common makefiles
17336
17337     if a board/$(VENDOR)/common/Makefile exists, build it.
17338
17339     also add the first such case, board/freescale/common/Makefile, to
17340     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
17341     dictated by board configuration.
17342
17343     thusly get rid of alternate build dir errors such as:
17344
17345     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
17346
17347     by putting the common/ mkdir command in its proper place (the common
17348     Makefile). Common bits from existing individual board Makefiles have
17349     been removed.
17350
17351     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17352
17353 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
17354 Author: stefano babic <sbabic@denx.de>
17355 Date:   Tue Aug 21 15:52:33 2007 +0200
17356
17357     Fix: TFTP is not working on little endian systems
17358
17359     TFTP does not work anymore after multicast tftp
17360     patch was applied on little endian systems.
17361     This patch fix it.
17362
17363     Signed-off-by: Stefano Babic <sbabic@denx.de>
17364
17365 commit 5f470948570526e9186f053a3003da7719604e90
17366 Author: stefano babic <sbabic@denx.de>
17367 Date:   Tue Aug 21 15:50:33 2007 +0200
17368
17369     Fix MAC address setting in DM9000 driver.
17370
17371     The logic to check if there is a correct MAC address in the DM9000
17372     EEPROM, added in the last patch, is wrong. Now the MAC address is
17373     always taken from the environment, even if a suitable MAC is present
17374     in the EEPROM.
17375
17376     Signed-off-by: Stefano Babic <sbabic@denx.de>
17377
17378 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
17379 Author: Martin Krause <martin.krause@tqs.de>
17380 Date:   Tue Aug 21 12:40:34 2007 +0200
17381
17382     MPC5xxx: fix some compiler warnings in USB code
17383
17384     Fix the following warnings:
17385     - usb.c:xx: warning: function declaration isn't a prototype
17386     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
17387       from pointer wihtout a cast
17388
17389     Signed-off-by: Martin Krause <martin.krase@tqs.de>
17390
17391 commit 16e23c3f5dab6937f5109365416808c7f15c122b
17392 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17393 Date:   Mon Aug 20 23:55:33 2007 -0500
17394
17395     fsl_pci_init - Remove self PCSRBAR allocation
17396
17397     CPU physical address space was being wasted by allocating a
17398     PCSRBAR PCI inbound region to it's memory space.
17399
17400     As a rule, PCSRBAR should be left alone since it does not affect
17401     transactions from self and other masters may have changed it.
17402
17403     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
17404
17405 commit 0e700ce03a23bb1921149bc77008ace7103d5289
17406 Author: Martin Krause <martin.krause@tqs.de>
17407 Date:   Mon Aug 20 13:56:47 2007 +0200
17408
17409     Fix compiler warning in include/s3c2410.h
17410
17411     This patch fixes the "type qualifiers ignored on fuction return tpye"
17412     warning for include/s3c2410.h
17413
17414     Signed-off-by: Martin Krause <martin.krause@tqs.de>
17415
17416 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
17417 Author: Dirk Behme <dirk.behme@googlemail.com>
17418 Date:   Mon Aug 20 07:09:05 2007 +0200
17419
17420     Fix compilation error for omap2420h4_config.
17421
17422     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
17423     and flash_probe() calls in env_flash.c.
17424
17425     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
17426
17427 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
17428 Author: Kim Phillips <kim.phillips@freescale.com>
17429 Date:   Fri Aug 10 14:34:14 2007 -0500
17430
17431     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
17432
17433     and make some minor corrections to the FDT part of the README.
17434
17435     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17436
17437 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
17438 Author: Wolfgang Denk <wd@denx.de>
17439 Date:   Wed Aug 29 01:32:05 2007 +0200
17440
17441     Minor coding style cleanup.
17442
17443     Signed-off-by: Wolfgang Denk <wd@denx.de>
17444
17445 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
17446 Author: Heiko Schocher <hs@pollux.denx.de>
17447 Date:   Tue Aug 28 17:40:33 2007 +0200
17448
17449     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
17450
17451     Signed-off-by: Heiko Schocher <hs@denx.de>
17452
17453 commit f98984cb194bb34dbe1db9429d3b51133af30d07
17454 Author: Heiko Schocher <hs@pollux.denx.de>
17455 Date:   Tue Aug 28 17:39:14 2007 +0200
17456
17457     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
17458               define there own I/O functions.
17459               (Needed for the pcs440ep board).
17460             - The default I/O Functions are again 8 Bit accesses.
17461             - Added CONFIG_CMD_IDE for the pcs440ep Board.
17462
17463     Signed-off-by: Heiko Schocher <hs@denx.de>
17464
17465 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
17466 Author: Semih Hazar <semih.hazar@indefia.com>
17467 Date:   Mon Aug 20 19:00:01 2007 +0300
17468
17469     AVR32: Change prototype of memset
17470
17471     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
17472     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17473
17474 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
17475 Author: Yuri Tikhonov <yur@emcraft.com>
17476 Date:   Sat Aug 25 05:07:16 2007 +0200
17477
17478     POST: limit memory test area to not touch global data anymore
17479
17480     As experienced on lwmon5, on some boards the POST memory test can
17481     corrupt the global data buffer (bd). This patch fixes this issue
17482     by checking and limiting this area.
17483
17484     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17485     Signed-off-by: Stefan Roese <sr@denx.de>
17486
17487 commit 75e1a84d483e36be10e206e539b028c4889e1158
17488 Author: Stefan Roese <sr@denx.de>
17489 Date:   Fri Aug 24 15:41:42 2007 +0200
17490
17491     ppc4xx: Add RTC POST test to lwmon5 board configuration
17492
17493     Since this RTC POST test is taking quite a while to complete
17494     it's only initiated upon special keypress same as the complete
17495     memory POST.
17496
17497     Signed-off-by: Stefan Roese <sr@denx.de>
17498
17499 commit d7bfa620037a6d2210159387571bdf93aa32c162
17500 Author: Stefan Roese <sr@denx.de>
17501 Date:   Fri Aug 24 15:19:10 2007 +0200
17502
17503     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
17504
17505     Signed-off-by: Stefan Roese <sr@denx.de>
17506
17507 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
17508 Author: Stefan Roese <sr@denx.de>
17509 Date:   Thu Aug 23 11:02:37 2007 +0200
17510
17511     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
17512
17513     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
17514     board. Now the "eeprom" command can be used to read/write from/to this
17515     device. Additionally a new command was added "eepromwp" to en-/disable
17516     the write-protect of this 2nd EEPROM.
17517
17518     The 1st EEPROM is not affected by this write-protect command.
17519
17520     Signed-off-by: Stefan Roese <sr@denx.de>
17521
17522 commit c64fb30e4c5976007d56fc1789c7a0666082b536
17523 Author: Stefan Roese <sr@denx.de>
17524 Date:   Wed Aug 22 08:56:09 2007 +0200
17525
17526     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
17527
17528     Signed-off-by: Stefan Roese <sr@denx.de>
17529
17530 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
17531 Author: Stefan Roese <sr@denx.de>
17532 Date:   Tue Aug 21 16:27:57 2007 +0200
17533
17534     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
17535
17536     This patch adds support for the matrix keyboard on the lwmon5 board.
17537     Since the implementation in the dsPCI is kind of compatible with the
17538     "old" lwmon board, most of the code is copied from the lwmon
17539     board directory.
17540
17541     Signed-off-by: Stefan Roese <sr@denx.de>
17542
17543 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
17544 Author: Wolfgang Denk <wd@denx.de>
17545 Date:   Sun Aug 19 10:27:34 2007 +0200
17546
17547     Fix some build errors.
17548
17549     Signed-off-by: Wolfgang Denk <wd@denx.de>
17550
17551 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
17552 Author: Wolfgang Denk <wd@denx.de>
17553 Date:   Sat Aug 18 22:00:38 2007 +0200
17554
17555     Update CHANGELOG.
17556
17557 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
17558 Author: Kim Phillips <kim.phillips@freescale.com>
17559 Date:   Thu Aug 16 22:52:39 2007 -0500
17560
17561     lib_ppc: make board_add_ram_info weak
17562
17563     platforms wishing to display RAM diagnostics in addition to size,
17564     can do so, on one line, in their own board_add_ram_info()
17565     implementation.
17566
17567     this consequently eliminates CONFIG_ADD_RAM_INFO.
17568
17569     Thanks to Stefan for the hint.
17570
17571     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17572
17573 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
17574 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17575 Date:   Fri Aug 17 12:43:44 2007 +0900
17576
17577     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
17578
17579     This patch has been sent on:
17580     - 6 Jun 2007
17581
17582     Many users of PCI config read routines tend to ignore the function
17583     ret value, and are only concerned about the contents of *val. Based
17584     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
17585     the *val on dword read error.
17586
17587     Without this fix, for example, we'll go on scanning bus with vendor or
17588     header_type uninitialized. This brings many unnecessary config trials.
17589
17590     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17591
17592 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
17593 Author: Stefan Roese <sr@denx.de>
17594 Date:   Sat Aug 18 14:37:52 2007 +0200
17595
17596     ColdFire: Fix some remaining problems with CFG_CMD_
17597
17598     Signed-off-by: Stefan Roese <sr@denx.de>
17599
17600 commit 8280f6a1c43247616b68224675188e5ccd124650
17601 Author: Stefan Roese <sr@denx.de>
17602 Date:   Sat Aug 18 14:33:02 2007 +0200
17603
17604     Coding style cleanup
17605
17606     Signed-off-by: Stefan Roese <sr@denx.de>
17607
17608 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
17609 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17610 Date:   Thu Aug 16 19:23:50 2007 -0500
17611
17612     ColdFire: Add M5235EVB Platform for MCF523x
17613
17614     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17615
17616 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
17617 Author: Kim Phillips <kim.phillips@freescale.com>
17618 Date:   Fri Aug 17 09:30:00 2007 -0500
17619
17620     mpc83xx: fix typo in DDR2 programming
17621
17622     introduced in the implement board_add_ram_info patch as I was cleaning out the
17623     magic numbers.  sorry.
17624
17625     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17626
17627 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
17628 Author: Kim Phillips <kim.phillips@freescale.com>
17629 Date:   Thu Aug 16 22:53:09 2007 -0500
17630
17631     mpc83xx: move freescale boards to boards/freescale
17632
17633     includes build fixes.
17634
17635     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17636
17637 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
17638 Author: Kim Phillips <kim.phillips@freescale.com>
17639 Date:   Thu Aug 16 22:52:59 2007 -0500
17640
17641     mpc83xx: suppress unused variable 'val8' warning
17642
17643     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17644
17645 commit bbea46f76f767b919070b4829bf34c86bd223248
17646 Author: Kim Phillips <kim.phillips@freescale.com>
17647 Date:   Thu Aug 16 22:52:48 2007 -0500
17648
17649     mpc83xx: implement board_add_ram_info
17650
17651     add board_add_ram_info, to make memory diagnostic output more
17652     consistent. u-boot banner output now looks like:
17653
17654     DRAM:  256 MB (DDR1, 64-bit, ECC on)
17655
17656     and for boards with SDRAM on the local bus, a line such as this is
17657     added:
17658
17659     SDRAM: 64 MB (local bus)
17660
17661     also replaced some magic numbers with their equivalent define names.
17662
17663     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17664
17665 commit 14778585d1389d86d5846efec29e5fce892680ce
17666 Author: Tony Li <tony.li@freescale.com>
17667 Date:   Fri Aug 17 10:35:59 2007 +0800
17668
17669     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
17670
17671     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
17672     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
17673
17674     Signed-off-by Tony Li <tony.li@freescale.com>
17675
17676 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
17677 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17678 Date:   Thu Aug 16 15:05:11 2007 -0500
17679
17680     ColdFire: Add M54455EVB for MCF5445x
17681
17682     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17683
17684 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
17685 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17686 Date:   Thu Aug 16 13:20:50 2007 -0500
17687
17688     ColdFire: Add M5253EVBE platform for MCF52x2
17689
17690     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17691
17692 commit a605aacd8324094199402816cc6d9124aba57b8d
17693 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17694 Date:   Thu Aug 16 05:04:31 2007 -0500
17695
17696     ColdFire: Add M5249EVB platform for MCF52x2
17697
17698     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17699
17700 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
17701 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17702 Date:   Wed Aug 15 20:32:06 2007 -0500
17703
17704     ColdFire: Update Freescale MCF52x2 platforms
17705
17706     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17707
17708 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
17709 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17710 Date:   Wed Aug 15 19:55:10 2007 -0500
17711
17712     ColdFire: Update EB+MCF-EV123 platform
17713
17714     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17715
17716 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
17717 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17718 Date:   Wed Aug 15 19:46:38 2007 -0500
17719
17720     ColdFire: update TASREG platform for MCF52x2
17721
17722     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17723
17724 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
17725 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17726 Date:   Wed Aug 15 19:45:51 2007 -0500
17727
17728     ColdFire: update r5200 platform for MCF52x2
17729
17730     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17731
17732 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
17733 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17734 Date:   Wed Aug 15 19:43:20 2007 -0500
17735
17736     ColdFire: idmr platform MCF52x2 update
17737
17738     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17739
17740 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
17741 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17742 Date:   Wed Aug 15 19:41:06 2007 -0500
17743
17744     ColdFire: cobra5272 platform for MCF52x2 update
17745
17746     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17747
17748 commit 56115665b4a64c10c01440c57749b265e0908fa4
17749 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17750 Date:   Wed Aug 15 19:38:15 2007 -0500
17751
17752     ColdFire: MCF52x2 Header files update
17753
17754     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17755
17756 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
17757 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17758 Date:   Wed Aug 15 19:21:21 2007 -0500
17759
17760     ColdFire: MCF52x2 update
17761
17762     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17763
17764 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
17765 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17766 Date:   Wed Aug 15 18:46:11 2007 -0500
17767
17768     ColdFire: MCF5329 update cache
17769
17770     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17771
17772 commit 7171977fb8fd77cfb6676953fa9a05789c450513
17773 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17774 Date:   Wed Aug 15 15:40:20 2007 -0500
17775
17776     ColdFire: MCF5329 header file clean up
17777
17778     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17779
17780 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
17781 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17782 Date:   Wed Aug 15 15:39:17 2007 -0500
17783
17784     ColdFire: MCF5329 Update and cleanup
17785
17786     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17787
17788 commit 10327dc5541f947c0cf7e31fef86c4706169607a
17789 Author: Andy Fleming <afleming@freescale.com>
17790 Date:   Thu Aug 16 16:35:02 2007 -0500
17791
17792     Add CONFIG_HAS_ETH0 to all boards with TSEC
17793
17794     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
17795     to update TSEC1's device-tree node, so we need to add it
17796     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
17797     since they will eventually do something similar.
17798
17799     Signed-off-by: Andy Fleming <afleming@freescale.com>
17800
17801 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
17802 Author: Kumar Gala <galak@kernel.crashing.org>
17803 Date:   Thu Aug 16 15:05:04 2007 -0500
17804
17805     Update MPC8544 DS PCI memory map
17806
17807     The PCIe bus that the ULI M1575 is connected to has no possible way of
17808     needing more than the fixed amount of IO & Memory space needed by the ULI.
17809
17810     So make it use far less IO & memory space and have it use the shared LAW.  This
17811     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
17812     by each bus.
17813
17814     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17815
17816 commit ea5877e31ed63ade948fd1293895ec23fe01472e
17817 Author: Kumar Gala <galak@kernel.crashing.org>
17818 Date:   Thu Aug 16 11:01:21 2007 -0500
17819
17820     Fix up some fdt issues on 8544DS
17821
17822     It looks like we had a merge issue that duplicated a bit of code
17823     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
17824     the MAC address properly set in the device tree on boot for TSEC1
17825
17826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17827
17828 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
17829 Author: Niklaus Giger <niklaus.giger@netstal.com>
17830 Date:   Thu Aug 16 15:16:03 2007 +0200
17831
17832     PPC4xx:HCU4/5 cleanup
17833
17834     Minor cleanups to confirm to the u-boot coding style.
17835     Some german expressions -> english.
17836     HCU5 enforces a unique IP adress for a given slot in the rack.
17837
17838     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17839
17840 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
17841 Author: Niklaus Giger <niklaus.giger@netstal.com>
17842 Date:   Thu Aug 16 15:16:02 2007 +0200
17843
17844     PPC4xx:HCU4/5 cleanup ecc/sdram init
17845
17846     Make ecc initialisation robust, as DDR2-ECC errors may be generated
17847     while zeroing the RAM.
17848
17849     Return 16 bytes (a cacheline) less than the available memory, as the
17850     board and/or PPC440EPx might have problems accessing the last bytes.
17851
17852     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17853
17854 commit d35b508a55508535b6e8445b718585d27df733d3
17855 Author: Kim Phillips <kim.phillips@freescale.com>
17856 Date:   Wed Aug 15 22:29:56 2007 -0500
17857
17858     fdt: suppress unused variable 'bd' warning
17859
17860     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17861
17862 commit 82bd9ee77490588d4da785d75829ca63d0176baf
17863 Author: Andy Fleming <afleming@freescale.com>
17864 Date:   Wed Aug 15 20:06:50 2007 -0500
17865
17866     Fix warnings from of_data copy fix
17867
17868     Forgot to cast of_flat_tree to ulong.
17869
17870     Signed-off-by: Andy Fleming <afleming@freescale.com>
17871
17872 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
17873 Author: Andy Fleming <afleming@freescale.com>
17874 Date:   Wed Aug 15 20:03:44 2007 -0500
17875
17876     Don't wait for disconnected TSECs
17877
17878     The TSEC driver's PHY code waits a long time for autonegotiation to
17879     complete, even if the link is down.  The PHY knows the link is
17880     down or up before autonegotiation completes, so we can short-circuit
17881     the process if the link is down.
17882
17883     Signed-off-by: Andy Fleming <afleming@freescale.com>
17884
17885 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
17886 Author: Andy Fleming <afleming@freescale.com>
17887 Date:   Wed Aug 15 20:03:34 2007 -0500
17888
17889     Fix numerous bugs in the 8568 UEC support
17890
17891     Actually, fixed a large bug in the UEC for *all* platforms.
17892     How did this ever work?
17893
17894     uec_init() did not follow the spec for eth_init(), and returned
17895     0 on success.  Switch it to return the link like tsec_init()
17896     (and 0 on error)
17897
17898     The immap for the 8568 was defined based on MPC8568, rather than
17899     CONFIG_MPC8568
17900
17901     CONFIG_QE was off
17902
17903     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
17904
17905     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
17906     enabled
17907
17908     Signed-off-by: Andy Fleming <afleming@freescale.com>
17909
17910 commit 3a79013e2adda53332dfd0b511066a805e929a9d
17911 Author: Andy Fleming <afleming@freescale.com>
17912 Date:   Wed Aug 15 20:03:25 2007 -0500
17913
17914     Define tsec flag values in config files
17915
17916     The tsec_info structure and array has a "flags" field for each
17917     ethernet controller.  This field is the only reason there are
17918     settings.  Switch to defining TSECn_FLAGS for each controller
17919     in the config header, and we can greatly simplify the array, and
17920     also simplify the addition of future boards.
17921
17922     Signed-off-by: Andy Fleming <afleming@freescale.com>
17923
17924 commit ec7238229507e7f47533a611ea8c53319d234cf3
17925 Author: Andy Fleming <afleming@freescale.com>
17926 Date:   Wed Aug 15 20:03:13 2007 -0500
17927
17928     Add support for building all boards with a TSEC
17929
17930     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
17931     Now we can do a MAKEALL test on all of them!
17932
17933     Signed-off-by: Andy Fleming <afleming@freescale.com>
17934
17935 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
17936 Author: Andy Fleming <afleming@freescale.com>
17937 Date:   Wed Aug 15 17:30:56 2007 -0500
17938
17939     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
17940
17941     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
17942     neglected to *also* put the code inside the similar #ifdef
17943     for CONFIG_OF_FLAT_TREE.
17944
17945     Signed-off-by: Andy Fleming <afleming@freescale.com>
17946
17947 commit 78f9fef7f406078c8bf7191e665a73f795157746
17948 Author: Scott Wood <scottwood@freescale.com>
17949 Date:   Wed Aug 15 15:46:46 2007 -0500
17950
17951     mpc885ads: Don't define CONFIG_BZIP2.
17952
17953     bzip2 requires a significant chunk of malloc space, and there isn't
17954     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
17955     and a downloaded image at 0x400000.
17956
17957     Signed-off-by: Scott Wood <scottwood@freescale.com>
17958
17959 commit 002275a3ed8b114885f6702d6d544d0780dfe689
17960 Author: Michal Simek <Monstr@seznam.cz>
17961 Date:   Thu Aug 16 08:54:10 2007 +0200
17962
17963     Bios emulator - fix microblaze toolchain problem
17964
17965     microblaze CPU have problem with bios_emulator code.
17966     Microblaze toolchain doesn't support PRAGMA PACK.
17967
17968     Signed-off-by: Michal Simek <monstr@monstr.eu>
17969
17970 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
17971 Author: Wolfgang Denk <wd@denx.de>
17972 Date:   Thu Aug 16 11:51:04 2007 +0200
17973
17974     Minor Coding Style fix; Update CHANGELOG file.
17975
17976     Signed-off-by: Wolfgang Denk <wd@denx.de>
17977
17978 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
17979 Author: Stefan Roese <sr@denx.de>
17980 Date:   Thu Aug 16 11:21:49 2007 +0200
17981
17982     ppc4xx: Remove #warning in esd auto_update.c
17983
17984     Signed-off-by: Stefan Roese <sr@denx.de>
17985
17986 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
17987 Author: Stefan Roese <sr@denx.de>
17988 Date:   Fri Jun 22 17:32:28 2007 +0200
17989
17990     ppc7xx: Update CPCI750 board
17991
17992     This small CPCI750 update extends the board specific command
17993     "show_config" to display the Marvell strapping registers and
17994     extends the PCI IDE controller.
17995
17996     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17997     Signed-off-by: Stefan Roese <sr@denx.de>
17998
17999 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
18000 Author: Michal Simek <monstr@monstr.eu>
18001 Date:   Thu Aug 16 10:46:28 2007 +0200
18002
18003     [FIX] Changes for bios_emulator code for others architecture
18004
18005 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
18006 Author: Michal Simek <monstr@monstr.eu>
18007 Date:   Thu Aug 16 10:45:09 2007 +0200
18008
18009     [FIX] Remove unused include file
18010
18011 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
18012 Author: Stefan Roese <sr@denx.de>
18013 Date:   Thu Aug 16 10:18:33 2007 +0200
18014
18015     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
18016
18017     Signed-off-by: Stefan Roese <sr@denx.de>
18018
18019 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
18020 Author: Stefan Roese <sr@denx.de>
18021 Date:   Thu Aug 16 09:54:51 2007 +0200
18022
18023     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
18024
18025     Signed-off-by: Stefan Roese <sr@denx.de>
18026
18027 commit 02ba7022f62bb75908296c58c63866e1d294b69a
18028 Author: Stefan Roese <sr@denx.de>
18029 Date:   Thu Aug 16 09:52:29 2007 +0200
18030
18031     ppc4xx: Update Sequoia/Rainier bootstrap command
18032
18033     As suggested by David Mitchell, here an update for the Sequoia/Rainier
18034     bootstrap command.
18035
18036     Signed-off-by: Stefan Roese <sr@denx.de>
18037
18038 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
18039 Author: Kim Phillips <kim.phillips@freescale.com>
18040 Date:   Wed Aug 15 22:30:39 2007 -0500
18041
18042     mpc83xx: enable libfdt by default on freescale boards
18043
18044     this enables libfdt code by default for the
18045     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
18046     mpc8349itx and gp boards.
18047
18048     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18049
18050 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
18051 Author: Kim Phillips <kim.phillips@freescale.com>
18052 Date:   Wed Aug 15 22:30:33 2007 -0500
18053
18054     mpc83xx: migrate remaining freescale boards to libfdt
18055
18056     this adds libfdt support code for the freescale
18057     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
18058     and gp boards.
18059
18060     Boards remain compatible with OF_FLAT_TREE.
18061
18062     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18063
18064 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
18065 Author: Kim Phillips <kim.phillips@freescale.com>
18066 Date:   Wed Aug 15 22:30:26 2007 -0500
18067
18068     mpc83xx: move common /memory node update mechanism to cpu.c
18069
18070     also adds common prototypes to include/common.h.
18071
18072     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18073
18074 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
18075 Author: Kim Phillips <kim.phillips@freescale.com>
18076 Date:   Wed Aug 15 22:30:19 2007 -0500
18077
18078     mpc83xx: remaining 8360 libfdt fixes
18079
18080     PCI clocks and QE frequencies weren't being updated, and the core clock
18081     was being updated incorrectly.  This patch also adds a /memory node if
18082     it doesn't already exist prior to update.
18083
18084     plus some cosmetic trimming to single line comments.
18085
18086     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18087
18088 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
18089 Author: Kim Phillips <kim.phillips@freescale.com>
18090 Date:   Wed Aug 15 22:30:12 2007 -0500
18091
18092     mpc83xx: fix UEC2->1 typo in libfdt setup code
18093
18094     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18095
18096 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
18097 Author: Kim Phillips <kim.phillips@freescale.com>
18098 Date:   Wed Aug 15 22:30:05 2007 -0500
18099
18100     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
18101
18102     and reorder the existing 83xx maintainers alpha.
18103
18104     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18105
18106 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
18107 Author: Michal Simek <monstr@monstr.eu>
18108 Date:   Wed Aug 15 21:15:05 2007 +0200
18109
18110     [FIX] Resolve problem with warnings
18111     microblaze toolchain don't support PRAGMA PACK.
18112
18113 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
18114 Author: Michal Simek <monstr@monstr.eu>
18115 Date:   Wed Aug 15 21:05:07 2007 +0200
18116
18117     [FIX] Correction command setting for Microblaze boards
18118
18119 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
18120 Author: Michal Simek <monstr@monstr.eu>
18121 Date:   Wed Aug 15 21:03:41 2007 +0200
18122
18123     [FIX] Correction command definition
18124
18125 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
18126 Author: Jon Loeliger <jdl@freescale.com>
18127 Date:   Wed Aug 15 11:55:35 2007 -0500
18128
18129     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
18130
18131     Remove a leftover in net/tftp.c while we're at it.
18132
18133     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18134
18135 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
18136 Author: Jon Loeliger <jdl@freescale.com>
18137 Date:   Wed Aug 15 12:20:40 2007 -0500
18138
18139     Move the MPC8641HPCN board under board/freescale.
18140
18141     Minor path corrections needed to ensure buildability.
18142
18143     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18144
18145 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
18146 Author: Jon Loeliger <jdl@freescale.com>
18147 Date:   Wed Aug 15 11:46:22 2007 -0500
18148
18149     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
18150
18151     Remove a leftover in net/tftp.c while we're at it.
18152
18153     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18154
18155 commit 210f463c71917b7a4495c2103c228b9c179ae64d
18156 Author: Jerry Van Baren <gvb.uboot@gmail.com>
18157 Date:   Wed Aug 15 11:13:15 2007 -0400
18158
18159     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
18160
18161     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
18162     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
18163     when it should have gone inside of the conditional.  As a result, it
18164     broke non-LIBFDT board builds.
18165
18166     Also added a missing "not." to the comment.
18167
18168     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18169
18170 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
18171 Author: Niklaus Giger <niklaus.giger@netstal.com>
18172 Date:   Wed Aug 15 12:14:23 2007 +0200
18173
18174     PPC4xx:HCU4/5-Board fix compile warning
18175
18176     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
18177
18178 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
18179 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
18180 Date:   Tue Aug 14 14:06:45 2007 -0500
18181
18182     Fix malloc size error in ahci_init_one.
18183
18184     Typically this causes scsi init to corrupt the
18185     devlist and break the coninfo command.
18186     Fix a compiler size warning.
18187
18188     Signed-off-by: Jason Jin <jason.jin@freescale.com>
18189     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18190     Acked-by: Andy Fleming <afleming@freescale.com>
18191
18192 commit b361acd64fd2525c081b9b288b0804efe209c0e9
18193 Author: ksi@koi8.net <ksi@koi8.net>
18194 Date:   Tue Aug 14 10:02:16 2007 -0700
18195
18196     TI DaVinci - fix unsupported %hhx format
18197
18198     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
18199
18200 commit f01dbb5424a81453c81190dd30e945891466f621
18201 Author: Wolfgang Denk <wd@denx.de>
18202 Date:   Tue Aug 14 18:42:36 2007 +0200
18203
18204     Coding style cleanup. Update CHANGELOG.
18205
18206     Signed-off-by: Wolfgang Denk <wd@denx.de>
18207
18208 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
18209 Author: Andy Fleming <afleming@freescale.com>
18210 Date:   Tue Aug 14 10:32:59 2007 -0500
18211
18212     Fix initrd/dtb interaction
18213
18214     The original code would wrongly relocate the blob to be right before
18215     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
18216     if it is defined.  So we make two changes:
18217
18218     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
18219
18220     2) If the blob is being relocated, relocate it before kbd, not initrd
18221
18222     Signed-off-by: Andy Fleming <afleming@freescale.com>
18223
18224 commit e54b970173769307a116bd34028b6d0c2eea2a4e
18225 Author: Peter Pearse <peter.pearse@arm.com>
18226 Date:   Tue Aug 14 15:40:00 2007 +0100
18227
18228     Supply spi interface in at45.c
18229
18230 commit 4ce846ec59f36b85d6644a769690ad3feb667575
18231 Author: Stefan Roese <sr@denx.de>
18232 Date:   Tue Aug 14 15:12:01 2007 +0200
18233
18234     POST: Fix merge problem
18235
18236     Signed-off-by: Stefan Roese <sr@denx.de>
18237
18238 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
18239 Author: Stefan Roese <sr@denx.de>
18240 Date:   Tue Aug 14 15:03:17 2007 +0200
18241
18242     Coding style cleanup
18243
18244     Signed-off-by: Stefan Roese <sr@denx.de>
18245
18246 commit 779e975117a75e91fcebe226a63104dbfb924ab1
18247 Author: Stefan Roese <sr@denx.de>
18248 Date:   Tue Aug 14 14:44:41 2007 +0200
18249
18250     ppc4xx: Add initial Zeus (PPC405EP) board support
18251
18252     Signed-off-by: Stefan Roese <sr@denx.de>
18253
18254 commit c5a172a5fd636c12467429e3f7910e53773979c6
18255 Author: Stefan Roese <sr@denx.de>
18256 Date:   Tue Aug 14 14:41:55 2007 +0200
18257
18258     POST: Add option for external ethernet loopback test
18259
18260     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
18261     is not done using an internal loopback connection, but by assuming
18262     that an external loopback connector is plugged into the board.
18263
18264     Signed-off-by: Stefan Roese <sr@denx.de>
18265
18266 commit eb2b4010ae426245172988804ee8d9193fb41038
18267 Author: Stefan Roese <sr@denx.de>
18268 Date:   Tue Aug 14 14:39:44 2007 +0200
18269
18270     POST: Add ppc405 support to cache and UART POST
18271
18272     Signed-off-by: Stefan Roese <sr@denx.de>
18273
18274 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
18275 Author: Peter Pearse <peter.pearse@arm.com>
18276 Date:   Tue Aug 14 10:46:32 2007 +0100
18277
18278     Replace lost end of at45.c.
18279
18280 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
18281 Author: Peter Pearse <peter.pearse@arm.com>
18282 Date:   Tue Aug 14 10:30:06 2007 +0100
18283
18284     Update Makefiles for merged and split at45.c.
18285
18286 commit 3454cece2db57cb9eb7087995f7e73066a163f71
18287 Author: Peter Pearse <peter.pearse@arm.com>
18288 Date:   Tue Aug 14 10:21:06 2007 +0100
18289
18290     Delete the merged files.
18291
18292 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
18293 Author: Peter Pearse <peter.pearse@arm.com>
18294 Date:   Tue Aug 14 10:14:05 2007 +0100
18295
18296     Add the files.
18297
18298 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
18299 Author: Peter Pearse <peter.pearse@arm.com>
18300 Date:   Tue Aug 14 10:10:52 2007 +0100
18301
18302     Add MACH_TYPE records for several AT91 boards.
18303     Merge to two at45.c files into a common file, split to at45.c and spi.c
18304     Fix spelling error in DM9161 PHY Support.
18305     Initialize at91rm9200 board (and set LED).
18306     Add PIO control for at91rm9200dk LEDs and Mux.
18307     Change dataflash partition boundaries to be compatible with Linux 2.6.
18308
18309     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
18310     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
18311
18312 commit 4ef35e53c693556c54b0c22d6f873de87bade253
18313 Author: Wolfgang Denk <wd@denx.de>
18314 Date:   Tue Aug 14 09:54:46 2007 +0200
18315
18316     Coding style cleanup, update CHANGELOG
18317
18318     Signed-off-by: Wolfgang Denk <wd@denx.de>
18319
18320 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
18321 Author: Wolfgang Denk <wd@denx.de>
18322 Date:   Tue Aug 14 09:47:27 2007 +0200
18323
18324     Coding style cleanup; rebuild CHANGELOG
18325
18326 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
18327 Author: Randy Vinson <rvinson@linuxbox.(none)>
18328 Date:   Tue Feb 27 19:42:22 2007 -0700
18329
18330     85xxCDS: Add make targets for legacy systems.
18331
18332     The PCI ID select values on the Arcadia main board differ depending
18333     on the version of the hardware. The standard configuration supports
18334     Rev 3.1. The legacy target supports Rev 2.x.
18335
18336     Signed-off-by Randy Vinson <rvinson@mvista.com>
18337
18338 commit e41094c7e38177c755fbd9b182018069614f080d
18339 Author: Andy Fleming <afleming@freescale.com>
18340 Date:   Tue Aug 14 01:50:09 2007 -0500
18341
18342     85xxCDS: Enable the VIA PCI-to-ISA bridge.
18343
18344     Author: Randy Vinson <rvinson@linuxbox.(none)>
18345
18346     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
18347     Arcadia main board.
18348
18349     Signed-off-by: Randy Vinson <rvinson@mvista.com>
18350     Signed-off-by: York Sun <yorksun@freescale.com>
18351
18352 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
18353 Author: Andy Fleming <afleming@freescale.com>
18354 Date:   Tue Aug 14 00:14:25 2007 -0500
18355
18356     Add support for UEC to 8568
18357
18358     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18359     Signed-off-by: Andy Fleming <afleming@freescale.com>
18360
18361 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
18362 Author: Haiying Wang <Haiying.Wang@freescale.com>
18363 Date:   Tue Jun 19 14:18:34 2007 -0400
18364
18365     Add PCI support for MPC8568MDS board
18366
18367     This patch is against u-boot-mpc85xx.git of www.denx.com
18368
18369     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18370     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
18371
18372 commit d111d6382c99fdea08c2312eeeae8786945e189a
18373 Author: Haiying Wang <Haiying.Wang@freescale.com>
18374 Date:   Tue Jun 19 14:18:32 2007 -0400
18375
18376     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
18377
18378     This patch is against u-boot-mpc85xx.git of www.denx.com
18379
18380     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
18381     both MPC8548CDS board and MPC8568MDS board, especially for supporting
18382     533MHz DDR2.
18383
18384     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
18385     DDR2 on all current board versions especially ver 1.92 or later to bring
18386     up.
18387
18388     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18389
18390 commit 3db0bef59eab1155801618cef5c481e97553b597
18391 Author: Kumar Gala <galak@kernel.crashing.org>
18392 Date:   Tue Aug 7 18:07:27 2007 -0500
18393
18394     Use an absolute address when jumping out of 4k boot page
18395
18396     On e500 when we leave the 4k boot page we should use an absolute address since
18397     we don't know where the board code may want us to be really running at.
18398
18399     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18400
18401 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
18402 Author: Andy Fleming <afleming@freescale.com>
18403 Date:   Mon Aug 13 14:49:59 2007 -0500
18404
18405     MPC85xx BA bits not set for 3-bit bank address DIMM
18406
18407     The current implementation does not set the number of bank address bits
18408     (BA) in the processor. The default assumes 2 logical bank bits. This
18409     works fine for a DIMM that uses devices with 4 internal banks (SPD
18410     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
18411     devices with 8 internal banks (SPD byte17 = 0x8).
18412
18413     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
18414
18415 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
18416 Author: Andy Fleming <afleming@freescale.com>
18417 Date:   Mon Aug 13 14:38:06 2007 -0500
18418
18419     Fix minor 85xx warnings
18420
18421     Some patches had inserted warnings into the build:
18422     * mpc8560ads declared data without using it
18423     * cpu_init declared ecm and immap without using it in all CONFIGs
18424     * MPC8548CDS.h had its default filenames changed so that they contained
18425       "\m" in the paths.  Made the defaults not Windows-specific (or
18426       anything-specific)
18427
18428     Signed-off-by: Andy Fleming <afleming@freescale.com>
18429
18430 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
18431 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
18432 Date:   Fri Jul 27 01:50:52 2007 -0500
18433
18434     8548cds PCIE support.
18435
18436     Make the early L1 cache stack region guarded to prevent speculative
18437     fetches outside the locked range.
18438
18439     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
18440     init.S whitespace cleanup.
18441
18442     Allow TEXT_BASE value to be specified on command line.  This allows it
18443     to be set to 0xfffc0000 which cuts the uboot binary in half.
18444
18445     Clear and enable lbc and ecm errors.
18446
18447     Update last_busno in device-tree for pci and pcie.
18448
18449     Remove load of obsolete cpu/mpc85xx/pci.0
18450
18451     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18452     Acked-by: Andy Fleming <afleming@freescale.com>
18453
18454 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
18455 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
18456 Date:   Fri Jul 27 01:50:51 2007 -0500
18457
18458     8544ds PCIE support
18459
18460     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
18461
18462     Enable LBC and ECM errors and clear error registers.
18463
18464     Add tftpflash env var to get uboot from tftp server and flash it.
18465
18466     Add pci/pcie convenience env vars to display register space:
18467       "run pcie3regs" to see all pcie3 ccsr registers
18468       "run pcie3cfg" to see all cfg registers
18469     Whitespace cleanup and MPC8544DS.h
18470
18471     Enable CONFIG_INTERRUPTS.
18472
18473     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18474     Acked-by: Andy Fleming <afleming@freescale.com>
18475
18476 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
18477 Author: Andy Fleming <afleming@freescale.com>
18478 Date:   Tue Aug 14 01:34:21 2007 -0500
18479
18480     85xx start.S cleanup and exception support
18481
18482     From: Ed Swarthout <Ed.Swarthout@freescale.com>
18483
18484     Support external interrupts from platform to eliminate system hangs.
18485     Define CONFIG_INTERRUPTS board configure option to enable.
18486     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
18487
18488     Remove extra cpu initialization redundant with hardware initialization.
18489     Whitespace cleanup.
18490
18491     Define and use _START_OFFSET consistent with other processors using
18492     ppc_asm.tmpl
18493
18494     Move additional code from .text to boot page to make room for
18495     exception vectors at start of image.
18496
18497     Handle Machine Check, External and Critical exceptions.
18498
18499     Fix e500 machine check error determination in traps.c
18500
18501     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
18502
18503     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18504     Acked-by: Andy Fleming <afleming@freescale.com>
18505
18506 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
18507 Author: Andy Fleming <afleming@freescale.com>
18508 Date:   Tue Aug 14 01:33:18 2007 -0500
18509
18510     Add MPC8544DS README
18511
18512     Signed-off-by: Andy Fleming <afleming@freescale.com>
18513
18514 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
18515 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
18516 Date:   Fri Jul 27 01:50:48 2007 -0500
18517
18518     85xx allow debugger to configure ddr.
18519
18520     Only check for mpc8548 rev 1 when compiled for 8548.
18521
18522     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18523     Acked-by: Andy Fleming <afleming@freescale.com>
18524
18525 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
18526 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
18527 Date:   Fri Jul 27 01:50:47 2007 -0500
18528
18529     mpc85xx L2 cache reporting and SRAM relocation option.
18530
18531     Allow debugger to override flash cs0/cs1 settings to enable alternate
18532     boot regions
18533
18534     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18535     Acked-by: Andy Fleming <afleming@freescale.com>
18536
18537 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
18538 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
18539 Date:   Fri Jul 27 01:50:46 2007 -0500
18540
18541     e500 needs ppc_asm.tmp MCK_EXCEPTION
18542
18543     Always define MCK_EXCEPTION macro - so e500 can use it too.
18544
18545     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
18546     Acked-by: Andy Fleming <afleming@freescale.com>
18547
18548 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
18549 Author: David Updegraff <dave@cray.com>
18550 Date:   Mon Jun 11 10:41:07 2007 -0500
18551
18552     multicast tftp: RFC2090
18553
18554     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
18555     on Realtek RTL8139 and Freescale TSEC.
18556
18557     Signed-off-by: David Updegraff <dave@cray.com>
18558     Signed-off-by: Ben Warren <bwarren@qstreams.com>
18559
18560 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
18561 Author: Wilson Callan <wcallan@savantav.com>
18562 Date:   Sat Jul 28 10:56:13 2007 -0400
18563
18564     New CONFIG_BOOTP_SERVERIP option
18565
18566     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
18567     from the bootp server
18568
18569     Signed-off-by: Wilson Callan <wcallan@savantav.com>
18570     Signed-off-by: Ben Warren <bwarren@qstreams.com>
18571
18572 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
18573 Author: Mike Rapoport <mike@compulab.co.il>
18574 Date:   Sun Aug 12 08:48:27 2007 +0300
18575
18576     Add ability to take MAC address from the environment to DM9000 driver
18577
18578     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
18579     Signed-off-by: Ben Warren <bwarren@qstreams.com>
18580
18581 commit be5d72d10d47609326226225181e301fb9a33b58
18582 Author: Wolfgang Denk <wd@denx.de>
18583 Date:   Mon Aug 13 21:57:53 2007 +0200
18584
18585     Minor coding style cleanup. Update CHANGELOG.
18586
18587     Signed-off-by: Wolfgang Denk <wd@denx.de>
18588
18589 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
18590 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
18591 Date:   Sat Aug 11 06:54:58 2007 -0500
18592
18593     Modify SBC8641D to use new Freescale PCI routines
18594
18595     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
18596     adapter.
18597
18598     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
18599     Signde-off-by: Jon Loeliger <jdl@freescale.com>
18600
18601 commit a08458303e7f9db67f296980036d3292c35cb45c
18602 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
18603 Date:   Fri Jun 29 18:38:51 2007 +0200
18604
18605     atmel_mci: Fix data timeout value
18606
18607     Calculate the data timeout based on values from the CSD instead of
18608     just using a hardcoded DTOR value. This is a backport of a similar fix
18609     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
18610     instead of down.
18611
18612     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
18613
18614 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
18615 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
18616 Date:   Mon Aug 13 17:22:31 2007 +0200
18617
18618     AVR32: Include <div64.h> instead of <asm/div64.h>
18619
18620     include/asm-avr32/div64.h was recently moved to include/div64.h, but
18621     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
18622     the patch was merged perhaps?)
18623
18624     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
18625     compiles again.
18626
18627     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
18628
18629 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
18630 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
18631 Date:   Wed Jun 27 13:34:26 2007 +0200
18632
18633     atmel_mci: Use 512 byte blocksize if possible
18634
18635     Instead of always using the largest blocksize the card supports, check
18636     if it can support smaller block sizes and use 512 bytes if possible.
18637     Most cards do support this, and other parts of u-boot seem to have
18638     trouble with block sizes different from 512 bytes.
18639
18640     Also enable underrun/overrun protection.
18641
18642     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
18643     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
18644
18645 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
18646 Author: Stefan Roese <sr@denx.de>
18647 Date:   Mon Aug 13 09:05:33 2007 +0200
18648
18649     ppc4xx: Fix problem in PLL clock calculation
18650
18651     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
18652     and fixes a bug in the PLL clock calculation.
18653
18654     Signed-off-by: Stefan Roese <sr@denx.de>
18655
18656 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
18657 Author: Wolfgang Denk <wd@denx.de>
18658 Date:   Sun Aug 12 21:34:50 2007 +0200
18659
18660     Update CHANGELOG
18661
18662 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
18663 Author: Wolfgang Denk <wd@denx.de>
18664 Date:   Sun Aug 12 21:34:34 2007 +0200
18665
18666     Minor alignment of output, 2nd try.
18667     Also update CHANGELOG
18668
18669     Signed-off-by: Wolfgang Denk <wd@denx.de>
18670
18671 commit 6b309f22a724fad8418e811751a0741b893419cf
18672 Author: Wolfgang Denk <wd@denx.de>
18673 Date:   Sun Aug 12 20:35:49 2007 +0200
18674
18675     Minor alignment of output
18676
18677     Signed-off-by: Wolfgang Denk <wd@denx.de>
18678
18679 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
18680 Author: Wolfgang Denk <wd@denx.de>
18681 Date:   Sun Aug 12 18:28:18 2007 +0200
18682
18683     Cleanup output on ADS5121 board
18684
18685     Signed-off-by: Wolfgang Denk
18686
18687 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
18688 Author: Wolfgang Denk <wd@denx.de>
18689 Date:   Sun Aug 12 15:11:38 2007 +0200
18690
18691     Adapt board configuration and fix kernel crash on MCC200 board.
18692
18693     The update procedure was modified to turn off the USB subsystem
18694     before exit for MCC200 and TRAB. This is necessary as otherwise the
18695     USB controller continues to write periodically to system memory!
18696
18697     MCC200-specific notes:
18698     - the patch disables the magic key check for MCC200
18699     - the patch contains the configuration changes made
18700       for the new revision of the board.
18701
18702     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18703     Signed-off-by: Wolfgang Denk <wd@denx.de>
18704
18705 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
18706 Author: Wolfgang Denk <wd@denx.de>
18707 Date:   Sun Aug 12 14:47:54 2007 +0200
18708
18709     Adjust default configuration of ADS5121 board.
18710
18711     Signed-off-by: Wolfgang Denk <wd@denx.de>
18712
18713 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
18714 Author: Wolfgang Denk <wd@denx.de>
18715 Date:   Sun Aug 12 14:27:39 2007 +0200
18716
18717     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
18718
18719     Signed-off-by: Wolfgang Denk <wd@denx.de>
18720
18721 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
18722 Author: Gerald Van Baren <vanbaren@cideas.com>
18723 Date:   Tue Aug 7 21:14:22 2007 -0400
18724
18725     Improve error print messages.
18726
18727     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18728
18729 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
18730 Author: Kim Phillips <kim.phillips@freescale.com>
18731 Date:   Tue Jul 17 13:57:04 2007 -0500
18732
18733     fdt: allow for builds that don't want env and bd_t nodes
18734
18735     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
18736     area.
18737
18738     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18739
18740 commit 91148bf7aeba142d6f348805db7625db7da64d6f
18741 Author: Kim Phillips <kim.phillips@freescale.com>
18742 Date:   Tue Jul 17 13:56:53 2007 -0500
18743
18744     fdt: do board setup based on fdt address specified on bootm line
18745
18746     The last fdt patch to bootm did board setup based on the address
18747     specified by a prior fdt address command invocation.  The bootm
18748     code, as its call to fdt_chosen does, should use the fdt specified
18749     by the user on the bootm command.  Note this restores full
18750     functionality for the 8360's existing default boot environment
18751     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
18752     before booting a kernel).
18753
18754     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18755
18756 commit e125a2ffc209dd34794e326c7175658253beadf3
18757 Author: Gerald Van Baren <vanbaren@cideas.com>
18758 Date:   Tue Jul 10 20:40:39 2007 -0400
18759
18760     Call ft_board_setup() from the bootm command.
18761
18762     In the patch titled "Create new fdt boardsetup command..." I removed the
18763     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
18764     to add a direct call back into cmd_bootm.c
18765
18766     This fixes the oversight by adding the direct call to the bootm command.
18767
18768     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18769
18770 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
18771 Author: Gerald Van Baren <vanbaren@cideas.com>
18772 Date:   Mon Jun 25 23:25:28 2007 -0400
18773
18774     Create new fdt boardsetup command, fix bug parsing [] form of set values.
18775
18776     Previously ft_board_setup() was called by fdt_chosen() which was not
18777     really correctly structured.  This splits ft_board_setup() out by creating
18778     a new fdt boardsetup command.
18779
18780     Fix a bug when parsing fdt set command values which have the square
18781     bracket form [00 11 22 33] - the length was updated incorrectly in when
18782     parsing that form.
18783
18784     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18785
18786 commit 6f35ded9e85493595e0eb66a82b502a95326d049
18787 Author: Gerald Van Baren <vanbaren@cideas.com>
18788 Date:   Mon Jun 25 20:55:58 2007 -0400
18789
18790     Tighten up the error messages.
18791
18792     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18793
18794 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
18795 Author: Gerald Van Baren <vanbaren@cideas.com>
18796 Date:   Mon Jun 25 19:52:23 2007 -0400
18797
18798     Asthetic improvements: error messages and line lengths.
18799
18800     Tighten up the error messages, split overlength lines.
18801
18802     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18803
18804 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
18805 Author: Gerald Van Baren <vanbaren@cideas.com>
18806 Date:   Fri May 25 22:08:57 2007 -0400
18807
18808     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
18809
18810     The fdt_chosen() function was adding/seting some properties ad-hoc
18811       improperly and duplicated (poorly) what was done in ft_board_setup()
18812
18813     Clean up long lines (setting properties, printing errors).
18814
18815     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18816
18817 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
18818 Author: Gerald Van Baren <vanbaren@cideas.com>
18819 Date:   Mon May 21 23:27:16 2007 -0400
18820
18821     For fdt_find_node_by_path(), handle the root path properly.
18822
18823     Also removes the special case root path detection in cmd_fdt.c since it
18824     is no longer necessary.
18825
18826     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18827
18828 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
18829 Author: Gerald Van Baren <vanbaren@cideas.com>
18830 Date:   Thu May 17 23:54:36 2007 -0400
18831
18832     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
18833
18834     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
18835     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
18836
18837 commit 1a861169bc3758f9de3aead62b058736c6891246
18838 Author: Gerald Van Baren <vanbaren@cideas.com>
18839 Date:   Wed Jun 6 22:47:58 2007 -0400
18840
18841     Replace fdt_node_offset() with fdt_find_node_by_path().
18842
18843     The new name matches more closely the kernel's name, which is also
18844     a much better description.
18845
18846     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
18847     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
18848
18849 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
18850 Author: Gerald Van Baren <vanbaren@cideas.com>
18851 Date:   Wed May 16 22:39:59 2007 -0400
18852
18853     Fix cmd_fdt line lengths, refactor code.
18854
18855     Break lines that were greater than 80 characters in length.
18856     Move the fdt print and property parsing code to separate static functions
18857       to reduce coding clutter in the fdt_cmd handling body.
18858
18859     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18860
18861 commit 25114033ab21788810c48ba4df103b649da1223b
18862 Author: Gerald Van Baren <vanbaren@cideas.com>
18863 Date:   Sat May 12 09:47:25 2007 -0400
18864
18865     FDT command improvements.
18866
18867     Fix "fdt set" so that it will create a non-existing property.
18868     Add "fdt mknode" to create nodes.
18869
18870     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18871
18872 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
18873 Author: Gerald Van Baren <vanbaren@cideas.com>
18874 Date:   Sat May 12 09:45:46 2007 -0400
18875
18876     Reorganize and fix problems (returns) in the bootm command.
18877
18878     Do *NOT* return after the "point of no return" has been passed.
18879       If something goes wrong, the board must be reset after that point.
18880     Move the "Transferring control to Linux" debug message back to where it
18881       belongs: just before transferring control to linux.
18882
18883     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18884
18885 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
18886 Author: Gerald Van Baren <vanbaren@cideas.com>
18887 Date:   Tue May 8 21:27:35 2007 -0400
18888
18889     Fix bugs in the CONFIG_OF_LIBFDT
18890
18891     Stupid coding mistakes (identified by Timur Tabi, thanks).
18892
18893     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18894
18895 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
18896 Author: Gerald Van Baren <vanbaren@cideas.com>
18897 Date:   Wed Apr 25 22:47:15 2007 -0400
18898
18899     Improve fdt move length handling.
18900
18901     Make the length parameter optional: if not specified, do the move using
18902     the current size unchanged.
18903
18904     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18905
18906 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
18907 Author: Gerald Van Baren <vanbaren@cideas.com>
18908 Date:   Wed Apr 25 22:23:36 2007 -0400
18909
18910     Minor code clean up.
18911
18912     Declare the variable fdt properly as extern.
18913     Call the "set_fn" function pointer the "short way" without the full
18914       dereferencing syntax.
18915
18916     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18917
18918 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
18919 Author: Gerald Van Baren <vanbaren@cideas.com>
18920 Date:   Wed Apr 25 21:24:27 2007 -0400
18921
18922     Improve error messages, more informative.
18923
18924     Print more than the raw libfdt error message strings.  This is especially
18925     useful for cluing in the user when the bootm command aborts due to
18926     blob problems.
18927
18928     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18929
18930 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
18931 Author: Gerald Van Baren <vanbaren@cideas.com>
18932 Date:   Fri Apr 20 22:46:53 2007 -0400
18933
18934     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
18935
18936     This is the way u-boot reduces configured-out code.  At Wolfgang
18937     Grandegger and Wolfgang Denk's request, make libfdt conform.
18938
18939     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18940
18941 commit 923efd286411ed052d9e074f59f8986d6081061c
18942 Author: Bruce Adler <bruce.adler@ccpu.com>
18943 Date:   Fri Aug 10 14:54:47 2007 -0700
18944
18945     add image size and descriptors for Spartan 3E FPGA chips
18946
18947     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
18948
18949     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
18950
18951 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
18952 Author: Kim Phillips <kim.phillips@freescale.com>
18953 Date:   Fri Aug 10 15:34:48 2007 -0500
18954
18955     make MAKEALL more immune to merge conflicts
18956
18957     ..by placing board entries one per line, as suggested by jdl.
18958
18959     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18960
18961 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
18962 Author: Kim Phillips <kim.phillips@freescale.com>
18963 Date:   Fri Aug 10 13:28:25 2007 -0500
18964
18965     README: Remove outdated cpu type, board type, and NAME_config lists
18966
18967     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18968
18969 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
18970 Author: Dave Liu <r63238@freescale.com>
18971 Date:   Fri Aug 10 15:48:59 2007 +0800
18972
18973     mpc83xx: Suppress the warning 'burstlen'
18974
18975     suppress the warning 'burstlen' of spd_sdram.
18976
18977     Signed-off-by: Dave Liu <daveliu@freescale.com>
18978
18979 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
18980 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
18981 Date:   Thu Aug 9 15:11:03 2007 -0500
18982
18983     Add support for SBC8641D. Config files.
18984
18985     Add support for Wind River's SBC8641D reference board.
18986
18987     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
18988     Acked-by: Wolfgang Denk <wd@denx.de>
18989     Acked-by: Jon Loeliger <jdl@freescale.com>
18990
18991 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
18992 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
18993 Date:   Thu Aug 9 15:10:53 2007 -0500
18994
18995     Add support for SBC8641D.  Board files.
18996
18997     Add support for Wind River's SBC8641D reference board.
18998
18999     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
19000     Acked-by: Wolfgang Denk <wd@denx.de>
19001     Acked-by: Jon Loeliger <jdl@freescale.com>
19002
19003 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
19004 Author: Stefan Roese <sr@denx.de>
19005 Date:   Fri Aug 10 20:34:58 2007 +0200
19006
19007     Conding style cleanup
19008
19009     Signed-off-by: Stefan Roese <sr@denx.de>
19010
19011 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
19012 Author: Sergey Kubushyn <ksi@koi8.net>
19013 Date:   Fri Aug 10 20:26:18 2007 +0200
19014
19015     [ARM] TI DaVinci support, hopefully final
19016
19017     Add support for the following DaVinci boards:
19018     - DV_EVM
19019     - SCHMOOGIE
19020     - SONATA
19021
19022     Changes:
19023
19024     - Split into separate board directories
19025     - Removed changes to MTD_DEBUG (or whatever it's called)
19026     - New CONFIG_CMD party line followed
19027     - Some cosmetic fixes, cleanup etc.
19028     - Patches against the latest U-Boot tree as of now.
19029     - Fixed CONFIG_CMD_NET in net files.
19030     - Fixed CONFIG_CMD_EEPROM for schmoogie.
19031     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
19032        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
19033        but it at least compiles.
19034
19035     Here is an excerpt from session log on SCHMOOGIE...
19036
19037     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
19038
19039     DRAM:  128 MB
19040     NAND:  128 MiB
19041     In:    serial
19042     Out:   serial
19043     Err:   serial
19044     ARM Clock : 297MHz
19045     DDR Clock : 162MHz
19046     ETH PHY   : DP83848 @ 0x01
19047     U-Boot > iprobe
19048     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
19049     U-Boot > ping 192.168.253.10
19050     host 192.168.253.10 is alive
19051     U-Boot >
19052
19053     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
19054     Acked-by: Dirk Behme <dirk.behme@gmail.com>
19055     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
19056     Acked-by: Stefan Roese <sr@denx.de>
19057
19058 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
19059 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19060 Date:   Fri Jul 27 01:50:45 2007 -0500
19061
19062     fsl_pci_init cleanup.
19063
19064     Do not enable normal errors created during probe (master abort, perr,
19065     and pcie Invalid Configuration access).
19066
19067     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
19068
19069     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19070     Acked-by: Andy Fleming <afleming@freescale.com>
19071
19072 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
19073 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19074 Date:   Fri Jul 27 01:50:44 2007 -0500
19075
19076     pciauto_setup_device bars_num fix
19077
19078     Passing bars_num=0 to pciauto_setup_device should assign no bars.
19079
19080     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19081     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
19082     Acked-by: Andy Fleming <afleming@freescale.com>
19083
19084 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
19085 Author: Jon Loeliger <jdl@freescale.com>
19086 Date:   Mon Aug 6 17:39:44 2007 -0500
19087
19088     8641hpcn: Do correct sized pointer math.
19089
19090     When I rebased Ed's patch and cleaned up a few compilation
19091     problems, I apparently rebased my brain on crack first.
19092     Fix that by doing (char *) sized pointer math as needed.
19093
19094     Signed-off-by: Jon Loeliger <jdl@freescale.com>
19095
19096 commit cfc7a7f5bb3273c9951173c788001d45118f141f
19097 Author: Jon Loeliger <jdl@freescale.com>
19098 Date:   Thu Aug 2 14:42:20 2007 -0500
19099
19100     cpu/86xx fixes.
19101
19102     Remove rev 1 fixes.
19103     Always set PICGCR_MODE.
19104     Enable machine check and provide board config option
19105     to set and handle SoC error interrupts.
19106
19107     Include MSSSR0 in error message.
19108
19109     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
19110
19111     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19112     Signed-off-by: Jon Loeliger <jdl@freescale.com>
19113
19114 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
19115 Author: Stefan Roese <sr@denx.de>
19116 Date:   Fri Aug 10 10:42:25 2007 +0200
19117
19118     Coding style cleanup
19119
19120     Signed-off-by: Stefan Roese <sr@denx.de>
19121
19122 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
19123 Author: Dirk Behme <dirk.behme@googlemail.com>
19124 Date:   Thu Aug 2 17:42:08 2007 +0200
19125
19126     Make use of generic 64bit division in nand_util.c
19127
19128     Use generic 64bit division in nand_util.c. This makes nand_util.c
19129     independent of any toolchain 64bit division.
19130
19131     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
19132
19133 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
19134 Author: Dirk Behme <dirk.behme@googlemail.com>
19135 Date:   Thu Aug 2 17:41:14 2007 +0200
19136
19137     Move 64bit division from avr32 to generic lib
19138
19139     Move the 64bit division from lib_avr32 to lib_generic. With this, all
19140     boards can do_div/__div64_32 if needed, not only avr one. Code is put
19141     to lib_generic, so no larger memory footprint if not used. No code
19142     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
19143
19144     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
19145
19146 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
19147 Author: Niklaus Giger <niklausgiger@gmx.ch>
19148 Date:   Fri Jul 27 11:31:22 2007 +0200
19149
19150     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
19151
19152     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19153
19154 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
19155 Author: Niklaus Giger <niklausgiger@gmx.ch>
19156 Date:   Fri Jul 27 11:30:33 2007 +0200
19157
19158     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
19159
19160     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19161
19162 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
19163 Author: Niklaus Giger <niklausgiger@gmx.ch>
19164 Date:   Fri Jul 27 11:38:26 2007 +0200
19165
19166     Add PPC4xx-HCU4 and HCU5 boards: common files
19167
19168     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19169
19170 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
19171 Author: Niklaus Giger <niklausgiger@gmx.ch>
19172 Date:   Fri Jul 27 11:28:44 2007 +0200
19173
19174     Add PPC4xx-HCU4 and HCU5 boards: make related
19175
19176     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19177
19178 commit 137fdd9f474ecb853efdace5200576308c67f18d
19179 Author: Niklaus Giger <niklausgiger@gmx.ch>
19180 Date:   Fri Jul 27 11:28:03 2007 +0200
19181
19182     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
19183
19184     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19185
19186 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
19187 Author: Niklaus Giger <niklausgiger@gmx.ch>
19188 Date:   Fri Jul 27 11:27:15 2007 +0200
19189
19190     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
19191
19192     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19193
19194 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
19195 Author: Niklaus Giger <niklausgiger@gmx.ch>
19196 Date:   Fri Jul 27 11:25:31 2007 +0200
19197
19198     Add PPC4xx-HCU4 and HCU5 boards: READMEs
19199
19200     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19201
19202 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
19203 Author: Niklaus Giger <niklausgiger@gmx.ch>
19204 Date:   Fri Jul 27 11:37:40 2007 +0200
19205
19206     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
19207
19208     This series of patches adds support for 2 boards from Netstal Maschinen.
19209
19210     The HCU4 has a PPC405Gpr and
19211     the HCU5 has a PPC440EPX.
19212
19213     The HCU4 has a somehow complicated flash setup, as the booteprom is
19214     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
19215     elegant solution.
19216
19217     The HCU5 has only a booteprom as the whole code will be downloaded from a
19218     different board which has HD, CD-ROM, etc and where all code is stored.
19219
19220     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
19221     Thanks them a lot.
19222
19223     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19224
19225 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
19226 Author: Stefan Roese <sr@denx.de>
19227 Date:   Fri Aug 10 08:42:55 2007 +0200
19228
19229     ppc4xx: Update lwmon5 POST configuration
19230
19231     Signed-off-by: Stefan Roese <sr@denx.de>
19232
19233 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
19234 Author: Yuri Tikhonov <yur@emcraft.com>
19235 Date:   Fri Aug 10 08:25:22 2007 +0200
19236
19237     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
19238
19239     The patch adds support for UART POST on ppc44x-based boards with no
19240     external serial clocks installed.
19241
19242     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19243     Acked-by: Stefan Roese <sr@denx.de>
19244
19245 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
19246 Author: Kim Phillips <kim.phillips@freescale.com>
19247 Date:   Mon Aug 6 18:18:34 2007 -0500
19248
19249     mpc83xx: fix ITX[GP] O=builddir builds
19250
19251     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
19252
19253     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
19254     "BUILD_DIR=<some dir> ./MAKEALL ..."
19255
19256     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19257
19258 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
19259 Author: Dave Liu <r63238@freescale.com>
19260 Date:   Wed Aug 1 15:00:59 2007 +0800
19261
19262     mpc83xx: Correct the README for DDR ECC
19263
19264     Update the README for DDR ECC, change the name
19265     to README.mpc83xx.ddrecc.
19266
19267     Signed-off-by: Dave Liu <daveliu@freescale.com>
19268     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19269
19270 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
19271 Author: Dave Liu <r63238@freescale.com>
19272 Date:   Wed Aug 1 15:00:15 2007 +0800
19273
19274     mpc83xx: Consolidate the ECC support of 83xx
19275
19276     Remove the duplicated source code of ecc command on the <board>.c,
19277     for reused, move these code to cpu/mpc83xx directory.
19278
19279     Signed-off-by: Dave Liu <daveliu@freescale.com>
19280     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19281
19282 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
19283 Author: Dave Liu <r63238@freescale.com>
19284 Date:   Sat Aug 4 13:37:39 2007 +0800
19285
19286     mpc83xx: Correct the burst length for DDR2 with 32 bits
19287
19288     The burst length should be 4 for DDR2 with 32 bits bus
19289
19290     Signed-off-by: Dave Liu <daveliu@freescale.com>
19291
19292 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
19293 Author: Kim Phillips <kim.phillips@freescale.com>
19294 Date:   Wed Jul 25 19:25:33 2007 -0500
19295
19296     mpc83xx: add support for the MPC8323E RDB
19297
19298     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
19299     five 10/100 ethernet ports connected via an ICPlus IP175C
19300     switch, one PCI slot, and serial.  Features not supported
19301     in this patch are SD card interface, 2 USB ports, and the
19302     two phone ports.
19303
19304     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
19305     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19306
19307 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
19308 Author: Kim Phillips <kim.phillips@freescale.com>
19309 Date:   Wed Jul 25 19:25:28 2007 -0500
19310
19311     mpc83xx: fixup generic pci for libfdt
19312
19313     add libfdt support to the generic 83xx pci code
19314
19315     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19316
19317 commit f57ac7a7b37109245b69db80839ebee26179966a
19318 Author: Kim Phillips <kim.phillips@freescale.com>
19319 Date:   Wed Jul 25 19:25:22 2007 -0500
19320
19321     mpc83xx: fix 8360 and cpu functions to update fdt being passed
19322
19323     ..and not the global fdt. Rename local fdt vars to blob so as not to
19324     be confused with the global var with the same three-letter name.
19325
19326     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19327
19328 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
19329 Author: Jerry Van Baren <gvb.uboot@gmail.com>
19330 Date:   Wed Jul 4 21:34:24 2007 -0400
19331
19332     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
19333
19334     Several node strings were not correct (trailing slashes and properties
19335       in the strings)
19336     Added setting of the timebase-frequency.
19337     Improved error messages and use debug() instead of printf().
19338
19339     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
19340     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19341
19342 commit 26d02c9bbac1751c5e19294f000100b48d43a920
19343 Author: Jerry Van Baren <gvb.uboot@gmail.com>
19344 Date:   Wed Jul 4 21:27:30 2007 -0400
19345
19346     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
19347
19348     The new name matches more closely the kernel's name, which is also
19349     a much better description.
19350
19351     These are the mpc83xx changes made necessary by the function name change.
19352
19353     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19354     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
19355     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19356
19357 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
19358 Author: Dave Liu <daveliu@freescale.com>
19359 Date:   Mon Jun 25 10:41:56 2007 +0800
19360
19361     mpc83xx: Add support for the display of reset status
19362
19363     83xx processor family has many reset sources, such as
19364     power on reset, software hard reset, software soft reset,
19365     JTAG, bus monitor, software watchdog, check stop reset,
19366     external hard reset, external software reset.
19367     sometimes, to figure out the fault of system, we need to
19368     know the cause of reset early before the prompt of
19369     u-boot present.
19370
19371     Signed-off-by: Dave Liu <daveliu@freescale.com>
19372     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19373
19374 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
19375 Author: Dave Liu <daveliu@freescale.com>
19376 Date:   Mon Jun 25 10:41:04 2007 +0800
19377
19378     mpc83xx: Fix the align bug of SDMA buffer
19379
19380     According to the latest user manual, the SDMA temporary
19381     buffer base address must be 4KB aligned.
19382
19383     Signed-off-by: Dave Liu <daveliu@freescale.com>
19384     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19385
19386 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
19387 Author: Dave Liu <daveliu@freescale.com>
19388 Date:   Mon Jun 25 13:21:12 2007 +0800
19389
19390     mpc83xx: Revise the MPC8360EMDS readme doc
19391
19392     When the rev2.x silicon mount on the MPC8360EMDS baord,
19393     and if you are using the u-boot version after the commit
19394     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
19395     to make the ethernet interface usable, we have to setup
19396     the jumpers correctly.
19397
19398     Signed-off-by: Dave Liu <daveliu@freescale.com>
19399     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19400
19401 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
19402 Author: Timur Tabi <timur@freescale.com>
19403 Date:   Tue Jul 3 13:46:32 2007 -0500
19404
19405     FSL I2C driver programs the two I2C busses differently
19406
19407     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
19408     The second I2C bus has its slave address programmed incorrectly and is
19409     missing a 5-us delay.
19410
19411     Signed-off-by: Timur Tabi <timur@freescale.com>
19412     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19413
19414 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
19415 Author: Timur Tabi <timur@freescale.com>
19416 Date:   Tue Jul 3 13:04:34 2007 -0500
19417
19418     Update SCCR programming in cpu_init_f() to support all 83xx processors
19419
19420     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
19421     bitfields for all 83xx processors.  The code to update some bitfields was
19422     compiled only on some processors.  Now, the bitfields are programmed as long
19423     as the corresponding CFG_SCCR option is defined in the board header file.
19424     This means that the board header file should not define any CFG_SCCR macros
19425     for bitfields that don't exist on that processor, otherwise the SCCR will be
19426     programmed incorrectly.
19427
19428     Signed-off-by: Timur Tabi <timur@freescale.com>
19429     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19430
19431 commit 9546266999f0b9b51372636614211b88d90f0f25
19432 Author: Martin Krause <martin.krause@tqs.de>
19433 Date:   Fri Jun 22 13:04:22 2007 +0200
19434
19435     TQM834x: cleanup configuraton
19436
19437     Remove irritating #undef DEBUG
19438
19439     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19440     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19441
19442 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
19443 Author: david.saada <David.Saada@ecitele.com>
19444 Date:   Mon Jun 18 09:09:53 2007 -0700
19445
19446     MPC83xx: Fix makefile to generate config.h file in the build directory
19447
19448     MPC83xx: Fix the Makefile config sections to generate the include/config.h
19449     file in the build directory instead of the source directory.
19450
19451     Signed-off-by: David Saada <david.saada@ecitele.com>
19452     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19453
19454 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
19455 Author: Lee Nipper <Lee.Nipper@freescale.com>
19456 Date:   Thu Jun 14 20:07:33 2007 -0500
19457
19458     mpc83xx: Add support for 8360 silicon revision 2.1
19459
19460     This change adds 8360 silicon revision 2.1 support to u-boot.
19461
19462     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
19463     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19464
19465 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
19466 Author: Kumar Gala <galak@kernel.crashing.org>
19467 Date:   Wed Aug 8 04:14:28 2007 -0500
19468
19469     Treat ppc64 host as ppc
19470
19471     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19472
19473 commit 0dc4279b08ff82472bec2e2c90858602459febe8
19474 Author: Jason Jin <Jason.jin@freescale.com>
19475 Date:   Wed Aug 8 09:01:46 2007 +0800
19476
19477     Minor fix for bios emulator makefile
19478
19479     Add $(obj) to LIB avoiding objects be built in the source dir
19480
19481     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19482
19483 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
19484 Author: Jason Jin <Jason.jin@freescale.com>
19485 Date:   Wed Aug 8 08:33:11 2007 +0800
19486
19487     Add CONFIG_BIOSEMU define to guard all the bios emulator code
19488
19489     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19490
19491     This patch fix the compile issue on the board that did not enable the bios emulator
19492
19493 commit ed8106433522f2ea8933e9808346860d061d7731
19494 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
19495 Date:   Tue Jul 31 12:27:25 2007 -0500
19496
19497     tsec: fix multiple PHY support
19498
19499     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
19500     broke multiple PHY support in tsec.c.  This fixes it.
19501
19502     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
19503     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19504
19505 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
19506 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
19507 Date:   Thu Aug 9 09:08:18 2007 -0500
19508
19509     tsec: Allow Ten Bit Interface address to be configurable
19510
19511     Allow the address of the Ten Bit Interface (TBI) to be changed in the
19512     event of a conflict with another device.
19513
19514     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
19515
19516 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
19517 Author: Stefan Roese <sr@denx.de>
19518 Date:   Wed Aug 8 09:54:26 2007 +0200
19519
19520     Coding style cleanup
19521
19522     Signed-off-by: Stefan Roese <sr@denx.de>
19523
19524 commit a41de1f0d373e09c782dea558385a06247111ba5
19525 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19526 Date:   Sun Aug 5 05:15:18 2007 -0500
19527
19528     Port enabled for I2C signals and chipselects port configuration.
19529
19530     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19531
19532 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
19533 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19534 Date:   Sun Aug 5 04:31:18 2007 -0500
19535
19536     Added NAND support
19537
19538     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19539
19540 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
19541 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19542 Date:   Sun Aug 5 04:11:20 2007 -0500
19543
19544     Added I2C support
19545
19546     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19547
19548 commit 99c03c175d2689093176facf17c58ce2cb320001
19549 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19550 Date:   Sun Aug 5 03:58:52 2007 -0500
19551
19552     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
19553
19554     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19555
19556 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
19557 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19558 Date:   Sun Aug 5 03:55:21 2007 -0500
19559
19560     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
19561
19562     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19563
19564 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
19565 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19566 Date:   Sun Aug 5 03:43:30 2007 -0500
19567
19568     Moved sync() from board file to include/asm-m68k/io.h
19569
19570     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19571
19572 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
19573 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19574 Date:   Sun Aug 5 03:30:44 2007 -0500
19575
19576     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
19577
19578     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19579
19580 commit 9998bd37ead85e93953559720710d3b0685c81e6
19581 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19582 Date:   Sun Aug 5 03:19:10 2007 -0500
19583
19584     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
19585
19586     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19587
19588 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
19589 Author: Jason Jin <Jason.jin@freescale.com>
19590 Date:   Tue Aug 7 16:17:06 2007 +0800
19591
19592     Add CONFIG_BIOSEMU define to guard all the bios emulator code
19593
19594     This patch fix the compile issue on the board that did not enable the bios emulator
19595
19596 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
19597 Author: Wolfgang Denk <wd@denx.de>
19598 Date:   Tue Aug 7 16:02:13 2007 +0200
19599
19600     Fix missing brace error in fs/fat/fat.c
19601     [pointed out by Roderik Wildenburg]
19602
19603     Signed-off-by: Wolfgang Denk <wd@denx.de>
19604
19605 commit 706714d97a0d08d59eda4de2268c39f504688329
19606 Author: Michal Simek <monstr@monstr.eu>
19607 Date:   Mon Aug 6 23:41:53 2007 +0200
19608
19609     [FIX] remove cute code
19610
19611 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
19612 Author: Michal Simek <monstr@monstr.eu>
19613 Date:   Mon Aug 6 23:35:26 2007 +0200
19614
19615     [FIX] Fix romfs code
19616
19617 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
19618 Author: Michal Simek <monstr@monstr.eu>
19619 Date:   Mon Aug 6 23:31:49 2007 +0200
19620
19621     [FIX] Coding style cleanup - Wolfgang's suggestions
19622
19623 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
19624 Author: Wolfgang Denk <wd@denx.de>
19625 Date:   Mon Aug 6 23:21:05 2007 +0200
19626
19627     Fixed typo in README (pointed out by Martin Jost).
19628
19629     Signed-off-by: Wolfgang Denk <wd@denx.de>
19630
19631 commit 537223afa61f64480df31ce440a9cb386df4a814
19632 Author: Stefan Roese <sr@denx.de>
19633 Date:   Mon Aug 6 21:10:17 2007 +0200
19634
19635     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
19636
19637     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
19638     here an updated Bamboo README.
19639
19640     Signed-off-by: Stefan Roese <sr@denx.de>
19641
19642 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
19643 Author: Wolfgang Denk <wd@denx.de>
19644 Date:   Mon Aug 6 02:17:36 2007 +0200
19645
19646     Coding style cleanup. Update CHANGELOG.
19647
19648     Signed-off-by: Wolfgang Denk <wd@denx.de>
19649
19650 commit 221838cc7eb178370ff62aa05920a582e12ac322
19651 Author: Jason Jin <Jason.jin@freescale.com>
19652 Date:   Tue Jul 10 09:03:22 2007 +0800
19653
19654     Remove the bios emulator from MAI board.
19655
19656     The bios emulator in the MAI board can not pass compile
19657     and have a lot of crap in it. remove it and will have a
19658     clean and small bios emulator in the drivers directory
19659     which can be uesed for every board.
19660
19661     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19662
19663 commit 5618332409bb96f4448d1712899369fc80c0b489
19664 Author: Jason Jin <Jason.jin@freescale.com>
19665 Date:   Fri Jul 13 12:14:59 2007 +0800
19666
19667     Fix some compile issues for MAI board.
19668
19669     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19670
19671 commit 0f460a1ee148b648ee242c3157650287d4296260
19672 Author: Jason Jin <Jason.jin@freescale.com>
19673 Date:   Fri Jul 13 12:14:58 2007 +0800
19674
19675     Configurations for ATI video card BIOS emulator
19676
19677     This patch add definition of the BIOS emulator and the ATI framebuffer
19678     driver for MPC8641HPCN board.
19679
19680     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19681     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
19682
19683 commit ece92f85053b8df613edcf05b26a416cbc3d629c
19684 Author: Jason Jin <Jason.jin@freescale.com>
19685 Date:   Fri Jul 6 08:34:56 2007 +0800
19686
19687     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
19688     ATI video card BIOS. and can be used for x86 code emulation by some
19689     modifications.
19690
19691     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19692
19693 commit 5072188acabde3178fac7f5a597150e6e74fd40c
19694 Author: Jason Jin <Jason.jin@freescale.com>
19695 Date:   Fri Jul 6 08:33:33 2007 +0800
19696
19697     This is a framebuffer driver for ATI video card, can work for PCI9200,
19698     X300, X700, X800 ATI video cards.
19699
19700     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
19701     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19702
19703 commit 5728be389e65fd47f34b33c2596271eb4db751ae
19704 Author: Wolfgang Denk <wd@denx.de>
19705 Date:   Mon Aug 6 01:01:49 2007 +0200
19706
19707     Coding style cleanup. Update CHANGELOG.
19708
19709     Signed-off-by: Wolfgang Denk <wd@denx.de>
19710
19711 commit 8092fef4c29b395958bb649647da7e3775731517
19712 Author: Martin Krause <Martin.Krause@tqs.de>
19713 Date:   Tue Dec 12 14:26:01 2006 +0100
19714
19715     Add functions to list of exported functions
19716
19717     Additionally export the following fuctions (to make trab_config build again):
19718     - simple_strtol()
19719     - strcmp()
19720
19721     Also bump the ABI version to reflect this change
19722
19723     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19724
19725 commit 63cec5814fab5d2b1c86982327433807a5ac0249
19726 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19727 Date:   Thu Aug 2 14:09:49 2007 -0500
19728
19729     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
19730
19731     All of the PCI/PCI-Express driver and initialization code that
19732     was in the MPC8641HPCN port has now been moved into the common
19733     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
19734     utilized by the 85xx ports as well.
19735
19736     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
19737
19738     Also enable the second PCI-Express controller on 8641
19739     by getting its BATS and CFG_ setup right.
19740
19741     Fixed a u16 vendor compiler warning in AHCI driver too.
19742
19743     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19744     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
19745     Signed-off-by: Jon Loeliger <jdl@freescale.com>
19746
19747 commit a274ca4f6d68830e7c916f897561cff8c4101c38
19748 Author: Michal Simek <monstr@monstr.eu>
19749 Date:   Sun Aug 5 22:33:05 2007 +0200
19750
19751     [FIX] Coding style cleanup
19752
19753 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
19754 Author: Michal Simek <monstr@monstr.eu>
19755 Date:   Sun Aug 5 16:13:31 2007 +0200
19756
19757     [FIX] Xilinx Uartlite driver
19758     Because PPC405 can use UARTLITE serial interface and
19759     Microblaze can use Uart16550 serial interface not only Uartlite.
19760
19761 commit 98889edd50aadf862071eb5664747ad0d568a20e
19762 Author: Michal Simek <monstr@monstr.eu>
19763 Date:   Sun Aug 5 15:54:53 2007 +0200
19764
19765     [FIX] Change configuration for XUPV2P Microblaze board
19766
19767 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
19768 Author: Michal Simek <monstr@monstr.eu>
19769 Date:   Sun Aug 5 15:53:50 2007 +0200
19770
19771     [PATCH] Added support for Xilinx Emac community driver
19772
19773 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
19774 Author: Bartlomiej Sieka <tur@semihalf.com>
19775 Date:   Fri Aug 3 12:08:16 2007 +0200
19776
19777     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
19778
19779     Add the ability for modules from the Schindler cm5200 family to use a
19780     single U-Boot image:
19781     - rename cm1_qp1 to cm5200
19782     - add run-time module detection
19783     - parametrize SDRAM configuration according to the module we are running on
19784
19785     Few minor, board-specific fixes included in this patch:
19786     - better MAC address handling
19787     - updated default environment ('update' command uses +{filesize} now)
19788     - improved error messages in the auto-update code
19789     - allow booting U-Boot from RAM (CFG_RAMBOOT)
19790
19791     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
19792     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
19793     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19794
19795 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
19796 Author: Andy Fleming <afleming@freescale.com>
19797 Date:   Fri Aug 3 04:05:25 2007 -0500
19798
19799     Add Marvell 1149 PHY support to the TSEC
19800
19801 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
19802 Author: Wolfgang Denk <wd@denx.de>
19803 Date:   Thu Aug 2 21:27:46 2007 +0200
19804
19805     Coding style cleanup, update CHANGELOG
19806
19807     Signed-off-by: Wolfgang Denk <wd@denx.de>
19808
19809 commit 63e22764d2f8653f68888c667eb65b3996b52680
19810 Author: Wolfgang Denk <wd@denx.de>
19811 Date:   Thu Aug 2 10:11:18 2007 +0200
19812
19813     Minor cleanup of <board>_nand build rules.
19814
19815 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
19816 Author: Stefan Roese <sr@denx.de>
19817 Date:   Thu Aug 2 08:33:56 2007 +0200
19818
19819     ppc4xx: Code cleanup
19820
19821     Signed-off-by: Stefan Roese <sr@denx.de>
19822
19823 commit c92409812206ac67a7fa7aae298539a9c3804a46
19824 Author: Grzegorz Bernacki <gjb@semihalf.com>
19825 Date:   Tue Jul 31 18:51:48 2007 +0200
19826
19827     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
19828
19829     During config transactions on the PCIe bus an attempt to scan for a
19830     non-existent device can lead to a machine check exception with certain
19831     peripheral devices. In order to avoid crashing in such scenarios the
19832     instrumented versions of the config cycle read routines are introduced, so
19833     the exceptions fixups framework can gracefully recover.
19834
19835     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
19836     Acked-by: Rafal Jaworowski <raj@semihalf.com>
19837
19838 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
19839 Author: Rafal Jaworowski <raj@semihalf.com>
19840 Date:   Tue Jul 31 18:19:54 2007 +0200
19841
19842     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
19843
19844     This brings back separate settings for PCIe bus numbers depending on chip
19845     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
19846     commit. 440SPe rev. A does NOT work properly with the same settings as for
19847     the rev. B (no devices are seen on the bus during enumeration).
19848
19849     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
19850
19851 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
19852 Author: Wolfgang Denk <wd@denx.de>
19853 Date:   Thu Aug 2 00:48:45 2007 +0200
19854
19855     Fix build errors and warnings / code cleanup.
19856
19857     Signed-off-by: Wolfgang Denk <wd@denx.de>
19858
19859 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
19860 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
19861 Date:   Tue Jul 31 10:24:56 2007 +0200
19862
19863     ppc4xx: Update AMCC Bamboo 440EP support
19864
19865     Changed storage type of cfg_simulate_spd_eeprom to const
19866     Changed storage type of gpio_tab to stack storage
19867     (Cannot access global data declarations in .bss until afer code relocation)
19868
19869     Improved SDRAM tests to catch problems where data is not uniquely addressable
19870     (e.g. incorrectly programmed SDRAM row or columns)
19871
19872     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
19873     Fixed AM29LV320DT (OpCode Flash) sector map
19874
19875     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
19876     Signed-off-by: Stefan Roese <sr@denx.de>
19877
19878 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
19879 Author: Stefan Roese <sr@denx.de>
19880 Date:   Tue Jul 31 08:37:01 2007 +0200
19881
19882     ppc4xx: Update 440EPx lwmon5 board support
19883
19884     - Clear ECC status regs after ECC POST test
19885     - Set dcbz for ECC generation with caches enabled as default
19886     - Code cleanup
19887
19888     Signed-off-by: Stefan Roese <sr@denx.de>
19889
19890 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
19891 Author: Stefan Roese <sr@denx.de>
19892 Date:   Mon Jul 30 11:04:57 2007 +0200
19893
19894     ppc4xx: Only print ECC related info when the error bis are set
19895
19896     Signed-off-by: Stefan Roese <sr@denx.de>
19897
19898 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
19899 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19900 Date:   Fri Jul 27 16:44:31 2007 +0200
19901
19902     new FPGA image for PLU405 board
19903
19904     new FPGA image for PLU405 board with improved CompactFlash timing
19905
19906     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19907
19908 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
19909 Author: Rafal Jaworowski <raj@semihalf.com>
19910 Date:   Fri Jul 27 14:43:59 2007 +0200
19911
19912     [ADS5121] Support for the ADS5121 board
19913
19914     The following MPC5121e subsystems are supported:
19915
19916     - low-level CPU init
19917     - NOR Boot Flash (common CFI driver)
19918     - DDR SDRAM
19919     - FEC
19920     - I2C
19921     - Watchdog
19922
19923     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
19924     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
19925     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
19926
19927 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
19928 Author: Rafal Jaworowski <raj@semihalf.com>
19929 Date:   Fri Jul 27 14:22:04 2007 +0200
19930
19931     [PPC] Remove unused MSR_USER definition
19932
19933     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
19934
19935 commit d4024bb72dd81695ec099b2199eda0d27c623e62
19936 Author: John Otken <john@softadvances.com>
19937 Date:   Thu Jul 26 17:49:11 2007 +0200
19938
19939     ppc4xx: Add support for AMCC 405EP Taihu board
19940
19941     Signed-off-by: John Otken <john@softadvances.com>
19942
19943 commit b66091de6c7390620312c2501db23d8391e7cabb
19944 Author: Anatolij Gustschin <agust@denx.de>
19945 Date:   Thu Jul 26 15:08:01 2007 +0200
19946
19947     ppc4xx: lwmon5: Update Lime initialization
19948
19949     Change Lime SDRAM initialization to now support 100MHz and
19950     133MHz (if enabled). Also the framebuffer is initialized to
19951     display a blue rectangle with a white border.
19952
19953     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19954     Signed-off-by: Stefan Roese <sr@denx.de>
19955
19956 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
19957 Author: Stefan Roese <sr@denx.de>
19958 Date:   Tue Jul 24 09:52:52 2007 +0200
19959
19960     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
19961
19962     The used Intel NOR FLASH chips have internally two dies, and are now
19963     treated as two seperate chips.
19964
19965     Signed-off-by: Stefan Roese <sr@denx.de>
19966
19967 commit aedf5bde179ecfbd0a96130d18996a96518b785f
19968 Author: Stefan Roese <sr@denx.de>
19969 Date:   Tue Jul 24 07:20:09 2007 +0200
19970
19971     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
19972
19973     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
19974     interrupt controller.
19975
19976     Signed-off-by: Stefan Roese <sr@denx.de>
19977
19978 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
19979 Author: Stefan Roese <sr@denx.de>
19980 Date:   Fri Jul 20 15:03:44 2007 +0200
19981
19982     ppc4xx: Fix bug with default GPIO output value
19983
19984     As spotted by Matthias Fuchs, the default output values for all GPIO1
19985     outputs were not setup correctly. This patch fixes this issue.
19986
19987     Signed-off-by: Stefan Roese <sr@denx.de>
19988
19989 commit 531e3e8b831f357056448fa573137d5fb37000fd
19990 Author: Pavel Kolesnikov <concord@emcraft.com>
19991 Date:   Fri Jul 20 15:03:03 2007 +0200
19992
19993     POST: Add ECC POST for the lwmon5 board
19994
19995     This patch adds ECC Post test for the Lwmon5 board based
19996     on PPC440EPx to U-Boot.
19997
19998     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
19999     Acked-by: Yuri Tikhonov <yur@emcraft.com>
20000     Acked-by: Stefan Roese <sr@denx.de>
20001
20002 commit cc3023b9f95d7ac959a764471a65001062aecf41
20003 Author: Rafal Jaworowski <raj@semihalf.com>
20004 Date:   Thu Jul 19 17:12:28 2007 +0200
20005
20006     Fix breakage of 8xx boards from recent commit.
20007
20008     This patch fixes the negative consequences for 8xx of the recent
20009     "ppc4xx: Clean up 440 exceptions handling" commit.
20010
20011     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
20012
20013 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
20014 Author: Stefan Roese <sr@denx.de>
20015 Date:   Mon Jul 16 13:11:12 2007 +0200
20016
20017     Coding style cleanup
20018
20019     Signed-off-by: Stefan Roese <sr@denx.de>
20020
20021 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
20022 Author: Stefan Roese <sr@denx.de>
20023 Date:   Mon Jul 16 10:02:12 2007 +0200
20024
20025     ppc4xx: Code cleanup
20026
20027     Signed-off-by: Stefan Roese <sr@denx.de>
20028
20029 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
20030 Author: Stefan Roese <sr@denx.de>
20031 Date:   Mon Jul 16 10:01:38 2007 +0200
20032
20033     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
20034
20035     Signed-off-by: Stefan Roese <sr@denx.de>
20036
20037 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
20038 Author: Stefan Roese <sr@denx.de>
20039 Date:   Mon Jul 16 10:00:43 2007 +0200
20040
20041     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
20042
20043     The new boardspecific DDR2 controller configuration is used for the Yucca
20044     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
20045
20046     Signed-off-by: Stefan Roese <sr@denx.de>
20047
20048 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
20049 Author: Stefan Roese <sr@denx.de>
20050 Date:   Mon Jul 16 09:57:00 2007 +0200
20051
20052     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
20053
20054     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
20055     support non default, boardspecific DDR(2) controller configuration.
20056
20057     Signed-off-by: Stefan Roese <sr@denx.de>
20058
20059 commit 5743a9207a370b90f09b20ebd61167c806b937f3
20060 Author: Stefan Roese <sr@denx.de>
20061 Date:   Mon Jul 16 08:53:51 2007 +0200
20062
20063     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
20064
20065     The new function remove_tlb() can be used to remove the TLB's used to
20066     map a specific memory region. This is especially useful for the DDR(2)
20067     setup routines which configure the SDRAM area temporarily as a cached
20068     area (for speedup on auto-calibration and ECC generation) and later
20069     need this area uncached for normal usage.
20070
20071     Signed-off-by: Stefan Roese <sr@denx.de>
20072
20073 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
20074 Author: Michal Simek <monstr@monstr.eu>
20075 Date:   Mon Jul 16 00:31:07 2007 +0200
20076
20077     [PATCH] Support for Xilinx EmacLite controller
20078
20079 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
20080 Author: Wolfgang Denk <wd@denx.de>
20081 Date:   Sat Jul 14 22:51:02 2007 +0200
20082
20083     Update CHANGELOG
20084
20085     Signed-off-by: Wolfgang Denk <wd@denx.de>
20086
20087 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
20088 Author: Michal Simek <monstr@monstr.eu>
20089 Date:   Sat Jul 14 13:11:28 2007 +0200
20090
20091     [FIX] support for simply measuring time
20092
20093 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
20094 Author: Michal Simek <monstr@monstr.eu>
20095 Date:   Sat Jul 14 12:41:23 2007 +0200
20096
20097     [FS] Added support for ROMFS
20098
20099 commit 011595307731a7a67a7445d107c279d031e8ab97
20100 Author: Heiko Schocher <hs@pollux.denx.de>
20101 Date:   Sat Jul 14 01:06:58 2007 +0200
20102
20103     [PCS440EP]  - fix compile error, if BUILD_DIR is used
20104
20105 commit 5a2f1098d81ad58b309e5e558d0492643166a799
20106 Author: Michal Simek <monstr@monstr.eu>
20107 Date:   Sat Jul 14 00:18:48 2007 +0200
20108
20109     [PATCH] Support time without timer
20110
20111 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
20112 Author: Michal Simek <monstr@monstr.eu>
20113 Date:   Fri Jul 13 21:43:55 2007 +0200
20114
20115     [PATCH] Remove problem with disabled BARREL SHIFTER
20116
20117 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
20118 Author: Michal Simek <monstr@monstr.eu>
20119 Date:   Fri Jul 13 21:41:44 2007 +0200
20120
20121     [FIX] correct help for rspr
20122
20123 commit fad63407154f46246ce80d53a9c669a44362ac67
20124 Author: Heiko Schocher <hs@pollux.denx.de>
20125 Date:   Fri Jul 13 09:54:17 2007 +0200
20126
20127     make show_boot_progress () weak.
20128
20129     Signed-off-by: Heiko Schocher <hs@denx.de>
20130
20131 commit 907902472391b6ca1876ec300687562ecaf459b1
20132 Author: Heiko Schocher <hs@pollux.denx.de>
20133 Date:   Fri Jul 13 08:26:05 2007 +0200
20134
20135     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
20136                 - fix compile error, if BUILD_DIR is used
20137
20138     Signed-off-by: Heiko Schocher <hs@denx.de>
20139
20140 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
20141 Author: Stefan Roese <sr@denx.de>
20142 Date:   Thu Jul 12 16:32:08 2007 +0200
20143
20144     ppc4xx: Change receive buffer handling in the 4xx emac driver
20145
20146     This change fixes a bug in the receive buffer handling, that
20147     could lead to problems upon high network traffic (broadcasts...).
20148
20149     Signed-off-by: Stefan Roese <sr@denx.de>
20150
20151 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
20152 Author: Wolfgang Denk <wd@denx.de>
20153 Date:   Thu Jul 12 01:45:34 2007 +0200
20154
20155     Update CHANGELOG, minor coding style cleanup.
20156
20157     Signed-off-by: Wolfgang Denk <wd@denx.de>
20158
20159 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
20160 Author: Andy Fleming <afleming@freescale.com>
20161 Date:   Fri Jun 8 16:41:18 2007 -0500
20162
20163     Remove erroneous errata code from Marvel 88E1111S driver
20164
20165     The Marvel 88E1111S driver for the TSEC was copied from the
20166     88E1101 driver, and included a fix for an erratum which does not
20167     exist on that part.  Now it is removed
20168
20169     Signed-off-by: Andy Fleming <afleming@freescale.com>
20170
20171 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
20172 Author: Andy Fleming <afleming@freescale.com>
20173 Date:   Tue Jun 5 16:38:44 2007 -0500
20174
20175     From: eran liberty <eran.liberty@gmail.com>
20176
20177     adds the reset register to 85xx immap
20178
20179     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
20180     Signed-off-by: Andy Fleming <afleming@freescale.com>
20181
20182 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
20183 Author: Andy Fleming <afleming@freescale.com>
20184 Date:   Thu May 10 17:50:01 2007 -0500
20185
20186     Polished the 85xx ADS config files
20187
20188     Made the boot commands use device trees by default.
20189     Also moved the ramdisk to 1000000 (I think the previous address
20190     was getting overridden during boot).
20191
20192     Signed-off-by: Andy Fleming <afleming@freescale.com>
20193
20194 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
20195 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20196 Date:   Wed May 9 11:03:32 2007 -0500
20197
20198     8544ds: Fix Makefile after moving pixis to board/freescale.
20199
20200     The OBJTREE != SRCTREE build scenario was broken.
20201     This fixes it.
20202
20203     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20204     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20205
20206 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
20207 Author: Andy Fleming <afleming@freescale.com>
20208 Date:   Wed May 9 00:54:20 2007 -0500
20209
20210     tsec: Fix PHY code to match first driver
20211
20212     Jarrold Wen noticed that the generic PHY code always matches
20213     under the current implementation.  Change it so the first match
20214     wins, and *only* unknown PHYs trigger the generic driver
20215
20216     Signed-off-by: Andy Fleming <afleming@freescale.com>
20217
20218 commit ccc091aac61a38cd998d575d92f7232e256d6312
20219 Author: Andy Fleming <afleming@freescale.com>
20220 Date:   Tue May 8 17:27:43 2007 -0500
20221
20222     Add support for CPM device tree configuration to 8560 ADS
20223
20224     * Adds code to modify CPM frequencies
20225     * Cleans up the config file to #define TSEC and (for now) #undef FCC
20226     * Adds the MII command for all 8560 ADS configurations
20227     * Updates config file to provide convenience commands for booting
20228       with a device tree
20229
20230     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
20231     Signed-off-by: Andy Fleming <afleming@freescale.com>
20232
20233 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
20234 Author: Andy Fleming <afleming@freescale.com>
20235 Date:   Tue May 8 17:23:02 2007 -0500
20236
20237     Fix Marvell 88e1145 PHY init code
20238
20239     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
20240     where the reset was being done after the errata code instead of
20241     before.
20242
20243     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
20244     Signed-off-by: Andy Fleming <afleming@freescale.com>
20245
20246 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
20247 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20248 Date:   Wed Jul 11 14:52:16 2007 -0500
20249
20250     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
20251
20252     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20253
20254 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
20255 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20256 Date:   Wed Jul 11 14:52:08 2007 -0500
20257
20258     pciauto setup bridge
20259
20260     The P2P bridge bus numbers programmed into the device are relative to
20261     hose->first_busno.
20262
20263     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20264
20265 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
20266 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20267 Date:   Wed Jul 11 14:52:01 2007 -0500
20268
20269     Support PCIe extended config registers
20270
20271     FSL PCIe block has extended cfg registers in the 100 and 400 range.
20272     For example, to read the LTSSM register: pci display <busn>.0 404 1
20273
20274     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20275
20276 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
20277 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20278 Date:   Wed Jul 11 14:51:48 2007 -0500
20279
20280     Minor improvements to drivers/pci_auto.c
20281
20282     - Make pciauto_{pre,post}scan_setup_bridge non-static
20283     - Added physical address display in debug messages.
20284
20285     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20286
20287 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
20288 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20289 Date:   Wed Jul 11 14:51:35 2007 -0500
20290
20291     Start pci hose scan from hose->current_busno.
20292
20293     Ensure hose->current_busno is not less than first_busno.  This fixes
20294     broken board code which leaves current_busno=0 when first_busno is
20295     greater than 0 for the cases with multiple controllers.
20296
20297     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20298
20299 commit 3865b1fb7843a08ad49a6319a36415752276ff48
20300 Author: Stefan Roese <sr@denx.de>
20301 Date:   Wed Jul 11 12:13:53 2007 +0200
20302
20303     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
20304
20305     Signed-off-by: Stefan Roese <sr@denx.de>
20306
20307 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
20308 Author: Bartlomiej Sieka <tur@semihalf.com>
20309 Date:   Wed Jul 11 20:11:07 2007 +0200
20310
20311     CM1.QP1: Support for the Schindler CM1.QP1 board.
20312
20313     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
20314     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20315
20316 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
20317 Author: Heiko Schocher <hs@pollux.denx.de>
20318 Date:   Wed Jul 11 18:39:11 2007 +0200
20319
20320     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
20321                 - now the Flash ST M29W040B is supported (not tested)
20322                 - fix the "led" command
20323                 - fix compile error, if BUILD_DIR is used
20324
20325     Signed-off-by: Heiko Schocher <hs@denx.de>
20326
20327 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
20328 Author: Stefan Roese <sr@denx.de>
20329 Date:   Sun Jul 8 13:44:27 2007 +0200
20330
20331     Fix malloc problem introduced with the relocation fixup for the PPC platform
20332
20333     The relocation fixup didn't handle the malloc pointer initialization
20334     correctly. This patch fixes this problem. Tested successfully on 4xx.
20335     The relocation fixup patches for 4xx will follow soon.
20336
20337     Signed-off-by: Stefan Roese <sr@denx.de>
20338
20339 commit 0dca874db62718e41253659e60f3a1de7eb418ce
20340 Author: TsiChung <tcliew@Goku.(none)>
20341 Date:   Tue Jul 10 15:45:43 2007 -0500
20342
20343     Cache update and added CFG_UNIFY_CACHE
20344
20345     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.
20346
20347     Signed-off-by: TsiChung <tcliew@Goku.(none)>
20348
20349 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
20350 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20351 Date:   Thu Jul 5 23:36:16 2007 -0500
20352
20353     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
20354
20355     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
20356
20357     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20358
20359 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
20360 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20361 Date:   Thu Jul 5 23:31:25 2007 -0500
20362
20363     Update header files
20364
20365     Include immap.h and renamed mcfrtc.h to rtc.h
20366
20367     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20368
20369 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
20370 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20371 Date:   Thu Jul 5 23:29:21 2007 -0500
20372
20373     Add mcffec_initialize()
20374
20375     Added mcffec_initialize() in eth_initialize()
20376
20377     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20378
20379 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
20380 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20381 Date:   Thu Jul 5 23:27:40 2007 -0500
20382
20383     Update header file and clean up
20384
20385     Include immap.h
20386
20387     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20388
20389 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
20390 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20391 Date:   Thu Jul 5 23:23:15 2007 -0500
20392
20393     New uart structure and defines
20394
20395     Seperated from mcfuart.h
20396
20397     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20398
20399 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
20400 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20401 Date:   Thu Jul 5 23:22:31 2007 -0500
20402
20403     New timer structure and defines
20404
20405     Seperated from mcftimer.h
20406
20407     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20408
20409 commit e04acb2eba4782489417240eff76e20e176aec10
20410 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20411 Date:   Thu Jul 5 23:21:09 2007 -0500
20412
20413     Rename mcfrtc to rtc
20414
20415     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
20416
20417     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20418
20419 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
20420 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20421 Date:   Thu Jul 5 23:17:36 2007 -0500
20422
20423     Rename mcfserial.c. Update include header
20424
20425     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
20426
20427     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20428
20429 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
20430 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20431 Date:   Thu Jul 5 23:13:58 2007 -0500
20432
20433     Header file update, clean up and cache handling
20434
20435     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
20436
20437     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20438
20439 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
20440 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20441 Date:   Thu Jul 5 23:10:40 2007 -0500
20442
20443     Create interrupts.c and modify Makefile
20444
20445     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
20446
20447     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20448
20449 commit ddd104f1ed655eda50c06ba636237a83ed943f34
20450 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20451 Date:   Thu Jul 5 23:06:55 2007 -0500
20452
20453     Enable Icache
20454
20455     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20456
20457 commit b9bf3de377b2bae70c983c9b97feae914999e735
20458 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20459 Date:   Thu Jul 5 23:05:31 2007 -0500
20460
20461     Update header file and some clean up
20462
20463     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
20464
20465     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20466
20467 commit 84a015b52ec820a5ae173717d78516de731c89c2
20468 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20469 Date:   Thu Jul 5 23:03:28 2007 -0500
20470
20471     Update header file and enable icache
20472
20473     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
20474
20475     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20476
20477 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
20478 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20479 Date:   Thu Jul 5 23:01:22 2007 -0500
20480
20481     Update header file and removed interrupt_init()
20482
20483     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
20484
20485     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20486
20487 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
20488 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20489 Date:   Thu Jul 5 22:57:46 2007 -0500
20490
20491     Update for flash.o and mii.o
20492
20493     Removed flash.o and added mii.o
20494
20495     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20496
20497 commit c5ded275d839e4ff79f41718d50a835d989f57bc
20498 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20499 Date:   Thu Jul 5 22:56:19 2007 -0500
20500
20501     MII functions calls.
20502
20503     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20504
20505 commit 427c814104560e29bda14955c67703245aaaa5b4
20506 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20507 Date:   Thu Jul 5 22:54:42 2007 -0500
20508
20509     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
20510
20511     The removed MII routines will be placed in mii.c.
20512
20513     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20514
20515 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
20516 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20517 Date:   Thu Jul 5 22:51:05 2007 -0500
20518
20519     Duplicate code
20520
20521     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
20522
20523     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20524
20525 commit 2744354a8437b8f78db178e30660215688bff570
20526 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20527 Date:   Thu Jul 5 22:46:38 2007 -0500
20528
20529     Seperate old structure defines and new structure defines
20530
20531     Removed new uart structure and defines to uart.h
20532
20533     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20534
20535 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
20536 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20537 Date:   Thu Jul 5 22:45:01 2007 -0500
20538
20539     Seperate old structure defines and new structure defines
20540
20541     New timer structure and defines will move to new timer.h
20542
20543     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20544
20545 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
20546 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20547 Date:   Thu Jul 5 22:42:23 2007 -0500
20548
20549     Clean up
20550
20551     Removed whitespace
20552
20553     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20554
20555 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
20556 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20557 Date:   Thu Jul 5 22:41:24 2007 -0500
20558
20559     Clean up
20560
20561     Replaced whitespace with tabs
20562
20563     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20564
20565 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
20566 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20567 Date:   Thu Jul 5 22:39:07 2007 -0500
20568
20569     Create new header file and move peripherals base address from configs file to new header file.
20570
20571     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.
20572
20573     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20574
20575 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
20576 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20577 Date:   Thu Jul 5 22:24:58 2007 -0500
20578
20579     Revert file mode
20580
20581     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
20582
20583     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20584
20585 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
20586 Author: Jon Loeliger <jdl@freescale.com>
20587 Date:   Tue Jul 10 11:19:50 2007 -0500
20588
20589     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
20590
20591     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20592     Those always evaluated TRUE, and thus were always compiled
20593     even when IDE really wasn't defined/wanted.
20594
20595     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20596
20597 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
20598 Author: Jon Loeliger <jdl@freescale.com>
20599 Date:   Tue Jul 10 11:13:21 2007 -0500
20600
20601     drivers/: Remove lingering references to CFG_CMD_* symbols.
20602
20603     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20604     Those always evaluated TRUE, and thus were always compiled
20605     even when IDE really wasn't defined/wanted.
20606
20607     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20608
20609 commit f40a7f3e3888b42a43674b099e5470022c8c544c
20610 Author: Jon Loeliger <jdl@freescale.com>
20611 Date:   Tue Jul 10 11:07:56 2007 -0500
20612
20613     fs/: Remove lingering references to CFG_CMD_* symbols.
20614
20615     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20616     Those always evaluated TRUE, and thus were always compiled
20617     even when IDE really wasn't defined/wanted.
20618
20619     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20620
20621 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
20622 Author: Jon Loeliger <jdl@freescale.com>
20623 Date:   Tue Jul 10 11:05:02 2007 -0500
20624
20625     net/: Remove lingering references to CFG_CMD_* symbols.
20626
20627     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20628     Those always evaluated TRUE, and thus were always compiled
20629     even when IDE really wasn't defined/wanted.
20630
20631     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20632
20633 commit 902531788376046da212afd1661cffb62f3daa1c
20634 Author: Jon Loeliger <jdl@freescale.com>
20635 Date:   Tue Jul 10 11:02:44 2007 -0500
20636
20637     common/: Remove lingering references to CFG_CMD_* symbols.
20638
20639     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20640     Those always evaluated TRUE, and thus were always compiled
20641     even when IDE really wasn't defined/wanted.
20642
20643     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20644
20645 commit d39b57415838c73fb0a37eca84de3c68ba990586
20646 Author: Jon Loeliger <jdl@freescale.com>
20647 Date:   Tue Jul 10 10:48:22 2007 -0500
20648
20649     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
20650
20651     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20652     Those always evaluated TRUE, and thus were always compiled
20653     even when IDE really wasn't defined/wanted.
20654
20655     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20656
20657 commit 77a318545d57aefa844752465b94c7e09a3f26d0
20658 Author: Jon Loeliger <jdl@freescale.com>
20659 Date:   Tue Jul 10 10:39:10 2007 -0500
20660
20661     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
20662
20663     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
20664     Those always evaluated TRUE, and thus were always compiled
20665     even when IDE really wasn't defined/wanted.
20666
20667     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20668
20669 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
20670 Author: Jon Loeliger <jdl@freescale.com>
20671 Date:   Tue Jul 10 10:27:39 2007 -0500
20672
20673     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
20674
20675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20676
20677 commit 079a136c3588814784561d6e4856970ee82d6e2a
20678 Author: Jon Loeliger <jdl@freescale.com>
20679 Date:   Tue Jul 10 10:12:10 2007 -0500
20680
20681     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
20682
20683     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
20684     used to be included but CONFIG_BOOTP_MASK was not defined.
20685
20686     Remove lingering references to CFG_CMD_* symbols.
20687
20688     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20689
20690 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
20691 Author: Jon Loeliger <jdl@freescale.com>
20692 Date:   Tue Jul 10 09:38:02 2007 -0500
20693
20694     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
20695
20696     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
20697     used to be included but CONFIG_BOOTP_MASK was not defined.
20698
20699     Remove lingering references to CFG_CMD_* symbols.
20700
20701     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20702
20703 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
20704 Author: Jon Loeliger <jdl@freescale.com>
20705 Date:   Tue Jul 10 09:29:01 2007 -0500
20706
20707     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
20708
20709     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
20710     used to be included but CONFIG_BOOTP_MASK was not defined.
20711
20712     Remove lingering references to CFG_CMD_* symbols.
20713
20714     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20715
20716 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
20717 Author: Jon Loeliger <jdl@freescale.com>
20718 Date:   Tue Jul 10 09:22:23 2007 -0500
20719
20720     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
20721
20722     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
20723     used to be included but CONFIG_BOOTP_MASK was not defined.
20724
20725     Remove lingering references to CFG_CMD_* symbols.
20726
20727     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20728
20729 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
20730 Author: Jon Loeliger <jdl@freescale.com>
20731 Date:   Tue Jul 10 09:10:49 2007 -0500
20732
20733     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
20734
20735     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
20736     used to be included but CONFIG_BOOTP_MASK was not defined.
20737
20738     Remove lingering references to CFG_CMD_* symbols.
20739
20740     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20741
20742 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
20743 Author: Jon Loeliger <jdl@freescale.com>
20744 Date:   Tue Jul 10 09:02:57 2007 -0500
20745
20746     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
20747
20748     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
20749     used to be included but CONFIG_BOOTP_MASK was not defined.
20750
20751     Remove lingering references to CFG_CMD_* symbols.
20752
20753     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20754
20755 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
20756 Author: Jon Loeliger <jdl@freescale.com>
20757 Date:   Mon Jul 9 22:08:34 2007 -0500
20758
20759     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
20760
20761     All of the choices for CONFIG_BOOTP_ are now documented in
20762     the README file.  You must now individually select exactly
20763     the set that you want using a series of
20764         #define CONFIG_BOOTP_<x>
20765     statements in the board port config files now.
20766
20767     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20768
20769 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
20770 Author: Jon Loeliger <jdl@freescale.com>
20771 Date:   Mon Jul 9 21:57:31 2007 -0500
20772
20773     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
20774
20775     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20776
20777 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
20778 Author: Jon Loeliger <jdl@freescale.com>
20779 Date:   Mon Jul 9 21:48:26 2007 -0500
20780
20781     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
20782
20783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20784
20785 commit 37d4bb70586659dedef1658ce1bed071be098aec
20786 Author: Jon Loeliger <jdl@freescale.com>
20787 Date:   Mon Jul 9 21:38:02 2007 -0500
20788
20789     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
20790
20791     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20792
20793 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
20794 Author: Jon Loeliger <jdl@freescale.com>
20795 Date:   Mon Jul 9 21:31:24 2007 -0500
20796
20797     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
20798
20799     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20800
20801 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
20802 Author: Jon Loeliger <jdl@freescale.com>
20803 Date:   Mon Jul 9 21:24:19 2007 -0500
20804
20805     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
20806
20807     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20808
20809 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
20810 Author: Jon Loeliger <jdl@freescale.com>
20811 Date:   Mon Jul 9 21:16:53 2007 -0500
20812
20813     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
20814
20815     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20816
20817 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
20818 Author: Jon Loeliger <jdl@freescale.com>
20819 Date:   Mon Jul 9 19:12:30 2007 -0500
20820
20821     Retire CONFIG_COMMANDS finally.
20822     Strip old CFG_CMD_* symbols out.
20823
20824     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20825
20826 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
20827 Author: Jon Loeliger <jdl@freescale.com>
20828 Date:   Mon Jul 9 19:10:03 2007 -0500
20829
20830     Update README.* to reference new CONFIG_CMD_* names now.
20831
20832     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20833
20834 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
20835 Author: Jon Loeliger <jdl@freescale.com>
20836 Date:   Mon Jul 9 19:06:00 2007 -0500
20837
20838     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
20839
20840     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20841
20842 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
20843 Author: Jon Loeliger <jdl@freescale.com>
20844 Date:   Mon Jul 9 18:57:22 2007 -0500
20845
20846     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
20847
20848     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20849
20850 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
20851 Author: Jon Loeliger <jdl@freescale.com>
20852 Date:   Mon Jul 9 18:45:16 2007 -0500
20853
20854     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
20855
20856     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20857
20858 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
20859 Author: Jon Loeliger <jdl@freescale.com>
20860 Date:   Mon Jul 9 18:38:39 2007 -0500
20861
20862     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
20863
20864     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20865
20866 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
20867 Author: Jon Loeliger <jdl@freescale.com>
20868 Date:   Mon Jul 9 18:31:28 2007 -0500
20869
20870     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
20871
20872     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20873
20874 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
20875 Author: Jon Loeliger <jdl@freescale.com>
20876 Date:   Mon Jul 9 18:24:55 2007 -0500
20877
20878     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
20879
20880     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20881
20882 commit fcec2eb93e126400009729328e797f12bc94f1fd
20883 Author: Jon Loeliger <jdl@freescale.com>
20884 Date:   Mon Jul 9 18:19:09 2007 -0500
20885
20886     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
20887
20888     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20889
20890 commit a593814f2be0c9cdc3133cd550b167b8a988328f
20891 Author: Jon Loeliger <jdl@freescale.com>
20892 Date:   Mon Jul 9 18:10:50 2007 -0500
20893
20894     rtc/: Remove obsolete references to CONFIG_COMMANDS
20895
20896     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20897
20898 commit 67350568f9d46e66c21829f3513b3db0caeb948b
20899 Author: Jon Loeliger <jdl@freescale.com>
20900 Date:   Mon Jul 9 18:05:38 2007 -0500
20901
20902     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
20903
20904     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20905
20906 commit 7def6b34f910f08d7ef0a14646da067719237ca2
20907 Author: Jon Loeliger <jdl@freescale.com>
20908 Date:   Mon Jul 9 18:02:11 2007 -0500
20909
20910     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
20911
20912     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20913
20914 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
20915 Author: Jon Loeliger <jdl@freescale.com>
20916 Date:   Mon Jul 9 17:56:50 2007 -0500
20917
20918     fs/: Remove obsolete references to CONFIG_COMMANDS
20919
20920     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20921
20922 commit c91898bbc505aff3e12a807af88e76da18efb7ee
20923 Author: Jon Loeliger <jdl@freescale.com>
20924 Date:   Mon Jul 9 17:46:09 2007 -0500
20925
20926     tools/: Remove obsolete references to CONFIG_COMMANDS
20927
20928     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20929
20930 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
20931 Author: Jon Loeliger <jdl@freescale.com>
20932 Date:   Mon Jul 9 17:45:14 2007 -0500
20933
20934     net/: Remove obsolete references to CONFIG_COMMANDS
20935
20936     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20937
20938 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
20939 Author: Jon Loeliger <jdl@freescale.com>
20940 Date:   Mon Jul 9 17:39:42 2007 -0500
20941
20942     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
20943
20944     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20945
20946 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
20947 Author: Jon Loeliger <jdl@freescale.com>
20948 Date:   Mon Jul 9 17:30:01 2007 -0500
20949
20950     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
20951
20952     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20953
20954 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
20955 Author: Jon Loeliger <jdl@freescale.com>
20956 Date:   Mon Jul 9 17:22:37 2007 -0500
20957
20958     disk/: Remove obsolete references to CONFIG_COMMANDS
20959
20960     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20961
20962 commit 639221c76c88215bd55af83ad174fc30d1940f8f
20963 Author: Jon Loeliger <jdl@freescale.com>
20964 Date:   Mon Jul 9 17:15:49 2007 -0500
20965
20966     include/: Remove obsolete references to CONFIG_COMMANDS
20967     Mostly removed from comments here.
20968
20969     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20970
20971 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
20972 Author: Wolfgang Denk <wd@denx.de>
20973 Date:   Tue Jul 10 00:01:28 2007 +0200
20974
20975     Coding style cleanup; update CHANGELOG.
20976
20977     Signed-off-by: Wolfgang Denk <wd@denx.de>
20978
20979 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
20980 Author: Stefan Roese <sr@denx.de>
20981 Date:   Mon Jul 9 11:00:24 2007 +0200
20982
20983     Small coding style cleanup
20984
20985     Signed-off-by: Stefan Roese <sr@denx.de>
20986
20987 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
20988 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20989 Date:   Mon Jul 9 10:10:08 2007 +0200
20990
20991     Migrate esd 405EP boards to new NAND subsystem
20992
20993     Remove unused CFG_NAND_LEGACY define
20994
20995     These boards to not have NAND.
20996
20997     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20998
20999 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
21000 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21001 Date:   Mon Jul 9 10:10:06 2007 +0200
21002
21003     Migrate esd 405EP boards to new NAND subsystem
21004
21005     Migrate esd 405EP boards to new NAND subsystem
21006
21007     -cleanup
21008     -use correct io accessors (in/out_be32())
21009
21010     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21011
21012 commit e09f7ab5749c345f924da272bea0521a73af5b11
21013 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21014 Date:   Mon Jul 9 10:10:04 2007 +0200
21015
21016     Migrate esd 405EP boards to new NAND subsystem
21017
21018     This patch prepares the migration from the legacy NAND driver
21019     to U-Boot's new NAND subsystem for esd boards.
21020
21021     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21022
21023 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
21024 Author: Jon Loeliger <jdl@freescale.com>
21025 Date:   Sun Jul 8 18:10:08 2007 -0500
21026
21027     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
21028
21029     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21030
21031 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
21032 Author: Jon Loeliger <jdl@freescale.com>
21033 Date:   Sun Jul 8 18:05:39 2007 -0500
21034
21035     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
21036
21037     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21038
21039 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
21040 Author: Jon Loeliger <jdl@freescale.com>
21041 Date:   Sun Jul 8 18:02:23 2007 -0500
21042
21043     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
21044
21045     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21046
21047 commit baa26db4113679b80970ff447d91cc10217742a6
21048 Author: Jon Loeliger <jdl@freescale.com>
21049 Date:   Sun Jul 8 17:51:39 2007 -0500
21050
21051     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
21052
21053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21054
21055 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
21056 Author: Jon Loeliger <jdl@freescale.com>
21057 Date:   Sun Jul 8 17:02:01 2007 -0500
21058
21059     Clear up confusion over the CMD_POST and POST_DIAG mess.
21060
21061     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
21062     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
21063     Clear this mess up some.
21064
21065     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21066
21067 commit b3631487105a57ab7cbadfc26efbaf9676275018
21068 Author: Jon Loeliger <jdl@freescale.com>
21069 Date:   Sun Jul 8 15:45:08 2007 -0500
21070
21071     Remove references to the old cmd_confdefs.h include file.
21072
21073     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21074
21075 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
21076 Author: Jon Loeliger <jdl@freescale.com>
21077 Date:   Sun Jul 8 15:42:59 2007 -0500
21078
21079     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
21080
21081     Use new CONFIG_CMD_* in lwmon5.h board config file.
21082     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
21083
21084     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21085
21086 commit a5562901661bd428f7e5feb333f796372cb81019
21087 Author: Jon Loeliger <jdl@freescale.com>
21088 Date:   Sun Jul 8 15:31:57 2007 -0500
21089
21090     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
21091
21092     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21093
21094 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
21095 Author: Jon Loeliger <jdl@freescale.com>
21096 Date:   Sun Jul 8 15:02:44 2007 -0500
21097
21098     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
21099
21100     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21101
21102 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
21103 Author: Jon Loeliger <jdl@freescale.com>
21104 Date:   Sun Jul 8 15:12:40 2007 -0500
21105
21106     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
21107
21108     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21109
21110 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
21111 Author: Jon Loeliger <jdl@freescale.com>
21112 Date:   Sun Jul 8 14:55:07 2007 -0500
21113
21114     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
21115
21116     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21117
21118 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
21119 Author: Jon Loeliger <jdl@freescale.com>
21120 Date:   Sun Jul 8 14:49:44 2007 -0500
21121
21122     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
21123
21124     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21125
21126 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
21127 Author: Jon Loeliger <jdl@freescale.com>
21128 Date:   Sun Jul 8 14:21:43 2007 -0500
21129
21130     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
21131
21132     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21133
21134 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
21135 Author: Jon Loeliger <jdl@freescale.com>
21136 Date:   Sun Jul 8 14:14:17 2007 -0500
21137
21138     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
21139
21140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21141
21142 commit 348f258f24253433e4a2302a0bbceb6740a67246
21143 Author: Jon Loeliger <jdl@freescale.com>
21144 Date:   Sun Jul 8 13:46:18 2007 -0500
21145
21146     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
21147
21148     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21149
21150 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
21151 Author: Jon Loeliger <jdl@freescale.com>
21152 Date:   Sun Jul 8 10:09:35 2007 -0500
21153
21154     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
21155
21156     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21157
21158 commit 60a0876b5106b34220e459c208bbf648073306c0
21159 Author: Jon Loeliger <jdl@freescale.com>
21160 Date:   Sat Jul 7 21:04:26 2007 -0500
21161
21162     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
21163
21164     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21165
21166 commit dcaa71562826a2466e894c868d132509dcda8444
21167 Author: Jon Loeliger <jdl@freescale.com>
21168 Date:   Sat Jul 7 20:56:05 2007 -0500
21169
21170     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
21171
21172     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21173
21174 commit 3c3227f3c737502311b25b72084573901cbbf17d
21175 Author: Jon Loeliger <jdl@freescale.com>
21176 Date:   Sat Jul 7 20:40:43 2007 -0500
21177
21178     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
21179
21180     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21181
21182 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
21183 Author: Jon Loeliger <jdl@freescale.com>
21184 Date:   Thu Jul 5 19:52:35 2007 -0500
21185
21186     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
21187
21188     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21189
21190 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
21191 Author: Jon Loeliger <jdl@freescale.com>
21192 Date:   Thu Jul 5 19:32:07 2007 -0500
21193
21194     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
21195
21196     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21197
21198 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
21199 Author: Jon Loeliger <jdl@freescale.com>
21200 Date:   Thu Jul 5 19:13:52 2007 -0500
21201
21202     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
21203
21204     Since ADS860.h includes "board/fads/fads.h" with ramifications
21205     on the CONFIG_COMMAND treatment, it too has to be adjusted to
21206     exclude already configured commands in this same commit.
21207
21208     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21209
21210 commit 10e038932f22ee80ebd53de312531e70e6590a2f
21211 Author: Thomas Knobloch <knobloch@siemens.com>
21212 Date:   Fri Jul 6 14:58:39 2007 +0200
21213
21214     [NAND] Bad block skipping for command nboot
21215
21216     The old implementation of command nboot does not support reading the image from
21217     NAND flash with skipping of bad blocks. The patch implements a new version of
21218     the nboot command: by calling nboot.jffs2 from the u-boot command line the
21219     command will load the image from NAND flash with respect to bad blocks (by using
21220     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
21221     read.jffs2 ...".
21222
21223     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
21224     Signed-off-by: Stefan Roese <sr@denx.de>
21225
21226 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
21227 Author: Stefan Roese <sr@denx.de>
21228 Date:   Fri Jul 6 12:26:51 2007 +0200
21229
21230     ppc4xx: Update lwmon5 default environment
21231
21232     Signed-off-by: Stefan Roese <sr@denx.de>
21233
21234 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
21235 Author: Stefan Roese <sr@denx.de>
21236 Date:   Fri Jul 6 11:48:24 2007 +0200
21237
21238     ppc4xx: Update lwmon5 board
21239
21240     Add unlock=yes environment variable to default variables to unlock
21241     the CFI flash by default.
21242
21243     Signed-off-by: Stefan Roese <sr@denx.de>
21244
21245 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
21246 Author: Stefan Roese <sr@denx.de>
21247 Date:   Fri Jul 6 09:45:47 2007 +0200
21248
21249     Fix problem with get/setdcr commands introduced by cfg patches
21250
21251     Signed-off-by: Stefan Roese <sr@denx.de>
21252
21253 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
21254 Author: Wolfgang Denk <wd@denx.de>
21255 Date:   Fri Jul 6 02:50:19 2007 +0200
21256
21257     Code cleanup and default config update for STC GP3 SSA board.
21258
21259     Signed-off-by: Wolfgang Denk <wd@denx.de>
21260
21261 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
21262 Author: Wolfgang Denk <wd@denx.de>
21263 Date:   Thu Jul 5 17:56:27 2007 +0200
21264
21265     Fixing some typos etc. introduced mainly by cfg patches.
21266
21267     Signed-off-by: Wolfgang Denk <wd@denx.de>
21268
21269 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
21270 Author: Wolfgang Denk <wd@denx.de>
21271 Date:   Thu Jul 5 11:12:16 2007 +0200
21272
21273     Minor coding style cleanup. Update CHANGELOG.
21274
21275 commit dca3b3d6d6396b67e5e84af53452164923c73443
21276 Author: Jon Loeliger <jdl@jdl.com>
21277 Date:   Wed Jul 4 22:33:46 2007 -0500
21278
21279     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
21280
21281     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21282
21283 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
21284 Author: Jon Loeliger <jdl@jdl.com>
21285 Date:   Wed Jul 4 22:33:38 2007 -0500
21286
21287     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
21288
21289     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21290
21291 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
21292 Author: Jon Loeliger <jdl@jdl.com>
21293 Date:   Wed Jul 4 22:33:30 2007 -0500
21294
21295     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
21296
21297     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21298
21299 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
21300 Author: Jon Loeliger <jdl@jdl.com>
21301 Date:   Wed Jul 4 22:33:23 2007 -0500
21302
21303     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
21304
21305     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21306
21307 commit 26a34560d56a9df5bc2ae23525d9229736134757
21308 Author: Jon Loeliger <jdl@jdl.com>
21309 Date:   Wed Jul 4 22:33:17 2007 -0500
21310
21311     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
21312
21313     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21314
21315 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
21316 Author: Jon Loeliger <jdl@jdl.com>
21317 Date:   Wed Jul 4 22:33:13 2007 -0500
21318
21319     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
21320
21321     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21322
21323 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
21324 Author: Jon Loeliger <jdl@jdl.com>
21325 Date:   Wed Jul 4 22:33:07 2007 -0500
21326
21327     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
21328
21329     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21330
21331 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
21332 Author: Jon Loeliger <jdl@jdl.com>
21333 Date:   Wed Jul 4 22:33:01 2007 -0500
21334
21335     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
21336
21337     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21338
21339 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
21340 Author: Jon Loeliger <jdl@jdl.com>
21341 Date:   Wed Jul 4 22:32:57 2007 -0500
21342
21343     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
21344
21345     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21346
21347 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
21348 Author: Jon Loeliger <jdl@jdl.com>
21349 Date:   Wed Jul 4 22:32:51 2007 -0500
21350
21351     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
21352
21353     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21354
21355 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
21356 Author: Jon Loeliger <jdl@jdl.com>
21357 Date:   Wed Jul 4 22:32:32 2007 -0500
21358
21359     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
21360
21361     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21362
21363 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
21364 Author: Jon Loeliger <jdl@jdl.com>
21365 Date:   Wed Jul 4 22:32:25 2007 -0500
21366
21367     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
21368
21369     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21370
21371 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
21372 Author: Jon Loeliger <jdl@jdl.com>
21373 Date:   Wed Jul 4 22:32:19 2007 -0500
21374
21375     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
21376
21377     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21378
21379 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
21380 Author: Jon Loeliger <jdl@jdl.com>
21381 Date:   Wed Jul 4 22:32:10 2007 -0500
21382
21383     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
21384
21385     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21386
21387 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
21388 Author: Jon Loeliger <jdl@jdl.com>
21389 Date:   Wed Jul 4 22:32:03 2007 -0500
21390
21391     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
21392
21393     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21394
21395 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
21396 Author: Jon Loeliger <jdl@jdl.com>
21397 Date:   Wed Jul 4 22:31:56 2007 -0500
21398
21399     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
21400
21401     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21402
21403 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
21404 Author: Jon Loeliger <jdl@jdl.com>
21405 Date:   Wed Jul 4 22:31:49 2007 -0500
21406
21407     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
21408
21409     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21410
21411 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
21412 Author: Jon Loeliger <jdl@jdl.com>
21413 Date:   Wed Jul 4 22:31:42 2007 -0500
21414
21415     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
21416
21417     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21418
21419 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
21420 Author: Jon Loeliger <jdl@jdl.com>
21421 Date:   Wed Jul 4 22:31:35 2007 -0500
21422
21423     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
21424
21425     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21426
21427 commit d794cfefead5fc177cf4f41164e80382e9c9484a
21428 Author: Jon Loeliger <jdl@jdl.com>
21429 Date:   Wed Jul 4 22:31:15 2007 -0500
21430
21431     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
21432
21433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21434
21435 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
21436 Author: Jon Loeliger <jdl@jdl.com>
21437 Date:   Wed Jul 4 22:31:07 2007 -0500
21438
21439     include/configs: Use new CONFIG_CMD_* in STx board config files.
21440
21441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21442
21443 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
21444 Author: Jon Loeliger <jdl@jdl.com>
21445 Date:   Wed Jul 4 22:30:58 2007 -0500
21446
21447     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
21448
21449     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21450
21451 commit 2694690e285acaa34922f55f4b5ae030da60c55a
21452 Author: Jon Loeliger <jdl@jdl.com>
21453 Date:   Wed Jul 4 22:30:50 2007 -0500
21454
21455     include/configs: Use new CONFIG_CMD_* in TQM board config files.
21456
21457     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21458
21459 commit 1cc4c458329765b58e584a19821e796b3c10e976
21460 Author: Jon Loeliger <jdl@jdl.com>
21461 Date:   Wed Jul 4 22:30:28 2007 -0500
21462
21463     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
21464
21465     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21466
21467 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
21468 Author: Jon Loeliger <jdl@jdl.com>
21469 Date:   Wed Jul 4 22:30:06 2007 -0500
21470
21471     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
21472
21473     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21474
21475 commit b44896215a09c60fa40cae906f7ed207bbc2c492
21476 Author: Sergei Poselenov <sposelenov@emcraft.com>
21477 Date:   Thu Jul 5 08:17:37 2007 +0200
21478
21479     Merged POST framework with the current TOT.
21480
21481     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21482
21483 commit b24629fa377214d63bb40d1360e354b6d3e4af56
21484 Author: Jon Loeliger <jdl@jdl.com>
21485 Date:   Wed Jun 13 13:23:15 2007 -0500
21486
21487     mpc86xx: Remove old CFG_CMD_* references.
21488
21489     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21490
21491 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
21492 Author: Jon Loeliger <jdl@jdl.com>
21493 Date:   Wed Jun 13 13:22:54 2007 -0500
21494
21495     Add MPC8568MDS to MAKEALL 85xx target.
21496
21497     It was missing from the original port submission.
21498
21499     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21500
21501 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
21502 Author: Jon Loeliger <jdl@jdl.com>
21503 Date:   Wed Jun 13 13:22:08 2007 -0500
21504
21505     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
21506
21507     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21508
21509 commit 56b304ac2091689506088a9ae67f63fd6300cf16
21510 Author: Jon Loeliger <jdl@jdl.com>
21511 Date:   Wed Jun 13 13:21:37 2007 -0500
21512
21513     Fix #if typo in CONFIG_CMD_* changes.
21514
21515     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21516
21517 commit f780b83316d9af1f61d71cc88b1917b387b9b995
21518 Author: Niklaus Giger <niklausgiger@gmx.ch>
21519 Date:   Wed Jun 27 18:11:38 2007 +0200
21520
21521     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
21522
21523     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
21524
21525 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
21526 Author: Stefan Roese <sr@denx.de>
21527 Date:   Wed Jul 4 10:06:30 2007 +0200
21528
21529     ppc4xx: Update lwmon5 board
21530
21531     - Add optional ECC generation routine to preserve existing
21532       RAM values. This is needed for the Linux log-buffer support
21533     - Add optional DDR2 setup with CL=4
21534     - GPIO50 not used anymore
21535     - Lime register setup added
21536
21537     Signed-off-by: Stefan Roese <sr@denx.de>
21538
21539 commit 6810a34677dbc446334f5e451f1682426dd33b49
21540 Author: Grant Likely <grant.likely@secretlab.ca>
21541 Date:   Tue Jul 3 00:17:28 2007 -0600
21542
21543     Fix Makefile to use $(MKCONFIG) macro for all board ports
21544
21545     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21546
21547 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
21548 Author: Grant Likely <grant.likely@secretlab.ca>
21549 Date:   Tue Jul 3 00:17:28 2007 -0600
21550
21551     Fix Makefile to use $(MKCONFIG) macro for all board ports
21552
21553     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21554
21555 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
21556 Author: Grant Likely <grant.likely@secretlab.ca>
21557 Date:   Tue Jul 3 00:34:49 2007 -0600
21558
21559     Correct fixup relocation for mpc83xx
21560
21561     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21562
21563 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
21564 Author: Grant Likely <grant.likely@secretlab.ca>
21565 Date:   Tue Jul 3 00:34:44 2007 -0600
21566
21567     Correct fixup relocation for mpc8260
21568
21569     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21570
21571 commit f3a52fe05923935db86985daf9438e2f70ac39aa
21572 Author: Grant Likely <grant.likely@secretlab.ca>
21573 Date:   Tue Jul 3 00:34:39 2007 -0600
21574
21575     Correct fixup relocation for mpc824x
21576
21577     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21578
21579 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
21580 Author: Grant Likely <grant.likely@secretlab.ca>
21581 Date:   Tue Jul 3 00:34:34 2007 -0600
21582
21583     Correct fixup relocation for mpc8220
21584
21585     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21586
21587 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
21588 Author: Grant Likely <grant.likely@secretlab.ca>
21589 Date:   Tue Jul 3 00:34:29 2007 -0600
21590
21591     Correct fixup relocation for MPC5xxx
21592
21593     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21594
21595 commit 3649cd99ba815b6601868735765602f00ef3692b
21596 Author: Grant Likely <grant.likely@secretlab.ca>
21597 Date:   Tue Jul 3 00:34:24 2007 -0600
21598
21599     Correct relocation fixup for mpc5xx
21600
21601     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21602
21603 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
21604 Author: Grant Likely <grant.likely@secretlab.ca>
21605 Date:   Tue Jul 3 00:34:19 2007 -0600
21606
21607     Don't set gd->reloc_off if relocation of .fixup works correctly
21608
21609     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21610
21611 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
21612 Author: Grant Likely <grant.likely@secretlab.ca>
21613 Date:   Tue Jul 3 00:34:14 2007 -0600
21614
21615     Remove obsolete mpc83xx linker scripts
21616
21617     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21618
21619 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
21620 Author: Grant Likely <grant.likely@secretlab.ca>
21621 Date:   Tue Jul 3 00:34:09 2007 -0600
21622
21623     Consolidate mpc8260 linker scripts
21624
21625     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21626
21627 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
21628 Author: Grant Likely <grant.likely@secretlab.ca>
21629 Date:   Tue Jul 3 00:34:04 2007 -0600
21630
21631     Remove obsolete mpc824x linker scripts
21632
21633     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21634
21635 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
21636 Author: Grant Likely <grant.likely@secretlab.ca>
21637 Date:   Tue Jul 3 00:33:59 2007 -0600
21638
21639     Remove obsolete mpc824x linker scripts (3 of 4)
21640
21641     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21642
21643 commit a71c084f3ac7fedf144537db2b2da47323068833
21644 Author: Grant Likely <grant.likely@secretlab.ca>
21645 Date:   Tue Jul 3 00:33:53 2007 -0600
21646
21647     Remove obsolete mpc824x linker scripts (2 of 4)
21648
21649     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21650
21651 commit f670a15468d1365241d40022b9408e1004181f5e
21652 Author: Grant Likely <grant.likely@secretlab.ca>
21653 Date:   Tue Jul 3 00:33:48 2007 -0600
21654
21655     Remove obsolete mpc824x linker scripts (1 of 4)
21656
21657     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21658
21659 commit 09555bd45a04c0e54f172528d21bc18896550d28
21660 Author: Grant Likely <grant.likely@secretlab.ca>
21661 Date:   Tue Jul 3 00:33:43 2007 -0600
21662
21663     Remove obsolete mpc8220 linker scripts
21664
21665     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21666
21667 commit 5efb992f046e51225c93d52f80fecbe433abd789
21668 Author: Grant Likely <grant.likely@secretlab.ca>
21669 Date:   Tue Jul 3 00:33:38 2007 -0600
21670
21671     Remove obsolete mpc5xxx linker scripts (3 of 3)
21672
21673     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21674
21675 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
21676 Author: Grant Likely <grant.likely@secretlab.ca>
21677 Date:   Tue Jul 3 00:33:33 2007 -0600
21678
21679     Remove obsolete mpc5xxx linker scripts (2 of 3)
21680
21681     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21682
21683 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
21684 Author: Grant Likely <grant.likely@secretlab.ca>
21685 Date:   Tue Jul 3 00:33:28 2007 -0600
21686
21687     Remove obsolete mpc5xxx linker scripts (1 of 3)
21688
21689     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21690
21691 commit b7d8e05f8675249b5f208aa73babeed384a4519d
21692 Author: Grant Likely <grant.likely@secretlab.ca>
21693 Date:   Tue Jul 3 00:33:23 2007 -0600
21694
21695     Remove obsolete mpc5xx linker scripts
21696
21697     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21698
21699 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
21700 Author: Grant Likely <grant.likely@secretlab.ca>
21701 Date:   Tue Jul 3 00:33:18 2007 -0600
21702
21703     Consolidate mpc83xx linker scripts
21704
21705     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21706
21707 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
21708 Author: Grant Likely <grant.likely@secretlab.ca>
21709 Date:   Tue Jul 3 00:33:13 2007 -0600
21710
21711     Consolidate mpc8260 linker scripts
21712
21713     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21714
21715 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
21716 Author: Grant Likely <grant.likely@secretlab.ca>
21717 Date:   Tue Jul 3 00:33:08 2007 -0600
21718
21719     Consolidate mpc824x linker scripts
21720
21721     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21722
21723 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
21724 Author: Grant Likely <grant.likely@secretlab.ca>
21725 Date:   Tue Jul 3 00:33:03 2007 -0600
21726
21727     Consolidate mpc8220 linker scripts
21728
21729     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21730
21731 commit d181c9a15cd41863fe24840d17848429f27d3c8c
21732 Author: Grant Likely <grant.likely@secretlab.ca>
21733 Date:   Tue Jul 3 00:32:58 2007 -0600
21734
21735     Consolidate mpc5xxx linker scripts
21736
21737     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21738
21739 commit 287ac924adb7291bebe5086652a362a30ab28b13
21740 Author: Grant Likely <grant.likely@secretlab.ca>
21741 Date:   Tue Jul 3 00:32:53 2007 -0600
21742
21743     Consolidate mpc5xx linker scripts
21744
21745     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21746
21747 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
21748 Author: Wolfgang Denk <wd@denx.de>
21749 Date:   Wed Jul 4 00:43:53 2007 +0200
21750
21751     Fix a few file permission problems.
21752
21753     Signed-off-by: Wolfgang Denk <wd@denx.de>
21754
21755 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
21756 Author: Wolfgang Denk <wd@denx.de>
21757 Date:   Wed Jul 4 00:38:38 2007 +0200
21758
21759     Minor coding style cleanup. Rebuild CHANGELOG file.
21760
21761 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
21762 Author: Jon Loeliger <jdl@jdl.com>
21763 Date:   Mon Jun 11 19:03:44 2007 -0500
21764
21765     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
21766
21767     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21768
21769 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
21770 Author: Jon Loeliger <jdl@jdl.com>
21771 Date:   Mon Jun 11 19:03:39 2007 -0500
21772
21773     README: Rewrite command line config to use CONFIG_CMD_* names.
21774
21775     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21776
21777 commit 72a074cec68e5bad60d63206c050974e08afd804
21778 Author: Jon Loeliger <jdl@jdl.com>
21779 Date:   Mon Jun 11 19:03:34 2007 -0500
21780
21781     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21782
21783     This is a compatibility step that allows both the older form
21784     and the new form to co-exist for a while until the older can
21785     be removed entirely.
21786
21787     All transformations are of the form:
21788     Before:
21789         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21790     After:
21791         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21792
21793     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21794
21795 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
21796 Author: Jon Loeliger <jdl@jdl.com>
21797 Date:   Mon Jun 11 19:03:28 2007 -0500
21798
21799     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21800
21801     This is a compatibility step that allows both the older form
21802     and the new form to co-exist for a while until the older can
21803     be removed entirely.
21804
21805     All transformations are of the form:
21806     Before:
21807         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21808     After:
21809         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21810
21811     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21812
21813 commit 9107ebe0d352420895ab69b715697bdebc8caf50
21814 Author: Jon Loeliger <jdl@jdl.com>
21815 Date:   Mon Jun 11 19:03:23 2007 -0500
21816
21817     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21818
21819     This is a compatibility step that allows both the older form
21820     and the new form to co-exist for a while until the older can
21821     be removed entirely.
21822
21823     All transformations are of the form:
21824     Before:
21825         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21826     After:
21827         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21828
21829     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21830
21831 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
21832 Author: Jon Loeliger <jdl@jdl.com>
21833 Date:   Mon Jun 11 19:03:19 2007 -0500
21834
21835     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21836
21837     This is a compatibility step that allows both the older form
21838     and the new form to co-exist for a while until the older can
21839     be removed entirely.
21840
21841     All transformations are of the form:
21842     Before:
21843         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21844     After:
21845         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21846
21847     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21848
21849 commit 737184114ec9c9e0ab94d6713536126073bd2472
21850 Author: Jon Loeliger <jdl@jdl.com>
21851 Date:   Mon Jun 11 19:03:15 2007 -0500
21852
21853     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21854
21855     This is a compatibility step that allows both the older form
21856     and the new form to co-exist for a while until the older can
21857     be removed entirely.
21858
21859     All transformations are of the form:
21860     Before:
21861         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21862     After:
21863         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21864
21865     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21866
21867 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
21868 Author: Jon Loeliger <jdl@jdl.com>
21869 Date:   Mon Jun 11 19:03:08 2007 -0500
21870
21871     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21872
21873     This is a compatibility step that allows both the older form
21874     and the new form to co-exist for a while until the older can
21875     be removed entirely.
21876
21877     All transformations are of the form:
21878     Before:
21879         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21880     After:
21881         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21882
21883     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21884
21885 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
21886 Author: Jon Loeliger <jdl@jdl.com>
21887 Date:   Mon Jun 11 19:03:03 2007 -0500
21888
21889     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21890
21891     This is a compatibility step that allows both the older form
21892     and the new form to co-exist for a while until the older can
21893     be removed entirely.
21894
21895     All transformations are of the form:
21896     Before:
21897         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21898     After:
21899         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21900
21901     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21902
21903 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
21904 Author: Jon Loeliger <jdl@jdl.com>
21905 Date:   Mon Jun 11 19:02:58 2007 -0500
21906
21907     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21908
21909     This is a compatibility step that allows both the older form
21910     and the new form to co-exist for a while until the older can
21911     be removed entirely.
21912
21913     All transformations are of the form:
21914     Before:
21915         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21916     After:
21917         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21918
21919     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21920
21921 commit 98b79003c21c2578206003256de4e781d6b36ca8
21922 Author: Jon Loeliger <jdl@jdl.com>
21923 Date:   Mon Jun 11 19:02:53 2007 -0500
21924
21925     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21926
21927     This is a compatibility step that allows both the older form
21928     and the new form to co-exist for a while until the older can
21929     be removed entirely.
21930
21931     All transformations are of the form:
21932     Before:
21933         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21934     After:
21935         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21936
21937     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21938
21939 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
21940 Author: Jon Loeliger <jdl@jdl.com>
21941 Date:   Mon Jun 11 19:02:49 2007 -0500
21942
21943     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21944
21945     This is a compatibility step that allows both the older form
21946     and the new form to co-exist for a while until the older can
21947     be removed entirely.
21948
21949     All transformations are of the form:
21950     Before:
21951         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21952     After:
21953         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21954
21955     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21956
21957 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
21958 Author: Jon Loeliger <jdl@jdl.com>
21959 Date:   Mon Jun 11 19:02:34 2007 -0500
21960
21961     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21962
21963     This is a compatibility step that allows both the older form
21964     and the new form to co-exist for a while until the older can
21965     be removed entirely.
21966
21967     All transformations are of the form:
21968     Before:
21969         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21970     After:
21971         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21972
21973     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21974
21975 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
21976 Author: Jon Loeliger <jdl@jdl.com>
21977 Date:   Mon Jun 11 19:02:20 2007 -0500
21978
21979     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21980
21981     This is a compatibility step that allows both the older form
21982     and the new form to co-exist for a while until the older can
21983     be removed entirely.
21984
21985     All transformations are of the form:
21986     Before:
21987         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
21988     After:
21989         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
21990
21991     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21992
21993 commit d5be43de93ff905c465e509d45a3164ef48d26e7
21994 Author: Jon Loeliger <jdl@jdl.com>
21995 Date:   Mon Jun 11 19:02:10 2007 -0500
21996
21997     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
21998
21999     This is a compatibility step that allows both the older form
22000     and the new form to co-exist for a while until the older can
22001     be removed entirely.
22002
22003     All transformations are of the form:
22004     Before:
22005         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
22006     After:
22007         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
22008
22009     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22010
22011 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
22012 Author: Jon Loeliger <jdl@jdl.com>
22013 Date:   Mon Jun 11 19:02:05 2007 -0500
22014
22015     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
22016
22017     This is a compatibility step that allows both the older form
22018     and the new form to co-exist for a while until the older can
22019     be removed entirely.
22020
22021     All transformations are of the form:
22022     Before:
22023         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
22024     After:
22025         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
22026
22027     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22028
22029 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
22030 Author: Jon Loeliger <jdl@jdl.com>
22031 Date:   Mon Jun 11 19:01:54 2007 -0500
22032
22033     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
22034
22035     This is a compatibility step that allows both the older form
22036     and the new form to co-exist for a while until the older can
22037     be removed entirely.
22038
22039     All transformations are of the form:
22040     Before:
22041         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
22042     After:
22043         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
22044
22045     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22046
22047 commit a76adc8142c1d956385a109e0b70f9319ede4d66
22048 Author: Jon Loeliger <jdl@jdl.com>
22049 Date:   Mon Jun 11 19:01:43 2007 -0500
22050
22051     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
22052
22053     This is a compatibility step that allows both the older form
22054     and the new form to co-exist for a while until the older can
22055     be removed entirely.
22056
22057     All transformations are of the form:
22058     Before:
22059         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
22060     After:
22061         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
22062
22063     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22064
22065 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
22066 Author: Jon Loeliger <jdl@jdl.com>
22067 Date:   Mon Jun 11 19:01:34 2007 -0500
22068
22069     Introduce initial versions of new Command Config files.
22070
22071     Derive three new files from cmd_confdefs.h:
22072         config_bootp.h - Has BOOTP related config options, not commands
22073         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
22074         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
22075
22076     For now, include "config_bootp.h" for compatability until all
22077     users of it directly include it properly.
22078
22079     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22080
22081 commit 1f2a05898658900dc5717761e27abf2052e67e13
22082 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
22083 Date:   Sat Jun 30 18:50:48 2007 +0200
22084
22085     Fix S-ATA support.
22086
22087     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
22088
22089 commit a5d71e290f3673269be8eefb4ec44f53412f9461
22090 Author: Heiko Schocher <hs@pollux.denx.de>
22091 Date:   Mon Jun 25 19:11:37 2007 +0200
22092
22093     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
22094
22095     Signed-off-by: Heiko Schocher <hs@denx.de>
22096
22097 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
22098 Author: Niklaus Giger <niklaus.giger@nestal.com>
22099 Date:   Mon Jun 25 17:03:13 2007 +0200
22100
22101     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
22102
22103     This patch prints the DDR status registers upon machine check
22104     interrupt on the 440EPx/GRx. This can be useful especially when
22105     ECC support is enabled.
22106
22107     I added some small changes to the original patch from Niklaus to
22108     make it compile clean.
22109
22110     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
22111     Signed-off-by: Stefan Roese <sr@denx.de>
22112
22113 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
22114 Author: Niklaus Giger <niklaus.giger@nestal.com>
22115 Date:   Mon Jun 25 16:50:55 2007 +0200
22116
22117     ppc4xx: Fix O=buildir builds
22118
22119     This patch fixes the problem to assemble cpu/ppc4xx/start.S
22120     experienced last week where building failed having specified
22121     O=../build.sequoia.
22122
22123     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
22124
22125 commit 466fff1a7bb5fe764a06450626f6098219f446b8
22126 Author: Stefan Roese <sr@denx.de>
22127 Date:   Mon Jun 25 15:57:39 2007 +0200
22128
22129     ppc4xx: Add pci_pre_init() for 405 boards
22130
22131     This patch removes the CFG_PCI_PRE_INIT option completely, since
22132     it's not needed anymore with the patch from Matthias Fuchs with
22133     the "weak" pci_pre_init() implementation.
22134
22135     Signed-off-by: Stefan Roese <sr@denx.de>
22136
22137 commit 6f35c53166213c24a5a0e2390ed861136ff73870
22138 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22139 Date:   Sun Jun 24 17:41:21 2007 +0200
22140
22141     ppc4xx: Maintenance patch for esd's CPCI405 derivats
22142
22143     -add pci_pre_init() for pci interrupt fixup code
22144     -disable phy sleep mode via reset_phy() function
22145     -use correct io accessors
22146     -cleanup
22147
22148     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22149
22150 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
22151 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22152 Date:   Sun Jun 24 17:23:41 2007 +0200
22153
22154     ppc4xx: Add pci_pre_init() for 405 boards
22155
22156     This patch adds support for calling a plattform dependant
22157     pci_pre_init() function for 405 boards. This can be used to
22158     move the current pci_405gp_fixup_irq() function into the
22159     board code.
22160
22161     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
22162     A default function with 'weak' attribute is used when
22163     a board specific pci_pre_init() is not implemented.
22164
22165     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22166
22167 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
22168 Author: Wolfgang Denk <wd@denx.de>
22169 Date:   Fri Jun 22 23:59:00 2007 +0200
22170
22171     Coding stylke cleanup; rebuild CHANGELOG
22172
22173 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
22174 Author: Igor Lisitsin <igor@emcraft.com>
22175 Date:   Wed Apr 18 14:55:19 2007 +0400
22176
22177     Adapt log buffer code to support Linux 2.6
22178
22179     A new environment variable, "logversion", selects the log buffer
22180     behaviour. If it is not set or set to a value other than 2, then the
22181     old, Linux 2.4.4, behaviour is selected.
22182
22183     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
22184     --
22185
22186 commit a11e06965ec91270c51853407ff1261d3c740386
22187 Author: Igor Lisitsin <igor@emcraft.com>
22188 Date:   Wed Mar 28 19:06:19 2007 +0400
22189
22190     Extend POST support for PPC440
22191
22192     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
22193
22194     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
22195     --
22196
22197 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
22198 Author: Heiko Schocher <hs@pollux.denx.de>
22199 Date:   Fri Jun 22 19:11:54 2007 +0200
22200
22201     [PCS440EP]      upgrade the PCS440EP board:
22202                     - Show on the Status LEDs, some States of the board.
22203                     - Get the MAC addresses from the EEProm
22204                     - use PREBOOT
22205                     - use the CF on the board.
22206                     - check the U-Boot image in the Flash with a SHA1
22207                       checksum.
22208                     - use dynamic TLB entries generation for the SDRAM
22209
22210     Signed-off-by: Heiko Schocher <hs@denx.de>
22211
22212 commit 3a1f5c81b0b9557817a789bece839905581c2205
22213 Author: Stefan Roese <sr@denx.de>
22214 Date:   Fri Jun 22 16:58:40 2007 +0200
22215
22216     ppc4xx: Fix problem with extended program_tlb() funtion
22217
22218     The recently extended program_tlb() function had a problem when
22219     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
22220     virtual address was not incremented. This patch fixes this issue
22221     and is tested on Katmai with 512MB SDRAM.
22222
22223     Signed-off-by: Stefan Roese <sr@denx.de>
22224
22225 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
22226 Author: Rafal Jaworowski <raj@semihalf.com>
22227 Date:   Fri Jun 22 14:58:04 2007 +0200
22228
22229     [ppc] Fix build breakage for all non-4xx PowerPC variants.
22230
22231     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
22232     - minor 4xx cleanup
22233
22234 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
22235 Author: Mike Frysinger <vapier@gentoo.org>
22236 Date:   Fri Jun 22 10:34:12 2007 +0200
22237
22238     [patch] add nand_init() prototype to nand.h
22239
22240     since nand_init() is expected to be called by other parts of u-boot, there
22241     should be a prototype for it in nand.h
22242
22243     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22244     Signed-off-by: Stefan Roese <sr@denx.de>
22245
22246 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
22247 Author: Wolfgang Denk <wd@denx.de>
22248 Date:   Wed Jun 20 18:14:24 2007 +0200
22249
22250     Coding style cleanup. Refresh CHANGELOG.
22251
22252 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
22253 Author: Stefan Roese <sr@denx.de>
22254 Date:   Tue Jun 19 17:22:44 2007 +0200
22255
22256     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
22257
22258     This patch adds a board command to configure the I2C bootstrap EEPROM
22259     values. Right now 533 and 667MHz are supported for booting either via NOR
22260     or NAND FLASH. Here the usage:
22261
22262     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
22263     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
22264
22265     Signed-off-by: Stefan Roese <sr@denx.de>
22266
22267 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
22268 Author: Stefan Roese <sr@denx.de>
22269 Date:   Tue Jun 19 16:42:31 2007 +0200
22270
22271     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
22272
22273     The latest changes showed a problem with the location of the NAND-SPL
22274     image in the OCM and the init-data area (incl. cache). This patch
22275     fixes this problem.
22276
22277     Signed-off-by: Stefan Roese <sr@denx.de>
22278
22279 commit 86ba99e34194394052d24c04dc40d1263d29a26f
22280 Author: Stefan Roese <sr@denx.de>
22281 Date:   Tue Jun 19 16:40:58 2007 +0200
22282
22283     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
22284
22285     Signed-off-by: Stefan Roese <sr@denx.de>
22286
22287 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
22288 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22289 Date:   Mon Jun 18 13:50:13 2007 -0500
22290
22291     Added M5329AFEE and M5329BFEE Platforms
22292
22293     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
22294     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
22295     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
22296     rtc/mcfrtc.c
22297
22298     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
22299     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
22300     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
22301     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
22302     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
22303     lib_m68k/time.c, net/eth.c and rtc/Makefile
22304
22305     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22306
22307 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
22308 Author: Michal Simek <monstr@monstr.eu>
22309 Date:   Sun Jun 17 19:04:11 2007 +0200
22310
22311     [fix] email reparation
22312
22313 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
22314 Author: Michal Simek <monstr@monstr.eu>
22315 Date:   Sun Jun 17 19:03:21 2007 +0200
22316
22317     [FIX] fix microblaze file permitission
22318
22319 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
22320 Author: Stefan Roese <sr@denx.de>
22321 Date:   Fri Jun 15 11:33:41 2007 +0200
22322
22323     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
22324
22325     Now CONFIG_440 has to be defined in all PPC440 board config files.
22326
22327     Signed-off-by: Stefan Roese <sr@denx.de>
22328
22329 commit efa35cf12d914d4caba942acd5a6c45f217de302
22330 Author: Grzegorz Bernacki <gjb@semihalf.com>
22331 Date:   Fri Jun 15 11:19:28 2007 +0200
22332
22333     ppc4xx: Clean up 440 exceptions handling
22334
22335     - Introduced dedicated switches for building 440 and 405 images required
22336       for 440-specific machine instructions like 'rfmci' etc.
22337
22338     - Exception vectors moved to the proper location (_start moved away from
22339       the critical exception handler space, which it occupied)
22340
22341     - CriticalInput now serviced (with default handler)
22342
22343     - MachineCheck properly serviced (added a dedicated handler and return
22344       subroutine)
22345
22346     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
22347       unhandled and those not relevant for 4xx were eliminated)
22348
22349     - Eliminated Linux leftovers, removed dead code
22350
22351     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
22352     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
22353     Signed-off-by: Stefan Roese <sr@denx.de>
22354
22355 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
22356 Author: Stefan Roese <sr@denx.de>
22357 Date:   Fri Jun 15 08:18:01 2007 +0200
22358
22359     [ppc4xx] Add initial lwmon5 board support
22360
22361     This patch adds initial support for the Liebherr lwmon5 board euqipped
22362     with an AMCC 440EPx PowerPC.
22363
22364     Signed-off-by: Stefan Roese <sr@denx.de>
22365
22366 commit 85f737376d5ff3d5f0d45a8b657686326d175307
22367 Author: Stefan Roese <sr@denx.de>
22368 Date:   Fri Jun 15 07:39:43 2007 +0200
22369
22370     [ppc4xx] Extend 44x GPIO setup with default output state
22371
22372     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
22373     is extended with the default GPIO output state (level).
22374
22375     Signed-off-by: Stefan Roese <sr@denx.de>
22376
22377 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
22378 Author: Stefan Roese <sr@denx.de>
22379 Date:   Thu Jun 14 11:14:32 2007 +0200
22380
22381     [ppc4xx] Extend program_tlb() with virtual & physical addresses
22382
22383     Now program_tlb() allows to program a TLB (or multiple) with
22384     different virtual and physical addresses. With this change, now one
22385     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
22386     diabled and once with caches enabled.
22387
22388     Signed-off-by: Stefan Roese <sr@denx.de>
22389
22390 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
22391 Author: Detlev Zundel <dzu@denx.de>
22392 Date:   Wed May 23 19:02:41 2007 +0200
22393
22394     Change 'repeatable' attribute of some commands to sensible values.
22395
22396     Most prominently this changes 'erase' to be non-repeatable.
22397
22398     Signed-off-by: Detlev Zundel <dzu@denx.de>
22399
22400 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
22401 Author: Detlev Zundel <dzu@denx.de>
22402 Date:   Wed May 23 18:47:48 2007 +0200
22403
22404     Fix 'run' not to continue after interrupted command
22405
22406     Signed-off-by: Detlev Zundel <dzu@denx.de>
22407
22408 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
22409 Author: Jason Jin <Jason.jin@freescale.com>
22410 Date:   Mon Jun 11 15:14:24 2007 +0200
22411
22412     USB: This patch fix readl in ohci swap reg access.
22413
22414     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
22415
22416 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
22417 Author: Bartlomiej Sieka <tur@semihalf.com>
22418 Date:   Fri Jun 8 14:52:22 2007 +0200
22419
22420     TQM5200: Add Flat Device Tree support, update default env. accordingly.
22421
22422     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
22423     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22424
22425 commit 9045f33c023f698660a2e45d1b2194c0711abebc
22426 Author: Wolfgang Denk <wd@denx.de>
22427 Date:   Fri Jun 8 10:24:58 2007 +0200
22428
22429     Fix config problems on SC3 board; make ide_reset_timeout work.
22430
22431 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
22432 Author: Benoît Monin <bmonin@adeneo.eu>
22433 Date:   Fri Jun 8 09:55:24 2007 +0200
22434
22435     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
22436
22437     Set the correct value in GPIOx_TCR when configuring the gpio
22438     with CFG_440_GPIO_TABLE.
22439
22440     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
22441     Signed-off-by: Stefan Roese <sr@denx.de>
22442
22443 commit f539edc076cfe52bff919dd512ba8d7af0e22092
22444 Author: Vadim Bendebury <vbendeb@google.com>
22445 Date:   Thu May 24 15:52:25 2007 -0700
22446
22447     cosmetic changes to bcm570x driver
22448
22449     This is a cosmetic only changes submission.
22450     It affects files relevant to bcm570x driver.
22451     the commands used to generate this change was
22452
22453     cd drivers
22454     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
22455
22456     The BMW target (the only one using this chip so far) builds cleanly, the
22457     `before and after' generated object files for drivers/bcm570x.c and
22458     drivers/tigon3.o are identical as reported by objdump -d
22459
22460     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
22461     Signed-off-by: Ben Warren <bwarren@qstreams.com>
22462
22463 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
22464 Author: Wolfgang Denk <wd@denx.de>
22465 Date:   Wed Jun 6 16:26:56 2007 +0200
22466
22467     Coding Style cleanup; generate new CHANGELOG file.
22468
22469     Signed-off-by: Wolfgang Denk <wd@denx.de>
22470
22471 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
22472 Author: Markus Klotzbuecher <mk@denx.de>
22473 Date:   Wed Jun 6 11:49:44 2007 +0200
22474
22475     TRAB, USB: update trab board configuration for use of generic ohci driver
22476
22477 commit dace45acd1c1357daa9322099d07c9a9e08b0024
22478 Author: Markus Klotzbuecher <mk@denx.de>
22479 Date:   Wed Jun 6 11:49:43 2007 +0200
22480
22481     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
22482
22483 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
22484 Author: Markus Klotzbuecher <mk@denx.de>
22485 Date:   Wed Jun 6 11:49:43 2007 +0200
22486
22487     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
22488
22489 commit fc43be478f2aa37ce38acd85355038866e4162af
22490 Author: Markus Klotzbuecher <mk@denx.de>
22491 Date:   Wed Jun 6 11:49:35 2007 +0200
22492
22493     USB/OHCI: endianness cleanup in the generic ohci driver
22494
22495 commit c440bfe6d6d92d66478a7e84402b31f48413617b
22496 Author: Stefan Roese <sr@denx.de>
22497 Date:   Wed Jun 6 11:42:13 2007 +0200
22498
22499     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
22500
22501     This patch adds NAND booting support for the AMCC Acadia eval board.
22502
22503     Please make sure to configure jumper J7 to position 2-3 when booting
22504     from NOR, and to position 1-2 when booting for NAND.
22505
22506     I also added a board command to configure the I2C bootstrap EEPROM
22507     values. Right now only 267MHz is support for booting either via NOR
22508     or NAND FLASH. Here the usage:
22509
22510     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
22511     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
22512
22513     Signed-off-by: Stefan Roese <sr@denx.de>
22514
22515 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
22516 Author: Rodolfo Giometti <giometti@linux.it>
22517 Date:   Wed Jun 6 10:08:14 2007 +0200
22518
22519     Files include/linux/byteorder/{big,little}_endian.h define
22520     __BIG_ENDIAN and __LITTLE_ENDIAN.
22521
22522     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
22523
22524 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
22525 Author: Zhang Wei <wei.zhang@freescale.com>
22526 Date:   Wed Jun 6 10:08:14 2007 +0200
22527
22528     Add USB PCI-OHCI, USB keyboard and event poll support to the
22529     MPC8641HPCN board config file.
22530
22531     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
22532
22533 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
22534 Author: Zhang Wei <wei.zhang@freescale.com>
22535 Date:   Wed Jun 6 10:08:14 2007 +0200
22536
22537     USB PCI-OHCI, interrupt pipe and usb event poll support
22538
22539     This patch added USB PCI-OHCI chips support, interrupt pipe support
22540     and usb event poll support. For supporting the USB interrupt pipe, the
22541     globe urb_priv is moved to purb in ed struct. Now, we can process
22542     several urbs at one time. The interrupt pipe support codes are ported
22543     from Linux kernel 2.4.
22544
22545     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
22546
22547 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
22548 Author: Zhang Wei <wei.zhang@freescale.com>
22549 Date:   Wed Jun 6 10:08:13 2007 +0200
22550
22551     USB event poll support
22552
22553     This patch adds USB event poll support, which could be used in usbkbd
22554     and other usb devices driver when the asynchronous interrupt
22555     processing is supported.
22556
22557     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
22558
22559 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
22560 Author: Rodolfo Giometti <giometti@linux.it>
22561 Date:   Wed Jun 6 10:08:12 2007 +0200
22562
22563     ISP116x: delay for crappy USB keys
22564
22565     Using some (very) slow USB keys cause the USB host controller buffers
22566     are not ready to be read by the CPU so we need an extra delay before
22567     reading the USB storage data.
22568
22569     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
22570
22571 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
22572 Author: Markus Klotzbuecher <mk@denx.de>
22573 Date:   Wed Jun 6 10:08:12 2007 +0200
22574
22575     Change duplicate usb_cpu_init_fail to usb_board_init_fail
22576
22577     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
22578     this out.
22579
22580     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22581
22582 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
22583 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22584 Date:   Tue Jun 5 12:30:52 2007 -0500
22585
22586     mpc8641 image size cleanup
22587
22588     e600 does not have a bootpg restriction.
22589     Move the version string to beginning of image at fff00000.
22590     Resetvec.S is not needed.
22591     Update flash copy instructions.
22592     Add tftpflash env variable
22593
22594     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22595     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22596
22597 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
22598 Author: Benoît Monin <bmonin@adeneo.eu>
22599 Date:   Mon Jun 4 08:36:05 2007 +0200
22600
22601     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
22602
22603     The attached patch is mainly cosmetic, allowing u-boot to
22604     display the correct bootstrap option letter according to the
22605     datasheets.
22606
22607     The original patch was extended with 405EZ support by Stefan
22608     Roese.
22609
22610     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
22611     Signed-off-by: Stefan Roese <sr@denx.de>
22612
22613 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
22614 Author: Nikita V. Youshchenko <yoush@debian.org>
22615 Date:   Wed May 23 12:45:19 2007 +0400
22616
22617     fix compilation problem for mpc8349itx CFG_RAMBOOT
22618
22619     Current include/configs/MPC8349ITX.h does contain some support for building
22620     image that will be started from memory (without putting in into flash).
22621     It could be triggered by building with TEXT_BASE set to a low value.
22622
22623     However, this support is incomplete: using of low TEXT_BASE causes
22624     defining configuration macros in inconsistent way, which later leads
22625     to compilation errors. In particular. flash support is being disabled,
22626     but then flash structures get referenced.
22627
22628     This patch fixes this, making it possible to build with low TEXT_BASE.
22629
22630     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
22631
22632     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22633
22634 commit 8a364f0970de49949d635e60accf463c6443ef8c
22635 Author: Nikita V. Youshchenko <yoush@debian.org>
22636 Date:   Wed May 23 12:45:25 2007 +0400
22637
22638     add missing 'console' var to default mpc8349itx config
22639
22640     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22641
22642 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
22643 Author: Stefan Roese <sr@denx.de>
22644 Date:   Fri Jun 1 16:18:17 2007 +0200
22645
22646     ppc4xx: Add missing file for Bamboo NAND booting support
22647
22648     Signed-off-by: Stefan Roese <sr@denx.de>
22649
22650 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
22651 Author: Stefan Roese <sr@denx.de>
22652 Date:   Fri Jun 1 15:58:19 2007 +0200
22653
22654     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
22655
22656     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
22657     suggested by AMCC it is not recommended to dynamically change the EBC
22658     speed after bootup. So we undo this change to be on the safe side.
22659
22660     Signed-off-by: Stefan Roese <sr@denx.de>
22661
22662 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
22663 Author: Stefan Roese <sr@denx.de>
22664 Date:   Fri Jun 1 15:29:04 2007 +0200
22665
22666     ppc4xx: Update Sequoia NAND booting support with ECC
22667
22668     Signed-off-by: Stefan Roese <sr@denx.de>
22669
22670 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
22671 Author: Stefan Roese <sr@denx.de>
22672 Date:   Fri Jun 1 15:27:11 2007 +0200
22673
22674     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
22675
22676     This patch adds NAND booting support for the AMCC Bamboo eval board.
22677     Since the NAND-SPL boot image is limited to 4kbytes, this version
22678     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
22679     supported, since the setup code for I2C DIMM autodetection and
22680     configuration is too big for this NAND bootloader.
22681
22682     Signed-off-by: Stefan Roese <sr@denx.de>
22683
22684 commit 42be56f53c8b107868e6125c8524ae84293e95a7
22685 Author: Stefan Roese <sr@denx.de>
22686 Date:   Fri Jun 1 15:23:04 2007 +0200
22687
22688     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
22689
22690     The U-Boot NAND booting support is now extended to support ECC
22691     upon loading of the NAND U-Boot image.
22692
22693     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
22694
22695     Signed-off-by: Stefan Roese <sr@denx.de>
22696
22697 commit a471db07fbb65a841ffc9f4f112562b945230f98
22698 Author: Stefan Roese <sr@denx.de>
22699 Date:   Fri Jun 1 15:19:29 2007 +0200
22700
22701     ppc4xx: Prepare Bamboo port for NAND booting support
22702
22703     This patch updates the "normal" Bamboo NOR booting port, so
22704     that it is compatible with the coming soon NAND booting
22705     Bamboo port.
22706
22707     It also enables the 2nd NAND flash on the Bamboo.
22708
22709     Signed-off-by: Stefan Roese <sr@denx.de>
22710
22711 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
22712 Author: Stefan Roese <sr@denx.de>
22713 Date:   Fri Jun 1 15:16:58 2007 +0200
22714
22715     ppc4xx: Update in_be32() functions and friends to latest Linux version
22716
22717     Signed-off-by: Stefan Roese <sr@denx.de>
22718
22719 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
22720 Author: Stefan Roese <sr@denx.de>
22721 Date:   Fri Jun 1 15:15:12 2007 +0200
22722
22723     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
22724
22725     This patch adds hardware ECC support to the NDFC driver. It also
22726     changes the register access from using the "simple" in32/out32
22727     functions to the in_be32/out_be32 functions, which make sure
22728     that the access is correctly synced. This is the only recommended
22729     access to SoC registers in the current Linux kernel.
22730
22731     Signed-off-by: Stefan Roese <sr@denx.de>
22732
22733 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
22734 Author: Stefan Roese <sr@denx.de>
22735 Date:   Fri Jun 1 15:12:15 2007 +0200
22736
22737     NAND: Update nand_ecc.c to latest Linux version
22738
22739     This patch updates the nand_ecc code to the latest Linux version.
22740     The main reason for this is the more compact code. This makes
22741     it possible to include the ECC code into the NAND bootloader
22742     image (NAND_SPL) for PPC4xx.
22743
22744     Signed-off-by: Stefan Roese <sr@denx.de>
22745
22746 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
22747 Author: Stefan Roese <sr@denx.de>
22748 Date:   Fri Jun 1 15:09:50 2007 +0200
22749
22750     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
22751
22752     Signed-off-by: Stefan Roese <sr@denx.de>
22753
22754 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
22755 Author: Stefan Roese <sr@denx.de>
22756 Date:   Fri Jun 1 13:45:24 2007 +0200
22757
22758     ppc4xx: Change Luan config file to support ECC
22759
22760     With the updated 44x DDR2 driver the Luan board now supports
22761     ECC generation and checking.
22762
22763     Signed-off-by: Stefan Roese <sr@denx.de>
22764
22765 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
22766 Author: Stefan Roese <sr@denx.de>
22767 Date:   Fri Jun 1 13:45:00 2007 +0200
22768
22769     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
22770
22771     Add config option for 180 degree advance clock control as needed
22772     for the AMCC Luan eval board.
22773
22774     Signed-off-by: Stefan Roese <sr@denx.de>
22775
22776 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
22777 Author: Wolfgang Denk <wd@denx.de>
22778 Date:   Thu May 31 17:20:09 2007 +0200
22779
22780     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
22781
22782     Signed-off-by: Wolfgang Denk <wd@denx.de>
22783
22784 commit 7049288fb1f16f1b317140226cdebd07bd416395
22785 Author: Bartlomiej Sieka <tur@semihalf.com>
22786 Date:   Sun May 27 17:26:46 2007 +0200
22787
22788     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
22789
22790     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22791
22792 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
22793 Author: Bartlomiej Sieka <tur@semihalf.com>
22794 Date:   Sun May 27 17:06:36 2007 +0200
22795
22796     Motion-PRO: Add support for redundant environment.
22797
22798     Enable redundant environment, add a MTD partition for it; also add env.
22799     variable command for passing MTD partitions to the kernel command line.
22800
22801     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
22802     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22803
22804 commit a26eabeec31746f06d309103690892805696e344
22805 Author: Bartlomiej Sieka <tur@semihalf.com>
22806 Date:   Sun May 27 17:05:11 2007 +0200
22807
22808     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
22809
22810     Allow passing longer command line to the kernel - useful especially
22811     for passing MTD partition layout.
22812
22813     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
22814     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22815
22816 commit 9160b96f71483a116de81c68985e8ee306d36764
22817 Author: Bartlomiej Sieka <tur@semihalf.com>
22818 Date:   Sun May 27 17:04:18 2007 +0200
22819
22820     Fix: Add missing NULL termination in strings expanded by macros parser.
22821
22822     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
22823     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22824
22825 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
22826 Author: Bartlomiej Sieka <tur@semihalf.com>
22827 Date:   Sun May 27 17:03:37 2007 +0200
22828
22829     Motion-PRO: Update EEPROM's page write bits and write delay.
22830
22831     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
22832     have a page write capability of two bytes", and "This device offers fast (1ms)
22833     byte write". Add 3ms of extra delay.
22834
22835     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
22836     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22837
22838 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
22839 Author: Bartlomiej Sieka <tur@semihalf.com>
22840 Date:   Sun May 27 16:58:45 2007 +0200
22841
22842     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
22843
22844     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
22845     networking does not function. This commit switches PHY to TX mode by clearing
22846     the FX_SEL bit of Mode Control Register. It also reverses commit
22847     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
22848
22849     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
22850     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22851
22852 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
22853 Author: Bartlomiej Sieka <tur@semihalf.com>
22854 Date:   Sun May 27 16:57:15 2007 +0200
22855
22856     Motion-PRO: Add support for the temperature sensor.
22857
22858     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
22859     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22860
22861 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
22862 Author: Bartlomiej Sieka <tur@semihalf.com>
22863 Date:   Sun May 27 16:55:23 2007 +0200
22864
22865     Motion-PRO: Add displaying of CPLD revision information during boot.
22866
22867     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
22868     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22869
22870 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
22871 Author: Bartlomiej Sieka <tur@semihalf.com>
22872 Date:   Sun May 27 16:53:43 2007 +0200
22873
22874     MPC5xxx: Change names of defines related to IPB and PCI clocks.
22875
22876     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
22877     them does not cause PCI or IPB clocks to run at the specified speed.
22878     Instead, they configure divisors used to calculate said clocks. This
22879     patch renames the defines according to their real function.
22880
22881     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
22882     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22883
22884 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
22885 Author: Bartlomiej Sieka <tur@semihalf.com>
22886 Date:   Sun May 27 16:51:48 2007 +0200
22887
22888     Motion-PRO: Add LED support.
22889
22890     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
22891     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22892     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22893
22894 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
22895 Author: Ulf Samuelsson <ulf@atmel.com>
22896 Date:   Thu May 24 12:12:47 2007 +0200
22897
22898     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
22899
22900     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
22901     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
22902     Signed-off-by: Stefan Roese <sr@denx.de>
22903
22904 commit d756894722c888d09a9fa1df8323753772d3dcce
22905 Author: Stefan Roese <sr@denx.de>
22906 Date:   Thu May 24 09:49:00 2007 +0200
22907
22908     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
22909
22910     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
22911     fixes a small bug in the 405EZ OCM initialization. Thanks for
22912     spotting.
22913
22914     Signed-off-by: Stefan Roese <sr@denx.de>
22915
22916 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
22917 Author: Stefan Roese <sr@denx.de>
22918 Date:   Thu May 24 08:22:09 2007 +0200
22919
22920     ppc4xx: Update AMCC Acadia support for board revision 1.1
22921
22922     This patch updates the Acadia (405EZ) support for the new 1.1 board
22923     revision. It also adds support for NAND FLASH via the 4xx NDFC.
22924
22925     Please note that the jumper J7 must be in position 2-3 for this
22926     NAND support. Position 1-2 is for NAND booting only. NAND booting
22927     support will follow later.
22928
22929     Signed-off-by: Stefan Roese <sr@denx.de>
22930
22931 commit 822d55365bb557e084d0e33625a6dedcc866110b
22932 Author: Jon Loeliger <jdl@freescale.com>
22933 Date:   Wed May 23 14:09:46 2007 -0500
22934
22935     Add LIST_86xx MAKEALL target for PowerPC builds.
22936
22937     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22938
22939 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
22940 Author: Stefan Roese <sr@denx.de>
22941 Date:   Tue May 22 12:48:09 2007 +0200
22942
22943     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
22944
22945     Signed-off-by: Stefan Roese <sr@denx.de>
22946
22947 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
22948 Author: Stefan Roese <sr@denx.de>
22949 Date:   Tue May 22 12:46:10 2007 +0200
22950
22951     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
22952
22953     This patch adds support for 405 PPC's to the 4xx NAND driver
22954     ndfc.c. This is in preparation for the new AMCC 405EZ.
22955
22956     Signed-off-by: Stefan Roese <sr@denx.de>
22957
22958 commit 10603d76767426be803dadd4fb688b97eb69481c
22959 Author: Stefan Roese <sr@denx.de>
22960 Date:   Mon May 21 07:41:22 2007 +0200
22961
22962     ppc4xx: Fix problem in 405EZ OCM initialization
22963
22964     As spotted by Bruce Adler this patch fixes an initialization problem
22965     for the 405EZ OCM.
22966
22967     Signed-off-by: Stefan Roese <sr@denx.de>
22968
22969 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
22970 Author: Peter Pearse <peter.pearse@arm.com>
22971 Date:   Fri May 18 16:47:03 2007 +0100
22972
22973     Reduce line lengths to 80 characters max.
22974
22975 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
22976 Author: Peter Pearse <peter.pearse@arm.com>
22977 Date:   Fri May 18 14:34:07 2007 +0100
22978
22979     Makefile permissions
22980
22981 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
22982 Author: Peter Pearse <peter.pearse@arm.com>
22983 Date:   Fri May 18 14:33:11 2007 +0100
22984
22985     Makefile permissions
22986
22987 commit 255a3577c848706441daee0174543efe205a77f8
22988 Author: Kim Phillips <kim.phillips@freescale.com>
22989 Date:   Wed May 16 16:52:19 2007 -0500
22990
22991     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
22992
22993     For all practical u-boot purposes, TSECs don't differ throughout the
22994     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
22995
22996     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22997
22998 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
22999 Author: Stefano Babic <sbabic@denx.de>
23000 Date:   Wed May 16 14:49:12 2007 +0200
23001
23002     Fix compile problem cause my Microblaze merge
23003
23004     Signed-off-by: Stefano Babic <sbabic@denx.de>
23005
23006 commit ada4697d0230d6da552867777f98a67ec3ba2579
23007 Author: Jeffrey Mann <mannj@embeddedplanet.com>
23008 Date:   Wed May 16 13:23:10 2007 +0200
23009
23010     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
23011
23012     Because the Sequoia board does not boot with an EBC faster than 66MHz,
23013     the clock divider are changed after the initial boot process.
23014
23015     This allows for maximum clocking speeds  to be achieved on newer boards.
23016     Sequoia boards with 666.66 MHz processors require that the EBC divider
23017     be set to 3 in order to start the initial boot process at a slower EBC
23018     speed. After the initial boot process, the divider can be set back to 2,
23019     which will cause the boards to run at 83.333MHz. This is backward
23020     compatible with boards with 533.33 MHz processors, as these boards will
23021     already be set with an EBC divider of 2.
23022
23023     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
23024
23025 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
23026 Author: Wolfgang Denk <wd@denx.de>
23027 Date:   Wed May 16 01:16:53 2007 +0200
23028
23029     Minor Coding Style cleanup, update CHANGELOG.
23030
23031     Signed-off-by: Wolfgang Denk <wd@denx.de>
23032
23033 commit d62f64cc23a940eafe712c776b3249e4160753d1
23034 Author: Wolfgang Denk <wd@denx.de>
23035 Date:   Wed May 16 00:13:33 2007 +0200
23036
23037     Coding Style Cleanup, new CHANGELOG
23038
23039 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
23040 Author: Wolfgang Denk <wd@denx.de>
23041 Date:   Tue May 15 23:38:05 2007 +0200
23042
23043     Minor coding style cleanup.
23044
23045 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
23046 Author: mushtaq khan <mushtaq_k@procsys.com>
23047 Date:   Fri Apr 20 14:23:02 2007 +0530
23048
23049     Add driver for S-ATA-controller on Intel processors with South
23050     Bridge, ICH-5, ICH-6 and ICH-7.
23051
23052     Implementation:
23053
23054     1. Code is divided in to two files. All functions, which are
23055        controller specific are kept in "drivers/ata_piix.c" file and
23056        functions, which are not controller specific, are kept in
23057        "common/cmd_sata.c" file.
23058
23059     2. Reading and Writing from the S-ATA drive is done using PIO method.
23060
23061     3. Driver can be configured for 48-bit addressing by defining macro
23062        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
23063        addressing.
23064
23065     4. S-ATA read function is hooked to the File system, commands like
23066        ext2ls and ext2load file can be used. This has been tested.
23067
23068     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
23069        controller and identifies the S-ATA drives connected to it.
23070
23071     6. U-Boot command "sata" is added, which is used to read/write, print
23072        partition table and get info about the drives present. This I have
23073        implemented in same way as "ide" command is implemented in U-Boot.
23074
23075     7. This driver is for S-ATA in native mode.
23076
23077     8. This driver does not support the Native command queuing and
23078        Hot-plugging.
23079
23080     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
23081
23082 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
23083 Author: mushtaq khan <mushtaq_k@procsys.com>
23084 Date:   Mon Apr 30 15:57:22 2007 +0530
23085
23086     Fixes bug clearing the bss section for i386
23087
23088     Hi,
23089     There is a bug in the code of clearing the bss section for processor
23090     i386.(File: cpu/i386/start.S)
23091     In the code, bss_start addr (starting addr of bss section) is put into
23092     the register %eax, but the code which clears the bss section refers to
23093     the addr pointed by %edi.
23094
23095     This patch fixes this bug by putting bss_start into %edi register.
23096
23097     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
23098
23099 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
23100 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
23101 Date:   Mon Apr 30 16:47:28 2007 -0500
23102
23103     Add support for BCM5464 Quad Phy
23104
23105     Added support for Broadcom's BCM5464 Quad Phy
23106
23107     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
23108
23109 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
23110 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
23111 Date:   Wed May 9 08:10:57 2007 +0800
23112
23113     Search the exception table with linear algorithm
23114
23115     Search the exception table with linear algorithm instead of
23116     bisecting algorithm.
23117     Because the exception table might be unsorted.
23118
23119     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23120
23121 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
23122 Author: Aubrey.Li <aubrey.adi@gmail.com>
23123 Date:   Mon May 14 11:47:35 2007 +0800
23124
23125     Fix compilation issues on MACOSX
23126
23127     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
23128     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
23129
23130 commit 56fd7162985c412317bbf763a225fba23c64fd31
23131 Author: Stephen Williams <steve@icarus.com>
23132 Date:   Tue May 15 07:55:42 2007 -0700
23133
23134     Fix for compile of JSE target
23135
23136     The attached patch fixes the compile of the JSE board in the
23137     denx git as of 14 may 2007. It is an extremely simple patch,
23138     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
23139
23140      Fix to compile JSE against 20070514 git of u-boot
23141
23142 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
23143 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
23144 Date:   Sun May 13 21:01:03 2007 +0900
23145
23146     sh: MS7750SE support.
23147
23148     This adds support for the Hitachi MS7750SE.
23149
23150     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23151
23152 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
23153 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
23154 Date:   Sun May 13 20:58:00 2007 +0900
23155
23156     sh: First support code of SuperH.
23157
23158     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23159
23160 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
23161 Author: Stefan Roese <sr@denx.de>
23162 Date:   Fri May 11 12:01:49 2007 +0200
23163
23164     ppc4xx: Add mtcpr/mfcpr access macros
23165
23166     Signed-off-by: Stefan Roese <sr@denx.de>
23167
23168 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
23169 Author: Stefan Roese <sr@denx.de>
23170 Date:   Fri May 11 12:01:06 2007 +0200
23171
23172     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
23173
23174     Signed-off-by: Stefan Roese <sr@denx.de>
23175
23176 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
23177 Author: Piotr Kruszynski <ppk@semihalf.com>
23178 Date:   Thu May 10 16:55:52 2007 +0200
23179
23180     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
23181     definition.
23182
23183 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
23184 Author: Peter Pearse <peter.pearse@arm.com>
23185 Date:   Wed May 9 11:42:44 2007 +0100
23186
23187     Add the board directory for SMN42
23188
23189 commit 160131bf965785419626df6c388729fe0b597992
23190 Author: Peter Pearse <peter.pearse@arm.com>
23191 Date:   Wed May 9 11:41:58 2007 +0100
23192
23193     Add the files for the SMN42 board
23194
23195 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
23196 Author: Peter Pearse <peter.pearse@arm.com>
23197 Date:   Wed May 9 11:40:34 2007 +0100
23198
23199     Remove the deleted files for the SMN42 patch
23200
23201 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
23202 Author: Peter Pearse <peter.pearse@arm.com>
23203 Date:   Wed May 9 11:37:56 2007 +0100
23204
23205     New board SMN42 branch
23206
23207 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
23208 Author: Peter Pearse <peter.pearse@arm.com>
23209 Date:   Wed May 9 10:24:38 2007 +0100
23210
23211     Makefile permissions
23212
23213 commit b84289b595731e8851df46e893845cc1322c9b9b
23214 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
23215 Date:   Tue May 8 14:17:07 2007 -0500
23216
23217     8641hpcn: Fix Makefile after moving pixis to board/freescale.
23218
23219     The OBJTREE != SRCTREE build scenario was broken.
23220     This fixes it.
23221
23222     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23223     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23224
23225 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
23226 Author: Michal Simek <monstr@monstr.eu>
23227 Date:   Tue May 8 15:57:43 2007 +0200
23228
23229     add: reading special purpose registers
23230
23231 commit 1a50f164beb065f360fbddb76029607d6b099698
23232 Author: Michal Simek <monstr@monstr.eu>
23233 Date:   Tue May 8 14:52:52 2007 +0200
23234
23235     add: Microblaze V5 exception handling
23236
23237 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
23238 Author: Michal Simek <monstr@monstr.eu>
23239 Date:   Tue May 8 14:39:11 2007 +0200
23240
23241     add: FSL control read and write
23242
23243 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
23244 Author: Piotr Kruszynski <ppk@semihalf.com>
23245 Date:   Tue May 8 13:05:44 2007 +0200
23246
23247     [Motion-PRO] Add support for I2C, EEPROM and RTC.
23248
23249 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
23250 Author: Bartlomiej Sieka <tur@semihalf.com>
23251 Date:   Tue May 8 10:23:56 2007 +0200
23252
23253     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
23254     environment.
23255
23256 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
23257 Author: Bartlomiej Sieka <tur@semihalf.com>
23258 Date:   Tue May 8 09:39:12 2007 +0200
23259
23260     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
23261     eliminates networking problems in Linux (timeouts).
23262
23263 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
23264 Author: Bartlomiej Sieka <tur@semihalf.com>
23265 Date:   Tue May 8 09:21:57 2007 +0200
23266
23267     [Motion-PRO] Enable Flat Device Tree support and modify default environment
23268     to allow booting of FDT-expecting kernels.
23269
23270 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
23271 Author: Michal Simek <monstr@monstr.eu>
23272 Date:   Mon May 7 23:58:31 2007 +0200
23273
23274     new: USE_MSR_INTR support
23275
23276 commit 008861a2f3ef2c062744d733787c7e530a1b8761
23277 Author: Bartlomiej Sieka <tur@semihalf.com>
23278 Date:   Mon May 7 22:36:15 2007 +0200
23279
23280     [MPC5xxx] There are networking problems on the Motion-PRO board with
23281     current PHY initalization code (tftp timeouts all the time). This commit
23282     temporarily disables PHY initalization sequence to make the networking
23283     operational, until a fix is found.
23284
23285 commit abca901869c3760b6c5fecb825db6c1d91a78a93
23286 Author: Wolfgang Denk <wd@denx.de>
23287 Date:   Mon May 7 22:10:36 2007 +0200
23288
23289     Get rid of duplicated file (see include/configs/sbc8560.h instead)
23290
23291     Signed-off-by: Wolfgang Denk <wd@denx.de>
23292
23293 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
23294 Author: Wolfgang Denk <wd@denx.de>
23295 Date:   Mon May 7 22:07:08 2007 +0200
23296
23297     Get rid of duplicated file (see doc/README.SBC8560 instead)
23298
23299     Signed-off-by: Wolfgang Denk <wd@denx.de>
23300
23301 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
23302 Author: Michal Simek <monstr@monstr.eu>
23303 Date:   Mon May 7 19:43:10 2007 +0200
23304
23305     fix: read and write MSR - repair number of parameters
23306
23307 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
23308 Author: Jeffrey Mann <mannj@embeddedplanet.com>
23309 Date:   Mon May 7 19:42:49 2007 +0200
23310
23311     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
23312
23313     A '3' got cut off in the formatting of the last patch to automatically
23314     change the clock speed of the system clock on sequoia board.
23315
23316     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
23317     Signed-off-by: Stefan Roese <sr@denx.de>
23318
23319 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
23320 Author: Michal Simek <monstr@monstr.eu>
23321 Date:   Mon May 7 19:33:51 2007 +0200
23322
23323     new: fsl interrupt support
23324     FSL_Has_data is connected to INTC.
23325
23326 commit 792032baa7d625e34c981ab6df521911bd8dc861
23327 Author: Michal Simek <monstr@monstr.eu>
23328 Date:   Mon May 7 19:30:12 2007 +0200
23329
23330     fix: interrupt handler
23331     remove asm code
23332
23333 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
23334 Author: Michal Simek <monstr@monstr.eu>
23335 Date:   Mon May 7 19:25:08 2007 +0200
23336
23337     fix: remove asm code
23338
23339 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
23340 Author: Michal Simek <monstr@monstr.eu>
23341 Date:   Mon May 7 19:12:43 2007 +0200
23342
23343     fix: clean interrupt
23344
23345 commit 42efed6130c8fcf7da881385b5427065d2801757
23346 Author: Michal Simek <monstr@monstr.eu>
23347 Date:   Mon May 7 17:22:25 2007 +0200
23348
23349     fix: interrupt handler for multiple sources
23350
23351 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
23352 Author: Michal Simek <monstr@monstr.eu>
23353 Date:   Mon May 7 17:11:09 2007 +0200
23354
23355     new: add writing to msr register
23356
23357 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
23358 Author: Markus Klotzbuecher <mk@denx.de>
23359 Date:   Mon May 7 16:43:56 2007 +0200
23360
23361     Fix an ancient CHANGELOG conflict
23362
23363 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
23364 Author: Timur Tabi <timur@freescale.com>
23365 Date:   Sat May 5 08:12:30 2007 +0200
23366
23367     5xxx: write MAC address to mac-address and local-mac-address
23368
23369     Some device trees have a mac-address property, some have local-mac-address,
23370     and some have both.  To support all of these device trees, ftp_cpu_setup()
23371     should write the MAC address to mac-address and local-mac-address, if they
23372     exist.
23373
23374     Signed-off-by: Timur Tabi <timur@freescale.com>
23375     Acked-by: Grant Likely <grant.likely@secretlab.ca>
23376
23377 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
23378 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
23379 Date:   Sun Apr 29 14:01:54 2007 +0200
23380
23381     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
23382
23383     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
23384     message. Use PVR to distinguish between the two variants, and print proper CPU
23385     information.
23386
23387     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
23388     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23389     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23390
23391 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
23392 Author: Ladislav Michl <ladis@linux-mips.org>
23393 Date:   Wed Apr 25 16:01:26 2007 +0200
23394
23395     [PATCH] simplify silent console
23396
23397     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
23398     Acked-by: Stefan Roese <sr@denx.de>
23399
23400 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
23401 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
23402 Date:   Mon Apr 23 15:30:39 2007 +0200
23403
23404     [PATCH] Avoid assigning PCI resources from zero address
23405
23406     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
23407     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
23408     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
23409     sentence about "0" being considered an invalid address) -- so, use a reasonable
23410     starting value of 0x1000 (that's what the most Linux archs are using).
23411
23412     Alternatively, one might have fixed the calls to pci_set_region() individually
23413     (some code even seems to have taken care of this issue) but that would have
23414     been a lot more work. :-)
23415
23416     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
23417     Acked-by: Stefan Roese <sr@denx.de>
23418
23419 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
23420 Author: Jeffrey Mann <mannj@embeddedplanet.com>
23421 Date:   Mon Apr 23 14:00:11 2007 +0200
23422
23423     [patch] setenv(...) can delete environmentalvariables
23424
23425     update setenv() function so that entering a NULL value for the
23426     variable's value will delete the environmental variable
23427
23428     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
23429     Acked-by: Stefan Roese <sr@denx.de>
23430
23431 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
23432 Author: Mike Frysinger <vapier@gentoo.org>
23433 Date:   Mon Apr 23 13:54:24 2007 +0200
23434
23435     [patch] use unsigned char in smc91111 driver for mac
23436
23437     the v_mac variable in the smc91111 driver is declared as a signed char ...
23438     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
23439     because when it gets printed out, you get a display like:
23440     0xFFFFFFE0 and that's no good
23441
23442     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23443
23444 commit ffc50f9bb194343c6303517a517708457a5eb6b8
23445 Author: Michal Simek <monstr@monstr.eu>
23446 Date:   Sat May 5 18:54:42 2007 +0200
23447
23448     new: FSL and MSR support #2
23449
23450 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
23451 Author: Michal Simek <monstr@monstr.eu>
23452 Date:   Sat May 5 18:27:16 2007 +0200
23453
23454     new: FSL and MSR support
23455
23456 commit 2f15278c2eb911c668b4fe562130b78cf554d139
23457 Author: Wolfgang Denk <wd@denx.de>
23458 Date:   Sat May 5 18:23:11 2007 +0200
23459
23460     Coding stylke cleanup; update CHANGELOG.
23461
23462     Signed-off-by: Wolfgang Denk <wd@denx.de>
23463
23464 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
23465 Author: Wolfgang Denk <wd@denx.de>
23466 Date:   Sat May 5 18:05:02 2007 +0200
23467
23468     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
23469
23470     Signed-off-by: Wolfgang Denk <wd@denx.de>
23471
23472 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
23473 Author: Wolfgang Denk <wd@denx.de>
23474 Date:   Sat May 5 17:15:50 2007 +0200
23475
23476     Make "file" command happy with some config.mk files; update CHANGELOG
23477
23478 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
23479 Author: Jeffrey Mann <mannj@embeddedplanet.com>
23480 Date:   Sat May 5 08:32:14 2007 +0200
23481
23482     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
23483
23484     The AMCC Secquoia board has been changed in a new revision from using a
23485     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
23486     indicates the difference. This patch reads that bit and uses the correct
23487     clock speed for the board. This code is backward compatable will all
23488     prior boards. All prior boards will be read as 33.000.
23489
23490     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
23491     Signed-off-by: Stefan Roese <sr@denx.de>
23492
23493 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
23494 Author: Stefan Roese <sr@denx.de>
23495 Date:   Sat May 5 08:29:01 2007 +0200
23496
23497     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
23498
23499     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
23500     for the 4k NAND boot image so define bus_frequency to 133MHz here
23501     which is save for the refresh counter setup.
23502
23503     Signed-off-by: Stefan Roese <sr@denx.de>
23504
23505 commit 2f550ab976405300f5b07bf2890800840d0aa05f
23506 Author: Timur Tabi <timur@freescale.com>
23507 Date:   Sat May 5 08:12:30 2007 +0200
23508
23509     5xxx: write MAC address to mac-address and local-mac-address
23510
23511     Some device trees have a mac-address property, some have local-mac-address,
23512     and some have both.  To support all of these device trees, ftp_cpu_setup()
23513     should write the MAC address to mac-address and local-mac-address, if they
23514     exist.
23515
23516     Signed-off-by: Timur Tabi <timur@freescale.com>
23517     Acked-by: Grant Likely <grant.likely@secretlab.ca>
23518
23519 commit a79886590593ba1d667c840caa4940c61639f18f
23520 Author: Thomas Knobloch <knobloch@siemens.com>
23521 Date:   Sat May 5 07:04:42 2007 +0200
23522
23523     NAND: Wrong calculation of page number in nand_block_bad()
23524
23525     In case that there is no memory based bad block table available the
23526     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
23527     nand_block_bad() directly. When parameter 'getchip' is set to zero,
23528     nand_block_bad() will not right shift the offset to calculate the
23529     correct page number.
23530
23531     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
23532     Signed-off-by: Stefan Roese <sr@denx.de>
23533
23534 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
23535 Author: Wolfgang Denk <wd@denx.de>
23536 Date:   Fri May 4 10:02:33 2007 +0200
23537
23538     Fix initrd length corruption in bootm command.
23539
23540     When using FDT Images, the length of an inital ramdisk was
23541     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
23542
23543     Patches by Timur Tabi & Johns Daniel.
23544
23545     Signed-off-by: Wolfgang Denk <wd@denx.de>
23546
23547 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
23548 Author: Kim Phillips <kim.phillips@freescale.com>
23549 Date:   Thu May 3 19:43:52 2007 -0500
23550
23551     mpc83xx: fix trivial error in MAKEALL
23552
23553     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23554
23555 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
23556 Author: Wolfgang Denk <wd@denx.de>
23557 Date:   Thu May 3 16:34:41 2007 +0200
23558
23559     Update board configuration for STX GP3SSA board:
23560
23561     Enable hush shell, environment in flash rather in EEPROM,
23562     more user-friendly default environment, etc.
23563     The simple EEPROM environment can be selected easily in the board
23564     config file.
23565
23566     Signed-off-by: Wolfgang Denk <wd@denx.de>
23567
23568 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
23569 Author: Wolfgang Denk <wd@denx.de>
23570 Date:   Tue Apr 24 14:37:49 2007 +0200
23571
23572     Cleanup STX GP3SSA code; fix build and compile problems.
23573
23574 commit 35171dc04e028ecacc23ad916a66295472555dbf
23575 Author: Dan Malek <dan@embeddedalley.com>
23576 Date:   Fri Jan 5 09:15:34 2007 +0100
23577
23578     Add support for STX GP3SSA (stxssa) Board
23579
23580     Signed-off-by Dan Malek, <dan@embeddedalley.com>
23581
23582 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
23583 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23584 Date:   Wed May 2 13:31:53 2007 +0200
23585
23586     macb: Don't restart autonegotiation if we already have link
23587
23588     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
23589     link is already up.
23590
23591     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23592
23593 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
23594 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23595 Date:   Wed May 2 13:22:38 2007 +0200
23596
23597     macb: Introduce a few barriers when dealing with DMA descriptors
23598
23599     There were a few theoretical possibilities that the compiler might
23600     optimize away DMA descriptor reads and/or writes and thus cause
23601     synchronization problems with the hardware. Insert barriers where
23602     we depend on reads/writes actually hitting memory.
23603
23604     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23605
23606 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
23607 Author: Andy Fleming <afleming@freescale.com>
23608 Date:   Sat Feb 24 01:08:13 2007 -0600
23609
23610     Cleaned up some 85xx PCI bugs
23611
23612     * Cleaned up the CDS PCI Config Tables and added NULL entries to
23613       the end
23614     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
23615     * Fixed 85xx PCI code to assign powar region sizes based on the
23616       config values (rather than hard-coding them)
23617     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
23618
23619     Signed-off-by: Andy Fleming <afleming@freescale.com>
23620
23621 commit 6743105988fc44d5b0d30388c790607835aae7a6
23622 Author: Andy Fleming <afleming@freescale.com>
23623 Date:   Mon Apr 23 02:54:25 2007 -0500
23624
23625     Add support for the 8568 MDS board
23626
23627     This included some changes to common files:
23628     * Add 8568 processor SVR to various places
23629     * Add support for setting the qe bus-frequency value in the dts
23630     * Add the 8568MDS target to the Makefile
23631
23632     Signed-off-by: Andy Fleming <afleming@freescale.com>
23633
23634 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
23635 Author: David Updegraff <dave@cray.com>
23636 Date:   Fri Apr 20 14:34:48 2007 -0500
23637
23638     Add support for treating unknown PHYs as generic PHYs.
23639
23640     When bringing up u-boot on new boards, PHY support sometimes gets
23641     neglected.  Most PHYs don't really need any special support,
23642     though.  By adding a generic entry that always matches if nothing
23643     else does, we can provide support for "unsupported" PHYs for the
23644     tsec.
23645
23646     The generic PHY driver supports most PHYs, including gigabit.
23647
23648     Signed-off-by: David Updegraff <dave@cray.com>
23649     Signed-off-by: Andy Fleming <afleming@freescale.com>
23650
23651 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
23652 Author: James Yang <James.Yang@freescale.com>
23653 Date:   Wed Feb 7 15:28:04 2007 -0600
23654
23655     Conditionalize 8641 Rev1.0 MCM workarounds
23656
23657     Signed-off-by: James Yang <James.Yang@freescale.com>
23658     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23659
23660 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
23661 Author: Timur Tabi <timur@freescale.com>
23662 Date:   Mon Apr 30 13:59:50 2007 -0500
23663
23664     Fix memory initialization on MPC8349E-mITX
23665
23666     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
23667     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
23668     on some ITX boards, notably those with a revision 3.1 CPU.
23669
23670     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
23671     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
23672
23673     Signed-off-by: Timur Tabi <timur@freescale.com>
23674     Acked-by: Michael Benedict <MBenedict@twacs.com>
23675     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23676
23677 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
23678 Author: Kim Phillips <kim.phillips@freescale.com>
23679 Date:   Mon Apr 30 15:26:21 2007 -0500
23680
23681     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
23682
23683     and fix CPU: to align with Board: display text.
23684
23685     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23686
23687 commit c1ab82669d9525998c34e802a12cad662723f22a
23688 Author: James Yang <James.Yang@freescale.com>
23689 Date:   Fri Mar 16 13:02:53 2007 -0500
23690
23691     Rewrote picos_to_clk() to avoid rounding errors.
23692     Clarified that conversion is to DRAM clocks rather than platform clocks.
23693     Made function static to spd_sdram.c.
23694
23695     Signed-off-by: James Yang <James.Yang@freescale.com>
23696     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23697
23698 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
23699 Author: Stefan Roese <sr@denx.de>
23700 Date:   Sun Apr 29 14:13:01 2007 +0200
23701
23702     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
23703
23704     Signed-off-by: Stefan Roese <sr@denx.de>
23705
23706 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
23707 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
23708 Date:   Sun Apr 29 14:01:54 2007 +0200
23709
23710     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
23711
23712     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
23713     message. Use PVR to distinguish between the two variants, and print proper CPU
23714     information.
23715
23716     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
23717     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23718     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23719
23720 commit 5c5d3242935cf3543af01142627494434834cf98
23721 Author: Kim Phillips <kim.phillips@freescale.com>
23722 Date:   Wed Apr 25 12:34:38 2007 -0500
23723
23724     mpc83xx: minor fixups for 8313rdb introduction
23725
23726 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
23727 Author: Ladislav Michl <ladis@linux-mips.org>
23728 Date:   Wed Apr 25 16:01:26 2007 +0200
23729
23730     [PATCH] simplify silent console
23731
23732     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
23733     Acked-by: Stefan Roese <sr@denx.de>
23734
23735 commit 144876a380f5756f57412caf74c1d6dc201dd796
23736 Author: Michal Simek <monstr@monstr.eu>
23737 Date:   Tue Apr 24 23:01:02 2007 +0200
23738
23739     [PATCH] MTD partition support, JFFS2 support
23740
23741 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
23742 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23743 Date:   Tue Apr 24 14:03:45 2007 +0200
23744
23745     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
23746
23747     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23748
23749 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
23750 Author: Andy Fleming <afleming@freescale.com>
23751 Date:   Mon Apr 23 02:37:47 2007 -0500
23752
23753     Reworked 85xx speed detection code
23754
23755     Changed the code to read the registers and calculate the clock
23756     rates, rather than using a "switch" statement.
23757
23758     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
23759
23760     Signed-off-by: Andy Fleming <afleming@freescale.com>
23761
23762 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
23763 Author: Andy Fleming <afleming@freescale.com>
23764 Date:   Mon Apr 23 02:24:28 2007 -0500
23765
23766     Enable 8544 support
23767
23768     * Add support to the Makefile
23769     * Add 8544 configuration support to the tsec driver
23770     * Add 8544 SVR numbers to processor.h
23771
23772     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23773     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23774
23775 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
23776 Author: Andy Fleming <afleming@freescale.com>
23777 Date:   Fri Feb 23 17:12:25 2007 -0600
23778
23779     Support 1G size on 8548
23780
23781     e500v2 and newer cores support 1G page sizes.
23782
23783     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23784     Signed-off-by: Andy Fleming <afleming@freescale.com>
23785
23786 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
23787 Author: Andy Fleming <afleming@freescale.com>
23788 Date:   Fri Feb 23 17:11:16 2007 -0600
23789
23790     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
23791
23792     The other pagesz constants use one letter to specify order of
23793     magnitude.  Also change the one reference to it in mpc8548cds/init.S
23794
23795     Signed-off-by: Andy Fleming <afleming@freescale.com>
23796
23797 commit 1f9a318cea14272edd10d63739e2d326c90f430e
23798 Author: Andy Fleming <afleming@freescale.com>
23799 Date:   Fri Feb 23 16:28:46 2007 -0600
23800
23801     Only set ddrioovcr for 8548 rev1.
23802
23803     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23804     Signed-off-by: Andy Fleming <afleming@freescale.com>
23805
23806 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
23807 Author: Andy Fleming <afleming@freescale.com>
23808 Date:   Sat Feb 24 01:16:45 2007 -0600
23809
23810     Tweak DDR ECC error counter
23811
23812     Enable single-bit error counter when memory was cleared by ddr controller.
23813
23814     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23815     Signed-off-by: Andy Fleming <afleming@freescale.com>
23816
23817 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
23818 Author: Timur Tabi <timur@freescale.com>
23819 Date:   Mon Feb 12 13:34:55 2007 -0600
23820
23821     85xx: write MAC address to mac-address and local-mac-address
23822
23823     Some device trees have a mac-address property, some have local-mac-address,
23824     and some have both.  To support all of these device trees, ftp_cpu_setup()
23825     should write the MAC address to mac-address and local-mac-address, if they
23826     exist.
23827
23828     Signed-off-by: Timur Tabi <timur@freescale.com>
23829
23830 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
23831 Author: Andy Fleming <afleming@freescale.com>
23832 Date:   Mon Apr 23 01:44:44 2007 -0500
23833
23834     Some 85xx cpu cleanups
23835
23836     * Cleaned up the TSR[WIS] clearing
23837     * Cleaned up DMA initialization
23838
23839     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23840     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23841     Acked-by: Andy Fleming <afleming@freescale.com>
23842
23843 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
23844 Author: Andy Fleming <afleming@freescale.com>
23845 Date:   Mon Apr 23 01:32:22 2007 -0500
23846
23847     Add cpu support for the 8544
23848
23849     Recognize new SVR values, and add a few register definitions
23850
23851     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23852     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23853     Acked-by: Andy Fleming <afleming@freescale.com>
23854
23855 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
23856 Author: Jon Loeliger <jdl@freescale.com>
23857 Date:   Wed Apr 11 16:51:02 2007 -0500
23858
23859     Add MPC8544DS basic port board files.
23860
23861     Add board port under new board/freescale directory
23862     structure and reuse existing PIXIS FPGA support there.
23863
23864     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23865     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23866
23867 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
23868 Author: Jon Loeliger <jdl@freescale.com>
23869 Date:   Wed Apr 11 16:50:57 2007 -0500
23870
23871     Add MPC8544DS main configuration file.
23872
23873     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23874     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23875
23876 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
23877 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
23878 Date:   Wed Dec 27 22:07:15 2006 +0300
23879
23880     Fix PCI I/O space mapping on Freescale MPC85x0ADS
23881
23882     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
23883     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
23884     describing the local address window used for the PCI I/O space accesses -- fix
23885     this and carry over the necessary changes into the MPC8560ADS code since the
23886     PCI I/O space mapping was also broken for this board (by the earlier commit
23887     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
23888     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
23889
23890     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
23891
23892      board/mpc8540ads/init.S      |    4 ++--
23893      board/mpc8560ads/init.S      |    4 ++--
23894      include/configs/MPC8540ADS.h |    5 ++---
23895      include/configs/MPC8541CDS.h |    2 +-
23896      include/configs/MPC8548CDS.h |    2 +-
23897      include/configs/MPC8560ADS.h |    8 ++++----
23898      6 files changed, 12 insertions(+), 13 deletions(-)
23899
23900 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
23901 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
23902 Date:   Tue Dec 5 16:42:30 2006 +0800
23903
23904     u-boot: Fix e500 v2 core reset bug
23905
23906     The following patch fixes the e500 v2 core reset bug.
23907     For e500 v2 core, a new reset control register is added to reset the
23908     processor.
23909
23910     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23911
23912 commit 63247a5acd58032e6cf33f525bc3923b467bac88
23913 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
23914 Date:   Wed Dec 20 11:01:00 2006 +0800
23915
23916     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
23917
23918     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
23919     entry number to control the loop.  This can reduce the potential risk
23920     for the 85xx processor increasing its TLB adn LAW entry number.
23921
23922     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
23923     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23924
23925 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
23926 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
23927 Date:   Mon Dec 18 17:01:04 2006 +0800
23928
23929     u-boot: Fix the 85xxcds tsec bug
23930
23931     Fix the 85xxcds tsec bug.
23932     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
23933
23934     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23935
23936 commit 7337b237ffc4aaf1b9467024fe472a880d852598
23937 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
23938 Date:   Fri Dec 15 14:43:31 2006 +0800
23939
23940     u-boot: Fix CPU2 errata on MPC8548CDS board
23941
23942     This patch apply workaround of CPU2 errata on MPC8548CDS board.
23943
23944     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
23945
23946 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
23947 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
23948 Date:   Mon Dec 18 16:25:15 2006 +0800
23949
23950     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
23951
23952     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
23953
23954     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
23955
23956 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
23957 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
23958 Date:   Thu Dec 14 14:14:55 2006 +0800
23959
23960     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
23961
23962     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
23963     board.
23964     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23965
23966 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
23967 Author: Scott Wood <scottwood@freescale.com>
23968 Date:   Mon Apr 16 14:54:15 2007 -0500
23969
23970     mpc83xx: Add MPC8313ERDB support.
23971
23972     Signed-off-by: Scott Wood <scottwood@freescale.com>
23973
23974 commit 49ea3b6eafe606285ae4d5c378026153dde53200
23975 Author: Scott Wood <scottwood@freescale.com>
23976 Date:   Mon Apr 16 14:34:21 2007 -0500
23977
23978     mpc83xx: Add generic PCI setup code.
23979
23980     Board code can now request the generic setup code rather than having to
23981     copy-and-paste it for themselves.  Boards should be converted to use this
23982     once they're tested with it.
23983
23984     Signed-off-by: Scott Wood <scottwood@freescale.com>
23985
23986 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
23987 Author: Scott Wood <scottwood@freescale.com>
23988 Date:   Mon Apr 16 14:34:19 2007 -0500
23989
23990     mpc83xx: Add 831x support to speed.c.
23991
23992     Signed-off-by: Scott Wood <scottwood@freescale.com>
23993
23994 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
23995 Author: Scott Wood <scottwood@freescale.com>
23996 Date:   Mon Apr 16 14:34:18 2007 -0500
23997
23998     mpc83xx: Add 831x support to global_data.h
23999
24000     Signed-off-by: Scott Wood <scottwood@freescale.com>
24001
24002 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
24003 Author: Scott Wood <scottwood@freescale.com>
24004 Date:   Mon Apr 16 14:34:16 2007 -0500
24005
24006     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
24007
24008     Rather than misleadingly define PVR_83xx as the specific type of 83xx
24009     being built for, the PVR of each core revision is defined. checkcpu() now
24010     prints the core that it detects, rather than aborting if it doesn't find
24011     what it thinks it wants.
24012
24013     Signed-off-by: Scott Wood <scottwood@freescale.com>
24014
24015 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
24016 Author: Scott Wood <scottwood@freescale.com>
24017 Date:   Mon Apr 16 14:34:15 2007 -0500
24018
24019     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
24020
24021     Signed-off-by: Scott Wood <scottwood@freescale.com>
24022
24023 commit d87c57b201b4572d16f1b642998faa00c9912b16
24024 Author: Scott Wood <scottwood@freescale.com>
24025 Date:   Mon Apr 16 14:31:55 2007 -0500
24026
24027     mpc83xx: Add register definitions for MPC831x.
24028
24029     Signed-off-by: Scott Wood <scottwood@freescale.com>
24030
24031 commit 7fc4c71a143be8666d70803fb25ae60379c95622
24032 Author: Stefan Roese <sr@denx.de>
24033 Date:   Mon Apr 23 15:39:59 2007 +0200
24034
24035     Fix file mode
24036
24037     Signed-off-by: Stefan Roese <sr@denx.de>
24038
24039 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
24040 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
24041 Date:   Mon Apr 23 15:30:39 2007 +0200
24042
24043     [PATCH] Avoid assigning PCI resources from zero address
24044
24045     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
24046     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
24047     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
24048     sentence about "0" being considered an invalid address) -- so, use a reasonable
24049     starting value of 0x1000 (that's what the most Linux archs are using).
24050
24051     Alternatively, one might have fixed the calls to pci_set_region() individually
24052     (some code even seems to have taken care of this issue) but that would have
24053     been a lot more work. :-)
24054
24055     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
24056     Acked-by: Stefan Roese <sr@denx.de>
24057
24058 commit afb903a2eb9436baa9270ccc0c27082d86497d89
24059 Author: Jeffrey Mann <mannj@embeddedplanet.com>
24060 Date:   Mon Apr 23 14:00:11 2007 +0200
24061
24062     [patch] setenv(...) can delete environmentalvariables
24063
24064     update setenv() function so that entering a NULL value for the
24065     variable's value will delete the environmental variable
24066
24067     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
24068     Acked-by: Stefan Roese <sr@denx.de>
24069
24070 commit 36f104e5caa747d568eff26b369565af57c2ffa6
24071 Author: Mike Frysinger <vapier@gentoo.org>
24072 Date:   Mon Apr 23 13:54:24 2007 +0200
24073
24074     [patch] use unsigned char in smc91111 driver for mac
24075
24076     the v_mac variable in the smc91111 driver is declared as a signed char ...
24077     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
24078     because when it gets printed out, you get a display like:
24079     0xFFFFFFE0 and that's no good
24080
24081     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24082
24083 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
24084 Author: Rodolfo Giometti <giometti@enneenne.com>
24085 Date:   Mon Apr 23 13:10:52 2007 +0200
24086
24087     USB: (Another) delay for crappy USB keys.
24088
24089     Some USB keys are slow in giving back an answer when the Root HUB
24090     enables power lines.
24091
24092     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
24093
24094 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
24095 Author: Stefan Roese <sr@denx.de>
24096 Date:   Mon Apr 23 12:00:22 2007 +0200
24097
24098     Remove BOARDLIBS usage completely
24099
24100     Signed-off-by: Stefan Roese <sr@denx.de>
24101
24102 commit 32556443840f127170e4baa8bdd5b567039f6c36
24103 Author: Michal Simek <monstr@monstr.eu>
24104 Date:   Sat Apr 21 21:07:22 2007 +0200
24105
24106     [PATCH] SystemACE support for Microblaze
24107
24108 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
24109 Author: Michal Simek <monstr@monstr.eu>
24110 Date:   Sat Apr 21 21:02:40 2007 +0200
24111
24112     16bit read/write little endian
24113
24114 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
24115 Author: Michal Simek <monstr@monstr.eu>
24116 Date:   Sat Apr 21 20:53:31 2007 +0200
24117
24118     Change ML401 parameters - Xilinx BSP
24119
24120 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
24121 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24122 Date:   Wed Feb 28 05:37:29 2007 -0600
24123
24124     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
24125
24126     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24127
24128 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
24129 Author: Zhang Wei <wei.zhang@freescale.com>
24130 Date:   Fri Jan 19 10:42:37 2007 +0800
24131
24132     Enable LAWs for MPC8641 PCI-Ex2.
24133
24134     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
24135     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24136
24137 commit bd7851ce1e1f140665b520026abf1042968b1102
24138 Author: Jon Loeliger <jdl@freescale.com>
24139 Date:   Fri Apr 20 14:12:26 2007 -0500
24140
24141     mpc86xx; Write MAC address to mac-address and local-mac-address
24142
24143     Some device trees have a mac-address property, some have local-mac-address,
24144     and some have both.  To support all of these device trees, ftp_cpu_setup()
24145     should write the MAC address to mac-address and local-mac-address, if they
24146     exist.
24147
24148     Signed-off-by: Timur Tabi <timur@freescale.com>
24149     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24150
24151 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
24152 Author: Jon Loeliger <jdl@freescale.com>
24153 Date:   Fri Apr 20 14:11:38 2007 -0500
24154
24155     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
24156
24157     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24158     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24159
24160 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
24161 Author: Wolfgang Denk <wd@denx.de>
24162 Date:   Fri Apr 20 17:43:28 2007 +0200
24163
24164     Cleanup compiler warnings, update CHANGELOG
24165
24166     Signed-off-by: Wolfgang Denk <wd@denx.de>
24167
24168 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
24169 Author: Detlev Zundel <dzu@denx.de>
24170 Date:   Fri Apr 20 12:01:47 2007 +0200
24171
24172     Fix breakage of NC650 board with respect to nand support.
24173
24174     Signed-off-by: Detlev Zundel <dzu@denx.de>
24175
24176 commit 39f23cd90947639ac278a18ff277ec786b5ac167
24177 Author: Domen Puncer <domen.puncer@telargo.com>
24178 Date:   Fri Apr 20 11:13:16 2007 +0200
24179
24180     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
24181
24182     G2 core reference manual says decrementer and time base
24183     are decreasing/increasing once every 4 bus clock cycles.
24184     Lets fix it, so time in Linux won't run twice as fast
24185
24186     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
24187     Acked-by: Grant Likely <grant.likely@secretlab.ca>
24188
24189 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
24190 Author: Gerald Van Baren <vanbaren@cideas.com>
24191 Date:   Thu Apr 19 23:14:39 2007 -0400
24192
24193     Fix serious pointer bug with bootm and reserve map.
24194
24195     What was suppose to be a stack variable was declared as a pointer,
24196       overwriting random memory.
24197     Also moved the libfdt.a requirement into the main Makefile.  That is
24198       The U-Boot Way.
24199
24200 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
24201 Author: Stefan Roese <sr@denx.de>
24202 Date:   Thu Apr 19 09:53:52 2007 +0200
24203
24204     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
24205
24206     Previous versions used full wait states for the chip select #1 which
24207     is connected to the Xilinix SystemACE controller on the AMCC Katmai
24208     evaluation board. This leads to really slow access and therefore low
24209     performance. This patch now sets up the chip select a lot faster
24210     resulting in much better read/write performance of the Linux driver.
24211
24212     Signed-off-by: Stefan Roese <sr@denx.de>
24213
24214 commit 37837828d89084879bee2f2b8c7c68d4695940df
24215 Author: Wolfgang Denk <wd@denx.de>
24216 Date:   Wed Apr 18 17:49:29 2007 +0200
24217
24218     Clenaup, update CHANGELOG
24219
24220     Signed-off-by: Wolfgang Denk <wd@denx.de>
24221
24222 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
24223 Author: Wolfgang Denk <wd@denx.de>
24224 Date:   Wed Apr 18 17:20:58 2007 +0200
24225
24226     Update CHANGELOG
24227
24228     Signed-off-by: Wolfgang Denk <wd@denx.de>
24229
24230 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
24231 Author: Wolfgang Denk <wd@denx.de>
24232 Date:   Wed Apr 18 17:07:26 2007 +0200
24233
24234     Cleanup, update CHANGELOG
24235
24236     Sigend-off-by: Wolfgang Denk <wd@denx.de>
24237
24238 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
24239 Author: Wolfgang Denk <wd@denx.de>
24240 Date:   Wed Apr 18 16:17:46 2007 +0200
24241
24242     Update CHANGELOG
24243
24244 commit ad4eb555671d97f96dc56eab55103b1f86874b01
24245 Author: Wolfgang Denk <wd@denx.de>
24246 Date:   Wed Apr 18 14:30:39 2007 +0200
24247
24248     MCC200 board: remove warning which is obsolete after PSoC firmware changes
24249
24250     Signed-off-by: Wolfgang Denk <wd@denx.de>
24251
24252 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
24253 Author: Domen Puncer <domen.puncer@telargo.com>
24254 Date:   Wed Apr 18 12:11:05 2007 +0200
24255
24256     [PATCH] icecube/lite5200b: document wakeup from low-power support
24257
24258     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
24259
24260 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
24261 Author: Stefan Roese <sr@denx.de>
24262 Date:   Wed Apr 18 12:07:47 2007 +0200
24263
24264     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
24265
24266     Signed-off-by: Stefan Roese <sr@denx.de>
24267
24268 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
24269 Author: Stefan Roese <sr@denx.de>
24270 Date:   Wed Apr 18 12:05:59 2007 +0200
24271
24272     ppc4xx: Add output for bootrom location to 405EZ ports
24273
24274     Now 405EZ ports also show upon bootup from which boot device
24275     they are configured to boot:
24276
24277     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
24278
24279     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
24280            Bootstrap Option E - Boot ROM Location EBC (32 bits)
24281            16 kB I-Cache 16 kB D-Cache
24282     Board: Acadia - AMCC PPC405EZ Evaluation Board
24283
24284     Signed-off-by: Stefan Roese <sr@denx.de>
24285
24286 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
24287 Author: Peter Pearse <peter.pearse@arm.com>
24288 Date:   Tue Apr 17 13:30:33 2007 +0100
24289
24290     Move ppearse to ARM board list
24291     Add Konstantin Kletschke for scb9328.
24292     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
24293
24294 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
24295 Author: Domen Puncer <domen.puncer@telargo.com>
24296 Date:   Mon Apr 16 14:00:13 2007 +0200
24297
24298     [PATCH] icecube/lite5200b: wakeup from low-power support
24299
24300     U-Boot part of Lite5200b low power mode support.
24301     Puts SDRAM out of self-refresh and transfers control to
24302     address saved at physical 0x0.
24303
24304     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
24305     Acked-by: Grant Likely <grant.likely@secretlab.ca>
24306
24307 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
24308 Author: Gerald Van Baren <vanbaren@cideas.com>
24309 Date:   Sun Apr 15 13:54:26 2007 -0400
24310
24311     Fix the ft_cpu_setup() property settings.
24312
24313     Use "setter" functions instead of flags, cleaner and more flexible.
24314     It also fixes the problem noted by Timur Tabi that the ethernet MAC
24315     addresses were all being set incorrectly to the same MAC address.
24316
24317 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
24318 Author: Gerald Van Baren <vanbaren@cideas.com>
24319 Date:   Sat Apr 14 22:51:24 2007 -0400
24320
24321     Improve the bootm command for CONFIG_OF_LIBFDT
24322
24323     In bootm, create the "/chosen" node only if it doesn't already exist
24324       (better matches the previous behavior).
24325     Update for proper reserved memory map handling for initrd.
24326
24327 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
24328 Author: Gerald Van Baren <vanbaren@cideas.com>
24329 Date:   Sat Apr 14 22:46:41 2007 -0400
24330
24331     Add some utilities to manipulate the reserved memory map.
24332
24333 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
24334 Author: Wolfgang Denk <wd@denx.de>
24335 Date:   Sat Apr 14 21:16:54 2007 +0200
24336
24337     Update CHANGELOG
24338
24339 commit 8e6875183cdca91c134408d119d4abcd48ef6856
24340 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24341 Date:   Sun Dec 17 18:56:46 2006 +0100
24342
24343     AVR32: Enable MMC support
24344
24345     Set up the portmux for the MMC interface and enable the MMC driver
24346     along with support for DOS partitions, ext2 and FAT filesystems.
24347
24348     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24349
24350 commit fc26c97bb6df41b4a95662c34054fe912387bf38
24351 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24352 Date:   Fri Jan 20 10:03:53 2006 +0100
24353
24354     Atmel MCI driver
24355
24356     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
24357
24358     The AT91 ARM-based CPUs use basically the same hardware, so it should
24359     be possible to share this driver, but no effort has been made so far.
24360
24361     Hardware documentation can be found in the AT32AP7000 data sheet,
24362     which can be downloaded from
24363
24364     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
24365
24366     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24367
24368 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
24369 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24370 Date:   Sun Dec 17 18:55:37 2006 +0100
24371
24372     AVR32: Add clk and gpio infrastructure for mmci
24373
24374     Implement functions for configuring the mmci pins, as well as
24375     functions for getting the clock rate of the mmci controller.
24376
24377     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24378
24379 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
24380 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24381 Date:   Sun Dec 17 18:53:56 2006 +0100
24382
24383     Enable partition support with MMC
24384
24385     Include implementations of init_part() and get_partition_info() when
24386     CONFIG_MMC is set.
24387
24388     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24389
24390 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
24391 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24392 Date:   Sun Dec 17 17:14:30 2006 +0100
24393
24394     AVR32: Enable networking
24395
24396     Implement MACB initialization for AVR32 and ATSTK1000, and turn
24397     everything on, including the MACB driver.
24398
24399     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24400
24401 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
24402 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24403 Date:   Fri Jan 20 10:03:34 2006 +0100
24404
24405     Atmel MACB ethernet driver
24406
24407     Driver for the Atmel MACB on-chip ethernet controller.
24408
24409     This driver has been tested on the ATSTK1000 board with a AT32AP7000
24410     CPU. It should probably work on AT91SAM926x as well with some minor
24411     modifications.
24412
24413     Hardware documentation can be found in the AT32AP7000 data sheet,
24414     which can be downloaded from
24415
24416     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
24417
24418     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24419
24420 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
24421 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24422 Date:   Sun Dec 17 16:56:14 2006 +0100
24423
24424     AVR32: Add clk and gpio infrastructure for macb0 and macb1
24425
24426     Implement functions for configuring the macb0 and macb1 pins, as
24427     well as functions for getting the clock rate of the various
24428     busses the macb ethernet controllers are connected to.
24429
24430     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24431
24432 commit d5acb95b16a0a74c643524342c3437e765426d05
24433 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24434 Date:   Sun Dec 17 15:39:15 2006 +0100
24435
24436     AVR32: Implement simple DMA memory allocator
24437
24438     Implement dma_alloc_coherent() which returns cache-aligned
24439     uncacheable memory.
24440
24441     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24442
24443 commit 91975b0fea773c9e681fea8cf3349669f27685ee
24444 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24445 Date:   Sun Dec 17 15:46:02 2006 +0100
24446
24447     Import <linux/mii.h> from the Linux kernel
24448
24449     Instead of creating yet another set of MII register definitions
24450     in the macb driver, here's a complete set of definitions for everyone
24451     to use.
24452
24453     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24454
24455 commit 1b804b229556a4d862da93c0ec94e79419364b2c
24456 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24457 Date:   Wed Mar 21 19:47:36 2007 +0100
24458
24459     AVR32: Include more commands for ATSTK1000
24460
24461     Include the imi, imls and jffs commands sets by default on ATSTK1000.
24462     Also define CONFIG_BOOTARGS to something more useful, define
24463     CONFIG_BOOTCOMMAND and enable autoboot by default.
24464
24465     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24466
24467 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
24468 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24469 Date:   Wed Mar 21 19:44:48 2007 +0100
24470
24471     AVR32: Provide a definition of struct stat
24472
24473     Copy the definition of struct stat from the Linux kernel.
24474
24475     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24476
24477 commit 12f099c08167a7a51aeee623bc16dafd0841271c
24478 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24479 Date:   Sun Dec 17 14:46:06 2006 +0100
24480
24481     AVR32: Use initdram() instead of board_init_memories()
24482
24483     Conform to the "standard" interface and use initdram() instead of
24484     board_init_memories() on AVR32. This enables us to get rid of the
24485     sdram_size member of the global_data struct as well.
24486
24487     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24488
24489 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
24490 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24491 Date:   Mon Nov 20 15:53:10 2006 +0100
24492
24493     AVR32: Relocate u-boot to SDRAM
24494
24495     Relocate the u-boot image into SDRAM like everyone else does. This
24496     means that we can handle much larger .data and .bss than we used to.
24497
24498     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24499
24500 commit df548d3c3e2bbc40258713167859ffc2ce99a900
24501 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24502 Date:   Sun Nov 19 18:06:53 2006 +0100
24503
24504     AVR32: Resource management rewrite
24505
24506     Rewrite the resource management code (i.e. I/O memory, clock gating,
24507     gpio) so it doesn't depend on any global state. This is necessary
24508     because this code is heavily used before relocation to RAM, so we
24509     can't write to any global variables.
24510
24511     As an added bonus, this makes u-boot's memory footprint a bit smaller,
24512     although some functionality has been left out; all clocks are enabled
24513     all the time, and there's no checking for gpio line conflicts.
24514
24515     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24516
24517 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
24518 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24519 Date:   Sat Nov 18 18:01:13 2006 +0100
24520
24521     AVR32: Clean up memory-map.h for at32ap7000
24522
24523     Convert spaces to tabs (must have missed this one last time around),
24524     sort the entries by address and group them together by bus
24525     connectivity.
24526
24527     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24528
24529 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
24530 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24531 Date:   Sat Nov 18 17:32:31 2006 +0100
24532
24533     AVR32: Build position-independent u-boot
24534
24535     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
24536     position independent. This will make relocation a lot easier.
24537
24538     -mno-init-got means that gcc shouldn't emit code to load the GOT
24539     address into r6 in every function prologue. We do it once and for
24540     all in the early startup assembly code, so enabling this option
24541     makes u-boot a bit faster and smaller.
24542
24543     The assembly parts have always been position-independent, so no code
24544     changes should be necessary.
24545
24546     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24547
24548 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
24549 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24550 Date:   Sat Nov 18 17:24:31 2006 +0100
24551
24552     AVR32: Use avr32-linux- cross-compilation prefix by default
24553
24554     It doesn't really matter which toolchain you use to compile u-boot,
24555     but the avr32-linux one is probably what most people have installed.
24556
24557     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24558
24559 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
24560 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
24561 Date:   Sat Nov 18 17:15:30 2006 +0100
24562
24563     AVR32: Split start_u_boot into board_init_f and board_init_r
24564
24565     Split the avr32 initialization code into a function to run before
24566     relocation, board_init_f and a function to run after relocation,
24567     board_init_r. For now, board_init_f simply calls board_init_r
24568     at the end.
24569
24570     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24571
24572 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
24573 Author: Heiko Schocher <hs@pollux.denx.de>
24574 Date:   Sat Apr 14 05:26:48 2007 +0200
24575
24576     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
24577             clear the Display after reset.
24578
24579     Signed-off-by: Heiko Schocher <hs@denx.de>
24580
24581 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
24582 Author: Denis Peter <d.peter@mpl.ch>
24583 Date:   Fri Apr 13 09:13:33 2007 +0200
24584
24585     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
24586
24587     Fix bug introduced by "Fix get_partition_info() parameter error in all
24588     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
24589     to use diskboot or scsiboot form another device than 0.
24590
24591     Signed-off-by: Denis Peter <d.peter@mpl.ch>
24592
24593 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
24594 Author: Greg Lopp <lopp@pobox.com>
24595 Date:   Fri Apr 13 08:02:24 2007 +0200
24596
24597     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
24598
24599     Signed-of-by: Greg Lopp <lopp@pobox.com>
24600     Acked-by: Grant Likely <grant.likely@secretlab.ca>
24601
24602 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
24603 Author: Xie Xiaobo <r63061@freescale.com>
24604 Date:   Fri Mar 9 19:08:25 2007 +0800
24605
24606     Fix two bugs for MPC83xx DDR2 controller SPD Init
24607
24608     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
24609     the first bug is that the picos_to_clk routine introduces a huge
24610     rounding error in 83xx.
24611     the second bug is that the mode register write recovery field is
24612     tWR-1, not tWR >> 1.
24613
24614 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
24615 Author: Jeffrey Mann <mannj@embeddedplanet.com>
24616 Date:   Thu Apr 12 14:15:59 2007 +0200
24617
24618     ppc4xx: Fix i2c divisor calcularion for PPC4xx
24619
24620     This patch fixes changes the i2c_init(...) function to use the function
24621     get_OPB_freq() rather than calculating the OPB speed by
24622     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
24623     specific per processor. The prior method was not and so was calculating
24624     the wrong speed for some PPC4xx processors.
24625
24626     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
24627     Signed-off-by: Stefan Roese <sr@denx.de>
24628
24629 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
24630 Author: Wolfgang Denk <wd@denx.de>
24631 Date:   Wed Apr 11 17:25:01 2007 +0200
24632
24633     Update CHANGELOG
24634
24635     Signed-off-by: Wolfgang Denk <wd@denx.de>
24636
24637 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
24638 Author: Wolfgang Denk <wd@denx.de>
24639 Date:   Wed Apr 11 17:22:55 2007 +0200
24640
24641     Update for SC3 board
24642
24643     * Make IDE timeout configurable through ide_reset_timeout variable.
24644     * Use Newline as "password" string
24645     * Use just a single partition in NAND flash
24646
24647 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
24648 Author: Haiying Wang <haiying.wang@freescale.com>
24649 Date:   Mon Jan 22 12:37:30 2007 -0600
24650
24651     Add PIXIS FPGA support for MPC8641HPCN board.
24652
24653     Move the 8641HPCN's PIXIS code to the new directory
24654     board/freescale/common/ as it will be shared by
24655     future boards not in the same processor family.
24656
24657     Write a "pixis_reset" command that utilizes the FPGA
24658     reset sequencer to support alternate soft-reset options
24659     such as using the "alternate" flash bank, enabling
24660     the watch dog, or choosing different CPU frequencies.
24661
24662     Add documentation for the pixis_reset to README.mpc8641hpcn.
24663
24664     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
24665     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24666
24667 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
24668 Author: Gerald Van Baren <vanbaren@cideas.com>
24669 Date:   Fri Apr 6 14:19:43 2007 -0400
24670
24671     Moved fdt command support code to fdt_support.c
24672
24673     ...in preparation for improving the bootm command's handling of fdt blobs.
24674     Also cleaned up some coding sloppiness.
24675
24676 commit 6679f9299534e488a171a9bb8f9bb891de247aab
24677 Author: Gerald Van Baren <vanbaren@cideas.com>
24678 Date:   Fri Apr 6 14:17:14 2007 -0400
24679
24680     libfdt: Make fdt_check_header() public
24681
24682     Changed _fdt_check_header() to fdt_check_header() and made it part of
24683     the interface - it is a useful routine.
24684
24685     Also did some asthetics cleanup to the include files (headers).
24686
24687 commit c0707ce65677650b5ceab0500ee50ae5168afef2
24688 Author: Aubrey Li <aubrey.adi@gmail.com>
24689 Date:   Thu Apr 5 18:34:06 2007 +0800
24690
24691     [Blackfin][PATCH] Kill off a bunch of common local prototypes
24692
24693 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
24694 Author: Aubrey Li <aubrey.adi@gmail.com>
24695 Date:   Thu Apr 5 18:33:04 2007 +0800
24696
24697     [Blackfin][PATCH] Fix dynamic CPLB generation issue
24698
24699 commit 0445e3a264251d75b1be45ef713c70726a2952f0
24700 Author: Aubrey Li <aubrey.adi@gmail.com>
24701 Date:   Thu Apr 5 18:31:47 2007 +0800
24702
24703     [Blackfin][PATCH] minior cleanup
24704
24705 commit 155fd766573981090e638b493d5857562151862e
24706 Author: Aubrey Li <aubrey.adi@gmail.com>
24707 Date:   Thu Apr 5 18:31:18 2007 +0800
24708
24709     [Blackfin][PATCH] Fix copyright and update license
24710
24711 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
24712 Author: Aubrey Li <aubrey.adi@gmail.com>
24713 Date:   Thu Apr 5 18:30:25 2007 +0800
24714
24715     [Blackfin][PATCH] Add BF537 EMAC driver initialization
24716
24717 commit 889256e8604e0c68db1d866d720894dffede9df6
24718 Author: Aubrey Li <aubrey.adi@gmail.com>
24719 Date:   Thu Apr 5 18:29:55 2007 +0800
24720
24721     [Blackfin][PATCH] call real the system synchronize instruction
24722
24723 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
24724 Author: Aubrey Li <aubrey.adi@gmail.com>
24725 Date:   Thu Apr 5 18:29:17 2007 +0800
24726
24727     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
24728
24729 commit dfeeab2cd680df047e68e723b246adf6f33bb556
24730 Author: Aubrey Li <aubrey.adi@gmail.com>
24731 Date:   Thu Apr 5 18:28:34 2007 +0800
24732
24733     [Blackfin][PATCH]: fix flash unaligned copy issue
24734
24735 commit 443feb740584e406efa203af909fe2926608e8d5
24736 Author: Igor Marnat <marny@rambler.ru>
24737 Date:   Wed Mar 21 09:55:01 2007 +0300
24738
24739     Update usage of 'nc' in README.NetConsole
24740
24741     Added information about usage of NetConsole on systems where the -l and -p
24742     switches are mutually exclusive.
24743
24744     Signed-off-by: Igor Marnat <marny@rambler.ru>
24745     Signed-off-by: Ben Warren <bwarren@qstreams.com>
24746
24747 commit 31c98a88228021b314c89ebb8104fb6473da4471
24748 Author: Wolfgang Denk <wd@denx.de>
24749 Date:   Wed Apr 4 02:09:30 2007 +0200
24750
24751     Minor coding style cleanup.
24752
24753 commit 94abd7c0583ebe01e799b25f451201deeaab550d
24754 Author: Wolfgang Denk <wd@denx.de>
24755 Date:   Wed Apr 4 01:49:15 2007 +0200
24756
24757     Minor cleanup.
24758
24759 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
24760 Author: Rodolfo Giometti <giometti@enneenne.com>
24761 Date:   Tue Apr 3 14:27:18 2007 +0200
24762
24763     Support for the Philips ISP116x HCD (Host Controller Driver)
24764
24765     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
24766
24767 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
24768 Author: Markus Klotzbuecher <mk@denx.de>
24769 Date:   Tue Apr 3 14:27:08 2007 +0200
24770
24771     USB: cleanup monahans usb support. Remove dead code.
24772
24773     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24774
24775 commit a65c5768e5537530bd1780af3d3fddc3113a163c
24776 Author: Stefan Roese <sr@denx.de>
24777 Date:   Mon Apr 2 10:09:30 2007 +0200
24778
24779     ppc4xx: Change SysACE address on Katmai
24780
24781     With this new base address of the Xilinx SystemACE controller
24782     the Linux driver will be easier to adapt, since it can now be
24783     mapped via the "normal" ioremap() call.
24784
24785     Signed-off-by: Stefan Roese <sr@denx.de>
24786
24787 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
24788 Author: Gerald Van Baren <vanbaren@cideas.com>
24789 Date:   Sat Mar 31 14:30:53 2007 -0400
24790
24791     Fix some minor whitespace violations.
24792
24793 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
24794 Author: Gerald Van Baren <vanbaren@cideas.com>
24795 Date:   Sat Mar 31 12:23:51 2007 -0400
24796
24797     Add a flattened device tree (fdt) command (2 of 2)
24798
24799     Modifications to the existing code to support the new fdt command.
24800
24801 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
24802 Author: Gerald Van Baren <vanbaren@cideas.com>
24803 Date:   Sat Mar 31 12:22:10 2007 -0400
24804
24805     Add a flattened device tree (fdt) command (1 of 2)
24806
24807     The fdt command uses David Gibson's libfdt library to manipulate as well
24808     as print the flattened device tree.  This patch is the new command,
24809     the second part is the modifications to the existing code.
24810
24811 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
24812 Author: Gerald Van Baren <vanbaren@cideas.com>
24813 Date:   Sat Mar 31 12:13:43 2007 -0400
24814
24815     libfdt: Enhanced and published fdt_next_tag()
24816
24817     Enhanced the formerly private function _fdt_next_tag() to allow stepping
24818       through the tree, used to produce a human-readable dump, and made
24819       it part of the published interface.
24820     Also added some comments.
24821
24822 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
24823 Author: Gerald Van Baren <vanbaren@cideas.com>
24824 Date:   Sat Mar 31 12:05:39 2007 -0400
24825
24826     libfdt: Customizations for use by u-boot.
24827
24828     Changes to David Gibson's original source to fit into u-boot's
24829     environment.  No functionality changes.
24830
24831 commit 35748177c64a4a83a00057e93bb33e40278a2a96
24832 Author: Gerald Van Baren <vanbaren@cideas.com>
24833 Date:   Sat Mar 31 12:00:56 2007 -0400
24834
24835     libfdt: Import libfdt source (2 of 2)
24836
24837     This adds the applicable libfdt source files (unmodified) and a README
24838     to explain where the source came from.
24839
24840 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
24841 Author: Gerald Van Baren <vanbaren@cideas.com>
24842 Date:   Sat Mar 31 11:59:59 2007 -0400
24843
24844     libfdt: Import libfdt source (1 of 2)
24845
24846     This adds the applicable libfdt source files (unmodified) and a README
24847     to explain where the source came from.
24848
24849 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
24850 Author: Stefan Roese <sr@denx.de>
24851 Date:   Sat Mar 31 13:16:23 2007 +0200
24852
24853     ppc4xx: Update Katmai bootstrap command
24854
24855     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
24856     is selected.
24857
24858     Signed-off-by: Stefan Roese <sr@denx.de>
24859
24860 commit cabee756a6532986729477c3cc1ea16ef8517ad2
24861 Author: Stefan Roese <sr@denx.de>
24862 Date:   Sat Mar 31 13:15:06 2007 +0200
24863
24864     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
24865
24866     Additional RAM information is now printed upon powerup, like
24867     DDR2 frequency and CAS latency.
24868
24869     Signed-off-by: Stefan Roese <sr@denx.de>
24870
24871 commit 60723803431ac75cad085690789e433d5ab9174e
24872 Author: Stefan Roese <sr@denx.de>
24873 Date:   Sat Mar 31 08:48:36 2007 +0200
24874
24875     ppc4xx: Change Yucca config file to support ECC
24876
24877     With the updated 44x DDR2 driver the Yucca board now supports
24878     ECC generation and checking.
24879
24880     Signed-off-by: Stefan Roese <sr@denx.de>
24881
24882 commit 490e5730c674b20d708b783a2c5ffd7208f83873
24883 Author: Stefan Roese <sr@denx.de>
24884 Date:   Sat Mar 31 08:47:34 2007 +0200
24885
24886     ppc4xx: Fix "bootstrap" command for Katmai board
24887
24888     The board specific "bootstrap" command is now fixed and can
24889     be used for the AMCC Katmai board to configure different
24890     CPU/PLB/OPB frequencies.
24891
24892     Signed-off-by: Stefan Roese <sr@denx.de>
24893
24894 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
24895 Author: Stefan Roese <sr@denx.de>
24896 Date:   Sat Mar 31 08:46:08 2007 +0200
24897
24898     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
24899
24900     Fix a bug in the auto calibration routine. This driver now runs
24901     more reliable with the tested modules. It's also tested with
24902     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
24903
24904     Signed-off-by: Stefan Roese <sr@denx.de>
24905
24906 commit 342cd097be1e7affe82f42ab3da220959a699e64
24907 Author: Michal Simek <monstr@monstr.eu>
24908 Date:   Fri Mar 30 22:52:09 2007 +0200
24909
24910     [PATCH] Clean include dependence
24911
24912 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
24913 Author: Michal Simek <monstr@monstr.eu>
24914 Date:   Fri Mar 30 22:42:45 2007 +0200
24915
24916     [CLEAN] Remove inefficient Suzaku code
24917
24918 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
24919 Author: Stefan Roese <sr@denx.de>
24920 Date:   Wed Mar 28 15:03:16 2007 +0200
24921
24922     Merge some AMCC make targets to keep the top-level Makefile smaller
24923
24924     Signed-off-by: Stefan Roese <sr@denx.de>
24925
24926 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
24927 Author: Stefan Roese <sr@denx.de>
24928 Date:   Wed Mar 28 14:52:12 2007 +0200
24929
24930     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
24931
24932     The "old" i2c commands (iprobe, imd...) are now compiled in again,
24933     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
24934     config option.
24935
24936     Signed-off-by: Stefan Roese <sr@denx.de>
24937
24938 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
24939 Author: Michal Simek <monstr@monstr.eu>
24940 Date:   Tue Mar 27 00:32:16 2007 +0200
24941
24942     PATCH: Resolve GPL license problem
24943
24944 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
24945 Author: Rodolfo Giometti <giometti@enneenne.com>
24946 Date:   Mon Mar 26 12:03:36 2007 +0200
24947
24948     PXA: pxa27x USB OHCI support
24949
24950     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
24951
24952 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
24953 Author: Markus Klotzbuecher <mk@denx.de>
24954 Date:   Mon Mar 26 11:21:05 2007 +0200
24955
24956     USB: remove the S3C24X0_merge #define, which was introduced while
24957     merging OHCI drivers.
24958
24959     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24960
24961 commit 1798049522f594013aea29457d46794298c6ae15
24962 Author: Michal Simek <root@monstr.eu>
24963 Date:   Mon Mar 26 01:39:07 2007 +0200
24964
24965     Support for XUPV2P board
24966     Reset support
24967     BSP autoconfig support
24968
24969 commit 0d974d5297349504a2ddfa09314be573b5df320a
24970 Author: Stefan Roese <sr@denx.de>
24971 Date:   Sat Mar 24 15:57:09 2007 +0100
24972
24973     [PATCH] Add 4xx GPIO functions
24974
24975     This patch adds some 4xx GPIO functions. It also moves some of the
24976     common code and defines into a common 4xx GPIO header file.
24977
24978     Signed-off-by: Stefan Roese <sr@denx.de>
24979
24980 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
24981 Author: Stefan Roese <sr@denx.de>
24982 Date:   Sat Mar 24 15:55:58 2007 +0100
24983
24984     [PATCH] Small Sequoia cleanup
24985
24986     Signed-off-by: Stefan Roese <sr@denx.de>
24987
24988 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
24989 Author: Stefan Roese <sr@denx.de>
24990 Date:   Sat Mar 24 15:45:34 2007 +0100
24991
24992     [PATCH] Clean up 40EZ/Acadia support
24993
24994     This patch cleans up all the open issue of the preliminary
24995     Acadia support.
24996
24997     Signed-off-by: Stefan Roese <sr@denx.de>
24998
24999 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
25000 Author: Jon Loeliger <jdl@freescale.com>
25001 Date:   Tue Dec 12 11:02:20 2006 -0600
25002
25003     Fix 8641HPCN problem with ld version 2.16
25004
25005     (Dot outside sections problem).
25006
25007     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
25008
25009     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25010
25011 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
25012 Author: Haiying Wang <haiying.wang@freescale.com>
25013 Date:   Thu Dec 7 10:35:55 2006 -0600
25014
25015     Set Rev 2.x 86xx PIC in mixed mode.
25016
25017     Prevent false interrupt from hanging Linux as MSR[EE] is set
25018     to enable interrupts by changing the PIC out of the default
25019     pass through mode into mixed mode.
25020
25021     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
25022     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25023
25024 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
25025 Author: Jason Jin <jason.jin@freescale.com>
25026 Date:   Thu Dec 7 10:32:35 2006 -0600
25027
25028     Add flash cmd function to 8641HPCN ramboot
25029
25030     Also fixes some commmand for 8641 HPCN ramboot case.
25031
25032     Signed-off-by: Jason Jin <jason.jin@freescale.com>
25033     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25034
25035 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
25036 Author: Ed Swarthout <ed.swarthout@freescale.com>
25037 Date:   Thu Dec 7 10:34:14 2006 -0600
25038
25039     Add support for 8641 Rev 2 silicon.
25040
25041     Without this patch, I am unable to get to the prompt on rev 2 silicon.
25042     Only set ddrioovcr for rev1.
25043
25044     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
25045     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25046
25047 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
25048 Author: Wolfgang Denk <wd@denx.de>
25049 Date:   Thu Mar 22 00:13:12 2007 +0100
25050
25051     Code cleanup / re-insert previous Copyright entries.
25052
25053     Signed-off-by: Wolfgang Denk <wd@denx.de>
25054
25055 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
25056 Author: Wolfgang Denk <wd@denx.de>
25057 Date:   Wed Mar 21 23:26:15 2007 +0100
25058
25059     Code cleanup. Update CHANGELOG
25060
25061 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
25062 Author: Stefan Roese <sr@denx.de>
25063 Date:   Wed Mar 21 14:54:29 2007 +0100
25064
25065     ppc4xx: Fix file mode of include/configs/acadia.h
25066
25067     Signed-off-by: Stefan Roese <sr@denx.de>
25068
25069 commit d5f4614c9350d9333e575100fb250aab774d0258
25070 Author: Markus Klotzbuecher <mk@denx.de>
25071 Date:   Wed Mar 21 14:41:46 2007 +0100
25072
25073     SPC1920: fix small clock routing bug
25074
25075     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25076
25077 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
25078 Author: Stefan Roese <sr@denx.de>
25079 Date:   Wed Mar 21 13:39:57 2007 +0100
25080
25081     [PATCH] Add AMCC Acadia (405EZ) eval board support
25082
25083     This patch adds support for the new AMCC Acadia eval board.
25084
25085     Please note that this Acadia/405EZ support is still in a beta stage.
25086     Still lot's of cleanup needed but we need a preliminary release now.
25087
25088     Signed-off-by: Stefan Roese <sr@denx.de>
25089
25090 commit e01bd218b00af73499331a1a701625a852cd286f
25091 Author: Stefan Roese <sr@denx.de>
25092 Date:   Wed Mar 21 13:38:59 2007 +0100
25093
25094     [PATCH] Add AMCC PPC405EZ support
25095
25096     This patch adds support for the new AMCC 405EZ PPC. It is in
25097     preparation for the AMCC Acadia board support.
25098
25099     Please note that this Acadia/405EZ support is still in a beta stage.
25100     Still lot's of cleanup needed but we need a preliminary release now.
25101
25102     Signed-off-by: Stefan Roese <sr@denx.de>
25103
25104 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
25105 Author: Heiko Schocher <hs@pollux.denx.de>
25106 Date:   Wed Mar 21 08:45:17 2007 +0100
25107
25108     [PATCH] TQM8272: dont change the bits given from the HRCW
25109                      for the SIUMCR and BCR Register.
25110                      Fix the calculation for the EEprom Size
25111
25112     Signed-off-by: Heiko Schocher <hs@denx.de>
25113
25114 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
25115 Author: Aubrey Li <aubrey.adi@gmail.com>
25116 Date:   Tue Mar 20 18:16:24 2007 +0800
25117
25118     [Blackfin][PATCH] Add BF561 EZKIT board support
25119
25120 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
25121 Author: Aubrey Li <aubrey.adi@gmail.com>
25122 Date:   Mon Mar 19 22:55:58 2007 +0800
25123
25124     [Blackfin][PATCH] minor cleanup
25125
25126 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
25127 Author: Wolfgang Denk <wd@denx.de>
25128 Date:   Mon Mar 19 13:10:08 2007 +0100
25129
25130     Remove obsoleted POST files.
25131
25132     Signed-off-by: Wolfgang Denk <wd@denx.de>
25133
25134 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
25135 Author: Aubrey Li <aubrey.adi@gmail.com>
25136 Date:   Mon Mar 19 01:26:11 2007 +0800
25137
25138     [PATCH] Add flash chip M29W320ET/B support
25139
25140 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
25141 Author: Aubrey Li <aubrey.adi@gmail.com>
25142 Date:   Mon Mar 19 01:24:52 2007 +0800
25143
25144     [Blackfin][PATCH] Add BF537 stamp board support
25145
25146 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
25147 Author: Stefan Roese <sr@denx.de>
25148 Date:   Fri Mar 16 21:11:42 2007 +0100
25149
25150     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
25151
25152     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
25153     DDR memory are dynamically programmed matching the total size
25154     of the equipped memory (DIMM modules).
25155
25156     Signed-off-by: Stefan Roese <sr@denx.de>
25157
25158 commit 76d1466f918b881cda2d259254761e73885093c2
25159 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25160 Date:   Tue Mar 13 13:38:05 2007 +0100
25161
25162     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
25163             boards in terms of unification.
25164
25165     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25166
25167 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
25168 Author: Wolfgang Denk <wd@denx.de>
25169 Date:   Tue Mar 13 16:05:55 2007 +0100
25170
25171     Make SC3 board build with 'make O='; use 'addcons' consistently
25172     (SC3 and Jupiter used to use 'addcon' instead).
25173
25174     Signed-off-by: Wolfgang Denk wd@denx.de
25175
25176 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
25177 Author: Heiko Schocher <hs@pollux.denx.de>
25178 Date:   Tue Mar 13 09:40:59 2007 +0100
25179
25180     [PATCH] update board config for jupiter Board:
25181             added Hush Shell,
25182                   CONFIG_CMDLINE_EDITING,
25183                   CFG_ENV_ADDR_REDUND activated
25184
25185     Signed-off-by: Heiko Schocher <hs@denx.de>
25186
25187 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
25188 Author: Aubrey Li <aubrey.adi@gmail.com>
25189 Date:   Mon Mar 12 12:11:55 2007 +0800
25190
25191     [Blackfin][PATCH] minor cleanup
25192
25193 commit bfa5754a58477ac917d21527cd0f079d87cf188e
25194 Author: Aubrey Li <aubrey.adi@gmail.com>
25195 Date:   Mon Mar 12 01:42:06 2007 +0800
25196
25197     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
25198
25199 commit 8440bb14581a294375c34b91b42512f9753d1130
25200 Author: Aubrey Li <aubrey.adi@gmail.com>
25201 Date:   Mon Mar 12 00:25:14 2007 +0800
25202
25203     [Blackfin][PATCH] code cleanup
25204
25205 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
25206 Author: Michal Simek <monstr@monstr.eu>
25207 Date:   Sun Mar 11 13:48:24 2007 +0100
25208
25209     [Microblaze][PATCH] part 2
25210     timer support
25211     interrupt controller support
25212     flash support
25213     ethernet support
25214     cache support
25215     board information support
25216     env support
25217     booting image support
25218
25219     adding support for Xilinx ML401
25220
25221 commit 76316a318de91f6184e7c22a10e02d275ade2441
25222 Author: Michal Simek <monstr@monstr.eu>
25223 Date:   Sun Mar 11 13:42:58 2007 +0100
25224
25225     [Microblaze][PATCH]
25226     timer support
25227     interrupt controller support
25228     flash support
25229     ethernet support
25230     cache support
25231     board information support
25232     env support
25233     booting image support
25234
25235     adding support for Xilinx ML401
25236
25237 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
25238 Author: Aubrey Li <aubrey.adi@gmail.com>
25239 Date:   Sat Mar 10 23:49:29 2007 +0800
25240
25241     [Blackfin][PATCH] code cleanup
25242
25243 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
25244 Author: Aubrey.Li <aubrey.adi@gmail.com>
25245 Date:   Fri Mar 9 13:40:56 2007 +0800
25246
25247     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
25248
25249 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
25250 Author: Aubrey.Li <aubrey.adi@gmail.com>
25251 Date:   Fri Mar 9 13:38:44 2007 +0800
25252
25253     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
25254
25255 commit 992423ab43c2bcf6b704853bd00af77450915e20
25256 Author: Stefan Roese <sr@denx.de>
25257 Date:   Thu Mar 8 23:00:08 2007 +0100
25258
25259     ppc4xx: Fix file mode of sequoia.c
25260
25261     Signed-off-by: Stefan Roese <sr@denx.de>
25262
25263 commit eb92f613556800f7483666db09d9a237ad911d4a
25264 Author: Wolfgang Denk <wd@pollux.denx.de>
25265 Date:   Thu Mar 8 22:52:51 2007 +0100
25266
25267     Minor cleanup.
25268
25269 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
25270 Author: John Otken john@softadvances.com <john@softadvances.com>
25271 Date:   Thu Mar 8 09:39:48 2007 -0600
25272
25273     ppc4xx: Clear Sequoia/Rainier security engine reset bits
25274
25275     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
25276
25277 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
25278 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25279 Date:   Thu Mar 8 16:26:52 2007 +0100
25280
25281     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
25282
25283     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25284
25285 commit d9fc703246840c4b268debf48c334ba55c597dc0
25286 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25287 Date:   Thu Mar 8 16:25:47 2007 +0100
25288
25289     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
25290
25291     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25292
25293 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
25294 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25295 Date:   Thu Mar 8 16:23:11 2007 +0100
25296
25297     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
25298
25299     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25300
25301 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
25302 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25303 Date:   Thu Mar 8 16:20:32 2007 +0100
25304
25305     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
25306
25307     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25308
25309 commit f9fc6a5852a6335840882fa2111925010eea1abe
25310 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25311 Date:   Wed Mar 7 15:32:01 2007 +0100
25312
25313     fixed ethernet phy configuration for plu405 board
25314
25315     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25316
25317 commit 769104c9356594deb2092e204a39c05b33202d6c
25318 Author: Wolfgang Denk <wd@pollux.denx.de>
25319 Date:   Thu Mar 8 21:49:27 2007 +0100
25320
25321     Minor cleanup
25322
25323 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
25324 Author: Stefan Roese <sr@denx.de>
25325 Date:   Thu Mar 8 10:13:16 2007 +0100
25326
25327     [PATCH] Update AMCC Luan 440SP eval board support
25328
25329     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
25330     inititializition. This includes DDR auto calibration and support
25331     for different DIMM modules, instead of the fixed setup used in
25332     the earlier version.
25333
25334     This patch also enables the cache in FLASH for the startup
25335     phase of U-Boot (while running from FLASH). After relocating to
25336     SDRAM the cache is disabled again. This will speed up the boot
25337     process, especially the SDRAM setup, since there are some loops
25338     for memory testing (auto calibration).
25339
25340     Signed-off-by: Stefan Roese <sr@denx.de>
25341
25342 commit 2f5df47351910a2936c7741cf111855829200943
25343 Author: Stefan Roese <sr@denx.de>
25344 Date:   Thu Mar 8 10:10:18 2007 +0100
25345
25346     [PATCH] Update AMCC Yucca 440SPe eval board support
25347
25348     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
25349     inititializition. This includes DDR auto calibration and support
25350     for different DIMM modules, instead of the fixed setup used in
25351     the earlier version.
25352
25353     Signed-off-by: Stefan Roese <sr@denx.de>
25354
25355 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
25356 Author: Stefan Roese <sr@denx.de>
25357 Date:   Thu Mar 8 10:07:18 2007 +0100
25358
25359     ppc4xx: Small AMCC Katmai 440SPe update
25360
25361     Signed-off-by: Stefan Roese <sr@denx.de>
25362
25363 commit df294497479b1dca6dd86318b2a912f72fede0df
25364 Author: Stefan Roese <sr@denx.de>
25365 Date:   Thu Mar 8 10:06:09 2007 +0100
25366
25367     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
25368
25369     Signed-off-by: Stefan Roese <sr@denx.de>
25370
25371 commit 83853178bd36bca6f0f8f1331476620c84a587fc
25372 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25373 Date:   Wed Mar 7 12:14:50 2007 -0600
25374
25375     net - Support ping reply when processing net-loop
25376
25377     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
25378
25379     This permits the ping command to test the phy interface when the phy
25380     is put in loopback mode (typically by setting register 0 bit 14).
25381
25382     It also allows the port to respond to an external ping when u-boot is
25383     processing some other net command (such as tftp).  This is useful when
25384     tftp appears to hang.
25385
25386     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25387     Signed-off-by: Ben Warren <bwarren@qstreams.com>
25388
25389 commit fa1aef15bcd47736687be1af544506e90fba545d
25390 Author: Stefan Roese <sr@denx.de>
25391 Date:   Wed Mar 7 16:43:00 2007 +0100
25392
25393     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
25394
25395     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
25396     DDR memory are dynamically programmed matching the total size
25397     of the equipped memory (DIMM modules).
25398
25399     Signed-off-by: Stefan Roese <sr@denx.de>
25400
25401 commit e2ebe696818939e2b974628be9c921ea3fe9de13
25402 Author: Stefan Roese <sr@denx.de>
25403 Date:   Wed Mar 7 16:39:36 2007 +0100
25404
25405     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
25406
25407     This patch fixes a problem that occurs when 2 DIMM's are
25408     used. This problem was first spotted and fixed by Gerald Jackson
25409     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
25410     problem in a little more clever way.
25411
25412     This patch also adds the nice functionality to dynamically
25413     create the TLB entries for the SDRAM (tlb.c). So we should
25414     never run into such problems with wrong (too short) TLB
25415     initialization again on these platforms.
25416
25417     As this feature is new to the "old" 44x SPD DDR driver, it
25418     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
25419
25420     Signed-off-by: Stefan Roese <sr@denx.de>
25421
25422 commit 39218433983417b9df087976a79e3f80dd5e83d6
25423 Author: Wolfgang Denk <wd@denx.de>
25424 Date:   Wed Mar 7 16:33:44 2007 +0100
25425
25426     UC101: fix compiler warnings
25427
25428 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
25429 Author: Wolfgang Denk <wd@pollux.denx.de>
25430 Date:   Wed Mar 7 16:19:46 2007 +0100
25431
25432     HMI1001: fix build error, cleanup compiler warnings.
25433
25434 commit ad5bb451ade552c44bef9119d907929ebc2c126f
25435 Author: Wolfgang Denk <wd@pollux.denx.de>
25436 Date:   Tue Mar 6 18:08:43 2007 +0100
25437
25438     Restructure POST directory to support of other CPUs, boards, etc.
25439
25440 commit a5284efd125967675b2e9c6ef7b95832268ad360
25441 Author: Wolfgang Denk <wd@pollux.denx.de>
25442 Date:   Tue Mar 6 18:01:47 2007 +0100
25443
25444     Fix HOSTARCH handling.
25445     Patch by Mike Frysinger, Mar 05 2007
25446
25447 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
25448 Author: Stefan Roese <sr@denx.de>
25449 Date:   Tue Mar 6 07:47:04 2007 +0100
25450
25451     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
25452
25453     As provided by the AMCC applications team, this patch optimizes the
25454     DDR2 setup for 166MHz bus speed. The values provided are also save
25455     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
25456     setup has to be adjusted as done in this patch.
25457
25458     For this the NAND booting version had to include the "speed.c" file
25459     from the cpu/ppc4xx directory. With this addition the NAND SPL image
25460     will just fit into the 4kbytes of program space. gcc version 4.x as
25461     provided with ELDK 4.x is needed to generate this optimized code.
25462
25463     Signed-off-by: Stefan Roese <sr@denx.de>
25464
25465 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
25466 Author: Wolfgang Denk <wd@pollux.denx.de>
25467 Date:   Sun Mar 4 01:36:05 2007 +0100
25468
25469     Some code cleanup.
25470
25471 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
25472 Author: Kim Phillips <kim.phillips@freescale.com>
25473 Date:   Wed Feb 28 00:02:04 2007 -0600
25474
25475     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
25476
25477     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
25478
25479 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
25480 Author: Kumar Gala <galak@kernel.crashing.org>
25481 Date:   Tue Feb 27 23:51:42 2007 -0600
25482
25483     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
25484
25485     The config value for:
25486     * CFG_ACR_PIPE_DEP
25487     * CFG_ACR_RPTCNT
25488     * CFG_SPCR_TSEC1EP
25489     * CFG_SPCR_TSEC2EP
25490     * CFG_SCCR_TSEC1CM
25491     * CFG_SCCR_TSEC2CM
25492
25493     Were not being used when setting the appropriate register
25494
25495     Added:
25496     * CFG_SCCR_USBMPHCM
25497     * CFG_SCCR_USBDRCM
25498     * CFG_SCCR_PCICM
25499     * CFG_SCCR_ENCCM
25500
25501     To allow full config of the SCCR.
25502
25503     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
25504     that were just bogus.
25505
25506     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25507
25508 commit d51b3cf371cd441030460ef19d36b2924c361b1a
25509 Author: Kim Phillips <kim.phillips@freescale.com>
25510 Date:   Thu Feb 22 20:06:57 2007 -0600
25511
25512     mpc83xx: update [local-]mac-address properties on UEC based devices
25513
25514     8360 and 832x weren't updating their [local-]mac-address
25515     properties. This patch fixes that.
25516
25517     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25518
25519 commit 61f4f912acbe60776c5e00df1ec94094ce672957
25520 Author: Timur Tabi <timur@freescale.com>
25521 Date:   Tue Feb 13 10:41:42 2007 -0600
25522
25523     mpc83xx: write MAC address to mac-address and local-mac-address
25524
25525     Some device trees have a mac-address property, some have local-mac-address,
25526     and some have both.  To support all of these device trees, this patch
25527     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
25528     This function already updates local-mac-address.
25529
25530     Signed-off-by: Timur Tabi <timur@freescale.com>
25531
25532 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
25533 Author: Kim Phillips <kim.phillips@freescale.com>
25534 Date:   Tue Feb 27 18:41:08 2007 -0600
25535
25536     mpc83xx: add command line editing by default
25537
25538 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
25539 Author: Kim Phillips <kim.phillips@freescale.com>
25540 Date:   Wed Feb 14 19:50:53 2007 -0600
25541
25542     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
25543
25544     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
25545     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
25546
25547     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
25548
25549     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25550     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
25551
25552 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
25553 Author: Xie Xiaobo <r63061@freescale.com>
25554 Date:   Wed Feb 14 18:27:17 2007 +0800
25555
25556     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
25557
25558     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
25559     it pass DDR/DDR2 compliance tests.
25560
25561     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
25562
25563 commit b110f40bd180c6b560276589beedf753e97c46ce
25564 Author: Xie Xiaobo <r63061@freescale.com>
25565 Date:   Wed Feb 14 18:27:06 2007 +0800
25566
25567     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
25568
25569     MPC8360E rev2.0 have new spridr,and PVR value,
25570     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
25571
25572     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
25573
25574 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
25575 Author: Xie Xiaobo <r63061@freescale.com>
25576 Date:   Wed Feb 14 18:26:44 2007 +0800
25577
25578     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
25579
25580     MPC8349E rev3.1 have new spridr,and PVR value,
25581     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
25582
25583     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
25584
25585 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
25586 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
25587 Date:   Wed Jan 31 11:04:19 2007 +0100
25588
25589     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
25590
25591     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
25592     which is used to se if an slave will ACK after receiving its address.
25593
25594     Correct i2c probing to use this method as the old method could upset
25595     a slave as it wrote a data byte to it.
25596
25597     Add a small delay in i2c_init() to let the controller
25598     shutdown any ongoing I2C activity.
25599
25600     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
25601
25602 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
25603 Author: Timur Tabi <timur@freescale.com>
25604 Date:   Wed Jan 31 15:54:29 2007 -0600
25605
25606     mpc83xx: Add support for the MPC8349E-mITX-GP
25607
25608     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
25609     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
25610     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
25611
25612     Signed-off-by: Timur Tabi <timur@freescale.com>
25613
25614 commit fab16807adad350f618024350c6950165c247c72
25615 Author: Timur Tabi <timur@freescale.com>
25616 Date:   Wed Jan 31 15:54:20 2007 -0600
25617
25618     mpc83xx: Delete sdram_init() for MPC8349E-mITX
25619
25620     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
25621     never does anything.  This patch deletes it.
25622
25623     Signed-off-by: Timur Tabi <timur@freescale.com>
25624
25625 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
25626 Author: Dave Liu <daveliu@freescale.com>
25627 Date:   Fri Jan 19 10:43:26 2007 +0800
25628
25629     mpc83xx: Fix the LAW1/3 bug
25630
25631     The patch solves the alignment problem of the local bus access windows to
25632     render accessible the memory bank and PHY registers of UPC 1 (starting at
25633     0xf801 0000). What we actually did was to adjust the sizes of the bus
25634     access windows so that the base address alignment requirement would be met.
25635
25636     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
25637     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
25638     Signed-off-by: Dave Liu <daveliu@freescale.com>
25639
25640 commit 97c4b397dce236a7318b304667bf89e59d08b17c
25641 Author: Kim Phillips <kim.phillips@freescale.com>
25642 Date:   Tue Jan 30 16:15:31 2007 -0600
25643
25644     mpc83xx: don't hang if watchdog configured on 8360, 832x
25645
25646     don't hang if watchdog configured on 8360, 832x
25647
25648     The watchdog programming model is the same across all 83xx devices;
25649     make the code reflect that.
25650
25651 commit b70047478570e371ce7223be342ce98afea0f7d6
25652 Author: Kim Phillips <kim.phillips@freescale.com>
25653 Date:   Tue Jan 30 16:15:21 2007 -0600
25654
25655     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
25656
25657     protect memcpy to bad address if a local-mac-address is missing from dt
25658
25659 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
25660 Author: Kim Phillips <kim.phillips@freescale.com>
25661 Date:   Tue Jan 30 16:15:04 2007 -0600
25662
25663     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
25664
25665     make 8360 default environment fdt be 8360 (not 8349)
25666
25667 commit a28899c910024a0226331df07207b1038c300c93
25668 Author: Emilian Medve <Emilian.Medve@freescale.com>
25669 Date:   Tue Jan 30 16:14:50 2007 -0600
25670
25671     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
25672
25673     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
25674     be used for busy-waiting since it strips the 'volatile' property from
25675     the bd variable. gcc3 was working by pure luck.
25676
25677     This is a follow on patch to "Fix the UEC driver bug of QE"
25678
25679 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
25680 Author: Kumar Gala <galak@kernel.crashing.org>
25681 Date:   Tue Jan 30 14:08:30 2007 -0600
25682
25683     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
25684
25685     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
25686     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
25687     CONFIG_MPC834X so they are more generic.
25688
25689     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25690
25691 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
25692 Author: Kim Phillips <kim.phillips@freescale.com>
25693 Date:   Thu Jan 25 13:40:55 2007 -0600
25694
25695     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
25696
25697 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
25698 Author: Kim Phillips <kim.phillips@freescale.com>
25699 Date:   Wed Jan 24 17:18:37 2007 -0600
25700
25701     mpc83xx: sort Makefile targets
25702
25703     reordered targets alphabetically
25704
25705 commit 91e25769771c1164ed63ffca0add49f934ae3343
25706 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25707 Date:   Tue Jan 16 11:38:14 2007 -0500
25708
25709     mpc83xx: U-Boot support for Wind River SBC8349
25710
25711     I've redone the SBC8349 support to match git-current, which
25712     incorporates all the MPC834x updates from Freescale since the 1.1.6
25713     release,  including the DDR changes.
25714
25715     I've kept all the SBC8349 files as parallel as possible to the
25716     MPC8349EMDS ones for ease of maintenance and to allow for easy
25717     inspection of what was changed to support this board.  Hence the SBC8349
25718     U-Boot has FDT support and everything else that the MPC8349EMDS has.
25719
25720     Fortunately the Freescale updates added support for boards using CS0,
25721     but I had to change spd_sdram.c to allow for board specific settings for
25722     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
25723     default if the board doesn't specify a value.)
25724
25725     Hopefully this should be mergeable as-is and require no whitespace
25726     cleanups or similar, but if something doesn't measure up then let me
25727     know and I'll fix it.
25728
25729     Thanks,
25730     Paul.
25731
25732 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
25733 Author: Sam Song <samsongshu@yahoo.com.cn>
25734 Date:   Thu Dec 14 19:03:21 2006 +0800
25735
25736     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
25737
25738     A redundant semicolon existed in mpc8349itx.c
25739     should be removed.
25740
25741     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
25742
25743 commit f35f358241c549be3f75cfe2eaa642914275b7ba
25744 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
25745 Date:   Wed Dec 6 21:23:55 2006 -0500
25746
25747     mpc83xx: Put the version (and magic) after the HRCW.
25748
25749     Put the version (and magic) after the HRCW.  This puts it in a fixed
25750     location in flash, not at the start of flash but as close as we can get.
25751
25752     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
25753
25754 commit 48aecd969171a6e99a55fae04933857787f9a5bd
25755 Author: Dave Liu <r63238@freescale.com>
25756 Date:   Thu Dec 7 21:14:51 2006 +0800
25757
25758     mpc83xx: Add the MPC832XEMDS board readme
25759
25760     Add the MPC832XEMDS board readme
25761
25762     Signed-off-by: Dave Liu <daveliu@freescale.com>
25763
25764 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
25765 Author: Dave Liu <r63238@freescale.com>
25766 Date:   Thu Dec 7 21:13:15 2006 +0800
25767
25768     mpc83xx: Add support for the MPC832XEMDS board
25769
25770     This patch supports DUART, ETH3/4 and PCI etc.
25771
25772     Signed-off-by: Dave Liu <daveliu@freescale.com>
25773
25774 commit e080313c32322e15ab5a18eb896a252858c57284
25775 Author: Dave Liu <r63238@freescale.com>
25776 Date:   Thu Dec 7 21:11:58 2006 +0800
25777
25778     mpc83xx: streamline the 83xx immr head file
25779
25780     For better format and style, I streamlined the 83xx head files,
25781     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
25782     duplicated macro definition appear in the both files; 2) the structure
25783     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
25784     macro definition put inside the each structure. So, I cleaned up the
25785     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
25786     moved the macro definition to mpc83xx.h, Just like MPC8260.
25787
25788     CHANGELOG
25789
25790     *streamline the 83xx immr head file
25791
25792     Signed-off-by: Dave Liu <daveliu@freescale.com>
25793
25794 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
25795 Author: Dave Liu <r63238@freescale.com>
25796 Date:   Wed Dec 6 11:38:17 2006 +0800
25797
25798     mpc83xx: Fix the UEC driver bug of QE
25799
25800     The patch prevents the GCC tool chain from striping useful code for
25801     optimization. It will make UEC ethernet driver workable, Otherwise the
25802     UEC will fail in tx when you are using gcc4.x. but the driver can work
25803     when using gcc3.4.3.
25804
25805     CHANGELOG
25806
25807     *Prevent the GCC from striping code for optimization, Otherwise the UEC
25808     will tx failed when you are using gcc4.x.
25809
25810     Signed-off-by: Dave Liu <daveliu@freescale.com>
25811
25812 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
25813 Author: Stefan Roese <sr@denx.de>
25814 Date:   Thu Mar 1 21:11:36 2007 +0100
25815
25816     [PATCH] Update AMCC Katmai 440SPe eval board support
25817
25818     This patch updates the recently added Katmai board support. The biggest
25819     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
25820     driver.
25821
25822     Please note, that still some problems are left with some memory
25823     configurations. See the driver for more details.
25824
25825     Signed-off-by: Stefan Roese <sr@denx.de>
25826
25827 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
25828 Author: Stefan Roese <sr@denx.de>
25829 Date:   Thu Mar 1 07:03:25 2007 +0100
25830
25831     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
25832
25833     Signed-off-by: Stefan Roese <sr@denx.de>
25834
25835 commit ccbc7036648e465697ca298ba51e0e76dda352a0
25836 Author: Wolfgang Denk <wd@pollux.denx.de>
25837 Date:   Wed Feb 28 01:28:53 2007 +0100
25838
25839     SC3: fix typo in default environment
25840
25841 commit e344568b1b46af85ec32d815586f91bc115d6223
25842 Author: Sergei Poselenov <sposelenov@emcraft.com>
25843 Date:   Tue Feb 27 20:15:30 2007 +0300
25844
25845     MCC200: Fixes for update procedure
25846
25847     - fix logic error in image type handling
25848     - make sure file system images (cramfs etc.) get stored in flash
25849       with image header stripped so they can be mounted through MTD
25850
25851 commit 743571145b37182757d4e688a77860b36ee77573
25852 Author: Wolfgang Denk <wd@pollux.denx.de>
25853 Date:   Tue Feb 27 14:26:04 2007 +0100
25854
25855     Minor code cleanup.
25856
25857 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
25858 Author: Sergei Poselenov <sposelenov@emcraft.com>
25859 Date:   Tue Feb 27 12:40:16 2007 +0300
25860
25861     MCC200 update - add LCD Progress Indicator
25862
25863 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
25864 Author: Stefan Roese <sr@denx.de>
25865 Date:   Thu Feb 22 07:43:34 2007 +0100
25866
25867     [PATCH] get_dev() now unconditionally uses manual relocation
25868
25869     Since the relocation fix is not included yet and we're not sure how
25870     it will be added, this patch removes code that required relocation
25871     to be fixed for now.
25872
25873     Signed-off-by: Stefan Roese <sr@denx.de>
25874
25875 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
25876 Author: Stefan Roese <sr@denx.de>
25877 Date:   Thu Feb 22 07:40:23 2007 +0100
25878
25879     [PATCH] Change systemace driver to select 8 & 16bit mode
25880
25881     As suggested by Grant Likely this patch enables the Xilinx SystemACE
25882     driver to select 8 or 16bit mode upon startup.
25883
25884     Signed-off-by: Stefan Roese <sr@denx.de>
25885
25886 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
25887 Author: Haiying Wang <Haiying.Wang@freescale.com>
25888 Date:   Wed Feb 21 16:52:31 2007 +0100
25889
25890     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
25891
25892     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
25893     is fully finished. The sync() is defined in each CPU's io.h file. For
25894     those CPUs which do not need sync for now, a dummy sync() is defined in
25895     their io.h as well.
25896
25897     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25898
25899 commit da04995c7dc6772013a9a0dc5c767f190c402478
25900 Author: Stefan Roese <sr@denx.de>
25901 Date:   Wed Feb 21 13:44:34 2007 +0100
25902
25903     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
25904
25905     Signed-off-by: Stefan Roese <sr@denx.de>
25906
25907 commit 751bb57107d78978ae08e697c3deba816f5be091
25908 Author: Stefan Roese <sr@denx.de>
25909 Date:   Tue Feb 20 13:21:57 2007 +0100
25910
25911     [PATCH] Fix relocation problem with "new" get_dev() function
25912
25913     This patch enables the "new" get_dev() function for block devices
25914     introduced by Grant Likely to be used on systems that still suffer
25915     from the relocation problems (manual relocation neede because of
25916     problems with linker script).
25917
25918     Hopefully we can resolve this relocation issue soon for all platform
25919     so we don't need this additional code anymore.
25920
25921     Signed-off-by: Stefan Roese <sr@denx.de>
25922
25923 commit d93e2212f962668b3dce091ff5edc33f2347fe37
25924 Author: Stefan Roese <sr@denx.de>
25925 Date:   Tue Feb 20 13:17:42 2007 +0100
25926
25927     [PATCH] Update SystemACE driver for 16bit access
25928
25929     This patch removes some problems when the Xilinx SystemACE driver
25930     is used with 16bit access on an big endian platform (like the
25931     AMCC Katmai).
25932
25933     Signed-off-by: Stefan Roese <sr@denx.de>
25934
25935 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
25936 Author: Stefan Roese <sr@denx.de>
25937 Date:   Tue Feb 20 13:15:40 2007 +0100
25938
25939     [PATCH] Clean up Katmai (440SPe) linker script
25940
25941     Signed-off-by: Stefan Roese <sr@denx.de>
25942
25943 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
25944 Author: Stefan Roese <sr@denx.de>
25945 Date:   Tue Feb 20 10:57:08 2007 +0100
25946
25947     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
25948
25949     Signed-off-by: Stefan Roese <sr@denx.de>
25950
25951 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
25952 Author: Stefan Roese <sr@denx.de>
25953 Date:   Tue Feb 20 10:51:26 2007 +0100
25954
25955     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
25956
25957     This patch switches to the desired I2C bus when the date/dtt
25958     commands are called. This can be configured using the
25959     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
25960
25961     Signed-off-by: Stefan Roese <sr@denx.de>
25962
25963 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
25964 Author: Stefan Roese <sr@denx.de>
25965 Date:   Tue Feb 20 10:43:34 2007 +0100
25966
25967     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
25968
25969     This patch adds support for the DDR2 controller used on the
25970     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
25971     board and works fine with the following DIMM modules:
25972
25973     - Corsair CM2X512-5400C4 (512MByte per DIMM)
25974     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
25975     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
25976
25977     This patch also adds the nice functionality to dynamically
25978     create the TLB entries for the SDRAM (tlb.c). So we should
25979     never run into such problems with wrong (too short) TLB
25980     initialization again on these platforms.
25981
25982     Signed-off-by: Stefan Roese <sr@denx.de>
25983
25984 commit 36d830c9830379045f5daa9f542ac1c990c70068
25985 Author: Stefan Roese <sr@denx.de>
25986 Date:   Tue Feb 20 10:35:42 2007 +0100
25987
25988     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
25989
25990     Since the existing 4xx SPD SDRAM initialization routines for the
25991     405 SDRAM controller and the 440 DDR controller don't have much in
25992     common this patch splits both drivers into different files.
25993
25994     This is in preparation for the 440 DDR2 controller support (440SP/e).
25995
25996     Signed-off-by: Stefan Roese <sr@denx.de>
25997
25998 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
25999 Author: Stefan Roese <sr@denx.de>
26000 Date:   Tue Feb 20 10:27:08 2007 +0100
26001
26002     [PATCH] PPC4xx: Add support for multiple I2C busses
26003
26004     This patch adds support for multiple I2C busses on the PPC4xx
26005     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
26006     to make use of this feature.
26007
26008     It also merges the 405 and 440 i2c header files into one common
26009     file 4xx_i2c.h.
26010
26011     Also the 4xx i2c reset procedure is reworked since I experienced
26012     some problems with the first access on the 440SPe Katmai board.
26013
26014     Signed-off-by: Stefan Roese <sr@denx.de>
26015
26016 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
26017 Author: Grant Likely <grant.likely@secretlab.ca>
26018 Date:   Tue Feb 20 09:05:45 2007 +0100
26019
26020     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
26021
26022     Block device read/write is anonymous data; there is no need to use a
26023     typed pointer.  void * is fine.  Also add a hook for block_read functions
26024
26025     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26026
26027 commit 53758fa20e935cc87eeb0519ed365df753a6f289
26028 Author: Grant Likely <grant.likely@secretlab.ca>
26029 Date:   Tue Feb 20 09:05:38 2007 +0100
26030
26031     [PATCH 8_9] Add block_write hook to block_dev_desc_t
26032
26033     Preparation for future patches which support block device writing
26034
26035     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26036
26037 commit f4852ebe6ca946a509667eb68be42026f837be76
26038 Author: Grant Likely <grant.likely@secretlab.ca>
26039 Date:   Tue Feb 20 09:05:31 2007 +0100
26040
26041     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
26042
26043     Register read/write does not need to be wrapped in a full function.  The
26044     patch replaces them with macros.
26045
26046     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26047
26048 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
26049 Author: Grant Likely <grant.likely@secretlab.ca>
26050 Date:   Tue Feb 20 09:05:23 2007 +0100
26051
26052     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
26053
26054     The code in this file is not a command; it is a device driver.  Put it in
26055     the correct place.  There are zero functional changes in this patch, it
26056     only moves the file.
26057
26058     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26059
26060 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
26061 Author: Grant Likely <grant.likely@secretlab.ca>
26062 Date:   Tue Feb 20 09:05:16 2007 +0100
26063
26064     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
26065
26066     This patch is in preparation of additional changes to the sysace driver.
26067     May as well take this opportunity to fixup the inconsistent whitespace since
26068     this file is about to undergo major changes anyway.
26069
26070     There are zero functional changes in this patch.  It only cleans up the
26071     the whitespace.
26072
26073     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26074
26075 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
26076 Author: Grant Likely <grant.likely@secretlab.ca>
26077 Date:   Tue Feb 20 09:05:07 2007 +0100
26078
26079     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
26080
26081     isprint is already defined in ctype.c
26082
26083     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26084
26085 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
26086 Author: Grant Likely <grant.likely@secretlab.ca>
26087 Date:   Tue Feb 20 09:05:00 2007 +0100
26088
26089     [PATCH 3_9] Move buffer print code from md command to common function
26090
26091     Printing a buffer is a darn useful thing.  Move the buffer print code
26092     into print_buffer() in lib_generic/
26093
26094     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26095
26096 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
26097 Author: Grant Likely <grant.likely@secretlab.ca>
26098 Date:   Tue Feb 20 09:04:52 2007 +0100
26099
26100     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
26101
26102     Change the xilinx device drivers and board code to include config.h
26103     instead of xparameters.h directly.  config.h always includes the
26104     correct xparameters file.  This change reduces the posibility of
26105     including the wrong file when adding a new xilinx board port
26106
26107     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26108
26109 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
26110 Author: Grant Likely <grant.likely@secretlab.ca>
26111 Date:   Tue Feb 20 09:04:34 2007 +0100
26112
26113     [PATCH 1_4] Merge common get_dev() routines for block devices
26114
26115     Each of the filesystem drivers duplicate the get_dev routine.  This change
26116     merges them into a single function in part.c
26117
26118     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26119
26120 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
26121 Author: Wolfgang Denk <wd@pollux.denx.de>
26122 Date:   Mon Feb 19 23:09:51 2007 +0100
26123
26124     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
26125     as root file system images.
26126
26127 commit 489c696ae7211218961d159e43e722d74c36fcbc
26128 Author: Sergei Poselenov <sposelenov@emcraft.com>
26129 Date:   Wed Feb 14 14:30:28 2007 +0300
26130
26131     MCC200: Extensions to Software Update Mechanism
26132
26133     Update / extend Software Update Mechanism for MCC200 board:
26134
26135     - Add support for rootfs image added. The environment variables
26136       "rootfs_st" and "rootfs_nd" can be used to override the default
26137       values of the image start and end.
26138     - Remove excessive key check code.
26139     - Code cleanup.
26140
26141 commit 4be23a12f23f1372634edc3215137b09768b7949
26142 Author: Stefan Roese <sr@denx.de>
26143 Date:   Mon Feb 19 08:23:15 2007 +0100
26144
26145     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
26146
26147     As spotted by Matthias Fuchs, the READY input should not be
26148     enabled for the NOR FLASH on the Sequoia board.
26149
26150     Signed-off-by: Stefan Roese <sr@denx.de>
26151
26152 commit 2605e90bf676d48123afe5719a846d2b52b24aac
26153 Author: Heiko Schocher <hs@pollux.denx.de>
26154 Date:   Fri Feb 16 07:57:42 2007 +0100
26155
26156     [PATCH] Added support for the jupiter board.
26157
26158     Signed-off-by: Heiko Schocher <hs@denx.de>
26159
26160 commit 497d012e5be0194e1084073d0081eb1a844796b2
26161 Author: Gary Jennejohn <garyj@pollux.denx.de>
26162 Date:   Mon Feb 12 13:11:50 2007 +0100
26163
26164     LPC2292: patch from Siemens.
26165
26166 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
26167 Author: Stefan Roese <sr@denx.de>
26168 Date:   Sat Feb 10 08:49:31 2007 +0100
26169
26170     [PATCH] Add missing p3mx.h file to repository (ups)
26171
26172     Signed-off-by: Stefan Roese <sr@denx.de>
26173
26174 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
26175 Author: Bartlomiej Sieka <tur@semihalf.com>
26176 Date:   Fri Feb 9 10:45:42 2007 +0100
26177
26178     [Motion-PRO] Preliminary support for the Motion-PRO board.
26179
26180 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
26181 Author: Stefan Roese <sr@denx.de>
26182 Date:   Wed Feb 7 16:51:08 2007 +0100
26183
26184     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
26185
26186     Some boards that can have more than 768MBytes of SDRAM need to
26187     set "initrd_high", so that the initrd can be accessed by the
26188     Linux kernel.
26189
26190     Signed-off-by: Stefan Roese <sr@denx.de>
26191
26192 commit 7372ca68227930d03cffa548310524cad5b96733
26193 Author: Stefan Roese <sr@denx.de>
26194 Date:   Fri Feb 2 12:44:22 2007 +0100
26195
26196     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
26197
26198     Previously the strapping DCR/SDR was read to determine if the internal PCI
26199     arbiter is enabled or not. This strapping bit can be overridden, so now
26200     the current status is read from the correct DCR/SDR register.
26201
26202     Signed-off-by: Stefan Roese <sr@denx.de>
26203
26204 commit 2aa54f651a42d198673318f07a20c89a43e4d197
26205 Author: Stefan Roese <sr@denx.de>
26206 Date:   Fri Feb 2 12:42:08 2007 +0100
26207
26208     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
26209
26210     Signed-off-by: Stefan Roese <sr@denx.de>
26211
26212 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
26213 Author: Stefan Roese <sr@denx.de>
26214 Date:   Thu Feb 1 13:22:41 2007 +0100
26215
26216     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
26217
26218     When PCI PNP is enabled the pci pnp configuration routine is called
26219     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
26220     problems with some PCI cards. For now disable the PCI PNP configuration.
26221
26222     Signed-off-by: Stefan Roese <sr@denx.de>
26223
26224 commit 2902fadade3be7659467e8d074048c6b7068f5c0
26225 Author: Stefan Roese <sr@denx.de>
26226 Date:   Wed Jan 31 16:56:10 2007 +0100
26227
26228     [PATCH] Update 440EPx/440GRx cpu detection
26229
26230     Signed-off-by: Stefan Roese <sr@denx.de>
26231
26232 commit d5ea287b02a6945c3977410e364a879dd1a555c8
26233 Author: Stefan Roese <sr@denx.de>
26234 Date:   Wed Jan 31 16:38:04 2007 +0100
26235
26236     [PATCH] Update esd cpci5200 files
26237
26238     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
26239
26240 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
26241 Author: Stefan Roese <sr@denx.de>
26242 Date:   Wed Jan 31 16:37:34 2007 +0100
26243
26244     [PATCH] Add support for esd mecp5200 board
26245
26246     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
26247
26248 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
26249 Author: Stefan Roese <sr@denx.de>
26250 Date:   Wed Jan 31 12:38:50 2007 +0100
26251
26252     [PATCH] Remove unneccessary yellowstone board config file
26253
26254     Signed-off-by: Stefan Roese <sr@denx.de>
26255
26256 commit e802594b6fa1b166308820c276b96dc0d7cc731c
26257 Author: Stefan Roese <sr@denx.de>
26258 Date:   Tue Jan 30 17:06:10 2007 +0100
26259
26260     [PATCH] Update Sequoia (440EPx) config file
26261
26262     The config file now handles the 2nd target, the Rainier (440GRx)
26263     evaluation board better. Additionally the PPC input clock was
26264     adjusted to match the correct value of 33.0 MHz.
26265
26266     Signed-off-by: Stefan Roese <sr@denx.de>
26267
26268 commit 700200c67e73b83751418abe7815840dca8fd6cb
26269 Author: Stefan Roese <sr@denx.de>
26270 Date:   Tue Jan 30 17:04:19 2007 +0100
26271
26272     [PATCH] Merge Yosemite & Yellowstone board ports
26273
26274     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
26275     share one config file and all board specific files. This way we
26276     don't have to maintain two different sets of files for nearly
26277     identical boards.
26278
26279     Signed-off-by: Stefan Roese <sr@denx.de>
26280
26281 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
26282 Author: Stefan Roese <sr@denx.de>
26283 Date:   Tue Jan 30 15:01:49 2007 +0100
26284
26285     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
26286
26287     SCPU doesn't use redundant environment in flash.
26288
26289     Signed-off-by: Stefan Roese <sr@denx.de>
26290
26291 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
26292 Author: Stefan Roese <sr@denx.de>
26293 Date:   Tue Jan 30 12:51:07 2007 +0100
26294
26295     [PATCH] alpr: Update alpr board config file
26296
26297     Signed-off-by: Stefan Roese <sr@denx.de>
26298
26299 commit f8db84f132b1e335f20f96138a1f09ed97b08664
26300 Author: Wolfgang Denk <wd@pollux.denx.de>
26301 Date:   Tue Jan 30 00:50:40 2007 +0100
26302
26303     LPC2292 SODIMM port coding style cleanup.
26304
26305 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
26306 Author: Gary Jennejohn <garyj@pollux.denx.de>
26307 Date:   Wed Jan 24 12:16:56 2007 +0100
26308
26309     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
26310
26311 commit 2daf046ba627f85f44195815778140039636244e
26312 Author: Bartlomiej Sieka <tur@semihalf.com>
26313 Date:   Tue Jan 23 17:22:06 2007 +0100
26314
26315     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
26316
26317 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
26318 Author: Bartlomiej Sieka <tur@semihalf.com>
26319 Date:   Tue Jan 23 14:21:14 2007 +0100
26320
26321     [iDMR] Flash driver on initialisation write-protects some sectors,
26322     currently sectors 0-3. Sector 3 does not need to be protected, though
26323     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
26324     fixes this, i.e., only sectors 0-2 are protected.
26325
26326 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
26327 Author: Bartlomiej Sieka <tur@semihalf.com>
26328 Date:   Tue Jan 23 14:11:22 2007 +0100
26329
26330     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
26331     "mii device" results in "Unexpected exception"). Fixing this properly
26332     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
26333     this commit disables MII commads for now.
26334
26335 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
26336 Author: Bartlomiej Sieka <tur@semihalf.com>
26337 Date:   Tue Jan 23 13:25:22 2007 +0100
26338
26339     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
26340     Identification Register (CIR).
26341
26342 commit fdef388758506765d4d6a7155c8f1584c63ff581
26343 Author: roy zang <tie-fei.zang@freescale.com>
26344 Date:   Mon Jan 22 13:19:21 2007 +0800
26345
26346     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
26347     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
26348     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
26349     mpc7448hpc2 board.
26350
26351 commit a4012396645533aef218354eeba754dff0deace8
26352 Author: Wolfgang Denk <wd@pollux.denx.de>
26353 Date:   Fri Jan 19 23:08:39 2007 +0100
26354
26355     Minor code cleanup.
26356
26357 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
26358 Author: Heiko Schocher <hs@pollux.denx.de>
26359 Date:   Fri Jan 19 19:57:10 2007 +0100
26360
26361     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
26362
26363     Signed-off-by: Heiko Schocher <hs@denx.de>
26364
26365 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
26366 Author: Heiko Schocher <hs@pollux.denx.de>
26367 Date:   Fri Jan 19 18:05:26 2007 +0100
26368
26369     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
26370                  if you must swap the bytes between reading/writing.
26371                  (Needed for the SC3 board)
26372
26373     Signed-off-by: Heiko Schocher <hs@denx.de>
26374
26375 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
26376 Author: Stefan Roese <sr@denx.de>
26377 Date:   Thu Jan 18 16:05:47 2007 +0100
26378
26379     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
26380
26381     Signed-off-by: Stefan Roese <sr@denx.de>
26382
26383 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
26384 Author: Stefan Roese <sr@denx.de>
26385 Date:   Thu Jan 18 11:54:52 2007 +0100
26386
26387     [PATCH] Update Prodrive P3Mx support
26388
26389     Signed-off-by: Stefan Roese <sr@denx.de>
26390
26391 commit 34167a36c29ee946b727465db5c014746a08e978
26392 Author: Stefan Roese <sr@denx.de>
26393 Date:   Thu Jan 18 11:48:10 2007 +0100
26394
26395     [PATCH] Add missing Taishan config file
26396
26397     Signed-off-by: Stefan Roese <sr@denx.de>
26398
26399 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
26400 Author: Heiko Schocher <hs@pollux.denx.de>
26401 Date:   Thu Jan 18 11:28:51 2007 +0100
26402
26403     [PATCH] Fix: Compilerwarnings for SC3 board.
26404                  The EBC Configuration Register is now by CFG_EBC_CFG definable
26405                  Added JFFS2 support for the SC3 board.
26406
26407     Signed-off-by: Heiko Schocher <hs@denx.de>
26408
26409 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
26410 Author: Stefan Roese <sr@denx.de>
26411 Date:   Thu Jan 18 10:25:34 2007 +0100
26412
26413     [PATCH] Add support for AMCC Taishan PPC440GX eval board
26414
26415     Signed-off-by: Stefan Roese <sr@denx.de>
26416
26417 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
26418 Author: Wolfgang Denk <wd@pollux.denx.de>
26419 Date:   Tue Jan 16 18:30:50 2007 +0100
26420
26421     Raname solidcard3 into sc3; add redundant env for sc3
26422
26423 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
26424 Author: Wolfgang Denk <wd@pollux.denx.de>
26425 Date:   Tue Jan 16 12:46:35 2007 +0100
26426
26427     Update default environment for Solidcard3
26428
26429 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
26430 Author: Stefan Roese <sr@denx.de>
26431 Date:   Mon Jan 15 09:46:29 2007 +0100
26432
26433     [PATCH] Fix 440SPe rev B detection from previous patch
26434
26435     Signed-off-by: Stefan Roese <sr@denx.de>
26436
26437 commit a443d31410c571ee8f970da819a44d698fdd6b1f
26438 Author: Heiko Schocher <hs@pollux.denx.de>
26439 Date:   Sun Jan 14 13:35:31 2007 +0100
26440
26441         [FIX] correct I2C Writes for the LM81 Sensor.
26442
26443         Signed-off-by: Heiko Schocher <hs@denx.de>
26444
26445 commit 0bba5452835f19a61204edcda3a58112fd8e2208
26446 Author: Wolfgang Denk <wd@pollux.denx.de>
26447 Date:   Sat Jan 13 11:17:10 2007 +0100
26448
26449     Undo commit 3033ebb2: reset command does not take any arguments
26450
26451     Haiying Wang's modification to the reset command was broken, undo it.
26452
26453     Signed-off-by: Wolfgang Denk <wd@denx.de>
26454
26455 commit 95981778cff0038fd9941044d6a3eda810e33258
26456 Author: Stefan Roese <sr@denx.de>
26457 Date:   Sat Jan 13 08:01:03 2007 +0100
26458
26459     [PATCH] Update 440SP(e) cpu revisions
26460
26461     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
26462
26463     Signed-off-by: Stefan Roese <sr@denx.de>
26464
26465 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
26466 Author: Stefan Roese <sr@denx.de>
26467 Date:   Sat Jan 13 07:59:56 2007 +0100
26468
26469     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
26470
26471     Now the board revision and the current PCI bus speed are printed after
26472     the board message.
26473
26474     Also the EBC initialising is now done via defines in the board config
26475     file.
26476
26477     Signed-off-by: Stefan Roese <sr@denx.de>
26478
26479 commit 36adff362c2c0141ff8a810d42a7e478f779130f
26480 Author: Stefan Roese <sr@denx.de>
26481 Date:   Sat Jan 13 07:59:19 2007 +0100
26482
26483     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
26484
26485     Now the board revision and the current PCI bus speed are printed after
26486     the board message.
26487
26488     Also the EBC initialising is now done via defines in the board config
26489     file.
26490
26491     Signed-off-by: Stefan Roese <sr@denx.de>
26492
26493 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
26494 Author: Stefan Roese <sr@denx.de>
26495 Date:   Sat Jan 13 07:57:51 2007 +0100
26496
26497     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
26498
26499     Now the board revision and the current PCI bus speed are printed after
26500     the board message.
26501
26502     Signed-off-by: Stefan Roese <sr@denx.de>
26503
26504 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
26505 Author: Heiko Schocher <hs@pollux.denx.de>
26506 Date:   Thu Jan 11 15:44:44 2007 +0100
26507
26508         Added support for the SOLIDCARD III board from Eurodesign
26509
26510         Signed-off-by: Heiko Schocher <hs@denx.de>
26511
26512 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
26513 Author: Reinhard Thies <Reinhard.Thies@web.de>
26514 Date:   Wed Jan 10 14:41:14 2007 +0100
26515
26516     Adjusted default environment for cam5200 board.
26517
26518 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
26519 Author: Wolfgang Denk <wd@pollux.denx.de>
26520 Date:   Wed Jan 10 15:35:52 2007 +0100
26521
26522     Update CHANGELOG
26523
26524 commit 787fa15860a57833e50bd30555079a9cd4e519b8
26525 Author: Wolfgang Denk <wd@pollux.denx.de>
26526 Date:   Wed Jan 10 01:28:39 2007 +0100
26527
26528     Fix auto_update for MCC200 board.
26529
26530     The invocation of do_auto_update() is moved to the end of the
26531     misc_init_r() function, after the flash mappings have been
26532     initialized. Please find attached a patch that implements that
26533     change.
26534
26535     Also correct the decoding of the keypad status. With this update, the
26536     key that will trigger the update is Column 2, Row 2.
26537
26538 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
26539 Author: Marian Balakowicz <m8@semihalf.com>
26540 Date:   Wed Jan 10 00:26:15 2007 +0100
26541
26542     CAM5200 flash driver modifications:
26543     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
26544     - add second build target 'cam5200_niosflash' which still uses custom driver
26545
26546 commit 67fea022fa957f59653b5238c7496f80a6b70432
26547 Author: Markus Klotzbuecher <mk@denx.de>
26548 Date:   Tue Jan 9 16:02:48 2007 +0100
26549
26550     SPC1920: cleanup memory contoller setup
26551
26552 commit 8fc2102faa23593c80381437c09f7745a14deb40
26553 Author: Markus Klotzbuecher <mk@denx.de>
26554 Date:   Tue Jan 9 14:57:14 2007 +0100
26555
26556     Fix the cpu speed setup to work with all boards.
26557
26558 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
26559 Author: Markus Klotzbuecher <mk@denx.de>
26560 Date:   Tue Jan 9 14:57:13 2007 +0100
26561
26562     SPC1920: add support for the FM18L08 Ramtron FRAM
26563
26564 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
26565 Author: Markus Klotzbuecher <mk@denx.de>
26566 Date:   Tue Jan 9 14:57:13 2007 +0100
26567
26568     SPC1920: update the HPI register addresses to work with the second
26569     generation of hardware
26570
26571 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
26572 Author: Markus Klotzbuecher <mk@creamnet.de>
26573 Date:   Tue Jan 9 14:57:13 2007 +0100
26574
26575     Miscellanious spc1920 related cleanups
26576
26577 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
26578 Author: Markus Klotzbuecher <mk@denx.de>
26579 Date:   Tue Jan 9 14:57:12 2007 +0100
26580
26581     SPC1920 GO/NOGO led should be set to color red in U-Boot
26582
26583 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
26584 Author: Markus Klotzbuecher <mk@creamnet.de>
26585 Date:   Tue Jan 9 14:57:12 2007 +0100
26586
26587     Add support for the DS3231 RTC
26588
26589 commit 8139567b60d678584b05f0718a681f2047c5e14f
26590 Author: Markus Klotzbuecher <mk@creamnet.de>
26591 Date:   Tue Jan 9 14:57:11 2007 +0100
26592
26593     SMC1 uses external CLK4 instead of BRG on spc1920
26594
26595 commit d8d9de1a02fbd880b613d607143d1f57342affc7
26596 Author: Markus Klotzbuecher <mk@creamnet.de>
26597 Date:   Tue Jan 9 14:57:10 2007 +0100
26598
26599     Update the SPC1920 CMB PLD driver
26600
26601 commit 3f34f869162750e5e999fd140f884f5de952bcfe
26602 Author: Markus Klotzbuecher <mk@creamnet.de>
26603 Date:   Tue Jan 9 14:57:10 2007 +0100
26604
26605     Add / enable I2C support on the spc1920 board
26606
26607 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
26608 Author: Markus Klotzbuecher <mk@creamnet.de>
26609 Date:   Tue Jan 9 14:57:10 2007 +0100
26610
26611     Add support for the tms320671x host port interface (HPI)
26612
26613 commit f4eb54529bb3664c3a562e488b460fe075f79d67
26614 Author: Wolfgang Denk <wd@pollux.denx.de>
26615 Date:   Sun Jan 7 00:13:11 2007 +0100
26616
26617     Prepare for release 1.2.0
26618
26619 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
26620 Author: Stefan Roese <sr@denx.de>
26621 Date:   Sat Jan 6 15:58:09 2007 +0100
26622
26623     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
26624
26625     This patch fixes a problem with an incorrect setup for the refresh
26626     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
26627
26628     Signed-off-by: Stefan Roese <sr@denx.de>
26629
26630 commit f16c1da9577f06c5fc08651a4065537407de4635
26631 Author: Stefan Roese <sr@denx.de>
26632 Date:   Sat Jan 6 15:56:13 2007 +0100
26633
26634     [PATCH] Update ALPR board files
26635
26636     This update brings the ALPR board support to the newest version.
26637     It also fixes a problem with the NAND driver.
26638
26639     Signed-off-by: Stefan Roese <sr@denx.de>
26640
26641 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
26642 Author: Stefan Roese <sr@denx.de>
26643 Date:   Fri Jan 5 11:46:05 2007 +0100
26644
26645     [PATCH] nand: Fix problem with oobsize calculation
26646
26647     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
26648
26649     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
26650     returns a 0x15. In the code fragment below bits [1:0] determine the
26651     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
26652     next field is also ANDed with 0x3. However this is a one bit field
26653     as defined in the Hynix and Samsung parts in the 4th ID byte that
26654     determins the oobsize, not a two bit field. It works on Samsung as
26655     bits[3:2] are 01. However for the Hynix there is a 11 in these two
26656     bits, so the oob size gets messed up.
26657
26658     I checked the correct linux code and the suggested fix from Brian is
26659     also available in the linux nand mtd driver.
26660
26661     Signed-off-by: Stefan Roese <sr@denx.de>
26662
26663 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
26664 Author: Stefan Roese <sr@denx.de>
26665 Date:   Fri Jan 5 10:40:36 2007 +0100
26666
26667     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
26668
26669     This fix will make the MAL burst disabling patch for the Linux
26670     EMAC driver obsolete.
26671
26672     Signed-off-by: Stefan Roese <sr@denx.de>
26673
26674 commit 023889838282b6237b401664f22dd22dfba2c066
26675 Author: Stefan Roese <sr@denx.de>
26676 Date:   Fri Jan 5 10:38:05 2007 +0100
26677
26678     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
26679
26680     This code will optimize the DDR2 controller setup on a board specific
26681     basis.
26682
26683     Note: This code doesn't work right now on the NAND booting image for the
26684     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
26685
26686     Signed-off-by: Stefan Roese <sr@denx.de>
26687
26688 commit cce4acbb68398634b8d011ed7bb0d12269c84230
26689 Author: Bartlomiej Sieka <tur@semihalf.com>
26690 Date:   Thu Dec 28 19:08:21 2006 +0100
26691
26692     Few V38B changes:
26693       - fix a typo in V38B config file
26694       - move watchdog initialisation earlier in the boot process
26695       - add "wdt=off" to default kernel command line (disables kernel watchdog)
26696
26697 commit 92eb729bad876725aeea908d2addba0800620840
26698 Author: Wolfgang Denk <wd@pollux.denx.de>
26699 Date:   Wed Dec 27 01:26:13 2006 +0100
26700
26701     Fix bug in adaption of Stefano Babic's CFI driver patch.
26702
26703 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
26704 Author: Wolfgang Denk <wd@pollux.denx.de>
26705 Date:   Sun Dec 24 01:42:57 2006 +0100
26706
26707     Minor code cleanup.
26708
26709 commit d784fdb05900ada3686d5778783e1fb328e9fb66
26710 Author: Stefano Babic <sbabic@denx.de>
26711 Date:   Tue Dec 12 00:22:42 2006 +0100
26712
26713     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
26714
26715 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
26716 Author: Stefan Roese <sr@denx.de>
26717 Date:   Fri Dec 22 14:29:40 2006 +0100
26718
26719     [PATCH] Fix sequoia flash autodetection (finally correct)
26720
26721     Now 32MByte and 64MByte FLASH is know to work and other
26722     configurations should work too.
26723
26724     Signed-off-by: Stefan Roese <sr@denx.de>
26725
26726 commit 82e5236a8b719543643fd26d5827938ab2b94818
26727 Author: Wolfgang Denk <wd@pollux.denx.de>
26728 Date:   Fri Dec 22 10:30:26 2006 +0100
26729
26730     Minor code cleanup; update CHANGELOG.
26731
26732 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
26733 Author: Heiko Schocher <hs@pollux.denx.de>
26734 Date:   Thu Dec 21 17:17:02 2006 +0100
26735
26736     Added support for the TQM8272 board from TQ
26737
26738     Signed-off-by: Heiko Schocher <hs@denx.de>
26739
26740 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
26741 Author: Heiko Schocher <hs@pollux.denx.de>
26742 Date:   Thu Dec 21 16:14:48 2006 +0100
26743
26744     [PATCH] Add support for the UC101 board from MAN.
26745
26746     Signed-off-by: Heiko Schocher <hs@denx.de>
26747
26748 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
26749 Author: Bartlomiej Sieka <tur@semihalf.com>
26750 Date:   Wed Dec 20 00:29:43 2006 +0100
26751
26752     Fix to make the baudrate changes immediate for the MCF52x2 family.
26753
26754 commit daa6e418bcc0c717752e8de939c213c790286096
26755 Author: Bartlomiej Sieka <tur@semihalf.com>
26756 Date:   Wed Dec 20 00:27:32 2006 +0100
26757
26758     Preliminary support for the iDMR board (ColdFire).
26759
26760 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
26761 Author: Andrei Safronov <safronov@pollux.denx.de>
26762 Date:   Fri Dec 8 16:23:08 2006 +0100
26763
26764     automatic update mechanism
26765
26766 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
26767 Author: roy zang <tie-fei.zang@freescale.com>
26768 Date:   Mon Dec 4 17:56:59 2006 +0800
26769
26770     Slight code clean up.
26771     Add comments, delete duplicate define and remove spaces.
26772     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
26773
26774 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
26775 Author: roy zang <tie-fei.zang@freescale.com>
26776 Date:   Mon Dec 4 17:54:21 2006 +0800
26777
26778     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
26779     multiplier table can not refect the real PLL clock behavior of these
26780     processors. Please refer to the hardware specification for detailed
26781     information of the corresponding processors.
26782     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
26783
26784 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
26785 Author: roy zang <tie-fei.zang@freescale.com>
26786 Date:   Mon Dec 4 14:46:23 2006 +0800
26787
26788     Remove the static MAC address, ip address, server ip, netmask and
26789     gateway ip for network setting.
26790     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
26791
26792 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
26793 Author: roy zang <tie-fei.zang@freescale.com>
26794 Date:   Mon Dec 4 14:33:08 2006 +0800
26795
26796     Remove the duplicate memory test code for mpc744ihpc2 board.
26797     If a memory test is needed, please use the functions in
26798     post/memory.c or memtest command.
26799     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
26800
26801 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
26802 Author: roy zang <tie-fei.zang@freescale.com>
26803 Date:   Fri Dec 1 19:01:25 2006 +0800
26804
26805     Fix the exception occuring in RAM table search issue.
26806     The original search_one_table() function code can only processes the search
26807     for the exception occurring in FLASH/ROM, because the exception and fixup
26808     table usually locate in FLASH. If the exception address is also in
26809     FLASH, it will be OK.
26810     If the exception occurs in RAM, after the u-boot relocation, a
26811     relocation offset should be added.
26812
26813     clean up the code in cpu/74xx_7xx/cpu.c
26814
26815     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
26816
26817 commit ee311214e0d216f904feea269599d0934bf71f23
26818 Author: roy zang <tie-fei.zang@freescale.com>
26819 Date:   Fri Dec 1 11:47:36 2006 +0800
26820
26821     Clean up the code according to codestyle:
26822     (1) remove some C++ comments.
26823     (2) remove trailing white space.
26824     (3) remove trailing empty line.
26825     (4) Indentation by table.
26826     (5) remove {} in one line condition.
26827     (6) add space before '(' in function call.
26828     Remove some weird printf () output.
26829     Add necessary comments.
26830     Modified Makefile to support building in a separate directory.
26831
26832 commit dd520bf314c7add4183c5191692180f576f96b60
26833 Author: Wolfgang Denk <wd@pollux.denx.de>
26834 Date:   Thu Nov 30 18:02:20 2006 +0100
26835
26836     Code cleanup.
26837
26838 commit 8d9a8610b8256331132227e9e6585c6bd5742787
26839 Author: Wolfgang Denk <wd@pollux.denx.de>
26840 Date:   Thu Nov 30 01:54:07 2006 +0100
26841
26842     Code cleanup. Update CHANGELOG.
26843
26844 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
26845 Author: Grant Likely <grant.likely@secretlab.ca>
26846 Date:   Wed Nov 29 16:23:42 2006 +0100
26847
26848     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
26849
26850     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
26851     not the XLB frequency.
26852
26853     This patch depends on the previous patches for MPC52xx device tree support
26854
26855     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
26856     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
26857
26858 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
26859 Author: Stefan Roese <sr@denx.de>
26860 Date:   Wed Nov 29 15:42:37 2006 +0100
26861
26862     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
26863
26864     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
26865     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
26866     quite similar and share the same board directory "prodrive/p3mx"
26867     and the same config file "p3mx.h".
26868
26869     Signed-off-by: Stefan Roese <sr@denx.de>
26870
26871 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
26872 Author: Stefan Roese <sr@denx.de>
26873 Date:   Wed Nov 29 12:53:15 2006 +0100
26874
26875     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
26876
26877     In the bootvx command the load address was only read from the env
26878     variable "loadaddr" and not optionally passed as paramter as described
26879     in the help. This is fixed with this patch. The behaviour is now the
26880     same as in the bootelf command.
26881
26882     Signed-off-by: Stefan Roese <sr@denx.de>
26883
26884 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
26885 Author: Stefan Roese <sr@denx.de>
26886 Date:   Wed Nov 29 12:03:57 2006 +0100
26887
26888     [PATCH] include/ppc440.h minor error affecting interrupts
26889
26890     Fixed include/ppc440.c for UIC address Bug
26891
26892     Corrects bug affecting the addresses for the universal interrupt
26893     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
26894
26895     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
26896     Signed-off-by: Stefan Roese <sr@denx.de>
26897
26898 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
26899 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26900 Date:   Tue Nov 28 16:17:27 2006 -0600
26901
26902     Make fsl-i2c not conflict with SOFT I2C
26903
26904     Signed-off-by: Timur Tabi <timur@freescale.com>
26905
26906 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
26907 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26908 Date:   Tue Nov 28 16:17:18 2006 -0600
26909
26910     Fix I2C master address initialization.
26911
26912     Signed-off-by: Timur Tabi <timur@freescale.com>
26913
26914 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
26915 Author: Kim Phillips <kim.phillips@freescale.com>
26916 Date:   Tue Nov 28 23:31:19 2006 -0600
26917
26918     Assign maintainers for mpc8349emds and mpc8360emds
26919
26920     Dave for mpc8360emds, and me for mpc8349emds.
26921
26922 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
26923 Author: Kim Phillips <kim.phillips@freescale.com>
26924 Date:   Tue Nov 28 23:28:33 2006 -0600
26925
26926     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
26927
26928     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
26929     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
26930
26931 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
26932 Author: Timur Tabi <timur@freescale.com>
26933 Date:   Tue Nov 28 12:09:35 2006 -0600
26934
26935     mpc83xx: Miscellaneous code style fixes
26936
26937     Implement various code style fixes and similar changes.
26938
26939     Signed-off-by: Timur Tabi <timur@freescale.com>
26940
26941 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
26942 Author: Stefan Roese <sr@denx.de>
26943 Date:   Tue Nov 28 17:55:49 2006 +0100
26944
26945     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
26946
26947     This patch adds the code and configuration necessary to boot with an
26948     arch/powerpc Linux kernel.
26949
26950     Signed-off-by: Grant Likely <grant.likely@gmail.com>
26951     Acked-by: Jon Loeliger <jdl@freescale.com>
26952
26953 commit e732faec95a83cb468b4850ae807c8301dde8f6a
26954 Author: Stefan Roese <sr@denx.de>
26955 Date:   Tue Nov 28 16:09:24 2006 +0100
26956
26957     [PATCH] PPC4xx: 440SP Rev. C detection added
26958
26959     Signed-off-by: Stefan Roese <sr@denx.de>
26960
26961 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
26962 Author: Stefan Roese <sr@denx.de>
26963 Date:   Tue Nov 28 11:04:45 2006 +0100
26964
26965     [PATCH] nand: Fix patch merge problem
26966
26967     Signed-off-by: Stefan Roese <sr@denx.de>
26968
26969 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
26970 Author: Stefan Roese <sr@denx.de>
26971 Date:   Tue Nov 28 11:04:45 2006 +0100
26972
26973     [PATCH] nand: Fix patch merge problem
26974
26975     Signed-off-by: Stefan Roese <sr@denx.de>
26976
26977 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
26978 Author: Wolfgang Denk <wd@pollux.denx.de>
26979 Date:   Mon Nov 27 22:53:53 2006 +0100
26980
26981     Update CHANGELOG
26982
26983 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
26984 Author: Stefan Roese <sr@denx.de>
26985 Date:   Mon Nov 27 17:43:25 2006 +0100
26986
26987     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
26988
26989     Patch below corrects the setting of the zmiifer register, it was
26990     overwritting the register rather than ORing the settings.
26991
26992     Signed-off-by: Neil Wilson <NWilson@airspan.com>
26993     Signed-off-by: Stefan Roese <sr@denx.de>
26994
26995 commit d1a72545296800b7e219f93104ad5836f0003d66
26996 Author: Stefan Roese <sr@denx.de>
26997 Date:   Mon Nov 27 17:34:10 2006 +0100
26998
26999     [PATCH] Select NAND embedded environment from board configuration
27000
27001     The current NAND Bootloader setup forces the environment
27002     variables to be in line with the bootloader. This change
27003     enables the configuration to be made in the board include
27004     file instead so that it can be individually enabled.
27005
27006     Signed-off-by: Nick Spence <nick.spence@freescale.com>
27007     Signed-off-by: Stefan Roese <sr@denx.de>
27008
27009 commit 15784862857c3c2214498defcfed84ff137fb81e
27010 Author: Stefan Roese <sr@denx.de>
27011 Date:   Mon Nov 27 17:22:19 2006 +0100
27012
27013     [PATCH] nand_wait() timeout fixes
27014
27015     Two fixes for the nand_wait() function in
27016     drivers/nand/nand_base.c:
27017
27018     1. Use correct timeouts. The original timeouts in Linux
27019     source are 400ms and 20ms not 40s and 20s
27020
27021     2. Return correct error value in case of timeout. 0 is
27022     interpreted as OK.
27023
27024     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
27025     Signed-off-by: Stefan Roese <sr@denx.de>
27026
27027 commit da5553b095bf04f4f109ad7e565dae3aba47b230
27028 Author: Stefan Roese <sr@denx.de>
27029 Date:   Mon Nov 27 17:04:06 2006 +0100
27030
27031     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
27032
27033     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
27034     arguments to bootm.  It removes the getenv("disable_of") test that used
27035     to be used for this purpose.
27036
27037     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
27038     Acked-by: Jon Loeliger <jdl@freescale.com>
27039
27040 commit a9398e018593782c5fa7d0741955fc1256b34c1e
27041 Author: Wolfgang Denk <wd@pollux.denx.de>
27042 Date:   Mon Nov 27 15:32:42 2006 +0100
27043
27044     Minor code cleanup. Update CHANGELOG.
27045
27046 commit 1729b92cde575476684bffe819d0b7791b57bff2
27047 Author: Stefan Roese <sr@denx.de>
27048 Date:   Mon Nov 27 14:52:04 2006 +0100
27049
27050     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
27051
27052     Signed-off-by: Stefan Roese <sr@denx.de>
27053
27054 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
27055 Author: Stefan Roese <sr@denx.de>
27056 Date:   Mon Nov 27 14:49:51 2006 +0100
27057
27058     [PATCH] alpr: remove unused board specific flash driver
27059
27060     Signed-off-by: Stefan Roese <sr@denx.de>
27061
27062 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
27063 Author: Stefan Roese <sr@denx.de>
27064 Date:   Mon Nov 27 14:48:41 2006 +0100
27065
27066     [PATCH] 4xx: Fix problem with board specific reset code
27067
27068     Signed-off-by: Stefan Roese <sr@denx.de>
27069
27070 commit ec0c2ec725aec9524a177a77ce75559e644a931a
27071 Author: Stefan Roese <sr@denx.de>
27072 Date:   Mon Nov 27 14:46:06 2006 +0100
27073
27074     [PATCH] Remove testing 4xx enet PHY setup
27075
27076     Signed-off-by: Stefan Roese <sr@denx.de>
27077
27078 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
27079 Author: Stefan Roese <sr@denx.de>
27080 Date:   Mon Nov 27 14:12:17 2006 +0100
27081
27082     [PATCH] Update Prodrive ALPR board support (440GX)
27083
27084     Signed-off-by: Stefan Roese <sr@denx.de>
27085
27086 commit 58b485776698c3d71ec5a215e392123b4c15afa3
27087 Author: Markus Klotzbuecher <mk@denx.de>
27088 Date:   Mon Nov 27 11:51:21 2006 +0100
27089
27090     Add a small README with information on the generic ohci driver.
27091
27092 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
27093 Author: Markus Klotzbuecher <mk@denx.de>
27094 Date:   Mon Nov 27 11:46:46 2006 +0100
27095
27096     Fix some endianness issues related to the generic ohci driver
27097
27098 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
27099 Author: Markus Klotzbuecher <mk@denx.de>
27100 Date:   Mon Nov 27 11:44:58 2006 +0100
27101
27102     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
27103     to choose between the old and the generic OHCI drivers.
27104
27105 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
27106 Author: Markus Klotzbuecher <mk@denx.de>
27107 Date:   Mon Nov 27 11:43:09 2006 +0100
27108
27109     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
27110     and adapted board configs TQM5200 and yosemite accordingly. This commit
27111     also makes the maximum number of root hub ports configurable
27112     (CFG_USB_OHCI_MAX_ROOT_PORTS).
27113
27114 commit 78d620ebb5871d252270dedfad60c6568993b780
27115 Author: Wolfgang Denk <wd@atlas.denx.de>
27116 Date:   Thu Nov 23 22:58:58 2006 +0100
27117
27118     Updates for TQM5200 modules:
27119     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
27120     - simplify "udate" definitions
27121
27122 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
27123 Author: Stefan Roese <sr@denx.de>
27124 Date:   Wed Nov 22 13:20:50 2006 +0100
27125
27126     [PATCH] PPC4xx start.S: Fix for processor errata
27127
27128     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
27129     errata 1.12: 440_33 by moving patch up in code.
27130
27131     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
27132     Signed-off-by: Stefan Roese <sr@denx.de>
27133
27134 commit 4ef6251403f637841000e0fef9e832aa01339822
27135 Author: Stefan Roese <sr@denx.de>
27136 Date:   Mon Nov 20 20:39:52 2006 +0100
27137
27138     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
27139
27140     Signed-off-by: Stefan Roese <sr@denx.de>
27141
27142 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
27143 Author: Wolfgang Denk <wd@pollux.denx.de>
27144 Date:   Mon Nov 20 10:28:30 2006 +0100
27145
27146     Update CHANGELOG
27147
27148 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
27149 Author: Stefan Roese <sr@denx.de>
27150 Date:   Mon Nov 13 13:55:24 2006 +0100
27151
27152     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
27153
27154        * Adds support for AMD command set Top Boot flash geometry reversal
27155        * Adds support for reading JEDEC Manufacturer ID and Device ID
27156        * Adds support for displaying command set, manufacturer id and
27157          device ids (flinfo)
27158        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
27159        * Removes outdated change history (refer to git log instead)
27160
27161     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
27162     Signed-off-by: Stefan Roese <sr@denx.de>
27163
27164 commit b21b511d4c50408f4853f46f06b601272196223f
27165 Author: Wolfgang Denk <wd@pollux.denx.de>
27166 Date:   Sun Nov 12 21:13:23 2006 +0100
27167
27168     Update CHANGELOG
27169
27170 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
27171 Author: Bartlomiej Sieka <tur@semihalf.com>
27172 Date:   Sat Nov 11 22:48:22 2006 +0100
27173
27174     Disable the watchdog in the default config for the V38B board.
27175
27176 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
27177 Author: Bartlomiej Sieka <tur@semihalf.com>
27178 Date:   Sat Nov 11 22:43:00 2006 +0100
27179
27180     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
27181     group is enabled for USB earlier (in cpu_init_f() instead of
27182     usb_lowlevel_init()).
27183
27184 commit 91650b3e4de688038d4f71279c44858e3e2c6870
27185 Author: Wolfgang Denk <wd@pollux.denx.de>
27186 Date:   Mon Nov 6 17:06:36 2006 +0100
27187
27188     Sequential accesses to non-existent memory must be synchronized,
27189     at least on G2 cores.
27190
27191     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
27192
27193 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
27194 Author: Timur Tabi <timur@freescale.com>
27195 Date:   Fri Nov 3 19:15:00 2006 -0600
27196
27197     mpc83xx: Update 83xx to use fsl_i2c.c
27198
27199     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
27200     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
27201     Added multiple I2C bus support to fsl_i2c.c.
27202
27203     Signed-off-by: Timur Tabi <timur@freescale.com>
27204
27205 commit d239d74b1c937984bc519083a8e7de373a390f06
27206 Author: Timur Tabi <timur@freescale.com>
27207 Date:   Fri Nov 3 12:00:28 2006 -0600
27208
27209     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
27210
27211     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
27212     tree matches the other 8xxx trees.
27213
27214     Signed-off-by: Timur Tabi <timur@freescale.com>
27215
27216 commit f7fb2e703ec9688541416962724adff70a7322cb
27217 Author: Kim Phillips <kim.phillips@freescale.com>
27218 Date:   Thu Nov 2 19:47:11 2006 -0600
27219
27220     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
27221
27222 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
27223 Author: Dave Liu <daveliu@freescale.com>
27224 Date:   Thu Nov 2 18:05:50 2006 -0600
27225
27226     mpc83xx: Fix the incorrect dcbz operation
27227
27228     The 834x rev1.x silicon has one CPU5 errata.
27229
27230     The issue is when the data cache locked with
27231     HID0[DLOCK], the dcbz instruction looks like no-op inst.
27232
27233     The right behavior of the data cache is when the data cache
27234     Locked with HID0[DLOCK], the dcbz instruction allocates
27235     new tags in cache.
27236
27237     The 834x rev3.0 and later and 8360 have not this bug inside.
27238
27239     So, when 834x rev3.0/8360 are working with ECC, the dcbz
27240     instruction will corrupt the stack in cache, the processor will
27241     checkstop reset.
27242
27243     However, the 834x rev1.x can work with ECC with these code,
27244     because the sillicon has this cache bug. The dcbz will not
27245     corrupt the stack in cache.
27246     Really, it is the fault code running on fault sillicon.
27247
27248     This patch fix the incorrect dcbz operation. Instead of
27249     CPU FP writing to initialise the ECC.
27250
27251     CHANGELOG:
27252     * Fix the incorrect dcbz operation instead of CPU FP
27253     writing to initialise the ECC memory. Otherwise, it
27254     will corrupt the stack in cache, The processor will checkstop
27255     reset.
27256
27257     Signed-off-by: Dave Liu <daveliu@freescale.com>
27258
27259 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
27260 Author: Kim Phillips <kim.phillips@freescale.com>
27261 Date:   Wed Nov 1 00:10:40 2006 -0600
27262
27263     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
27264
27265     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
27266     STDOUT_PATH configuration bits to mpc8349emds,
27267     mpc8349itx, and mpc8360emds board code.
27268
27269     redo environment to use bootm with the fdtaddr
27270     for booting ARCH=powerpc kernels by default,
27271     and provide default fdtaddr values.
27272
27273 commit 48041365b3420589ad464ebc7752e0053538b729
27274 Author: Kim Phillips <kim.phillips@freescale.com>
27275 Date:   Wed Nov 1 00:07:25 2006 -0600
27276
27277     mpc83xx: change ft code to modify local-mac-address property
27278
27279     Update 83xx OF code to update local-mac-address properties
27280     for ethernet instead of the obsolete 'address' property.
27281
27282 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
27283 Author: Timur Tabi <timur@freescale.com>
27284 Date:   Tue Oct 31 21:23:16 2006 -0600
27285
27286     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
27287
27288     This patch also adds an improved I2C set_speed(), which handles all clock
27289     frequencies.
27290
27291     Signed-off-by: Timur Tabi <timur@freescale.com>
27292
27293 commit ac4b5622ce050b5ee1e154b98df630d778661632
27294 Author: Dave Liu <daveliu@freescale.com>
27295 Date:   Tue Oct 31 19:54:59 2006 -0600
27296
27297     mpc83xx: add the README.mpc8360emds
27298
27299     add doc/README.mpc8360emds to accompany the new board support
27300
27301 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
27302 Author: Dave Liu <daveliu@freescale.com>
27303 Date:   Fri Nov 3 12:11:15 2006 -0600
27304
27305     mpc83xx: add QE ethernet support
27306
27307     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
27308
27309 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
27310 Author: Dave Liu <daveliu@freescale.com>
27311 Date:   Fri Nov 3 19:33:44 2006 -0600
27312
27313     mpc83xx: Add MPC8360EMDS basic board support
27314
27315     Add support for the Freescale MPC8360EMDS board.
27316     Includes DDR, DUART, Local Bus, PCI.
27317
27318 commit 23892e49352de74f7fac36ff90bb1be143d195e3
27319 Author: Dave Liu <daveliu@freescale.com>
27320 Date:   Tue Oct 31 19:30:40 2006 -0600
27321
27322     mpc83xx: add the QUICC Engine (QE) immap file
27323
27324     common QE immap file.  Also required for 8360.
27325
27326 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
27327 Author: Dave Liu <daveliu@freescale.com>
27328 Date:   Tue Oct 31 19:25:38 2006 -0600
27329
27330     mpc83xx: Add 8360 specifics to 83xx immap
27331
27332     Mainly add QE device dependencies, with appropriate 8360 protection.
27333     Lindent also run.
27334
27335 commit 988833324a7fda482c8ac3ca23eb539f8232e404
27336 Author: Timur Tabi <timur@freescale.com>
27337 Date:   Tue Oct 31 19:14:41 2006 -0600
27338
27339     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
27340
27341     PREREQUISITE PATCHES:
27342
27343     * This patch can only be applied after the following patches have been applied:
27344
27345       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
27346       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
27347
27348     CHANGELOG:
27349
27350     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
27351       the clock for the 2nd USB board (Linux kernel will hang otherwise),
27352       and fix the CONFIG_BOOTARGS macro.
27353
27354     Signed-off-by: Timur Tabi <timur@freescale.com>
27355
27356 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
27357 Author: Timur Tabi <timur@freescale.com>
27358 Date:   Tue Oct 31 18:44:42 2006 -0600
27359
27360     mpc83xx: Add support for the MPC8349E-mITX
27361
27362     PREREQUISITE PATCHES:
27363
27364     * This patch can only be applied after the following patches have been applied:
27365
27366       1) DNX#2006090742000024 "Add support for multiple I2C buses"
27367       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
27368       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
27369       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
27370       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
27371
27372     CHANGELOG:
27373
27374     * Add support for the Freescale MPC8349E-mITX reference design platform.
27375       The second TSEC (Vitesse 7385 switch) is not supported at this time.
27376
27377     Signed-off-by: Timur Tabi <timur@freescale.com>
27378
27379 commit 183da6d9b446cc12123455844ad1187e2375626f
27380 Author: Ben Warren <bwarren@qstreams.com>
27381 Date:   Tue Sep 12 10:15:53 2006 -0400
27382
27383     Additional MPC8349 support for multibus i2c
27384
27385     Hello,
27386
27387     Here is a patch for a file that was accidentally left out of a previous
27388     attempt.
27389
27390     It accompanies the patch with ticket DNX#2006090742000024
27391
27392     CHANGELOG:
27393             Change PCI initialization to use new multi-bus I2C API.
27394
27395     regards,
27396     Ben
27397
27398 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
27399 Author: Ben Warren <bwarren@qstreams.com>
27400 Date:   Thu Sep 7 16:51:04 2006 -0400
27401
27402     Multi-bus I2C implementation of MPC834x
27403
27404     Hello,
27405
27406     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
27407     family and the MPC8349EMDS board in particular.
27408     This patch requires Patch 1 (Add support for multiple I2C buses).
27409     Testing was performed on a 533MHz board.
27410
27411     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
27412
27413     Signed-off-by: Ben Warren <bwarren@qstreams.com>
27414
27415     CHANGELOG:
27416             Implemented driver-level code to support two I2C buses on the
27417     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
27418     are 50kHz, 100kHz and 400kHz on each bus.
27419
27420     regards,
27421     Ben
27422
27423 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
27424 Author: Ben Warren <bwarren@qstreams.com>
27425 Date:   Thu Sep 7 16:50:54 2006 -0400
27426
27427     Add support for multiple I2C buses
27428
27429     Hello,
27430
27431     Attached is a patch providing support for multiple I2C buses at the
27432     command level.  The second part of the patch includes an implementation
27433     for the MPC834x CPU and MPC8349EMDS board.
27434
27435     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
27436
27437     Signed-off-by: Ben Warren <bwarren@qstreams.com>
27438
27439     Overview:
27440
27441     1. Include new 'i2c' command (based on USB implementation) using
27442     CONFIG_I2C_CMD_TREE.
27443
27444     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
27445     the commands to change bus number and speed are only available under the
27446     new 'i2c' command mentioned in the first bullet.
27447
27448     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
27449     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
27450     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
27451
27452     CHANGELOG:
27453             Added new 'i2c' master command for all I2C interaction.  This is
27454     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
27455     setting I2C bus speed as well as changing the active bus if the board
27456     has more than one (conditionally compiled with
27457     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
27458     Updated README.
27459
27460     regards,
27461     Ben
27462
27463 commit bed85caf872714ebf53013967a695c9d63acfc68
27464 Author: Timur Tabi <timur@freescale.com>
27465 Date:   Tue Oct 31 18:13:36 2006 -0600
27466
27467     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
27468
27469     CHANGELOG:
27470
27471     * Errata DDR6, which affects all current MPC 834x processors, lists changes
27472       required to maintain compatibility with various types of DDR memory.  This
27473       patch implements those changes.
27474
27475     Signed-off-by: Timur Tabi <timur@freescale.com>
27476
27477 commit afd6e470f639883002c7c59d562690a5cb0f4865
27478 Author: Timur Tabi <timur@freescale.com>
27479 Date:   Wed Oct 25 18:45:23 2006 -0500
27480
27481     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
27482
27483 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
27484 Author: Timur Tabi <timur@freescale.com>
27485 Date:   Tue Aug 22 17:07:00 2006 -0500
27486
27487     mpc83xx: Add support for variable flash memory sizes on 83xx systems
27488
27489     CHANGELOG:
27490
27491     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
27492        window registers, instead of using a hard-coded value of 8MB.
27493
27494     Signed-off-by: Timur Tabi <timur@freescale.com>
27495
27496 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
27497 Author: Tanya Jiang <tanya.jiang@freescale.com>
27498 Date:   Thu Aug 3 18:38:13 2006 +0800
27499
27500     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
27501
27502     Unified TQM834x variable names with 83xx and consolidated macro
27503     in preparation for the 8360 and other upcoming 83xx devices.
27504
27505     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
27506
27507 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
27508 Author: Dave Liu <daveliu@freescale.com>
27509 Date:   Wed Oct 25 14:41:21 2006 -0500
27510
27511     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
27512
27513     Incorporated the common unified variable names and the changes in preparation
27514     for releasing mpc8360 patches.
27515
27516     Signed-off-by: Dave Liu <daveliu@freescale.com>
27517
27518 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
27519 Author: Tanya Jiang <tanya.jiang@freescale.com>
27520 Date:   Thu Aug 3 18:36:02 2006 +0800
27521
27522     mpc83xx: Fix missing build for mpc8349emds pci.c
27523
27524     Make pci build for mpc8349emds
27525
27526     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
27527
27528 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
27529 Author: Tanya Jiang <tanya.jiang@freescale.com>
27530 Date:   Thu Aug 3 18:39:49 2006 +0800
27531
27532     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
27533
27534     Removed unused file resetvec.S for mpc83xx cpu
27535
27536     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
27537
27538 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
27539 Author: Nick Spence <Nick.Spence@freescale.com>
27540 Date:   Sat Sep 30 00:32:59 2006 -0700
27541
27542     NAND Flash verify across block boundaries
27543
27544     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
27545     defined
27546     and the write crosses a block boundary. The pointer to the verification
27547     buffer (bufstart) is not being updated to reflect the starting of the
27548     new
27549     block so the verification of the second block fails.
27550
27551     CHANGELOG:
27552
27553     * Fix NAND FLASH page verification across block boundaries
27554
27555 commit f484dc791a3932537213c43c654cc1295c64b84c
27556 Author: Nick Spence <nick.spence@freescale.com>
27557 Date:   Thu Sep 7 07:39:46 2006 -0700
27558
27559     Added RGMII support to the TSECs and Marvell 881111 Phy
27560
27561     Added a phy initialization to adjust the RGMII RX and TX timing
27562     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
27563
27564     Signed-off-by: Nick Spence <nick.spence@freescale.com>
27565
27566 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
27567 Author: roy zang <tie-fei.zang@freescale.com>
27568 Date:   Fri Nov 3 13:10:00 2006 +0800
27569
27570     Remove some unused CFG define.
27571     undef CFG_DRAM_TEST
27572
27573 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
27574 Author: roy zang <tie-fei.zang@freescale.com>
27575 Date:   Fri Nov 3 13:07:36 2006 +0800
27576
27577     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
27578     Both work. 0xFF000000 seems more reasonable.
27579
27580 commit c59200443072353044aa4bf737a5a60f9a9af231
27581 Author: Wolfgang Denk <wd@pollux.denx.de>
27582 Date:   Thu Nov 2 15:15:01 2006 +0100
27583
27584     Release U-Boot 1.1.6
27585
27586 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
27587 Author: roy zang <tie-fei.zang@freescale.com>
27588 Date:   Thu Nov 2 19:14:48 2006 +0800
27589
27590     This patch comes from Yuli's posted patch on 8/8/2006
27591     titled "CFI Driver Little-Endian write Issue".
27592
27593     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
27594
27595     If that patch applied, please discard this one.
27596     Until now , I do not see his patch is applied. So please apply this one.
27597
27598     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
27599     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27600
27601 commit b825f158e449e1e9cf74c08e572955e122394c96
27602 Author: roy zang <tie-fei.zang@freescale.com>
27603 Date:   Thu Nov 2 19:12:31 2006 +0800
27604
27605     Tsi108 on chip i2c support.
27606
27607     The i2c  Interface provides a master-only, serial interface that can be
27608     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
27609     device reset.
27610
27611     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27612     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27613
27614 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
27615 Author: roy zang <tie-fei.zang@freescale.com>
27616 Date:   Thu Nov 2 19:11:06 2006 +0800
27617
27618     Tsi108 on chip pci controller support.
27619
27620     If there is no pci card, the tsi108/109 pci configure read will
27621     cause a machine check exception to the processor. PCI error should
27622     also be cleared after the read.
27623
27624     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27625     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27626
27627 commit d1927cee977126e547ceeba23e4f978f377cfb8f
27628 Author: roy zang <tie-fei.zang@freescale.com>
27629 Date:   Thu Nov 2 19:08:55 2006 +0800
27630
27631     Tundra tsi108 on chip Ethernet controller support.
27632
27633     The following is a brief description of the Ethernet controller:
27634     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
27635     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
27636     to manage the two physical connection devices (PHYs).  Each Ethernet port
27637     has its own statistics monitor that tracks and reports key interface
27638     statistics.  Each port supports a 256-entry hash table for address
27639     filtering.  In addition, each port is bridged to the Switch Fabric
27640     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
27641
27642     Each Ethernet port also has a pair of internal Ethernet DMA channels to
27643     support the transmit and receive data flows.  The Ethernet DMA channels
27644     use descriptors set up in memory, the memory map of the device, and
27645     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
27646     handles arbitration for the Switch Fabric.  The Controller also
27647     has a register businterface for register accesses and status monitor
27648     control.
27649
27650     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
27651     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
27652     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
27653     data flows to and from the Ethernet Controller through the Switch Fabric.
27654
27655     Each Ethernet port uses its transmit and receive DMA channels to manage
27656     data flows through buffer descriptors that are predefined by the
27657     system (the descriptors can exist anywhere in the system memory map).
27658     These descriptors are data structures that point to buffers filled
27659     with data ready to transmit over Ethernet, or they point to empty
27660     buffers ready to receive data from Ethernet.
27661
27662     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27663     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27664
27665 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
27666 Author: roy zang <tie-fei.zang@freescale.com>
27667 Date:   Thu Nov 2 19:01:33 2006 +0800
27668
27669     Tundra tsi108 header file.
27670
27671     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
27672     PowerPC processors that offers numerous system interconnect options for
27673     embedded application designers. The Tsi108 can interconnect 60x or
27674     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
27675     and Flash. Provided the macro define for tsi108 chip.
27676
27677     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27678     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27679
27680 commit 87c4db09699c6b89176b31004afcb83eb1585d47
27681 Author: roy zang <tie-fei.zang@freescale.com>
27682 Date:   Thu Nov 2 18:59:15 2006 +0800
27683
27684     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
27685     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
27686
27687     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27688     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27689
27690 commit 27801b8ab11c61b577e45742a515bb3b23b80241
27691 Author: roy zang <tie-fei.zang@freescale.com>
27692 Date:   Thu Nov 2 18:57:21 2006 +0800
27693
27694     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
27695     Make ,config.mk and link file for the mpc7448hpc2 board.
27696
27697     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27698     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27699
27700 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
27701 Author: roy zang <tie-fei.zang@freescale.com>
27702 Date:   Thu Nov 2 18:55:04 2006 +0800
27703
27704     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
27705     The mpc7448hpc2 board support header file.
27706
27707     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27708     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27709
27710 commit 625bb5ddb50b243f931262ca8c46956409471917
27711 Author: roy zang <tie-fei.zang@freescale.com>
27712 Date:   Thu Nov 2 18:52:21 2006 +0800
27713
27714     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
27715     The mpc7448hpc2 board support low level assemble language init code.
27716
27717     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27718     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27719
27720 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
27721 Author: roy zang <tie-fei.zang@freescale.com>
27722 Date:   Thu Nov 2 18:49:51 2006 +0800
27723
27724     General code modification for mpc7448hpc2 board support.
27725     1. Add 7447A and 7448 processor support.
27726     2. Add the following flags.
27727
27728     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
27729     (such as by switch on board), this flag should be set.
27730
27731     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
27732     relocates to RAM, this flag should be set.
27733
27734     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
27735     system hang in exception, this flag should be set.
27736
27737     There is a design issue for tsi108/109 pci configure  read. When pci scan
27738     the slots, if there is no pci card, the tsi108/9 will cause a machine
27739     check exception for mpc7448 processor.
27740
27741     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
27742     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27743
27744 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
27745 Author: roy zang <tie-fei.zang@freescale.com>
27746 Date:   Thu Nov 2 18:34:47 2006 +0800
27747
27748     Add README file for mpc7448hpc2 board.
27749     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27750
27751 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
27752 Author: Bartlomiej Sieka <tur@semihalf.com>
27753 Date:   Wed Nov 1 02:04:38 2006 +0100
27754
27755     Finish up support for MarelV38B board
27756      - add watchdog support
27757      - enable GPIO_WKUP_7 pin for input
27758      - code cleanup
27759
27760 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
27761 Author: Bartlomiej Sieka <tur@semihalf.com>
27762 Date:   Wed Nov 1 01:45:46 2006 +0100
27763
27764     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
27765           * remove warnings when compiling ethaddr.c
27766           * adjust linker script (fixes a crash resulting from incorrect
27767           definition of __u_boot_cmd_start)
27768     - Some MarelV38B code cleanup.
27769
27770 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
27771 Author: Bartlomiej Sieka <tur@semihalf.com>
27772 Date:   Wed Nov 1 01:38:16 2006 +0100
27773
27774     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
27775       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
27776       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
27777       MPC5XXX_WU_GPIO_DATA_O for affected boards.
27778
27779     - Add defintions for some MPC5XXX GPIO pins.
27780
27781 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
27782 Author: Bartlomiej Sieka <tur@semihalf.com>
27783 Date:   Wed Nov 1 01:34:29 2006 +0100
27784
27785     Changed MarelV38B board make target to lowercase. Config file cleanup.
27786
27787 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
27788 Author: Wolfgang Denk <wd@pollux.denx.de>
27789 Date:   Sun Oct 29 01:03:51 2006 +0200
27790
27791     Automatically adjust ARFLAGS so "make -s" is really silent.
27792
27793 commit fae684e89844856383bdf101440889557df3e6b1
27794 Author: Stefan Roese <sr@denx.de>
27795 Date:   Sat Oct 28 16:45:00 2006 +0200
27796
27797     [PATCH] omap925.c: Remove unused functions
27798
27799     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27800     Signed-off-by: Stefan Roese <sr@denx.de>
27801
27802 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
27803 Author: Stefan Roese <sr@denx.de>
27804 Date:   Sat Oct 28 17:12:58 2006 +0200
27805
27806     [PATCH] Add some missing machtypes for netstar & voiceblue boards
27807
27808     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
27809     numbers in code.
27810
27811     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27812     Signed-off-by: Stefan Roese <sr@denx.de>
27813
27814 commit 856f054410cef52d868feb330168b2a4c4091328
27815 Author: Stefan Roese <sr@denx.de>
27816 Date:   Sat Oct 28 15:55:52 2006 +0200
27817
27818     [PATCH] NAND: Partition name support added to NAND subsystem
27819
27820     chpart, nboot and NAND subsystem related commands now accept also partition
27821     name to specify offset.
27822
27823     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27824     Signed-off-by: Stefan Roese <sr@denx.de>
27825
27826 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
27827 Author: Wolfgang Denk <wd@pollux.denx.de>
27828 Date:   Sat Oct 28 02:29:44 2006 +0200
27829
27830     Update CHANGELOG.
27831
27832 commit 2751a95abd1b96911081c357e96a12fa97b40dee
27833 Author: Wolfgang Denk <wd@pollux.denx.de>
27834 Date:   Sat Oct 28 02:29:14 2006 +0200
27835
27836     Enable commandline editing and hush shell on all TQM boards.
27837
27838 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
27839 Author: Wolfgang Denk <wd@pollux.denx.de>
27840 Date:   Sat Oct 28 02:28:02 2006 +0200
27841
27842     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
27843
27844 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
27845 Author: Wolfgang Denk <wd@denx.de>
27846 Date:   Sat Oct 28 01:14:32 2006 +0200
27847
27848     Check for illegal character '=' in environment variable names.
27849
27850     Make sure the string passed as variable name does not contain a '='
27851     character. This not only prevents the common error or typing
27852     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
27853     also closes a backdoor which allowed to delete write-protected
27854     environment variables, for example by using "setenv ethaddr=".
27855
27856 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
27857 Author: Wolfgang Denk <wd@pollux.denx.de>
27858 Date:   Sat Oct 28 00:38:39 2006 +0200
27859
27860     Minor code cleanup.
27861
27862 commit e11887a77d81077416a2d1c5e0354916fee8c034
27863 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
27864 Date:   Thu Oct 26 17:55:31 2006 +0200
27865
27866     Don't pass any debug options directly to the assembler
27867
27868     When passing the -g option to gcc, gcc automatically selects a
27869     suitable --g<format> option to pass on to the assembler.
27870     Thus, there's no point in forcing a specific debug option on the
27871     assembler using the -Wa mechanism.
27872
27873     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
27874
27875 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
27876 Author: Jon Loeliger <jdl@freescale.com>
27877 Date:   Fri Oct 27 07:47:22 2006 -0500
27878
27879     MPC86xx: Cleaned up unused and conditionally used local variables.
27880
27881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27882
27883 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
27884 Author: Wolfgang Denk <wd@pollux.denx.de>
27885 Date:   Fri Oct 27 11:55:21 2006 +0200
27886
27887     Fix "ar" flags in some Makefiles to allow for silent "make -s"
27888
27889 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
27890 Author: Ben Warren <bwarren@qstreams.com>
27891 Date:   Thu Oct 26 14:38:25 2006 -0400
27892
27893     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
27894     to a TSEC (e.g. a switch is connected via RMII) or
27895     if the PHY is defective/incorrectly configured.
27896
27897     Signed-off-by: Ben Warren <bwarren@qstreams.com>
27898
27899 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
27900 Author: Ben Warren <bwarren@qstreams.com>
27901 Date:   Thu Oct 26 14:38:25 2006 -0400
27902
27903     Fix TSEC driver: avoid crashes if PHY is not attached
27904     to a TSEC (e.g. a switch is connected via RMII) or
27905     if the PHY is defective/incorrectly configured.
27906
27907     Signed-off-by: Ben Warren <bwarren@qstreams.com>
27908
27909 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
27910 Author: Wolfgang Denk <wd@pollux.denx.de>
27911 Date:   Thu Oct 26 16:24:31 2006 +0200
27912
27913     Code cleanup.
27914
27915 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
27916 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
27917 Date:   Wed Oct 25 15:48:59 2006 +0200
27918
27919     Finish up support for the ATSTK1000/ATSTK1002 boards
27920
27921     Add atstk1002_config target to Makefile and move the AVR32 section
27922     down below Blackfin so that it doesn't end up in the middle of
27923     MIPS.
27924
27925     Drop the autogenerated linker script thing for now. Will have to
27926     revisit how to handle chips with different flash and RAM layout
27927     later.
27928
27929     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
27930
27931 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
27932 Author: Kumar Gala <galak@kernel.crashing.org>
27933 Date:   Tue Oct 24 23:47:37 2006 -0500
27934
27935     Added support for Multi-Image files that contain a device tree
27936
27937     If a Multi-Image file contains a third image we try to use it as a
27938     device tree.  The device tree image is assumed to be uncompressed in the
27939     image file.  We automatically allocate space for the device tree in memory
27940     and provide an 8k pad to allow more than a reasonable amount of growth.
27941
27942     Additionally, a device tree that was contained in flash will now automatically
27943     get copied to system memory as part of boot.  Previously an error was
27944     reported if one tried to boot a device tree that was in flash.
27945
27946     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27947
27948 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
27949 Author: Wolfgang Denk <wd@denx.de>
27950 Date:   Tue Oct 24 21:35:55 2006 +0200
27951
27952     Switch to automatically generated CHANGELOG file.
27953     (use "make CHANGELOG" to update it from time to time)
27954
27955 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
27956 Author: Stefan Roese <sr@denx.de>
27957 Date:   Tue Oct 24 18:06:48 2006 +0200
27958
27959     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
27960     Patch by Stefan Roese, 24 Oct 2006
27961
27962 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
27963 Author: Wolfgang Denk <wd@pollux.denx.de>
27964 Date:   Tue Oct 24 17:24:55 2006 +0200
27965
27966     Merge with /home/wd/git/u-boot/master
27967
27968 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
27969 Author: Wolfgang Denk <wd@pollux.denx.de>
27970 Date:   Tue Oct 24 15:32:57 2006 +0200
27971
27972     Code cleanup
27973
27974 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
27975 Author: Wolfgang Denk <wd@pollux.denx.de>
27976 Date:   Tue Oct 24 14:51:36 2006 +0200
27977
27978     Move atstk1000 files into vendor specific directory.
27979     Patch by Haavard Skinnemoen, 12 Sep 2006
27980
27981 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
27982 Author: Wolfgang Denk <wd@pollux.denx.de>
27983 Date:   Tue Oct 24 14:42:37 2006 +0200
27984
27985     Add ATSTK1000 and ATSTK1002 board support
27986     Patch by Haavard Skinnemoen, 06 Sep 2006
27987
27988     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
27989     daughterboard.
27990
27991     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
27992     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
27993     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
27994     CompactFlash cards. For more information, please see this page:
27995
27996     http://www.atmel.com/dyn/products/tools.asp?family_id=682
27997
27998     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
27999     AT32AP7000 chip.
28000
28001     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28002
28003 commit f93ae788c3640fcde5db383471d45548ff4060d0
28004 Author: Wolfgang Denk <wd@pollux.denx.de>
28005 Date:   Tue Oct 24 14:31:24 2006 +0200
28006
28007     Add common serial driver for Atmel AT32 and AT91 chips
28008     Patch by Haavard Skinnemoen, 06 Sep 2006
28009
28010     This is a first attempt at creating a common serial driver for Atmel
28011     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
28012     be possible to support AT91RM9200 and other ARM-based chips with some
28013     minor modifications.
28014
28015     There's nothing fundamentally AVR32-specific in this driver, but it
28016     does use some features which are currently only defined for the
28017     AT32AP CPU port:
28018       * pm_get_clock_freq: Obtain the clock frequency of a given domain
28019       * gd->console_uart: A "struct device" containing information about
28020         register mappings, gpio resources and clocks associated with the
28021         UART device.
28022
28023     For more information about these features, please see the "AT32AP
28024     CPU" patch.
28025
28026 commit 72a087e04705c26cad982879ebd06b5281bf825a
28027 Author: Wolfgang Denk <wd@pollux.denx.de>
28028 Date:   Tue Oct 24 14:27:35 2006 +0200
28029
28030     Add AT32AP CPU and AT32AP7000 SoC support
28031     Patch by Haavard Skinnemoen, 06 Sep 2006
28032
28033     This patch adds support for the AT32AP CPU family and the AT32AP7000
28034     chip, which is the first chip implementing the AVR32 architecture.
28035
28036     The AT32AP CPU core is a high-performance implementation featuring a
28037     7-stage pipeline, separate instruction- and data caches, and a MMU.
28038     For more information, please see the "AVR32 AP Technical Reference":
28039
28040     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
28041
28042     In addition to this, the AT32AP7000 chip comes with a large set of
28043     integrated peripherals, many of which are shared with the AT91 series
28044     of ARM-based microcontrollers from Atmel. Full data sheet is
28045     available here:
28046
28047     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
28048
28049     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28050
28051 commit 7b64fef33c66be648826c0ff9758298ef13d0604
28052 Author: Wolfgang Denk <wd@pollux.denx.de>
28053 Date:   Tue Oct 24 14:21:16 2006 +0200
28054
28055     Add AVR32 architecture support
28056     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
28057
28058     This patch adds common infrastructure code for the Atmel AVR32
28059     architecture. See doc/README.AVR32 for details.
28060
28061     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28062
28063 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
28064 Author: Wolfgang Denk <wd@pollux.denx.de>
28065 Date:   Tue Oct 24 13:57:33 2006 +0200
28066
28067     Use -g instead of -gstabs in AFLAGS_DEBUG
28068     Patch by Haavard Skinnemoen, 30 Aug 2006
28069
28070     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
28071     matter what the target's preferred debugging format is. This patch
28072     simply replaces -gstabs with -g, so that the default debugging format
28073     for the architecture is used.
28074
28075 commit 965829872169c2996023840d98e1d85ad148d629
28076 Author: Wolfgang Denk <wd@pollux.denx.de>
28077 Date:   Tue Oct 24 13:55:18 2006 +0200
28078
28079     Fix/workaround broken dependency handling with make 3.81
28080     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
28081
28082 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
28083 Author: Marian Balakowicz <m8@semihalf.com>
28084 Date:   Mon Oct 23 22:17:05 2006 +0200
28085
28086     Fix sequoia separate object direcory building problems.
28087
28088 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
28089 Author: Jon Loeliger <jdl@freescale.com>
28090 Date:   Fri Oct 20 17:16:35 2006 -0500
28091
28092     Use generic I2C register block on 85xx and 86xx.
28093
28094     Replace private IMMAP I2C structures with generic reg block
28095     and allow 86xx to have multiple I2C device busses.
28096
28097     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28098
28099 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
28100 Author: Jon Loeliger <jdl@freescale.com>
28101 Date:   Fri Oct 20 15:54:34 2006 -0500
28102
28103     Fix compilation warnings on a few 85xx boards.
28104
28105     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28106
28107 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
28108 Author: Jon Loeliger <jdl@freescale.com>
28109 Date:   Fri Oct 20 15:50:15 2006 -0500
28110
28111     Converted all 85xx boards to use a common FSL I2C driver.
28112     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
28113     And removed hard i2c path from a few u-boot.lds scipts too.
28114     Minor whitespace cleanups along the way.
28115
28116     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28117
28118 commit 4d45f69e362b05892c9e92a7907e5820995612aa
28119 Author: Jon Loeliger <jdl@freescale.com>
28120 Date:   Thu Oct 19 12:02:24 2006 -0500
28121
28122     Rewrite a series of goto statements as a sequences of
28123     conditional expressions instead.
28124
28125     Use consistent return code 0/-1 for good/bad indicators.
28126
28127     Include one fewer file if the driver isn't used at all.
28128
28129     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28130
28131 commit 7237c033b02fe295880435f1eb80819a0c987532
28132 Author: Jon Loeliger <jdl@freescale.com>
28133 Date:   Thu Oct 19 11:02:16 2006 -0500
28134
28135     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
28136
28137     in an effort to begin to unify the umpteen FSL I2C drivers that
28138     are all otherwise very similar.
28139
28140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28141
28142 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
28143 Author: Jon Loeliger <jdl@freescale.com>
28144 Date:   Thu Oct 19 11:33:52 2006 -0500
28145
28146     * Fix a bunch of compiler warnings for gcc 4.0
28147
28148     Signed-off-by: Matthew McClintock <msm@freescale.com>
28149
28150 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
28151 Author: Stefan Roese <sr@denx.de>
28152 Date:   Tue Oct 17 06:14:31 2006 +0200
28153
28154     Add monitor functions for indirect access to PPC440 DCR's
28155     Patch by Leonid Baryudin, 12 Oct 2006
28156
28157 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
28158 Author: Jon Loeliger <jdl@freescale.com>
28159 Date:   Fri Oct 13 16:47:53 2006 -0500
28160
28161     Fixed leading whitespace issues.
28162     Removed spurious LAWAR thing.
28163
28164     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28165
28166 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
28167 Author: Jon Loeliger <jdl@freescale.com>
28168 Date:   Thu Oct 12 10:42:36 2006 -0500
28169
28170     Remove unneeded include files and local variable.
28171
28172     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28173
28174 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
28175 Author: Grant Likely <grant.likely@secretlab.ca>
28176 Date:   Tue Oct 10 00:23:32 2006 -0600
28177
28178     Fix possible uninitialized variable compiler warning.
28179
28180     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
28181     do_bootm_linux() may be uninitialized.  There is no possibility in the
28182     current code that len will get used uninitialized, but this fix follows
28183     the existing convention of setting both len and data to zero at the same
28184     time.
28185
28186     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28187
28188 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
28189 Author: Matthew McClintock <msm@freescale.com>
28190 Date:   Wed Oct 11 15:13:01 2006 -0500
28191
28192     * Fix a bunch of compiler warnings for gcc 4.0
28193
28194     Signed-off-by: Matthew McClintock <msm@freescale.com>
28195
28196 commit bf651baa365e5447246aad6a633ccd667cf24a39
28197 Author: Jon Loeliger <jdl@freescale.com>
28198 Date:   Wed Oct 11 10:10:43 2006 -0500
28199
28200     Move "ar" flags to config.mk to allow for silent "make -s"
28201
28202 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
28203 Author: Jon Loeliger <jdl@freescale.com>
28204 Date:   Tue Oct 10 17:19:03 2006 -0500
28205
28206     Coding style changes to remove local varible blocks
28207     and reformat a bit nicer.
28208
28209 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
28210 Author: Jon Loeliger <jdl@freescale.com>
28211 Date:   Tue Oct 10 17:16:04 2006 -0500
28212
28213     Fix whitespace issues.
28214
28215 commit 7b382b7125f2397cce63253df62f183e3dfa2770
28216 Author: Jon Loeliger <jdl@freescale.com>
28217 Date:   Tue Oct 10 17:14:45 2006 -0500
28218
28219     Fix whitespace issues.
28220
28221 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
28222 Author: Jon Loeliger <jdl@freescale.com>
28223 Date:   Tue Oct 10 17:06:53 2006 -0500
28224
28225     Fix whitespace issues.
28226
28227 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
28228 Author: Jon Loeliger <jdl@freescale.com>
28229 Date:   Tue Oct 10 17:03:43 2006 -0500
28230
28231     Ran lindent and cleaned up whitespace issues.
28232     Format for 80-columns too.
28233
28234 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
28235 Author: Jon Loeliger <jdl@freescale.com>
28236 Date:   Tue Oct 10 17:02:22 2006 -0500
28237
28238     Fix whitespace and 80-col issues.
28239
28240 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
28241 Author: Stefan Roese <sr@denx.de>
28242 Date:   Sat Oct 7 11:36:51 2006 +0200
28243
28244     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
28245     Patch by Stefan Roese, 07 Oct 2006
28246
28247 commit 5bc528fa4da751d472397b308137238a6465afd2
28248 Author: Stefan Roese <sr@denx.de>
28249 Date:   Sat Oct 7 11:35:25 2006 +0200
28250
28251     Update ALPR code (NAND support working now)
28252     Patch by Stefan Roese, 07 Oct 2006
28253
28254 commit 77d5034847d328753b80c46b83f960a14a26f40e
28255 Author: Stefan Roese <sr@denx.de>
28256 Date:   Sat Oct 7 11:33:03 2006 +0200
28257
28258     Remove compile warnings in fpga code
28259     Patch by Stefan Roese, 07 Oct 2006
28260
28261 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
28262 Author: Stefan Roese <sr@denx.de>
28263 Date:   Sat Oct 7 11:30:52 2006 +0200
28264
28265     Add CONFIG_BOARD_RESET to configure board specific reset function
28266     Patch by Stefan Roese, 07 Oct 2006
28267
28268 commit f55df18187e7a45cb73fec4370d12135e6691ae1
28269 Author: John Traill <john.traill@freescale.com>
28270 Date:   Fri Sep 29 08:23:12 2006 +0100
28271
28272     Fix missing tCycle/modfreq calculation.
28273
28274     Signed-off-by: John Traill <john.traill@freescale.com>
28275
28276 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
28277 Author: Andy Fleming <afleming@freescale.com>
28278 Date:   Wed Sep 13 10:33:35 2006 -0500
28279
28280     Updated config headers to add default FDT-based booting
28281
28282 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
28283 Author: Andy Fleming <afleming@freescale.com>
28284 Date:   Wed Sep 13 10:34:18 2006 -0500
28285
28286     Add support for eTSEC 3 & 4 on 8548 CDS
28287
28288     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
28289       This will only work on rev 1.3 boards (but doesn't break older boards)
28290     * Cleaned up some comments to reflect the expanded role of tsec
28291       in other systems
28292
28293 commit 084d648b109c8984f83674043c1a7fa3885ef801
28294 Author: Andy Fleming <afleming@freescale.com>
28295 Date:   Wed Sep 13 10:33:56 2006 -0500
28296
28297     Added code to support 2.6.18 PCI changes in u-boot
28298
28299     * Added code to swizzle the IRQ map for the PCI
28300
28301 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
28302 Author: Jon Loeliger <jdl@freescale.com>
28303 Date:   Tue Sep 19 09:34:10 2006 -0500
28304
28305     Modified makefile for new build mechanism.
28306
28307     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28308
28309 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
28310 Author: Jon Loeliger <jdl@freescale.com>
28311 Date:   Thu Sep 14 08:40:36 2006 -0500
28312
28313     Handle 86xx SVR values according to the new Reference Manual.
28314     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
28315     by the byte in bits 16-23 instead.
28316     Thanks to Jason Jin for noticing.
28317
28318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28319
28320 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
28321 Author: Zhang Wei <wei.zhang@freescale.com>
28322 Date:   Mon Aug 28 14:25:31 2006 +0800
28323
28324     Fixed an OF-tree off-by-one bug when adding a new property name.
28325     This bug will cause the kernel booting to pause a long time.
28326
28327     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
28328     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
28329
28330 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
28331 Author: Jon Loeliger <jdl@freescale.com>
28332 Date:   Tue Aug 29 11:05:09 2006 -0500
28333
28334     Remove trailing empty lines.
28335
28336 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
28337 Author: Jon Loeliger <jdl@freescale.com>
28338 Date:   Tue Aug 29 09:48:49 2006 -0500
28339
28340     Remove bogus msync and use volatile asm.
28341
28342 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
28343 Author: Jon Loeliger <jdl@freescale.com>
28344 Date:   Tue Aug 29 08:17:14 2006 -0500
28345
28346     Add myself as maintainer for MPC8641HPCN.
28347
28348 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
28349 Author: Zhang Wei <wei.zhang@freescale.com>
28350 Date:   Mon Aug 28 14:25:31 2006 +0800
28351
28352     Fixed an OF-tree off-by-one bug when adding a new property name.
28353     This bug will cause the kernel booting to pause a long time.
28354
28355     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
28356
28357 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
28358 Author: Haiying Wang <haiying.wang@freescale.com>
28359 Date:   Fri Aug 25 14:38:34 2006 -0400
28360
28361     Change ramdiskaddr and dtbaddr
28362     Remove PEX fluff commands.
28363
28364     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
28365     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28366
28367 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
28368 Author: Matthew McClintock <msm@freescale.com>
28369 Date:   Wed Aug 23 13:32:45 2006 -0500
28370
28371     * Another small fix for booting with disable_of
28372
28373     Signed-off-by: Matthew McClintock <msm@freescale.com>
28374
28375 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
28376 Author: Jon Loeliger <jdl@freescale.com>
28377 Date:   Wed Aug 23 11:04:43 2006 -0500
28378
28379     Cleanup and lindent new AHCI driver.
28380
28381 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
28382 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
28383 Date:   Wed Aug 23 19:15:12 2006 +0800
28384
28385     Add AHCI define and sata support for MPC8641HPCN board.
28386
28387     Signed-off-by:Jason Jin<jason.jin@freescale.com>
28388
28389 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
28390 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
28391 Date:   Wed Aug 23 19:10:44 2006 +0800
28392
28393     Add AHCI support to u-boot
28394
28395     Add AHCI support in u-boot, enable the sata disk controllers which
28396     following the AHCI protocol.
28397
28398     Signed-off-by:Jason Jin<jason.jin@freescale.com>
28399
28400 commit d8ea2acf5f137cae99417df4f573d036ee384668
28401 Author: Zhang Wei <wei.zhang@freescale.com>
28402 Date:   Wed Aug 23 17:54:32 2006 +0800
28403
28404     Add dtb boot-up parameter to default boot commands.
28405
28406     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
28407
28408 commit b93775c2036b99baa390ea425c4771895bbc63c4
28409 Author: Jon Loeliger <jdl@freescale.com>
28410 Date:   Tue Aug 22 18:26:08 2006 -0500
28411
28412     Cleanup even more poorly introduced whitespace.
28413
28414 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
28415 Author: Jon Loeliger <jdl@freescale.com>
28416 Date:   Tue Aug 22 18:07:00 2006 -0500
28417
28418     Cleanup more poorly introduced whitespace.
28419
28420 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
28421 Author: Jon Loeliger <jdl@freescale.com>
28422 Date:   Tue Aug 22 17:54:05 2006 -0500
28423
28424     Cleanup poorly introduced whitespace.
28425
28426 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
28427 Author: Jon Loeliger <jdl@freescale.com>
28428 Date:   Tue Aug 22 12:25:27 2006 -0500
28429
28430     General indent and whitespace cleanups.
28431
28432 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
28433 Author: Jon Loeliger <jdl@freescale.com>
28434 Date:   Tue Aug 22 12:06:18 2006 -0500
28435
28436     General indent and whitespace cleanups.
28437
28438 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
28439 Author: Jon Loeliger <jdl@freescale.com>
28440 Date:   Tue Aug 22 10:42:21 2006 -0500
28441
28442     Cleanup compiler warnings.
28443
28444 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
28445 Author: Matthew McClintock <msm@freescale.com>
28446 Date:   Tue Aug 22 09:31:59 2006 -0500
28447
28448     Fix disable_of booting
28449
28450     Signed-off-by: Matthew McClintock <msm@freescale.com>
28451
28452 commit 87a449c8ac396420cb24260f717ea9e6faa82047
28453 Author: Matthew McClintock <msm@freescale.com>
28454 Date:   Tue Aug 22 09:23:55 2006 -0500
28455
28456     Support for FDT in uImage format, error when using FDT from flash
28457
28458     Signed-off-by: Matthew McClintock <msm@freescale.com>
28459
28460 commit 75c299c38369d01addd5e054b8a16217b70f4a86
28461 Author: Haiying Wang <haiying.wang@freescale.com>
28462 Date:   Tue Aug 15 15:12:55 2006 -0400
28463
28464     Unlock cache before kernel starts up for MPC86xx
28465
28466 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
28467 Author: Haiying Wang <haiying.wang@freescale.com>
28468 Date:   Tue Aug 15 15:13:15 2006 -0400
28469
28470     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
28471
28472 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
28473 Author: Haiying Wang <haiying.wang@freescale.com>
28474 Date:   Tue Aug 15 15:12:55 2006 -0400
28475
28476     Unlock cache before kernel starts up for MPC86xx
28477
28478 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
28479 Author: Haiying Wang <haiying.wang@freescale.com>
28480 Date:   Tue Aug 15 15:13:15 2006 -0400
28481
28482     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
28483
28484 commit 86c8e17f25e972a7e272950a0735fad84e082b88
28485 Author: Matthew McClintock <msm@freescale.com>
28486 Date:   Wed Aug 16 13:59:47 2006 -0500
28487
28488     * Fix disable_of booting
28489
28490     Signed-off-by: Matthew McClintock <msm@freescale.com>
28491
28492 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
28493 Author: Matthew McClintock <msm@freescale.com>
28494 Date:   Wed Aug 16 10:54:09 2006 -0500
28495
28496     * Support for FDT in uImage format, error when using FDT from flash
28497
28498     Signed-off-by: Matthew McClintock <msm@freescale.com>
28499
28500 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
28501 Author: Stefan Roese <sr@denx.de>
28502 Date:   Tue Aug 15 14:22:35 2006 +0200
28503
28504     Add initial support for the ALPR board from Prodrive
28505     NAND needs some additional testing
28506     Patch by Heiko Schocher, 15 Aug 2006
28507
28508 commit f0ff4692ff3372dec55074a8eb444943ab095abb
28509 Author: Stefan Roese <sr@denx.de>
28510 Date:   Tue Aug 15 14:15:51 2006 +0200
28511
28512     Add FPGA Altera Cyclone 2 support
28513     Patch by Heiko Schocher, 15 Aug 2006
28514
28515 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
28516 Author: Jon Loeliger <jdl@freescale.com>
28517 Date:   Mon Aug 14 15:33:38 2006 -0500
28518
28519     Fix BAT0 to actually be cacheable, non-guarded as documented.
28520
28521     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28522
28523 commit 40bc83559db5745681909fd7382ae509567e116d
28524 Author: Jon Loeliger <jdl@freescale.com>
28525 Date:   Wed Aug 9 15:32:16 2006 -0500
28526
28527     Removed MPC8641HPCN DTS source file from build.
28528     It is no longer linked into U-Boot; its sources are
28529     now located in the kernel tree.
28530
28531     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28532
28533 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
28534 Author: Matthew McClintock <msm@freescale.com>
28535 Date:   Wed Jun 28 10:47:03 2006 -0500
28536
28537     * Switched default PCI speed for 8540 ADS back to 33MHz
28538
28539     * Added comments and a printf to warn that PCI-X won't
28540       work at 33MHz
28541       Patch by Andy Fleming 17-Mar-2006
28542
28543     Signed-off-by: Andy Fleming <afleming@freescale.com>
28544
28545 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
28546 Author: Matthew McClintock <msm@freescale.com>
28547 Date:   Wed Jun 28 10:46:35 2006 -0500
28548
28549     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
28550
28551     Signed-off-by: Andy Fleming <afleming@freescale.com>
28552
28553 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
28554 Author: Matthew McClintock <msm@freescale.com>
28555 Date:   Wed Jun 28 10:46:13 2006 -0500
28556
28557     * Added VIA configuration table
28558
28559     * Added support for PCI2 on CDS
28560       Patch by Andy Fleming 17-Mar-2006
28561
28562     Signed-off-by: Andy Fleming <afleming@freescale.com>
28563
28564 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
28565 Author: Matthew McClintock <msm@freescale.com>
28566 Date:   Wed Jun 28 10:45:41 2006 -0500
28567
28568     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
28569
28570     Signed-off-by: Andy Fleming <afleming@freescale.com>
28571
28572 commit 97074ed9655309b64231bc2cee69fe85399f8055
28573 Author: Matthew McClintock <msm@freescale.com>
28574 Date:   Wed Jun 28 10:45:17 2006 -0500
28575
28576     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
28577
28578     Signed-off-by: Andy Fleming <afleming@freescale.com>
28579
28580 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
28581 Author: Matthew McClintock <msm@freescale.com>
28582 Date:   Wed Jun 28 10:44:49 2006 -0500
28583
28584     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
28585
28586     Signed-off-by: Andy Fleming <afleming@freescale.com>
28587
28588 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
28589 Author: Matthew McClintock <msm@freescale.com>
28590 Date:   Wed Jun 28 10:44:23 2006 -0500
28591
28592     * 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
28593
28594     Signed-off-by: Andy Fleming <afleming@freescale.com>
28595
28596 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
28597 Author: Matthew McClintock <msm@freescale.com>
28598 Date:   Wed Jun 28 10:43:36 2006 -0500
28599
28600     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
28601
28602     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28603
28604 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
28605 Author: Matthew McClintock <msm@freescale.com>
28606 Date:   Wed Jun 28 10:43:00 2006 -0500
28607
28608     * 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
28609
28610 commit 5498d90312aad9f6bdbf047986027c35b03cd163
28611 Author: Matthew McClintock <msm@freescale.com>
28612 Date:   Wed Jun 28 10:42:24 2006 -0500
28613
28614     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
28615
28616 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
28617 Author: Matthew McClintock <msm@freescale.com>
28618 Date:   Wed Jun 28 10:41:37 2006 -0500
28619
28620     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
28621
28622 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
28623 Author: John Traill <john.traill@freescale.com>
28624 Date:   Wed Aug 9 14:33:50 2006 +0100
28625
28626     Add Rapidio support for the MPC8641HPCN
28627
28628     Signed-off-by: John Traill <john.traill@freescale.com>
28629
28630 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
28631 Author: John Traill <john.traill@freescale.com>
28632 Date:   Tue Aug 8 11:32:43 2006 +0100
28633
28634     Fix caslat calculation
28635
28636     Signed-off-by: John Traill <john.traill@freescale.com>
28637
28638 commit 709d3073e74153278e7904a70819bbef7df50e1a
28639 Author: Jon Loeliger <jdl@freescale.com>
28640 Date:   Thu Aug 3 16:17:56 2006 -0500
28641
28642     Convert to mac-address in ethernet nodes.
28643
28644 commit 71748af833ca1017edf1415be376366ff2937d17
28645 Author: Haiying Wang <haiying.wang@freescale.com>
28646 Date:   Fri Jul 28 12:41:35 2006 -0400
28647
28648     Correct the irq value of DUART2
28649
28650 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
28651 Author: Haiying Wang <haiying.wang@freescale.com>
28652 Date:   Fri Jul 28 12:41:41 2006 -0400
28653
28654     Change the space size of PEX IO in README
28655
28656 commit 239db37c94f7a92941c4465feceb867c609241c5
28657 Author: Haiying Wang <haiying.wang@freescale.com>
28658 Date:   Fri Jul 28 12:41:18 2006 -0400
28659
28660     Move get_board_sys_clk to board directory
28661
28662 commit 492900b985439fbce1a118afde1e35def870db03
28663 Author: John Traill <john.traill@freescale.com>
28664 Date:   Fri Jul 28 09:03:54 2006 +0100
28665
28666     Fix 8641HPCN pollution
28667
28668 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
28669 Author: John Traill <john.traill@freescale.com>
28670 Date:   Fri Jul 28 08:16:06 2006 +0100
28671
28672     Fix 8641HPCN timebase
28673
28674 commit c86360b830f1eecd7a72208575dde4f57879faea
28675 Author: Zhang Wei <wei.zhang@freescale.com>
28676 Date:   Fri Jul 28 00:01:34 2006 +0800
28677
28678     Fixed OF device tree of mpc86xxhpcn board.
28679
28680     The changes works in with kernel irq mapping rework.
28681
28682     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
28683
28684 commit bea3f28d285942bf3f7ab339ce85178ded544225
28685 Author: Haiying Wang <haiying.wang@freescale.com>
28686 Date:   Wed Jul 12 10:48:05 2006 -0400
28687
28688     Add support for reading and writing mac addresses to or from ID EEPROM.
28689
28690     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
28691     With attached patch, we can use command "mac/mac read/mac save/"
28692     to read and write EEPROM under u-boot prompt.
28693
28694     U-boot will calculate the checksum of EEPROM while bootup,
28695     if it is right, then u-boot will check whether the mac address
28696     of eTSEC0/1/2/3 is availalbe (non-zero).
28697
28698     If there is mac address availabe in EEPROM, u-boot will use it,
28699     otherewise, u-boot will use the mac address defined in
28700     MPC8641HPCN.h. This matches the requirement to set unique mac address
28701     for each TSEC port.
28702
28703     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
28704     Signed-off-by: York Sun <yorksun@freescale.com>
28705
28706 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
28707 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
28708 Date:   Thu Jul 13 10:35:10 2006 -0500
28709
28710     Fixed initrd issue by define big RAM
28711
28712     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
28713
28714 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
28715 Author: Jason Jin <Jason.jin@freescale.com>
28716 Date:   Fri Jul 7 10:01:45 2006 -0500
28717
28718     We made a u-boot patch to fix the hang up issue
28719     when booting filesystem from ramdisk.
28720
28721     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
28722
28723 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
28724 Author: Matthew McClintock <msm@freescale.com>
28725 Date:   Wed Jun 28 10:47:03 2006 -0500
28726
28727     * Switched default PCI speed for 8540 ADS back to 33MHz
28728     * Added comments and a printf to warn that PCI-X won't
28729       work at 33MHz
28730       Patch by Andy Fleming 17-Mar-2006
28731
28732     Signed-off-by: Andy Fleming <afleming@freescale.com>
28733
28734 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
28735 Author: Matthew McClintock <msm@freescale.com>
28736 Date:   Wed Jun 28 10:46:35 2006 -0500
28737
28738     * Fixed a bug where 8555 PCI code used the old variable and
28739       function names
28740       Patch by Andy Fleming 17-Mar-2006
28741
28742     Signed-off-by: Andy Fleming <afleming@freescale.com>
28743
28744 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
28745 Author: Matthew McClintock <msm@freescale.com>
28746 Date:   Wed Jun 28 10:46:13 2006 -0500
28747
28748     * Added VIA configuration table
28749     * Added support for PCI2 on CDS
28750       Patch by Andy Fleming 17-Mar-2006
28751
28752     Signed-off-by: Andy Fleming <afleming@freescale.com>
28753
28754 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
28755 Author: Matthew McClintock <msm@freescale.com>
28756 Date:   Wed Jun 28 10:45:41 2006 -0500
28757
28758     * Fixed PCI memory definitions
28759       Patch by Andy Fleming 17-Mar-2006
28760
28761     Signed-off-by: Andy Fleming <afleming@freescale.com>
28762
28763 commit 087454609e47295443af793a282cddcd91a5f49c
28764 Author: Matthew McClintock <msm@freescale.com>
28765 Date:   Wed Jun 28 10:45:17 2006 -0500
28766
28767     * Added support for initializing second PCI bus on 85xx
28768       Patch by Andy Fleming 17-Mar-2006
28769
28770     Signed-off-by: Andy Fleming <afleming@freescale.com>
28771
28772 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
28773 Author: Matthew McClintock <msm@freescale.com>
28774 Date:   Wed Jun 28 10:44:49 2006 -0500
28775
28776     * Added PCI-X #defines for PCI-X initialization
28777       Patch by Andy Fleming on 17-Mar-2006
28778
28779     Signed-off-by: Andy Fleming <afleming@freescale.com>
28780
28781 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
28782 Author: Matthew McClintock <msm@freescale.com>
28783 Date:   Wed Jun 28 10:44:23 2006 -0500
28784
28785     * Made sure the code which disables prefetch for PCI devices
28786       sets the size of the prefetch region to 0
28787       Patch by Andy Fleming on 17-Mar-2006
28788
28789     Signed-off-by: Andy Fleming <afleming@freescale.com>
28790
28791 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
28792 Author: Matthew McClintock <msm@freescale.com>
28793 Date:   Wed Jun 28 10:43:36 2006 -0500
28794
28795     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
28796       Patch by Jon Loeliger 17-Jan-2006
28797
28798     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28799
28800 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
28801 Author: Matthew McClintock <msm@freescale.com>
28802 Date:   Wed Jun 28 10:43:00 2006 -0500
28803
28804     * Removed the oftree.dts for stxxtx in light of the changes
28805       to the flat device tree handling code
28806       Patch by Matthew McClintock 26-June-2006
28807
28808 commit 1b380ec225665e73959677f3893dc658c5925e05
28809 Author: Matthew McClintock <msm@freescale.com>
28810 Date:   Wed Jun 28 10:42:24 2006 -0500
28811
28812     * Patch to modify ft_build.c to update flat device trees in place
28813       Patch by Matthew McClintock 26-June-2006
28814
28815 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
28816 Author: Matthew McClintock <msm@freescale.com>
28817 Date:   Wed Jun 28 10:41:37 2006 -0500
28818
28819     * Modify bootm command to support booting with flat device trees
28820       Patch by Matthew McClintock 26-June-2006
28821
28822 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
28823 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
28824 Date:   Wed Jun 28 08:43:56 2006 -0500
28825
28826     Change Id to symbolic name for RTL8139
28827
28828     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
28829
28830 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
28831 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
28832 Date:   Tue Jun 27 18:12:10 2006 +0800
28833
28834     Fix RTL8139 in big endian
28835
28836     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
28837     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
28838
28839 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
28840 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
28841 Date:   Tue Jun 27 18:12:23 2006 +0800
28842
28843     Fix Tsec bug when no link
28844
28845      When tftp a non-exist file from the tftp server, u-boot will check
28846      the link of all eth port. The original file will return wrong link
28847      state on the no link ports.
28848
28849     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
28850
28851 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
28852 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
28853 Date:   Tue Jun 27 18:12:02 2006 +0800
28854
28855     Fix bug for io_bar size during pci scan
28856
28857     During the pci scan process, Some devices return bar_reponse with the
28858     highest bytes 0, such as the pci bridge in uli1575 return bar_response
28859     with 0xffffff, So the bar_size should be manually set under 64K.
28860
28861     Signed-off-by: Jason Jin <jason.jin@freescale.com>
28862
28863 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
28864 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
28865 Date:   Tue Jun 27 18:11:54 2006 +0800
28866
28867     Enable PCIE1 for MPC8641HPCN board
28868
28869     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
28870
28871 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
28872 Author: Wolfgang Denk <wd@pollux.denx.de>
28873 Date:   Mon Jun 26 11:06:00 2006 +0200
28874
28875     More code cleanup
28876
28877 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
28878 Author: Jon Loeliger <jdl@freescale.com>
28879 Date:   Thu Jun 22 08:51:46 2006 -0500
28880
28881     Fix bug in 8641hpcn reset command with no args.
28882
28883     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
28884     Acked-by: Jon Loeliger <jdl@freescale.com>
28885
28886 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
28887 Author: Zhang Wei <wei.zhang@freescale.com>
28888 Date:   Tue Jun 20 17:47:15 2006 +0800
28889
28890     Reworked IRQ mapping in OF-tree.
28891
28892 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
28893 Author: Jon Loeliger <jdl@freescale.com>
28894 Date:   Thu Jun 15 21:33:37 2006 -0500
28895
28896     Do not enable address translation on secondary CPUs.
28897     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
28898
28899     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28900
28901 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
28902 Author: Wolfgang Denk <wd@pollux.denx.de>
28903 Date:   Wed Jun 14 18:14:56 2006 +0200
28904
28905     Code cleanup
28906
28907 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
28908 Author: Wolfgang Denk <wd@pollux.denx.de>
28909 Date:   Wed Jun 14 17:45:53 2006 +0200
28910
28911     Various USB related patches
28912     - Add support for mpc8xx USB device.
28913     - Add support for Common Device Class - Abstract Control Model USB console.
28914     - Add support for flow control in USB slave devices.
28915     - Add support for switching between gserial and cdc_acm using environment.
28916     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
28917     - Update usbcore slightly to ease host enumeration.
28918     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
28919     - Add AdderUSB_config as a defconfig to enable usage of the USB console
28920       by default with the Adder87x U-Boot port.
28921     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
28922
28923 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
28924 Author: Jon Loeliger <jdl@jdl.com>
28925 Date:   Wed Jun 7 10:53:55 2006 -0500
28926
28927     Fix a get_board_sys_clk() use-before-def warning.
28928
28929     Signed-off-by: Jon Loeliger <jdl@jdl.com>
28930
28931 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
28932 Author: Jon Loeliger <jdl@jdl.com>
28933 Date:   Wed Jun 7 10:52:49 2006 -0500
28934
28935     Allow DTC path to be passed in.
28936
28937     Signed-off-by: Jon Loeliger <jdl@jdl.com>
28938
28939 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
28940 Author: Haiying Wang <haiying.wang@freescale.com>
28941 Date:   Tue Jun 6 16:54:29 2006 -0400
28942
28943     Modify the IRQ of DUART2
28944
28945 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
28946 Author: Jon Loeliger <jdl@jdl.com>
28947 Date:   Wed May 31 13:55:35 2006 -0500
28948
28949     Review cleanups.
28950
28951     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28952
28953 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
28954 Author: Jon Loeliger <jdl@jdl.com>
28955 Date:   Wed May 31 12:44:44 2006 -0500
28956
28957     White space cleanup.
28958     Some 80-column cleanups.
28959     Convert printf() to puts() where possible.
28960     Use #include "spd_sdram.h" as needed.
28961     Enhanced reset command usage message a bit.
28962
28963     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28964
28965 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
28966 Author: Jon Loeliger <jdl@jdl.com>
28967 Date:   Wed May 31 11:39:34 2006 -0500
28968
28969     Removed unneeded local_bus_init() from 8641HPCN board.
28970
28971     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28972
28973 commit 4d3d729c16c392d2982d3266b659d333c927697d
28974 Author: Jon Loeliger <jdl@jdl.com>
28975 Date:   Wed May 31 11:24:28 2006 -0500
28976
28977     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
28978
28979     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28980
28981 commit b2a941de060350ad15878d8219825f4950e9bb8e
28982 Author: Jon Loeliger <jdl@jdl.com>
28983 Date:   Wed May 31 10:07:28 2006 -0500
28984
28985     Remove dead debug code.
28986
28987     Signed-off-by: Jon Loeliger <jdl@jdl.com>
28988
28989 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
28990 Author: Jon Loeliger <jdl@freescale.com>
28991 Date:   Tue May 30 17:47:00 2006 -0500
28992
28993     Move mpc86xx PIXIS code to board directory
28994
28995     First cut at moving the PIXIS platform code out of
28996     the 86xx cpu directory and into board/mpc8641hpcn
28997     where it belongs.
28998
28999     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29000
29001 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
29002 Author: Markus Klotzbuecher <mk@denx.de>
29003 Date:   Tue May 30 16:56:14 2006 +0200
29004
29005     Support generic OHCI support for the s3c24x0 cpu.
29006
29007 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
29008 Author: Haiying Wang <Haiying.Wang@freescale.com>
29009 Date:   Tue May 30 09:10:32 2006 -0500
29010
29011     Improve "reset" command's interaction with watchdog.
29012
29013         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
29014         "reset altbank wd" will reset another bank WITH watch dog enabled
29015         "diswd" will disable watch dog after u-boot boots up successfully
29016
29017     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
29018
29019 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
29020 Author: Haiying Wang <Haiying.Wang@freescale.com>
29021 Date:   Tue May 30 08:51:19 2006 -0500
29022
29023     Fix two SDRAM setup bugs.
29024
29025         Fix ECC setup bug.
29026         Enable 1T/2T based on number of DIMMs present.
29027
29028     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
29029
29030 commit d11fec5015334deb2010e36ce00bb118cc5429a5
29031 Author: Haiying Wang <Haiying.Wang@freescale.com>
29032 Date:   Fri May 26 10:24:48 2006 -0500
29033
29034     Add first draft of the MPC8641HPCN doc/README.
29035
29036     Signed-off-by: Jon Loeliger <jdl@jdl.com>
29037
29038 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
29039 Author: Haiying Wang <Haiying.Wang@freescale.com>
29040 Date:   Fri May 26 10:13:04 2006 -0500
29041
29042     Added pci@8000 block.
29043     Updated ethernet interrupt mappings (moved up 48).
29044     Cleaned up a few comments.
29045
29046     Signed-off-by: Jon Loeliger <jdl@jdl.com>
29047
29048 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
29049 Author: Haiying Wang <Haiying.Wang@freescale.com>
29050 Date:   Fri May 26 10:01:16 2006 -0500
29051
29052     Allow args on reset command.
29053
29054     Signed-off-by: Jon Loeliger <jdl@jdl.com>
29055
29056 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
29057 Author: Markus Klotzbuecher <mk@denx.de>
29058 Date:   Tue May 23 13:38:35 2006 +0200
29059
29060     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
29061     fixes to the latter.
29062
29063 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
29064 Author: Markus Klotzbuecher <mk@denx.de>
29065 Date:   Tue May 23 10:33:11 2006 +0200
29066
29067     More cleanup for the delta board and the generic usb_ohci driver. Added
29068     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
29069     initialization and cleanup hooks respectively.
29070
29071 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
29072 Author: Markus Klotzbuecher <mk@denx.de>
29073 Date:   Mon May 22 16:33:54 2006 +0200
29074
29075     This patch adds USB storage support for the delta board. This is the first
29076     board to make use of a generic OHCI driver, that calls hooks for board
29077     dependant initialization.
29078
29079 commit 14e37081ff3cac7ebe6e93836523429853b6b292
29080 Author: Jon Loeliger <jdl@jdl.com>
29081 Date:   Fri May 19 13:28:39 2006 -0500
29082
29083     Change arbitration to round-robin for SMP linux.
29084
29085 commit 9a655876e5995be80f49054e2509500e871e4d3a
29086 Author: Jon Loeliger <jdl@jdl.com>
29087 Date:   Fri May 19 13:26:34 2006 -0500
29088
29089     Enable dual DDR controllers and interleaving.
29090
29091 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
29092 Author: Jon Loeliger <jdl@jdl.com>
29093 Date:   Fri May 19 13:22:44 2006 -0500
29094
29095     Update 86xx address map and LAWBARs.
29096
29097 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
29098 Author: Jon Loeliger <jdl@jdl.com>
29099 Date:   Fri May 19 13:14:15 2006 -0500
29100
29101     Remove L2 Cache invalidate polling.
29102
29103 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
29104 Author: Jon Loeliger <jdl@jdl.com>
29105 Date:   Fri May 19 12:33:09 2006 -0500
29106
29107     Enable 2nd CPU and I2C.
29108
29109 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
29110 Author: Jon Loeliger <jdl@freescale.com>
29111 Date:   Mon May 15 07:26:56 2006 -0500
29112
29113     Update interrupt mapping.
29114
29115 commit 6cfea33477b04b63ed47386ed1629529484c33ba
29116 Author: Haiying Wang <Haiying.Wang@freescale.com>
29117 Date:   Wed May 10 09:38:06 2006 -0500
29118
29119     Remove unneeded INIT_RAM_LOCK cache twiddling.
29120     Correctly tracks r29 as global data pointer now.
29121
29122     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
29123
29124 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
29125 Author: Jon Loeliger <jdl@freescale.com>
29126 Date:   Wed May 10 09:33:07 2006 -0500
29127
29128     Remove unnecessary flash.c file.
29129
29130 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
29131 Author: Jon Loeliger <jdl@freescale.com>
29132 Date:   Tue May 9 08:23:49 2006 -0500
29133
29134     Get MPC8641HPCN flash images working.
29135
29136         Enable the CFI driver.
29137         Remove bogus LAWBAR7 cruft.
29138         Use correct TEXT_BASE, Fixup load script.
29139         Enable SPD EEPROM during DDR setup.
29140         Use generic RFC 1918 IP addresses by default.
29141
29142 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
29143 Author: Jon Loeliger <jdl@freescale.com>
29144 Date:   Thu Apr 27 10:15:16 2006 -0500
29145
29146     Cleanup whitespaces and style issues.
29147     Removed //-style comments.
29148     Use 80-column lines.
29149     Remove trailing whitespace.
29150     Remove dead code and debug cruft.
29151
29152 commit a2320a6bf8113a09544c42d160d10ac69d049a03
29153 Author: Jon Loeliger <jdl@freescale.com>
29154 Date:   Thu Apr 27 08:22:39 2006 -0500
29155
29156     Revert bad PCI prefetch limit change.
29157
29158 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
29159 Author: Jon Loeliger <jdl@freescale.com>
29160 Date:   Wed Apr 26 17:58:56 2006 -0500
29161
29162     Initial support for MPC8641 HPCN board.